Started by user arjan tijms Running as arjan tijms [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-3dlpv is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-3dlpv" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.glassfish.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-3dlpv" - 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-3dlpv" - 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.11.2" 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-3dlpv in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18 [Pipeline] { [Pipeline] stage [Pipeline] { (Build dependencies) [Pipeline] sh + java -version openjdk version "18-ea" 2022-03-22 OpenJDK Runtime Environment (build 18-ea+27-1924) OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build GlassFish) [Pipeline] sh + ls -altrh total 0 drwxr-sr-x. 2 jenkins 1003280000 6 Apr 17 14:08 . drwxr-sr-x. 4 jenkins 1003280000 88 Apr 17 14:08 .. + git clone https://github.com/eclipse-ee4j/glassfish.git . Cloning into '.'... Checking out files: 60% (17297/28787) Checking out files: 61% (17561/28787) Checking out files: 62% (17848/28787) Checking out files: 63% (18136/28787) Checking out files: 64% (18424/28787) Checking out files: 65% (18712/28787) Checking out files: 66% (19000/28787) Checking out files: 67% (19288/28787) Checking out files: 68% (19576/28787) Checking out files: 69% (19864/28787) Checking out files: 70% (20151/28787) Checking out files: 71% (20439/28787) Checking out files: 72% (20727/28787) Checking out files: 73% (21015/28787) Checking out files: 74% (21303/28787) Checking out files: 75% (21591/28787) Checking out files: 76% (21879/28787) Checking out files: 77% (22166/28787) Checking out files: 78% (22454/28787) Checking out files: 79% (22742/28787) Checking out files: 80% (23030/28787) Checking out files: 81% (23318/28787) Checking out files: 82% (23606/28787) Checking out files: 83% (23894/28787) Checking out files: 84% (24182/28787) Checking out files: 85% (24469/28787) Checking out files: 86% (24757/28787) Checking out files: 87% (25045/28787) Checking out files: 88% (25333/28787) Checking out files: 89% (25621/28787) Checking out files: 90% (25909/28787) Checking out files: 91% (26197/28787) Checking out files: 92% (26485/28787) Checking out files: 93% (26772/28787) Checking out files: 94% (27060/28787) Checking out files: 95% (27348/28787) Checking out files: 96% (27636/28787) Checking out files: 97% (27924/28787) Checking out files: 98% (28212/28787) Checking out files: 99% (28500/28787) Checking out files: 100% (28787/28787) Checking out files: 100% (28787/28787), done. + git checkout 6.x Switched to a new branch '6.x' Branch '6.x' set up to track remote branch '6.x' from 'origin'. + ls -altrh total 112K drwxr-sr-x. 4 jenkins 1003280000 88 Apr 17 14:08 .. -rw-r--r--. 1 jenkins 1003280000 2.7K Apr 17 14:09 .gitignore drwxr-sr-x. 3 jenkins 1003280000 80 Apr 17 14:09 .github -rw-r--r--. 1 jenkins 1003280000 2.2K Apr 17 14:09 CONTRIBUTING.md -rw-r--r--. 1 jenkins 1003280000 4.7K Apr 17 14:09 NOTICE.md -rw-r--r--. 1 jenkins 1003280000 35K Apr 17 14:09 LICENSE.md -rwxr-xr-x. 1 jenkins 1003280000 1.3K Apr 17 14:09 validateJars.sh -rwxr-xr-x. 1 jenkins 1003280000 901 Apr 17 14:09 updateVersion.sh -rw-r--r--. 1 jenkins 1003280000 7.7K Apr 17 14:09 Jenkinsfile drwxr-sr-x. 3 jenkins 1003280000 79 Apr 17 14:09 etc -rw-r--r--. 1 jenkins 1003280000 5.1K Apr 17 14:09 README.md drwxr-sr-x. 34 jenkins 1003280000 4.0K Apr 17 14:09 appserver drwxr-sr-x. 22 jenkins 1003280000 4.0K Apr 17 14:09 docs -rwxr-xr-x. 1 jenkins 1003280000 2.4K Apr 17 14:09 gftest.sh -rwxr-xr-x. 1 jenkins 1003280000 3.4K Apr 17 14:09 gfbuild.sh drwxr-sr-x. 18 jenkins 1003280000 4.0K Apr 17 14:09 nucleus -rwxr-xr-x. 1 jenkins 1003280000 3.4K Apr 17 14:09 runtests.sh drwxr-sr-x. 3 jenkins 1003280000 32 Apr 17 14:09 qa -rw-r--r--. 1 jenkins 1003280000 6.5K Apr 17 14:09 pom.xml drwxr-sr-x. 9 jenkins 1003280000 4.0K Apr 17 14:09 . drwxr-sr-x. 8 jenkins 1003280000 163 Apr 17 14:09 .git + export JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest + JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest + export PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export S1AS_HOME=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish + S1AS_HOME=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish + export APS_HOME=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests + APS_HOME=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests + export TEST_RUN_LOG=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/tests-run.log + TEST_RUN_LOG=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/tests-run.log + java --version openjdk 17.0.1 2021-10-19 OpenJDK Runtime Environment (build 17.0.1+12-39) OpenJDK 64-Bit Server VM (build 17.0.1+12-39, mixed mode, sharing) + bash -xe ./gfbuild.sh build_re_dev + '[' -z /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18 ']' + build_re_dev + dev_build + mvn -U clean install -Pstaging,fastest -T2C --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging [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 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] Java EE dependent public APIs of Glassfish [glassfish-jar] [INFO] GlassFish Java 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] Java 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] 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 Java 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] Java 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] JSTL 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 javaee.jar [jar] [INFO] GlassFish javaee.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] GlassFish ORB interface layer implementation [glassfish-jar] [INFO] Ejb Security Integration [glassfish-jar] [INFO] Grizzly Glassfish Extra modules [pom] [INFO] GlassFish Grizzly adapter container implementation [glassfish-jar] [INFO] Glassfish Grizzly extra jars Combining [jar] [INFO] GlassFish Web Services related modules [pom] [INFO] JSR-109 implementation to deploy Metro [glassfish-jar] [INFO] GlassFish Metro Glue Code [glassfish-jar] [INFO] Connector for GlassFish Web Services Container [glassfish-jar] [INFO] SOAP/TCP integration code [glassfish-jar] [INFO] WebServices Security and JSR 196 implementation [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] GlassFish AppClient Server-Side Core [glassfish-jar] [INFO] Embedded GlassFish Shell [jar] [INFO] Embedded GlassFish Shell dist. fragment [distribution-fragment] [INFO] GlassFish webservices scripts [distribution-fragment] [INFO] GlassFish Metro Related Fragments [distribution-fragment] [INFO] Embedded GlassFish Static Shell [jar] [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] DataProvider [jar] [INFO] Admin Console Integration [glassfish-jar] [INFO] Admin Console Integration [glassfish-jar] [INFO] Admin Console Packages [pom] [INFO] Admin Console Common [glassfish-jar] [INFO] Admin Console Core Jar [glassfish-jar] [INFO] Admin Console Concurrent Plugin [glassfish-jar] [INFO] Admin Console Clustering Support Plugin [glassfish-jar] [INFO] Admin Console Community Edition Theme Plugin [glassfish-jar] [INFO] Admin Console Web Container Plugin [glassfish-jar] [INFO] Admin Console JTS Plugin [glassfish-jar] [INFO] Admin Console JDBC Plugin [glassfish-jar] [INFO] Admin Console Connectors Plugin [glassfish-jar] [INFO] Admin Console JMS Plugin [glassfish-jar] [INFO] Admin Console EJB Container Plugin [glassfish-jar] [INFO] Admin Console EJB Local (Lite) Plugin [glassfish-jar] [INFO] Admin Console Corba Plugin [glassfish-jar] [INFO] Admin Console Full distribution plugin [glassfish-jar] [INFO] Admin Console WAR [war] [INFO] Admin Console Install Fragment for Web distro [distribution-fragment] [INFO] Embedded GlassFish Shell Jars [pom] [INFO] Glassfish featuresets [pom] [INFO] Glassfish Web Featureset [pom] [INFO] Client Library (including ACC) [glassfish-jar] [INFO] GlassFish appclient scripts [distribution-fragment] [INFO] Glassfish Featureset [pom] [INFO] Debug [jar] [INFO] Glassfish distributions [pom] [INFO] GlassFish distribution Common module [distribution-fragment] [INFO] Glassfish Web Distribution [glassfish-distribution] [INFO] Glassfish 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] Ant tasks [jar] [INFO] [INFO] Using the MultiThreadedBuilder implementation with a thread count of 4 [INFO] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [INFO] Building GlassFish Project 6.2.6-SNAPSHOT [1/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glassfish-main-aggregator --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_build-and-test_jdk18/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-main-aggregator/6.2.6-SNAPSHOT/glassfish-main-aggregator-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main:glassfish-qa-config >--------------- [INFO] Building Code Quality Verification Tools - Configuration 6.2.6-SNAPSHOT [2/288] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glassfish-qa-config --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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:2.4:jar (default-jar) @ glassfish-qa-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/qa/target/glassfish-qa-config-6.2.6-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ glassfish-qa-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/qa/target/glassfish-qa-config-6.2.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/6.2.6-SNAPSHOT/glassfish-qa-config-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/qa/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-qa-config/6.2.6-SNAPSHOT/glassfish-qa-config-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main:nucleus-parent >------------------ [INFO] Building GlassFish Nucleus Parent Project 6.2.6-SNAPSHOT [3/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Nucleus Parent Project: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:single (common-resources) @ nucleus-parent --- [INFO] Reading assembly descriptor: src/main/assembly/resources.xml [INFO] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-parent --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/parent/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main-nucleus-parent-checkstyle) @ nucleus-parent --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-parent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/nucleus-parent/6.2.6-SNAPSHOT/nucleus-parent-6.2.6-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/.m2/repository/org/glassfish/main/nucleus-parent/6.2.6-SNAPSHOT/nucleus-parent-6.2.6-SNAPSHOT-resources.zip [INFO] [INFO] ------------< org.glassfish.main:glassfish-nucleus-parent >------------- [INFO] [INFO] Building GlassFish Nucleus Project 6.2.6-SNAPSHOT [4/288] [INFO] ------------< org.glassfish.main.hk2:glassfish-nucleus-hk2 >------------ [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Building Glassfish Nucleus HK2 Modules 6.2.6-SNAPSHOT [5/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] ***************************************************************** [WARNING] * question, not against maven-core * [WARNING] * Your build is requesting parallel execution, but project * [WARNING] ***************************************************************** [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish Nucleus HK2 Modules: [WARNING] The following plugins are not marked @threadSafe in GlassFish Nucleus Project: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-nucleus-parent --- [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-nucleus-hk2 --- [INFO] [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-nucleus-parent --- [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-nucleus-hk2 --- [INFO] [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-nucleus-parent --- [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-nucleus-hk2 --- [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2 [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-nucleus-hk2 --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ glassfish-nucleus-parent --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-nucleus-hk2 --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ glassfish-nucleus-parent --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ glassfish-nucleus-hk2 --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ glassfish-nucleus-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-nucleus-parent --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-nucleus-hk2 --- [INFO] Executing tasks [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/target/classes/META-INF for [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/target/classes/META-INF for [INFO] [echo] glassfish-nucleus-parent [INFO] [echo] glassfish-nucleus-hk2 [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/target/classes/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/target/classes/META-INF [INFO] Executed tasks [INFO] Executed tasks [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-nucleus-parent --- [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-nucleus-hk2 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-nucleus-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-nucleus-hk2 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main-glassfish-nucleus-parent-checkstyle) @ glassfish-nucleus-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.hk2-glassfish-nucleus-hk2-checkstyle) @ glassfish-nucleus-hk2 --- [INFO] [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-nucleus-hk2 --- [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-nucleus-parent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-nucleus-parent/6.2.6-SNAPSHOT/glassfish-nucleus-parent-6.2.6-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/glassfish-nucleus-hk2/6.2.6-SNAPSHOT/glassfish-nucleus-hk2-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.osgi-platforms:osgi-platforms >---------- [INFO] Building Distribution Fragments for various OSGi platforms 6.2.6-SNAPSHOT [6/288] [INFO] [INFO] ----------< org.glassfish.main.common:scattered-archive-api >----------- [INFO] Building Scattered Archive APIs of Glassfish 6.2.6-SNAPSHOT [7/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] -------------< org.glassfish.main.grizzly:nucleus-grizzly >------------- [INFO] Building GlassFish Nucleus Grizzly modules 6.2.6-SNAPSHOT [8/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --------------< org.glassfish.main.common:nucleus-common >-------------- [INFO] Building GlassFish Nucleus Common modules 6.2.6-SNAPSHOT [9/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Distribution Fragments for various OSGi platforms: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-platforms --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Nucleus Grizzly modules: [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] ***************************************************************** [INFO] [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ osgi-platforms --- [WARNING] The following plugins are not marked @threadSafe in GlassFish Nucleus Common modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-common --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-grizzly --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [INFO] [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Scattered Archive 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ osgi-platforms --- [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-grizzly --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ osgi-platforms --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-grizzly --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-common --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-grizzly --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ osgi-platforms --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ scattered-archive-api --- [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-common --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-grizzly --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ osgi-platforms --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ scattered-archive-api --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-common --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-grizzly --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ scattered-archive-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/target/common-resources with includes "" and excludes "" [INFO] [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-grizzly --- [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ osgi-platforms --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-common --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/target/classes/META-INF for [INFO] [echo] nucleus-grizzly [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-grizzly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-grizzly --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.grizzly-nucleus-grizzly-checkstyle) @ nucleus-grizzly --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-grizzly --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/nucleus-grizzly/6.2.6-SNAPSHOT/nucleus-grizzly-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.core:nucleus-core >---------------- [INFO] Building GlassFish Nucleus Core modules 6.2.6-SNAPSHOT [10/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Nucleus Core modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-core --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/target/classes/META-INF for [INFO] [echo] osgi-platforms [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/target/classes/META-INF [INFO] Executing tasks [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/target/common-resources with includes "" and excludes "" [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/target/classes/META-INF for [INFO] Executed tasks [INFO] [echo] nucleus-common [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ osgi-platforms --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-core --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ osgi-platforms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.osgi-platforms-osgi-platforms-checkstyle) @ osgi-platforms --- [INFO] Tests are skipped. [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-common --- [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ osgi-platforms --- [INFO] Tests are skipped. [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-platforms/6.2.6-SNAPSHOT/osgi-platforms-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-nucleus-common-checkstyle) @ nucleus-common --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/nucleus-common/6.2.6-SNAPSHOT/nucleus-common-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.admin:nucleus-admin >--------------- [INFO] Building Admin Modules 6.2.6-SNAPSHOT [11/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] ------------< org.glassfish.main.security:nucleus-security >------------ [INFO] Building Nucleus Security Parent 6.2.6-SNAPSHOT [12/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Admin Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Nucleus Security Parent: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-admin --- [INFO] [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-admin --- [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-security --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-admin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-security --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-security --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/target/common-resources with includes "" and excludes "" [INFO] [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-admin --- [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-security --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/core/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-nucleus-core-checkstyle) @ nucleus-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/nucleus-core/6.2.6-SNAPSHOT/nucleus-core-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.deployment:nucleus-deployment >---------- [INFO] Building GlassFish Nucleus Deployment Related Modules 6.2.6-SNAPSHOT [13/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Nucleus Deployment Related Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-deployment --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-deployment --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-deployment --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-deployment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-deployment --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-deployment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-deployment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/target/classes/META-INF for [INFO] [echo] nucleus-admin [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/security/target/classes/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/target/classes/META-INF [INFO] Executed tasks [INFO] Executed tasks [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-admin --- [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-security --- [INFO] Tests are skipped. [INFO] Tests are skipped. [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-admin --- [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-security --- [INFO] Tests are skipped. [INFO] Tests are skipped. [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-nucleus-admin-checkstyle) @ nucleus-admin --- [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-nucleus-security-checkstyle) @ nucleus-security --- [INFO] [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-security --- [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/nucleus-admin/6.2.6-SNAPSHOT/nucleus-admin-6.2.6-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/nucleus-security/6.2.6-SNAPSHOT/nucleus-security-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.cluster:cluster >----------------- [INFO] Building Cluster 6.2.6-SNAPSHOT [14/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Cluster: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cluster --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cluster --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cluster --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cluster --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cluster --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ cluster --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] ----------------< org.glassfish.main:glassfish-parent >----------------- [INFO] Building Eclipse GlassFish Parent Project 6.2.6-SNAPSHOT [15/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Eclipse GlassFish Parent Project: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-parent --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cluster --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-parent --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/target/classes/META-INF for [INFO] [echo] nucleus-deployment [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-deployment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-deployment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-nucleus-deployment-checkstyle) @ nucleus-deployment --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-deployment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-deployment/6.2.6-SNAPSHOT/nucleus-deployment-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.flashlight:nucleus-flashlight >---------- [INFO] Building Flashlight 6.2.6-SNAPSHOT [16/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Flashlight: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-flashlight --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-flashlight --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-flashlight --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-flashlight --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-flashlight --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-flashlight --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-flashlight --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/target/classes/META-INF for [INFO] [echo] cluster [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cluster --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/target/classes/META-INF for [INFO] [echo] glassfish-parent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cluster --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.cluster-cluster-checkstyle) @ cluster --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cluster --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster/6.2.6-SNAPSHOT/cluster-6.2.6-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main-glassfish-parent-checkstyle) @ glassfish-parent --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-parent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/glassfish-parent/6.2.6-SNAPSHOT/glassfish-parent-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.distributions:nucleus-distributions >------- [INFO] Building Nucleus distributions 6.2.6-SNAPSHOT [17/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Nucleus distributions: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] ---------< org.glassfish.main.featuresets:nucleus-featuresets >--------- [INFO] Building Glassfish featuresets 6.2.6-SNAPSHOT [18/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-distributions --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-distributions --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-distributions --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish featuresets: [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions [INFO] ------------------------------------------------------------------------ [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-distributions --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-featuresets --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-featuresets --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-featuresets --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-distributions --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/featuresets [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-featuresets --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-featuresets --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-featuresets --- [INFO] Executing tasks [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/target/classes/META-INF for [INFO] [echo] nucleus-flashlight [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/featuresets/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-featuresets --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-flashlight --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-flashlight --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.flashlight-nucleus-flashlight-checkstyle) @ nucleus-flashlight --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-flashlight --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/nucleus-flashlight/6.2.6-SNAPSHOT/nucleus-flashlight-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.diagnostics:nucleus-diagnostics >--------- [INFO] Building Diagnostics 6.2.6-SNAPSHOT [19/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Diagnostics: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-diagnostics --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-diagnostics --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-diagnostics --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ nucleus-diagnostics --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ nucleus-diagnostics --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ nucleus-diagnostics --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/distributions/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-distributions --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/featuresets/target/classes/META-INF for [INFO] [echo] nucleus-featuresets [INFO] Tests are skipped. [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-nucleus-distributions-checkstyle) @ nucleus-distributions --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/featuresets/target/classes/META-INF [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-distributions --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/target/common-resources with includes "" and excludes "" [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-featuresets --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-distributions/6.2.6-SNAPSHOT/nucleus-distributions-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-diagnostics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-featuresets --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-nucleus-featuresets-checkstyle) @ nucleus-featuresets --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-featuresets --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/featuresets/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/nucleus-featuresets/6.2.6-SNAPSHOT/nucleus-featuresets-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.hk2:tiger-types >----------------- [INFO] Building Tiger types- type arithmetic library for Java5 6.2.6-SNAPSHOT [20/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --------------< org.glassfish.main.osgi-platforms:felix >--------------- [INFO] Building Apache Felix, associated bundles and conf files 6.2.6-SNAPSHOT [21/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Apache Felix, associated bundles and conf files: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ felix --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ felix --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ felix --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ felix --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:copy (default) @ felix --- [INFO] Configured Artifact: org.apache.felix:org.apache.felix.main:?:jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/target/classes/META-INF for [INFO] [echo] nucleus-diagnostics [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-diagnostics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-diagnostics --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.diagnostics-nucleus-diagnostics-checkstyle) @ nucleus-diagnostics --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-diagnostics --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/nucleus-diagnostics/6.2.6-SNAPSHOT/nucleus-diagnostics-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.common:simple-glassfish-api >----------- [INFO] Building Simple Public APIs of Glassfish 6.2.6-SNAPSHOT [22/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ simple-glassfish-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Configured Artifact: org.apache.felix:org.apache.felix.bundlerepository:?:jar [INFO] Copying org.apache.felix.main-7.0.3.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/classes/modules/org.apache.felix.bundlerepository.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ felix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ scattered-archive-api --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ scattered-archive-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/common-resources with includes "" and excludes "" [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/felix/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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-antrun-plugin:3.0.0:run (default-manifest) @ felix --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scattered-archive-api --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ simple-glassfish-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/src/main/manpages [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ simple-glassfish-api --- [INFO] Copying 2 resources to META-INF [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ scattered-archive-api --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ simple-glassfish-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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) @ tiger-types --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ tiger-types --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ tiger-types --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/src/main/manpages [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] Copying 2 resources to META-INF [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ tiger-types --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ tiger-types --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ simple-glassfish-api --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tiger-types --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tiger-types --- [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/classes [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/target/classes [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/classes [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/felix.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ felix --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ felix --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.osgi-platforms-felix-checkstyle) @ felix --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ felix --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/felix/target/felix.zip to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix/6.2.6-SNAPSHOT/felix-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/felix/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/felix/6.2.6-SNAPSHOT/felix-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.flashlight:flashlight-agent >----------- [INFO] Building flashlight-agent 6.2.6-SNAPSHOT [23/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in flashlight-agent: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ simple-glassfish-api --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ flashlight-agent --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/src/main/java/org/glassfish/embeddable/archive/Assembler.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/src/main/java/org/jvnet/tiger_types/Lister.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ flashlight-agent --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ flashlight-agent --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ flashlight-agent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ simple-glassfish-api --- [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ tiger-types --- [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ scattered-archive-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ flashlight-agent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ flashlight-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ scattered-archive-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ simple-glassfish-api --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ tiger-types --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ flashlight-agent --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ flashlight-agent --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ flashlight-agent --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ flashlight-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ flashlight-agent --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/target/classes/META-INF for [INFO] [echo] flashlight-agent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ flashlight-agent --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/target/flashlight-agent.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ flashlight-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ flashlight-agent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.flashlight-flashlight-agent-checkstyle) @ flashlight-agent --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ flashlight-agent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/target/flashlight-agent.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-agent/6.2.6-SNAPSHOT/flashlight-agent-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-agent/6.2.6-SNAPSHOT/flashlight-agent-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.main.flashlight:flashlight-extra-jdk-packages >----- [INFO] Building GlassFish Flashlight Extra JDK Pkgs 6.2.6-SNAPSHOT [24/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Flashlight Extra JDK Pkgs: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ flashlight-extra-jdk-packages --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ flashlight-extra-jdk-packages --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/src/main/manpages [INFO] Copying 2 resources to META-INF [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.2.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-M6:test (default-test) @ flashlight-extra-jdk-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ flashlight-extra-jdk-packages --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/classes/META-INF for [INFO] [echo] flashlight-extra-jdk-packages [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ flashlight-extra-jdk-packages --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ flashlight-extra-jdk-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ flashlight-extra-jdk-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.flashlight-flashlight-extra-jdk-packages-checkstyle) @ flashlight-extra-jdk-packages --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ flashlight-extra-jdk-packages --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/flashlight-extra-jdk-packages-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/flashlight-extra-jdk-packages-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.core:api-exporter >---------------- [INFO] Building GlassFish API Exporter Module 6.2.6-SNAPSHOT [25/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ api-exporter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ api-exporter --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ api-exporter --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/classes/META-INF/MANIFEST.MF [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/classes/META-INF/MANIFEST.MF [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/target/classes/META-INF/MANIFEST.MF [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ tiger-types --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ api-exporter --- [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ simple-glassfish-api --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ scattered-archive-api --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ api-exporter --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/target/common-resources with includes "" and excludes "" [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ tiger-types --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ scattered-archive-api --- [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ simple-glassfish-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ api-exporter --- [INFO] Changes detected - recompiling the module! [INFO] Changes detected - recompiling the module! [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/src/main/manpages [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/classes [INFO] Copying 2 resources to META-INF [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/classes [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ api-exporter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/target/classes [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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ api-exporter --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ scattered-archive-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] 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-M6:test (default-test) @ scattered-archive-api --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ simple-glassfish-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ simple-glassfish-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ simple-glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ scattered-archive-api --- [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-M6:test (default-test) @ simple-glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ simple-glassfish-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ tiger-types --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/classes/META-INF for [INFO] [echo] scattered-archive-api [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ scattered-archive-api --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ simple-glassfish-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ simple-glassfish-api --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ scattered-archive-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ simple-glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-simple-glassfish-api-checkstyle) @ simple-glassfish-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ simple-glassfish-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/simple-glassfish-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/simple-glassfish-api/6.2.6-SNAPSHOT/simple-glassfish-api-6.2.6-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ scattered-archive-api --- [INFO] [INFO] --------< org.glassfish.main.core:glassfish-extra-jre-packages >-------- [INFO] Building GlassFish Extra JRE Packages 6.2.6-SNAPSHOT [26/288] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-scattered-archive-api-checkstyle) @ scattered-archive-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ scattered-archive-api --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Extra JRE Packages: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/scattered-archive-api-6.2.6-SNAPSHOT.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-extra-jre-packages --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/scattered-archive-api/6.2.6-SNAPSHOT/scattered-archive-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-extra-jre-packages --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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-dependency-plugin:3.3.0:unpack (unpack-resource) @ glassfish-extra-jre-packages --- [INFO] [INFO] ------------< org.glassfish.main.admin:rest-service-parent >------------ [INFO] Building GlassFish Admin REST Parent 6.2.6-SNAPSHOT [27/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Admin REST Parent: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-extra-jre-packages --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.4:manifest (bundle-manifest) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ tiger-types --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ tiger-types --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ api-exporter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ tiger-types --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ api-exporter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ tiger-types --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ api-exporter --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ api-exporter --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ api-exporter --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/target/tiger-types.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ api-exporter --- [WARNING] Manifest org.glassfish.main.core:glassfish-extra-jre-packages:jar:6.2.6-SNAPSHOT : Host system.bundle=extension:=framework for this fragment/require bundle cannot be found on the classpath [WARNING] Manifest org.glassfish.main.core:glassfish-extra-jre-packages:jar:6.2.6-SNAPSHOT : Host system.bundle=extension:=framework for this fragment cannot be found on the classpath [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ tiger-types --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-extra-jre-packages --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ glassfish-extra-jre-packages --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-extra-jre-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ tiger-types --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rest-service-parent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ rest-service-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.hk2-tiger-types-checkstyle) @ tiger-types --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ rest-service-parent --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tiger-types --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ rest-service-parent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/target/tiger-types.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/tiger-types/6.2.6-SNAPSHOT/tiger-types-6.2.6-SNAPSHOT.jar [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ rest-service-parent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/tiger-types/6.2.6-SNAPSHOT/tiger-types-6.2.6-SNAPSHOT.pom [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-extra-jre-packages --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/target/common-resources with includes "" and excludes "" [INFO] [INFO] --------------< org.glassfish.main.admin:nucleus-domain >--------------- [INFO] Building Nucleus template 6.2.6-SNAPSHOT [28/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Nucleus template: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ rest-service-parent --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-domain --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-domain --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-domain --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ nucleus-domain --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/template/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ nucleus-domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/target/classes/META-INF for [INFO] [echo] api-exporter [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ api-exporter --- [INFO] Copying 12 resources [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/target/api-exporter.jar [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/template/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ api-exporter --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ nucleus-domain --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/classes/META-INF for [INFO] [echo] glassfish-extra-jre-packages [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ nucleus-domain --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ glassfish-extra-jre-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ api-exporter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-api-exporter-checkstyle) @ api-exporter --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ api-exporter --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/target/api-exporter.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter/6.2.6-SNAPSHOT/api-exporter-6.2.6-SNAPSHOT.jar [INFO] No sources to compile [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter/6.2.6-SNAPSHOT/api-exporter-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ nucleus-domain --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ nucleus-domain --- [INFO] [INFO] -------------< org.glassfish.main.deployment:nucleus-dtds >------------- [INFO] Building Set of DTDs for Nucleus distributions 6.2.6-SNAPSHOT [29/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/extra-jre-packages/target/glassfish-extra-jre-packages.jar [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Set of DTDs for Nucleus distributions: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ nucleus-domain --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-dtds --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-dtds --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-dtds --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ nucleus-dtds --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-domain --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ nucleus-dtds --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/target/classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-extra-jre-packages --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-glassfish-extra-jre-packages-checkstyle) @ glassfish-extra-jre-packages --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-dtds --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-extra-jre-packages --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-extra-jre-packages-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/extra-jre-packages/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish-extra-jre-packages/6.2.6-SNAPSHOT/glassfish-extra-jre-packages-6.2.6-SNAPSHOT.pom [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/target/classes/META-INF for [INFO] [echo] rest-service-parent [INFO] [INFO] -----------< org.glassfish.main.deployment:nucleus-schemas >------------ [INFO] Building Set of schemas for Nucleus 6.2.6-SNAPSHOT [30/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/target/classes/META-INF [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Set of schemas for Nucleus: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ rest-service-parent --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-schemas --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-schemas --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-schemas --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ nucleus-schemas --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rest-service-parent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-rest-service-parent-checkstyle) @ rest-service-parent --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ rest-service-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/schemas/target/common-resources with includes "" and excludes "" [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service-parent/6.2.6-SNAPSHOT/rest-service-parent-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.glassfish.main.ejb:ejb >--------------------- [INFO] Building GlassFish EJB container related modules 6.2.6-SNAPSHOT [31/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ nucleus-schemas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [INFO] Using 'UTF-8' encoding to copy filtered properties files. [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish EJB container related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Copying 2 resources [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/schemas/src/main/manpages [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ejb --- [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ ejb --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-schemas --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ ejb --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ejb --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/target/classes/META-INF for [INFO] [echo] nucleus-dtds [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/target/classes/META-INF [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/template/target/classes/META-INF for [INFO] [echo] nucleus-domain [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ nucleus-dtds --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/target/classes ( excludes: [ ], includes: [ ]) [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/template/target/classes/META-INF [INFO] Executed tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/target/nucleus-dtds.zip [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ nucleus-domain --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-nucleus-dtds-checkstyle) @ nucleus-dtds --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-dtds --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/target/nucleus-dtds.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-dtds/6.2.6-SNAPSHOT/nucleus-dtds-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-dtds/6.2.6-SNAPSHOT/nucleus-dtds-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.common:common >------------------ [INFO] Building GlassFish Common modules 6.2.6-SNAPSHOT [32/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Common modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/schemas/target/classes/META-INF for [INFO] [echo] nucleus-schemas [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ common --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_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] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/schemas/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/schemas/target/nucleus-schemas.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-schemas --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-schemas --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-nucleus-schemas-checkstyle) @ nucleus-schemas --- [INFO] Executing tasks [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-schemas --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/target/classes/META-INF for [INFO] [echo] ejb [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/schemas/target/nucleus-schemas.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-schemas/6.2.6-SNAPSHOT/nucleus-schemas-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/schemas/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/nucleus-schemas/6.2.6-SNAPSHOT/nucleus-schemas-6.2.6-SNAPSHOT.pom [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ejb --- [INFO] [INFO] --------------< org.glassfish.main.deployment:deployment >-------------- [INFO] Building GlassFish Deployment Related Modules 6.2.6-SNAPSHOT [33/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Deployment Related Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ deployment --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ deployment --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment [INFO] ------------------------------------------------------------------------ [INFO] Tests are skipped. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ deployment --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ejb --- [INFO] Tests are skipped. [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ejb-ejb-checkstyle) @ ejb --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ deployment --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ deployment --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb/6.2.6-SNAPSHOT/ejb-6.2.6-SNAPSHOT.pom [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [INFO] [INFO] -------------< org.glassfish.main.security:securitymodule >------------- [INFO] Building GlassFish Security Parent 6.2.6-SNAPSHOT [34/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/template/target/classes/config [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ nucleus-domain --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Security Parent: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ securitymodule --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ securitymodule --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ securitymodule --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ securitymodule --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ deployment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ securitymodule --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ securitymodule --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Executing tasks [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/target/common-resources with includes "" and excludes "" [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/template/target/nucleus-domain.jar [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/target/classes/META-INF for [INFO] [echo] common [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ common --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ securitymodule --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-common-checkstyle) @ common --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/common/6.2.6-SNAPSHOT/common-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.transaction:transaction >------------- [INFO] Building GlassFish Transaction modules 6.2.6-SNAPSHOT [35/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Transaction modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ transaction --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-domain --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ transaction --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ transaction --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ transaction --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ transaction --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ transaction --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-nucleus-domain-checkstyle) @ nucleus-domain --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-domain --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/template/target/nucleus-domain.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/nucleus-domain/6.2.6-SNAPSHOT/nucleus-domain-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/template/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/nucleus-domain/6.2.6-SNAPSHOT/nucleus-domain-6.2.6-SNAPSHOT.pom [INFO] [INFO] [INFO] ---------------< org.glassfish.main.resources:resources >--------------- [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ transaction --- [INFO] Building GlassFish Resources infrastructure related modules 6.2.6-SNAPSHOT [36/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Resources infrastructure related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ resources --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ resources --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ resources --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ resources --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ resources --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ resources --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ resources --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/target/classes/META-INF for [INFO] [echo] deployment [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ deployment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/target/classes/META-INF for [INFO] [echo] securitymodule [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ deployment --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/target/classes/META-INF [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-deployment-checkstyle) @ deployment --- [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ securitymodule --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment/6.2.6-SNAPSHOT/deployment-6.2.6-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ securitymodule --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-securitymodule-checkstyle) @ securitymodule --- [INFO] [INFO] --------------< org.glassfish.main.connectors:connectors >-------------- [INFO] Building Connectors Parent 6.2.6-SNAPSHOT [37/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ securitymodule --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/securitymodule/6.2.6-SNAPSHOT/securitymodule-6.2.6-SNAPSHOT.pom [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Connectors Parent: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors --- [INFO] [INFO] ----------------< org.glassfish.main.libpam4j:libpam4j >---------------- [INFO] Building Java binding for libpam.so 6.2.6-SNAPSHOT [38/288] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ connectors --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ connectors --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [INFO] [WARNING] The following plugins are not marked @threadSafe in Java binding for libpam.so: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors --- [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ connectors --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ connectors --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/target/classes/META-INF for [INFO] [echo] transaction [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/target/classes/META-INF [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/target/classes/META-INF for [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ transaction --- [INFO] [echo] resources [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ resources --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ transaction --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.transaction-transaction-checkstyle) @ transaction --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ transaction --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/transaction/6.2.6-SNAPSHOT/transaction-6.2.6-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ resources --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.resources-resources-checkstyle) @ resources --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ resources --- [INFO] [INFO] -------------< org.glassfish.main.persistence:persistence >------------- [INFO] Building GlassFish persistence related modules 6.2.6-SNAPSHOT [39/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources/6.2.6-SNAPSHOT/resources-6.2.6-SNAPSHOT.pom [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish persistence related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] ---------------------< org.glassfish.main.orb:orb >--------------------- [INFO] Building GlassFish ORB related modules 6.2.6-SNAPSHOT [40/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ persistence --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish ORB related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ orb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ orb --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ orb --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ orb --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ orb --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ orb --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ orb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ persistence --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ persistence --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ persistence --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ persistence --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ persistence --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ persistence --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/target/classes/META-INF for [INFO] [echo] connectors [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ connectors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ connectors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.connectors-connectors-checkstyle) @ connectors --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors/6.2.6-SNAPSHOT/connectors-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.glassfish.main.web:web >--------------------- [INFO] Building GlassFish Web container related modules 6.2.6-SNAPSHOT [41/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Web container related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ web --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/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.3.0:unpack (unpack-resource) @ web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web --- [INFO] No sources to compile [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/target/classes/META-INF for [INFO] [echo] orb [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ orb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ orb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.orb-orb-checkstyle) @ orb --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ orb --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb/6.2.6-SNAPSHOT/orb-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------------< org.glassfish.main.ha:ha >---------------------- [INFO] Building GlassFish HA modules 6.2.6-SNAPSHOT [42/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish HA modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ha --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ha --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ha --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ ha --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ha --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/target/classes/META-INF for [INFO] [echo] persistence [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ persistence --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence-persistence-checkstyle) @ persistence --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ persistence --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/persistence/6.2.6-SNAPSHOT/persistence-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------------< org.glassfish.main:appclient >-------------------- [INFO] Building App Client Modules 6.2.6-SNAPSHOT [43/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [INFO] Executing tasks [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in App Client Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/target/classes/META-INF for [INFO] [echo] web [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appclient --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/target/classes/META-INF [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ appclient --- [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appclient --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appclient --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appclient --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ appclient --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/target/classes/META-INF for [INFO] [echo] ha [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-checkstyle) @ web --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/target/common-resources with includes "" and excludes "" [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/target/classes/META-INF [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web --- [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ha --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web/6.2.6-SNAPSHOT/web-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appclient --- [INFO] [INFO] -------------------< org.glassfish.main.admin:admin >------------------- [INFO] Building Admin Modules 6.2.6-SNAPSHOT [44/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Admin Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ha-ha-checkstyle) @ ha --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ admin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ha --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha/6.2.6-SNAPSHOT/ha-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ admin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ admin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ admin --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] --------------------< org.glassfish.main.core:core >-------------------- [INFO] Building GlassFish Core modules 6.2.6-SNAPSHOT [45/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Core modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ admin --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ core --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/target/classes/META-INF for [INFO] [echo] appclient [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appclient --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appclient --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main-appclient-checkstyle) @ appclient --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appclient --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/6.2.6-SNAPSHOT/appclient-6.2.6-SNAPSHOT.pom [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/target/classes/META-INF for [INFO] [echo] admin [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/target/classes/META-INF [INFO] [INFO] --------------------< org.glassfish.main.jdbc:jdbc >-------------------- [INFO] Building JDBC Module 6.2.6-SNAPSHOT [46/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ admin --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JDBC Module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jdbc --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jdbc --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jdbc --- [INFO] Tests are skipped. [INFO] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ admin --- [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-admin-checkstyle) @ admin --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ jdbc --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin/6.2.6-SNAPSHOT/admin-6.2.6-SNAPSHOT.pom [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/target/common-resources with includes "" and excludes "" [INFO] [INFO] -----------< org.glassfish.main.loadbalancer:load-balancer >------------ [INFO] Building GlassFish Load-Balancer Plugin related modules 6.2.6-SNAPSHOT [47/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Load-Balancer Plugin related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jdbc --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ load-balancer --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ load-balancer --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ load-balancer --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ load-balancer --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ load-balancer --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/target/classes/META-INF for [INFO] [echo] core [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-core-checkstyle) @ core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/core/6.2.6-SNAPSHOT/core-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.glassfish.main.jms:jms >--------------------- [INFO] Building GlassFish JMS modules 6.2.6-SNAPSHOT [48/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish JMS modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jms --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jms --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jms --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jms --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jms --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ jms --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/target/classes/META-INF for [INFO] [echo] jdbc [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jms --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jdbc --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/target/classes/META-INF for [INFO] [echo] load-balancer [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc-jdbc-checkstyle) @ jdbc --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/target/classes/META-INF [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc --- [INFO] Executed tasks [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc/6.2.6-SNAPSHOT/jdbc-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ load-balancer --- [INFO] [INFO] --------------< org.glassfish.main.jdbc.jdbc-ra:jdbc-ra >--------------- [INFO] Building JDBC Resource Adapter 6.2.6-SNAPSHOT [49/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JDBC Resource Adapter: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [INFO] Tests are skipped. [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ load-balancer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.loadbalancer-load-balancer-checkstyle) @ load-balancer --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-ra --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ load-balancer --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/load-balancer/6.2.6-SNAPSHOT/load-balancer-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc-ra --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ jdbc-ra --- [INFO] [INFO] --------------< org.glassfish.main.concurrent:concurrent >-------------- [INFO] Building Concurrency Utilities Modules 6.2.6-SNAPSHOT [50/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Concurrency Utilities Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ concurrent --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ concurrent --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ concurrent --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jdbc-ra --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ concurrent --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ concurrent --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/target/classes/META-INF for [INFO] [echo] jms [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jms --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jms-jms-checkstyle) @ jms --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jms --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms/6.2.6-SNAPSHOT/jms-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.batch:batch >------------------- [INFO] Building Batch runtime modules for Glassfish 6.2.6-SNAPSHOT [51/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/target/classes/META-INF for [INFO] [echo] jdbc-ra [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Batch runtime modules for Glassfish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jdbc-ra --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/target/classes/META-INF for [INFO] [echo] concurrent [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ concurrent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc.jdbc-ra-jdbc-ra-checkstyle) @ jdbc-ra --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-ra --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc-ra/6.2.6-SNAPSHOT/jdbc-ra-6.2.6-SNAPSHOT.pom [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ concurrent --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.concurrent-concurrent-checkstyle) @ concurrent --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ concurrent --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent/6.2.6-SNAPSHOT/concurrent-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.extras:extras >------------------ [INFO] Building GlassFish Extras modules 6.2.6-SNAPSHOT [52/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Extras modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ batch --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ batch --- [INFO] [INFO] ------------< org.glassfish.main.grizzly:glassfish-grizzly >------------ [INFO] Building Grizzly Glassfish Extra modules 6.2.6-SNAPSHOT [53/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ extras --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ batch --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ batch --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ extras --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ extras --- [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Grizzly Glassfish Extra modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ batch --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ extras --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ batch --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ extras --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-grizzly --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ extras --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-grizzly --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-grizzly --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly [INFO] ------------------------------------------------------------------------ [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [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.3.0:unpack (unpack-resource) @ glassfish-grizzly --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/target/common-resources with includes "" and excludes "" [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-grizzly --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ batch --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ extras --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/target/classes/META-INF for [INFO] [echo] glassfish-grizzly [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-grizzly --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ libpam4j --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-grizzly --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ libpam4j --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j [INFO] ------------------------------------------------------------------------ [INFO] Executing tasks [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.grizzly-glassfish-grizzly-checkstyle) @ glassfish-grizzly --- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/target/classes/META-INF for [INFO] [echo] extras [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ libpam4j --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-grizzly --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly/6.2.6-SNAPSHOT/glassfish-grizzly-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ libpam4j --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/target/classes/META-INF [INFO] [INFO] -------------< org.glassfish.main.webservices:webservices >------------- [INFO] Building GlassFish Web Services related modules 6.2.6-SNAPSHOT [54/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ extras --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/common-resources with includes "" and excludes "" [INFO] Executing tasks [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Web Services related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/target/classes/META-INF for [INFO] [echo] batch [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ webservices --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ webservices --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/target/classes/META-INF [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ webservices --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ batch --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ libpam4j --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ webservices --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ extras --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Tests are skipped. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-extras-checkstyle) @ extras --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ extras --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/extras/6.2.6-SNAPSHOT/extras-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ batch --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ webservices --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.batch-batch-checkstyle) @ batch --- [INFO] [INFO] --------------< org.glassfish.main.admingui:dataprovider >-------------- [INFO] Building DataProvider 6.2.6-SNAPSHOT [55/288] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ batch --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/batch/6.2.6-SNAPSHOT/batch-6.2.6-SNAPSHOT.pom [INFO] Changes detected - recompiling the module! [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in DataProvider: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/classes [INFO] [INFO] ----------------< org.glassfish.main.admingui:admingui >---------------- [INFO] Building Admin Console Packages 6.2.6-SNAPSHOT [56/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Admin Console Packages: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/target/classes/META-INF for [INFO] [echo] webservices [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ webservices --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ webservices --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.webservices-webservices-checkstyle) @ webservices --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ webservices --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices/6.2.6-SNAPSHOT/webservices-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.featuresets:featuresets >------------- [INFO] Building Glassfish featuresets 6.2.6-SNAPSHOT [57/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish featuresets: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ featuresets --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ featuresets --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ featuresets --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ featuresets --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ featuresets --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/target/classes/META-INF for [INFO] [echo] featuresets [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ dataprovider --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ featuresets --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dataprovider --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ dataprovider --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dataprovider [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ dataprovider --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ dataprovider --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ dataprovider --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ featuresets --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-featuresets-checkstyle) @ featuresets --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ featuresets --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dataprovider/target/common-resources with includes "" and excludes "" [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/featuresets/6.2.6-SNAPSHOT/featuresets-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.distributions:distributions >----------- [INFO] Building Glassfish distributions 6.2.6-SNAPSHOT [58/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish distributions: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ dataprovider --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ distributions --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ distributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ distributions --- [INFO] Copying 1 resource [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dataprovider/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ distributions --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ dataprovider --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/target/common-resources with includes "" and excludes "" [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ dataprovider --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ distributions --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ dataprovider --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ dataprovider --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ dataprovider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ dataprovider --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/target/dependency/META-INF for [INFO] [echo] distributions [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ distributions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-distributions-checkstyle) @ distributions --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ distributions --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/distributions/6.2.6-SNAPSHOT/distributions-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.tests:tests >------------------- [INFO] Building GlassFish Tests 6.2.6-SNAPSHOT [59/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Tests: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ tests --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ tests --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ tests --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dataprovider/target/classes/META-INF for [INFO] [echo] dataprovider [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ tests --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ tests --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ dataprovider --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ tests --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dataprovider/target/dataprovider.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:bundle (osgi-bundle) @ dataprovider --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/target/classes/META-INF for [INFO] [echo] tests [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests-tests-checkstyle) @ tests --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tests --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/tests/6.2.6-SNAPSHOT/tests-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.osgi-platforms:osgi-console-extensions >------ [INFO] Building Console extensions for OSGi platforms 6.2.6-SNAPSHOT [60/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Console extensions for OSGi platforms: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-console-extensions --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ osgi-console-extensions --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ osgi-console-extensions --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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-dependency-plugin:3.3.0:unpack (unpack-resource) @ osgi-console-extensions --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ osgi-console-extensions --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/src/main/java/org/jvnet/libpam/PAM.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/src/main/java/org/jvnet/libpam/PAM.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/src/main/java/org/jvnet/libpam/PAM.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/target/classes/META-INF for [INFO] [echo] osgi-console-extensions [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ osgi-console-extensions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ osgi-console-extensions --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.osgi-platforms-osgi-console-extensions-checkstyle) @ osgi-console-extensions --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ osgi-console-extensions --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-console-extensions/6.2.6-SNAPSHOT/osgi-console-extensions-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.flashlight:glassfish-flashlight >--------- [INFO] Building Flashlight 6.2.6-SNAPSHOT [61/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Flashlight: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-flashlight --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-flashlight --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-flashlight --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/target/classes/META-INF for [INFO] [echo] glassfish-flashlight [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-flashlight --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-flashlight --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.flashlight-glassfish-flashlight-checkstyle) @ glassfish-flashlight --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-flashlight --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/glassfish-flashlight/6.2.6-SNAPSHOT/glassfish-flashlight-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.distributions:nucleus-common >----------- [INFO] Building Nucleus distribution Common module 6.2.6-SNAPSHOT [62/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Nucleus distribution Common module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ nucleus-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ nucleus-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 27 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ libpam4j --- [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-M6:test (default-test) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ libpam4j --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus-common/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Building bundle: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dataprovider/target/dataprovider.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (create-artifact) @ nucleus-common --- [INFO] Reading assembly descriptor: src/main/assembly/nucleus-common.xml [INFO] Copying files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/stage [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/classes/META-INF for [INFO] [echo] libpam4j [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ libpam4j --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/libpam4j.jar [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:bundle (osgi-bundle) @ libpam4j --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/dependency/META-INF for [INFO] [echo] nucleus-common [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/dependency/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ nucleus-common --- [INFO] [zip] duplicate: preserve [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/nucleus-common.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-nucleus-common-checkstyle) @ nucleus-common --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus-common/target/nucleus-common.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-common/6.2.6-SNAPSHOT/nucleus-common-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-common/6.2.6-SNAPSHOT/nucleus-common-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.hk2:hk2-config >------------------ [INFO] Building HK2 configuration module 6.2.6-SNAPSHOT [63/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dataprovider/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ dataprovider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ dataprovider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-dataprovider-checkstyle) @ dataprovider --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ dataprovider --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dataprovider/target/dataprovider.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dataprovider/6.2.6-SNAPSHOT/dataprovider-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dataprovider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dataprovider/6.2.6-SNAPSHOT/dataprovider-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.admin:rest-testing >---------------- [INFO] Building GlassFish Admin REST Testing Framework 6.2.6-SNAPSHOT [64/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Admin REST Testing Framework: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Building bundle: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/libpam4j.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ libpam4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.libpam4j-libpam4j-checkstyle) @ libpam4j --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ libpam4j --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/libpam4j.jar to /home/jenkins/.m2/repository/org/glassfish/main/libpam4j/libpam4j/6.2.6-SNAPSHOT/libpam4j-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/libpam4j/libpam4j/6.2.6-SNAPSHOT/libpam4j-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.ejb:ejb-client >------------------ [INFO] Building GlassFish Core EJB Client 6.2.6-SNAPSHOT [65/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ admingui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ admingui --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ admingui --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack-dependencies) @ admingui --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ admingui --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ admingui --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ admingui --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ admingui --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/target/classes/META-INF for [INFO] [echo] admingui [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ admingui --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ admingui --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-admingui-checkstyle) @ admingui --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ admingui --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/admingui/6.2.6-SNAPSHOT/admingui-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.deployment:appserver-dtds >------------ [INFO] Building Set of DTDs for GlassFish Java EE distributions 6.2.6-SNAPSHOT [66/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Set of DTDs for GlassFish Java EE distributions: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserver-dtds --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ appserver-dtds --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appserver-dtds --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ appserver-dtds --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appserver-dtds --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ appserver-dtds --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ appserver-dtds --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 45 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appserver-dtds --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/target/classes/META-INF for [INFO] [echo] appserver-dtds [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ appserver-dtds --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appserver-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appserver-dtds --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-appserver-dtds-checkstyle) @ appserver-dtds --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserver-dtds --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-dtds/6.2.6-SNAPSHOT/appserver-dtds-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-dtds/6.2.6-SNAPSHOT/appserver-dtds-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.deployment:appserver-schemas >----------- [INFO] Building Set of schemas for Jakarta EE 6.2.6-SNAPSHOT [67/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Set of schemas for Jakarta EE: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserver-schemas --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ appserver-schemas --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appserver-schemas --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appserver-schemas --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ appserver-schemas --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/schemas/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack) @ appserver-schemas --- [INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:?:jar [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ appserver-schemas --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 87 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/schemas/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appserver-schemas --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/deployment/schemas/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appserver-schemas --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appserver-schemas --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-appserver-schemas-checkstyle) @ appserver-schemas --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserver-schemas --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-schemas/6.2.6-SNAPSHOT/appserver-schemas-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/schemas/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/appserver-schemas/6.2.6-SNAPSHOT/appserver-schemas-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.security:jaspic.provider.framework >-------- [INFO] Building Jaspic Provider Framework 6.2.6-SNAPSHOT [68/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rest-testing --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ rest-testing --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ rest-testing --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ rest-testing --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ rest-testing --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ rest-testing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jaspic.provider.framework --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jaspic.provider.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 17 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-testing/src/main/java/org/glassfish/admin/rest/testing/Common.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ rest-testing --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ hk2-config --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ hk2-config --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ hk2-config --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ hk2-config --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ hk2-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ hk2-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ rest-testing --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ rest-testing --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ rest-testing --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/rest-testing.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ rest-testing --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rest-testing --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-rest-testing-checkstyle) @ rest-testing --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ rest-testing --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-testing/target/rest-testing.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-testing/6.2.6-SNAPSHOT/rest-testing-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-testing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-testing/6.2.6-SNAPSHOT/rest-testing-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.resources:mail >------------------ [INFO] Building Jakarta Mail Resources Support related modules 6.2.6-SNAPSHOT [69/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Jakarta Mail Resources Support related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ejb-client --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ejb-client --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/ExtendedConfigFile.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/ExtendedConfigFile.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/servlet/JAASServletAuthConfigProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/servlet/JAASServletAuthConfigProvider.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ jaspic.provider.framework --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb-client --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ ejb-client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ejb-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/src/main/manpages [INFO] Copying 2 resources to META-INF [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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jaspic.provider.framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/classes [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ ejb-client --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ejb-client --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ ejb-client --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ mail --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mail --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ mail --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ mail --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ mail --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jaspic.provider.framework --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/generated-sources/hk2-config-generator/src/test/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/target/classes/META-INF for [INFO] [echo] mail [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ mail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ mail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.resources-mail-checkstyle) @ mail --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mail --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail/6.2.6-SNAPSHOT/mail-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.connectors:descriptors >-------------- [INFO] Building Jakarta EE Connector Architecture Descriptors 6.2.6-SNAPSHOT [70/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Jakarta EE Connector Architecture Descriptors: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ descriptors --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ descriptors --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ descriptors --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ descriptors --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/descriptors/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ descriptors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 19 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/descriptors/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ descriptors --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/connectors/descriptors/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors.zip [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (jar) @ descriptors --- [INFO] Reading assembly descriptor: src/assembly/jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors-resources.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.2.0:testResources (default-testResources) @ jaspic.provider.framework --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jaspic.provider.framework --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ jaspic.provider.framework --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ descriptors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jaspic.provider.framework --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ejb-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ descriptors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.connectors-descriptors-checkstyle) @ descriptors --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ descriptors --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors.zip to /home/jenkins/.m2/repository/org/glassfish/main/connectors/descriptors/6.2.6-SNAPSHOT/descriptors-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/descriptors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/descriptors/6.2.6-SNAPSHOT/descriptors-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ejb-client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors-resources.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/descriptors/6.2.6-SNAPSHOT/descriptors-6.2.6-SNAPSHOT-resources.jar [INFO] Changes detected - recompiling the module! [INFO] [INFO] --< org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages >-- [INFO] Building GlassFish Oracle JDBC Packages 6.2.6-SNAPSHOT [71/288] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/target/classes [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Oracle JDBC Packages: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-oracle-jdbc-driver-packages --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.4:manifest (bundle-manifest) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jaspic.provider.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jaspic.provider.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jaspic.provider.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-jaspic.provider.framework-checkstyle) @ jaspic.provider.framework --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jaspic.provider.framework --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/jaspic.provider.framework-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/jaspic.provider.framework/6.2.6-SNAPSHOT/jaspic.provider.framework-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.persistence:eclipselink-wrapper >--------- [INFO] Building Declaring EclipseLink dependencies 6.2.6-SNAPSHOT [72/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Declaring EclipseLink dependencies: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] Manifest org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages:jar:6.2.6-SNAPSHOT : Host system.bundle=extension:=framework for this fragment/require bundle cannot be found on the classpath [WARNING] Manifest org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages:jar:6.2.6-SNAPSHOT : Host system.bundle=extension:=framework for this fragment cannot be found on the classpath [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ glassfish-oracle-jdbc-driver-packages --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ejb-client --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ ejb-client --- [INFO] Tests are skipped. [INFO] Not copying test resources [INFO] [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-oracle-jdbc-driver-packages --- [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ejb-client --- [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-M6:test (default-test) @ ejb-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ejb-client --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ ejb-client --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/target/ejb-client.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ejb-client --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ejb-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ejb-ejb-client-checkstyle) @ ejb-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-oracle-jdbc-driver-packages --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence-glassfish-oracle-jdbc-driver-packages-checkstyle) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/target/ejb-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-client/6.2.6-SNAPSHOT/ejb-client-6.2.6-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-oracle-jdbc-driver-packages --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-oracle-jdbc-driver-packages-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-client/6.2.6-SNAPSHOT/ejb-client-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.persistence.cmp:cmp >--------------- [INFO] Building GlassFish cmp related modules 6.2.6-SNAPSHOT [73/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish cmp related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cmp --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ cmp --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-oracle-jdbc-driver-packages-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ cmp --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] ------------------< org.glassfish.main.web:web-embed >------------------ [INFO] Building GlassFish Web container embedded related modules 6.2.6-SNAPSHOT [74/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/target/common-resources with includes "" and excludes "" [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Web container embedded related modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-embed --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ web-embed --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-embed --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ web-embed --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-embed --- [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.0.0:run (default-manifest) @ web-embed --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-checkstyle) @ cmp --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp/6.2.6-SNAPSHOT/cmp-6.2.6-SNAPSHOT.pom [INFO] Executing tasks [INFO] [INFO] -------------------< org.glassfish.main.web:web-sse >------------------- [INFO] Building Server-Sent Events 6.2.6-SNAPSHOT [75/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/target/classes/META-INF for [INFO] [echo] web-embed [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/target/classes/META-INF [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web-embed --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web-embed --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-embed-checkstyle) @ web-embed --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-embed --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-embed/6.2.6-SNAPSHOT/web-embed-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.web:weld-integration-fragment >---------- [INFO] Building Weld Integration Fragment 6.2.6-SNAPSHOT [76/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ weld-integration-fragment --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ weld-integration-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ weld-integration-fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration-fragment/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.4:manifest (default-manifest) @ weld-integration-fragment --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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.2.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-M6:test (default-test) @ weld-integration-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ weld-integration-fragment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ weld-integration-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ weld-integration-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ weld-integration-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-weld-integration-fragment-checkstyle) @ weld-integration-fragment --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ weld-integration-fragment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/weld-integration-fragment-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration-fragment/6.2.6-SNAPSHOT/weld-integration-fragment-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.web:weld-integration-test-fragment >-------- [INFO] Building Fragment bundle for Weld related testing 6.2.6-SNAPSHOT [77/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Fragment bundle for Weld related testing: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ weld-integration-test-fragment --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ weld-integration-test-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration-test-fragment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ weld-integration-test-fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ weld-integration-test-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ weld-integration-test-fragment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ weld-integration-test-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration-test-fragment/target/weld-integration-test-fragment.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ weld-integration-test-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ weld-integration-test-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-weld-integration-test-fragment-checkstyle) @ weld-integration-test-fragment --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ weld-integration-test-fragment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/weld-integration-test-fragment-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/weld-integration-test-fragment-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.web:cdi-api-fragment >--------------- [INFO] Building cdi-api Fragment 6.2.6-SNAPSHOT [78/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in cdi-api Fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cdi-api-fragment --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ cdi-api-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cdi-api-fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ cdi-api-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cdi-api-fragment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cdi-api-fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cdi-api-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cdi-api-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-cdi-api-fragment-checkstyle) @ cdi-api-fragment --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cdi-api-fragment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/cdi-api-fragment-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/cdi-api-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/cdi-api-fragment/6.2.6-SNAPSHOT/cdi-api-fragment-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.ha:ha-file-store >----------------- [INFO] Building GlassFish ha-file-store 6.2.6-SNAPSHOT [79/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/src/main/java/org/jvnet/hk2/config/Dom.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/src/main/java/org/jvnet/hk2/config/Dom.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/src/main/java/org/jvnet/hk2/config/Dom.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/src/main/java/org/jvnet/hk2/config/Dom.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ hk2-config --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ha-file-store --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ha-file-store --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ha-file-store --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ha-file-store --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ ha-file-store --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ha-file-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ha-file-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipselink-wrapper --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eclipselink-wrapper --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ eclipselink-wrapper --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ eclipselink-wrapper --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ eclipselink-wrapper --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/eclipselink-wrapper/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ eclipselink-wrapper --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/eclipselink-wrapper/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ eclipselink-wrapper --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ eclipselink-wrapper --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence-eclipselink-wrapper-checkstyle) @ eclipselink-wrapper --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ eclipselink-wrapper --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/eclipselink-wrapper/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/eclipselink-wrapper/6.2.6-SNAPSHOT/eclipselink-wrapper-6.2.6-SNAPSHOT.pom [WARNING] Manifest org.glassfish.main.hk2:hk2-config:glassfish-jar:6.2.6-SNAPSHOT : Export org.jvnet.hk2.config, has 2, private references [org.jvnet.hk2.config.api, org.jvnet.hk2.config.provider.internal] [INFO] [INFO] ----------------< org.glassfish.main.appclient:server >----------------- [INFO] Building GlassFish App Client Server-side Modules 6.2.6-SNAPSHOT [80/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/target/classes/META-INF/MANIFEST.MF [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish App Client Server-side Modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ hk2-config --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ server --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ server --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ server --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ server --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ server --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ server --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (generate-inhabitants) @ hk2-config --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ server --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ hk2-config --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStore.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStore.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ ha-file-store --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/target/classes/META-INF for [INFO] [echo] server [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.appclient-server-checkstyle) @ server --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ server --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/6.2.6-SNAPSHOT/server-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.appclient:client >----------------- [INFO] Building App Client - client-side modules 6.2.6-SNAPSHOT [81/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in App Client - client-side modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ client --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ client --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ client --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/appclient/client/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.appclient-client-checkstyle) @ client --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/client/6.2.6-SNAPSHOT/client-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.admin:appserver-domain >-------------- [INFO] Building Appserver template 6.2.6-SNAPSHOT [82/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Appserver template: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserver-domain --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ appserver-domain --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/template/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack) @ appserver-domain --- [INFO] Configured Artifact: org.glassfish.main.admin:nucleus-domain:6.2.6-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/template/target/nucleus-domain.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/template/target/dependency with includes "" and excludes "config/domain.xml,template-info.xml,stringsubs.xml,META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ appserver-domain --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/template/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:merge-copyright-headers (default) @ appserver-domain --- [INFO] Reading input file:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/template/target/dependency/config/logging.properties [INFO] Reading input file:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/logging/logging.properties [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (create-artifact) @ appserver-domain --- [INFO] Reading assembly descriptor: src/main/assembly/appserver-domain.xml [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] Copying files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/template/target/classes [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ha-file-store --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ha-file-store --- [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] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/target/classes [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ appserver-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appserver-domain --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/template/target/classes/META-INF for [INFO] [echo] appserver-domain [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/template/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ appserver-domain --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/template/target/appserver-domain.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appserver-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appserver-domain --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-appserver-domain-checkstyle) @ appserver-domain --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserver-domain --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/template/target/appserver-domain.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-domain/6.2.6-SNAPSHOT/appserver-domain-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/template/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-domain/6.2.6-SNAPSHOT/appserver-domain-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ha-file-store --- [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ ha-file-store --- [INFO] -----------< org.glassfish.main.core:api-exporter-fragment >------------ [INFO] Building GlassFish API Exporter Module Fragment 6.2.6-SNAPSHOT [83/288] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ ha-file-store --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish API Exporter Module Fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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-M6:test (default-test) @ ha-file-store --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ api-exporter-fragment --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ha-file-store --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ api-exporter-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ api-exporter-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/api-exporter-fragment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ api-exporter-fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/api-exporter-fragment/src/main/manpages [INFO] Copying 2 resources to META-INF [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] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ api-exporter-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ api-exporter-fragment --- [WARNING] Manifest org.glassfish.main.hk2:hk2-config:glassfish-jar:6.2.6-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/glassfish6_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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/target/classes/META-INF for [INFO] [echo] ha-file-store [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ ha-file-store --- [INFO] Changes detected - recompiling the module! [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/target/ha-file-store.jar [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ api-exporter-fragment --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ha-file-store --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/api-exporter-fragment/target/api-exporter-fragment.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ha-file-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ha-ha-file-store-checkstyle) @ ha-file-store --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ha-file-store --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/ha-file-store-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-file-store/6.2.6-SNAPSHOT/ha-file-store-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ api-exporter-fragment --- [INFO] [INFO] -----------------< org.glassfish.main.jdbc:templates >------------------ [INFO] Building JDBC Templates 6.2.6-SNAPSHOT [84/288] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ api-exporter-fragment --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JDBC Templates: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-api-exporter-fragment-checkstyle) @ api-exporter-fragment --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ api-exporter-fragment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/api-exporter-fragment-6.2.6-SNAPSHOT.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ templates --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ templates --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/api-exporter-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/api-exporter-fragment/6.2.6-SNAPSHOT/api-exporter-fragment-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ templates --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] --------------------< org.glassfish.main.jms:jmsra >-------------------- [INFO] Building JMS GlassFish System RA Assembly 6.2.6-SNAPSHOT [85/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ templates --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JMS GlassFish System RA Assembly: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/templates/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ templates --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 23 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ templates --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ templates --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/templates/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ templates --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/templates/target/templates.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ templates --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ templates --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc-templates-checkstyle) @ templates --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ templates --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/templates/target/templates.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/templates/6.2.6-SNAPSHOT/templates-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/templates/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/templates/6.2.6-SNAPSHOT/templates-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.extras:javaee-pom >---------------- [INFO] Building GlassFish JavaEE Manifest pom 6.2.6-SNAPSHOT [86/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish JavaEE Manifest pom: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ javaee-pom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ javaee-pom --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ javaee-pom --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ javaee-pom --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ javaee-pom --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ javaee-pom --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ javaee-pom --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/target/classes/META-INF for [INFO] [echo] javaee-pom [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ javaee-pom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ javaee-pom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-javaee-pom-checkstyle) @ javaee-pom --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javaee-pom --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/javaee-pom/6.2.6-SNAPSHOT/javaee-pom-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.extras:appserv-rt-pom >-------------- [INFO] Building GlassFish appserv-rt Manifest pom 6.2.6-SNAPSHOT [87/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish appserv-rt Manifest pom: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserv-rt-pom --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ appserv-rt-pom --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appserv-rt-pom --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appserv-rt-pom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appserv-rt-pom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-appserv-rt-pom-checkstyle) @ appserv-rt-pom --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserv-rt-pom --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt-pom/6.2.6-SNAPSHOT/appserv-rt-pom-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.extras:embedded >----------------- [INFO] Building GlassFish Embedded modules 6.2.6-SNAPSHOT [88/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Embedded modules: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ embedded --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ embedded --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ embedded --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ embedded --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ hk2-config --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ embedded --- [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-M6:test (default-test) @ hk2-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ hk2-config --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ embedded --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ hk2-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-embedded-checkstyle) @ embedded --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ embedded --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/embedded/6.2.6-SNAPSHOT/embedded-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.extras:glassfish-embedded-shell-jar >------- [INFO] Building Embedded GlassFish Shell Jars 6.2.6-SNAPSHOT [89/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Embedded GlassFish Shell Jars: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-shell-jar --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-embedded-shell-jar --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-embedded-shell-jar --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/target/hk2-config.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-embedded-shell-jar --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-embedded-shell-jar --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-glassfish-embedded-shell-jar-checkstyle) @ glassfish-embedded-shell-jar --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-shell-jar --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-shell-jar/6.2.6-SNAPSHOT/glassfish-embedded-shell-jar-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.batch:batch-databases >-------------- [INFO] Building Batch database init scripts for GlassFish 6.2.6-SNAPSHOT [90/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Batch database init scripts for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ batch-databases --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ batch-databases --- [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (package-tests) @ hk2-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Skipping packaging of the test-jar [INFO] [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/batch-database/target/common-resources with includes "" and excludes "" [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ hk2-config --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ batch-databases --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ hk2-config --- [INFO] Copying 15 resources [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.hk2-hk2-config-checkstyle) @ hk2-config --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ hk2-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/target/hk2-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/hk2-config/6.2.6-SNAPSHOT/hk2-config-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/hk2-config/6.2.6-SNAPSHOT/hk2-config-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.webservices:webservices-scripts >--------- [INFO] Building GlassFish webservices scripts 6.2.6-SNAPSHOT [91/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish webservices scripts: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ webservices-scripts --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ webservices-scripts --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/batch-database/src/main/manpages [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ webservices-scripts --- [INFO] ------------------------------------------------------------------------ [INFO] Copying 2 resources to META-INF [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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-antrun-plugin:3.0.0:run (default-manifest) @ batch-databases --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ webservices-scripts --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ webservices-scripts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 8 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/webservices-scripts/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ webservices-scripts --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/batch/batch-database/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/batch-database/target/batch-databases.zip [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/classes/META-INF [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/glassfish6_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/classes ( excludes: [ ], includes: [ ]) [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ batch-databases --- [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/webservices-scripts.zip [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ batch-databases --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.batch-batch-databases-checkstyle) @ batch-databases --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ batch-databases --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/batch-database/target/batch-databases.zip to /home/jenkins/.m2/repository/org/glassfish/main/batch/batch-databases/6.2.6-SNAPSHOT/batch-databases-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/batch-database/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/batch-databases/6.2.6-SNAPSHOT/batch-databases-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.webservices:metro-fragments >----------- [INFO] Building GlassFish Metro Related Fragments 6.2.6-SNAPSHOT [92/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ webservices-scripts --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Metro Related Fragments: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ webservices-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.webservices-webservices-scripts-checkstyle) @ webservices-scripts --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ webservices-scripts --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/webservices-scripts.zip to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-scripts/6.2.6-SNAPSHOT/webservices-scripts-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/webservices-scripts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-scripts/6.2.6-SNAPSHOT/webservices-scripts-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.tests:ant-tests >----------------- [INFO] Building GlassFish Ant Tests 6.2.6-SNAPSHOT [93/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Ant Tests: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ant-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ ant-tests --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ant-tests --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ant-tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ant-tests --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests-ant-tests-checkstyle) @ ant-tests --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ant-tests --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/ant-tests/6.2.6-SNAPSHOT/ant-tests-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.distributions:glassfish-common >---------- [INFO] Building GlassFish distribution Common module 6.2.6-SNAPSHOT [94/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jmsra --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish distribution Common module: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jmsra --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jmsra --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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-clean-plugin:3.2.0:clean (default-clean) @ glassfish-common --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ jmsra --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish-common [INFO] ------------------------------------------------------------------------ [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jmsra/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- git-commit-id-maven-plugin:5.0.0:revision (get-the-git-infos) @ glassfish-common --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unzip-mq) @ jmsra --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ metro-fragments --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ metro-fragments --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ metro-fragments --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/mq/mq-distribution/6.2.0/mq-distribution-6.2.0.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jmsra/target with includes "mq/lib/imqjmsra.rar" and excludes "" [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ metro-fragments --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-fragments/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:copy-dependencies (war) @ metro-fragments --- [INFO] Copying wstx-services-3.0.3.war to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-fragments/target/classes/glassfish/lib/install/applications/metro/wstx-services.war [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ metro-fragments --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-fragments/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-fragments/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ metro-fragments --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-fragments/target/classes/META-INF for [INFO] [echo] metro-fragments [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_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] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-fragments/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-fragments/target/metro-fragments.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ metro-fragments --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ metro-fragments --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.webservices-metro-fragments-checkstyle) @ metro-fragments --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ metro-fragments --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-fragments/target/metro-fragments.zip to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-fragments/6.2.6-SNAPSHOT/metro-fragments-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-fragments/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-fragments/6.2.6-SNAPSHOT/metro-fragments-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.persistence.cmp:cmp-scripts >----------- [INFO] Building GlassFish cmp scripts 6.2.6-SNAPSHOT [95/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish cmp scripts: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-scripts --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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-antrun-plugin:3.0.0:run (unzip-rar) @ jmsra --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ cmp-scripts --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cmp-scripts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp-scripts --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jmsra/target/imqjmsra.rar into /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jmsra/target/classes/glassfish/lib/install/applications/jmsra [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/target/cmp-scripts.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-scripts-checkstyle) @ cmp-scripts --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-scripts --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/cmp-scripts-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/cmp-scripts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-scripts/6.2.6-SNAPSHOT/cmp-scripts-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.web:web-embed-api >---------------- [INFO] Building GlassFish Web container Embedded APIs 6.2.6-SNAPSHOT [96/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-embed-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/web-embed/api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jmsra --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jmsra/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jmsra --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ web-embed-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ web-embed-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/api/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jms/jmsra/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jmsra/target/jmsra.zip [INFO] [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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ web-embed-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ web-embed-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-embed-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/api/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-embed-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] 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-M6:test (default-test) @ web-embed-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web-embed-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ web-embed-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/api/target/web-embed-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web-embed-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web-embed-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-embed-api-checkstyle) @ web-embed-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-embed-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/web-embed-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-embed-api/6.2.6-SNAPSHOT/web-embed-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.appclient:acc-config >--------------- [INFO] Building ACC Config Classes (JAXB) 6.2.6-SNAPSHOT [97/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jmsra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jmsra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jms-jmsra-checkstyle) @ jmsra --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jmsra --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jmsra/target/jmsra.zip to /home/jenkins/.m2/repository/org/glassfish/main/jms/jmsra/6.2.6-SNAPSHOT/jmsra-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jmsra/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jmsra/6.2.6-SNAPSHOT/jmsra-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.appclient:appclient-scripts >----------- [INFO] Building GlassFish appclient scripts 6.2.6-SNAPSHOT [98/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish appclient scripts: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appclient-scripts --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ appclient-scripts --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ appclient-scripts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 6 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.0.0:run (default-manifest) @ appclient-scripts --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/appclient-scripts.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appclient-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appclient-scripts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.appclient-appclient-scripts-checkstyle) @ appclient-scripts --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appclient-scripts --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/target/appclient-scripts.zip to /home/jenkins/.m2/repository/org/glassfish/main/appclient/appclient-scripts/6.2.6-SNAPSHOT/appclient-scripts-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/appclient-scripts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/appclient-scripts/6.2.6-SNAPSHOT/appclient-scripts-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.extras:javaee >------------------ [INFO] Building GlassFish javaee.jar 6.2.6-SNAPSHOT [99/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish javaee.jar: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ javaee --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ javaee --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ javaee --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/manifest-jar [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ javaee --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ javaee --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ javaee --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/manifest-jar/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ javaee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/manifest-jar/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javaee --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ javaee --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ javaee --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ javaee --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ javaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ javaee --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/manifest-jar/target/classes/META-INF for [INFO] [echo] javaee [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ javaee --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/manifest-jar/target/javaee.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ javaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ javaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-javaee-checkstyle) @ javaee --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javaee --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/manifest-jar/target/javaee.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/javaee/6.2.6-SNAPSHOT/javaee-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/manifest-jar/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/javaee/6.2.6-SNAPSHOT/javaee-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.extras:appserv-rt >---------------- [INFO] Building GlassFish appserv-rt.jar 6.2.6-SNAPSHOT [100/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish appserv-rt.jar: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserv-rt --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ appserv-rt --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ appserv-rt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ appserv-rt --- [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] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ appserv-rt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appserv-rt --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/target/classes/META-INF for [INFO] [echo] appserv-rt [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ appserv-rt --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/target/appserv-rt.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appserv-rt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appserv-rt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-appserv-rt-checkstyle) @ appserv-rt --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserv-rt --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/appserv-rt-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/manifest-jar/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt/6.2.6-SNAPSHOT/appserv-rt-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.hk2:config-types >----------------- [INFO] Building HK2 config types 6.2.6-SNAPSHOT [101/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ acc-config --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-dtd) @ acc-config --- [INFO] Configured Artifact: org.glassfish.main.deployment:appserver-dtds:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/extracted with includes "**/*-application-client-container*.dtd" and excludes "" [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ acc-config --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/generated-sources/xjc added. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (xjc-gen-for-glassfish-acc) @ acc-config --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ config-types --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/hk2/config-types/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/generated-sources/xjc [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ config-types --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/config-types/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ config-types --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/config-types/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ config-types --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/config-types/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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.4:manifest (bundle-manifest) @ config-types --- [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] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/hk2/config-types/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ config-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ config-types --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ config-types --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/config-types/target/config-types.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ config-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ config-types --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.hk2-config-types-checkstyle) @ config-types --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ config-types --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/config-types/target/config-types.jar to /home/jenkins/.m2/repository/org/glassfish/main/hk2/config-types/6.2.6-SNAPSHOT/config-types-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/config-types/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/hk2/config-types/6.2.6-SNAPSHOT/config-types-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.tests.connectors:cciblackbox-tx >--------- [INFO] Building GlassFish Ant Tests - CCI BlackBox TX 6.2.6-SNAPSHOT [102/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Ant Tests - CCI BlackBox TX: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cciblackbox-tx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ cciblackbox-tx --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cciblackbox-tx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/java/com/sun/connector/cciblackbox/CciConnectionEventListener.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/src/main/java/com/sun/connector/cciblackbox/CciConnectionEventListener.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cciblackbox-tx --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/classes [INFO] [xjc] compiling a schema... [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cciblackbox-tx --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cciblackbox-tx --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/classes/META-INF for [INFO] [echo] cciblackbox-tx [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cciblackbox-tx --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/target/cciblackbox-tx.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cciblackbox-tx --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cciblackbox-tx --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.connectors-cciblackbox-tx-checkstyle) @ cciblackbox-tx --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cciblackbox-tx --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/cciblackbox-tx-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/cciblackbox-tx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/tests/connectors/cciblackbox-tx/6.2.6-SNAPSHOT/cciblackbox-tx-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.tests.connectors:connectors-ra-redeploy >----- [INFO] Building connectors-ra-redeploy 6.2.6-SNAPSHOT [103/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in connectors-ra-redeploy: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-ra-redeploy --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ connectors-ra-redeploy --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ connectors-ra-redeploy --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/target/classes/META-INF for [INFO] [echo] connectors-ra-redeploy [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ connectors-ra-redeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ connectors-ra-redeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.connectors-connectors-ra-redeploy-checkstyle) @ connectors-ra-redeploy --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-ra-redeploy --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-ra-redeploy-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.extras:javaee-frag >---------------- [INFO] Building GlassFish javaee.jar distribution fragment 6.2.6-SNAPSHOT [104/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [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 [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish javaee.jar distribution fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ javaee-frag --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ javaee-frag --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ javaee-frag --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ javaee-frag --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ javaee-frag --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ javaee-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ javaee-frag --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-dependency-plugin:3.3.0:copy-dependencies (default) @ javaee-frag --- [INFO] Copying javaee.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/target/classes/lib/javaee.jar [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ javaee-frag --- [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] [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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/target/classes/META-INF for [INFO] [echo] javaee-frag [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ javaee-frag --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/target/javaee-frag.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ javaee-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ javaee-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-javaee-frag-checkstyle) @ javaee-frag --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javaee-frag --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/target/javaee-frag.zip to /home/jenkins/.m2/repository/org/glassfish/main/extras/javaee-frag/6.2.6-SNAPSHOT/javaee-frag-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/javaee-frag/6.2.6-SNAPSHOT/javaee-frag-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.extras:appserv-rt-frag >-------------- [INFO] Building GlassFish appserv-rt distribution fragment 6.2.6-SNAPSHOT [105/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish appserv-rt distribution fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserv-rt-frag --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ appserv-rt-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ appserv-rt-frag --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-dependency-plugin:3.3.0:copy-dependencies (default) @ appserv-rt-frag --- [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] Copying appserv-rt.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/classes/lib/appserv-rt.jar [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ acc-config --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appserv-rt-frag --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ acc-config --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ acc-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ acc-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/classes/META-INF [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/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip [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-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appserv-rt-frag --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ glassfish-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish-common/target/common-resources with includes "" and excludes "" [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appserv-rt-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-appserv-rt-frag-checkstyle) @ appserv-rt-frag --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-common --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserv-rt-frag --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/appserv-rt-frag-6.2.6-SNAPSHOT.zip [INFO] Copying 2 resources [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/appserv-rt-frag/6.2.6-SNAPSHOT/appserv-rt-frag-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.grizzly:grizzly-config >-------------- [INFO] Building grizzly-config 6.2.6-SNAPSHOT [106/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Copying 7 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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:6.2.6-SNAPSHOT to target/dependency/nucleus-common [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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ acc-config --- [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (create-artifact) @ glassfish-common --- [INFO] Reading assembly descriptor: src/main/assembly/glassfish-common.xml [INFO] Copying files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish-common/target/stage [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish-common/target/dependency/META-INF for [INFO] [echo] glassfish-common [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish-common/target/glassfish-common.zip [INFO] [zip] glassfish6/glassfish/config/asenv.bat already added, skipping [INFO] [zip] glassfish6/glassfish/config/asenv.conf already added, skipping [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-glassfish-common-checkstyle) @ glassfish-common --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish-common/target/glassfish-common.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish-common/6.2.6-SNAPSHOT/glassfish-common-6.2.6-SNAPSHOT.zip [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ acc-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish-common/6.2.6-SNAPSHOT/glassfish-common-6.2.6-SNAPSHOT.pom [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/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ acc-config --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ acc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ acc-config --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ acc-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/acc-config.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ acc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ acc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.appclient-acc-config-checkstyle) @ acc-config --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ acc-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/acc-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/acc-config/6.2.6-SNAPSHOT/acc-config-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/acc-config/6.2.6-SNAPSHOT/acc-config-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ grizzly-config --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ grizzly-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ grizzly-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/src/main/java/org/glassfish/grizzly/config/dom/Transports.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/src/main/java/org/glassfish/grizzly/config/dom/Transports.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.4:manifest (default-manifest) @ grizzly-config --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ grizzly-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ grizzly-config --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ grizzly-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/target/grizzly-config.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ grizzly-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ grizzly-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.grizzly-grizzly-config-checkstyle) @ grizzly-config --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ grizzly-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/target/grizzly-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/grizzly-config/6.2.6-SNAPSHOT/grizzly-config-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/grizzly-config/6.2.6-SNAPSHOT/grizzly-config-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.grizzly:nucleus-grizzly-all >----------- [INFO] Building Nucleus Grizzly jars Combining 6.2.6-SNAPSHOT [107/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-grizzly-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ nucleus-grizzly-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ nucleus-grizzly-all --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/3.0.1/grizzly-framework-3.0.1.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-portunif/3.0.1/grizzly-portunif-3.0.1.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/3.0.1/grizzly-http-3.0.1.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http2/3.0.1/grizzly-http2-3.0.1.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/3.0.1/grizzly-http-server-3.0.1.jar [INFO] Dependency Artifact: /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ nucleus-grizzly-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-grizzly-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ nucleus-grizzly-all --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4: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/glassfish6_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-grizzly-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-grizzly-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.grizzly-nucleus-grizzly-all-checkstyle) @ nucleus-grizzly-all --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-grizzly-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/nucleus-grizzly-all-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/nucleus-grizzly-all/6.2.6-SNAPSHOT/nucleus-grizzly-all-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.common:glassfish-api >--------------- [INFO] Building Public APIs of Glassfish 6.2.6-SNAPSHOT [108/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 183 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/src/main/java/org/glassfish/api/admin/CommandSupport.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ glassfish-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 183 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ glassfish-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/target/glassfish-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-glassfish-api-checkstyle) @ glassfish-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/target/glassfish-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-api/6.2.6-SNAPSHOT/glassfish-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-api/6.2.6-SNAPSHOT/glassfish-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.common:common-util >---------------- [INFO] Building Common Utilities 6.2.6-SNAPSHOT [109/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -----------< org.glassfish.main.ha:ha-shoal-cache-bootstrap >----------- [INFO] [INFO] ----< org.glassfish.main.admingui.connector:gf-admingui-connector >----- [INFO] Building Admin Console Integration 6.2.6-SNAPSHOT [111/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building GlassFish ha-shoal-cache-bootstrap 6.2.6-SNAPSHOT [110/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-sse --- [INFO] [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-admingui-connector --- [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ web-sse --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ gf-admingui-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-sse --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ha-shoal-cache-bootstrap --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-admingui-connector --- [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ ha-shoal-cache-bootstrap --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector [INFO] ------------------------------------------------------------------------ [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-admingui-connector --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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) @ web-sse --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ web-sse --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/target/common-resources with includes "" and excludes "" [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ ha-shoal-cache-bootstrap --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ web-sse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ha-shoal-cache-bootstrap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/src/main/manpages [INFO] [INFO] Copying 2 resources to META-INF [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-sse --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/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.4:manifest (default-manifest) @ ha-shoal-cache-bootstrap --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ gf-admingui-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-admingui-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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) @ web-sse --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ web-sse --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ web-sse --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/web/web-sse/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java/org/glassfish/admingui/connector/IndexItemInjector.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/generated-sources/hk2-config-generator/src/main/java/org/glassfish/admingui/connector/IndexItemInjector.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ gf-admingui-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-sse --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ web-sse --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web-sse --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/classes/META-INF/MANIFEST.MF [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/target/classes/META-INF for [INFO] [echo] web-sse [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ web-sse --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ha-shoal-cache-bootstrap --- [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/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/target/web-sse.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ common-util --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/common/common-util/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web-sse --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web-sse --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-sse-checkstyle) @ web-sse --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-sse --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/target/web-sse.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-sse/6.2.6-SNAPSHOT/web-sse-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-sse/6.2.6-SNAPSHOT/web-sse-6.2.6-SNAPSHOT.pom [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.2.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-M6:test (default-test) @ ha-shoal-cache-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ha-shoal-cache-bootstrap --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ ha-shoal-cache-bootstrap --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-cache-bootstrap/target/ha-shoal-cache-bootstrap.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ha-shoal-cache-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ha-shoal-cache-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ha-ha-shoal-cache-bootstrap-checkstyle) @ ha-shoal-cache-bootstrap --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ha-shoal-cache-bootstrap --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/ha-shoal-cache-bootstrap-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/ha-shoal-cache-bootstrap-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-admingui-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ gf-admingui-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-admingui-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/classes/META-INF for [INFO] [echo] gf-admingui-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ gf-admingui-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/target/gf-admingui-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-admingui-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-admingui-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui.connector-gf-admingui-connector-checkstyle) @ gf-admingui-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-admingui-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-admingui-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/gf-admingui-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/connector/gf-admingui-connector/6.2.6-SNAPSHOT/gf-admingui-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.admingui:console-plugin-service >--------- [INFO] Building Admin Console Integration 6.2.6-SNAPSHOT [112/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-plugin-service --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/plugin-service/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ console-plugin-service --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/plugin-service/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-plugin-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/plugin-service/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/plugin-service/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ common-util --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ common-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 10 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 188 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/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.4:manifest (default-manifest) @ console-plugin-service --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/plugin-service/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_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.2.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-M6:test (default-test) @ console-plugin-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-plugin-service --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ console-plugin-service --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/plugin-service/target/console-plugin-service.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-plugin-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-plugin-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-plugin-service-checkstyle) @ console-plugin-service --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-plugin-service --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/console-plugin-service-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/plugin-service/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-plugin-service/6.2.6-SNAPSHOT/console-plugin-service-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---< org.glassfish.main.admingui:console-community-branding-plugin >---- [INFO] Building Admin Console Community Edition Theme Plugin 6.2.6-SNAPSHOT [113/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -------< org.glassfish.main.admingui:console-concurrent-plugin >-------- [INFO] Building Admin Console Concurrent Plugin 6.2.6-SNAPSHOT [114/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -----------< org.glassfish.main.admingui:console-jts-plugin >----------- [INFO] Building Admin Console JTS Plugin 6.2.6-SNAPSHOT [115/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_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-jts-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ console-jts-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-jts-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/jts/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/concurrent/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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.3.0:unpack (unpack-resource) @ console-concurrent-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/concurrent/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-concurrent-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-community-branding-plugin --- [INFO] Copying 24 resources [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/community-theme/target/generated-sources/hk2-config-generator/src/main/java [INFO] Copying 37 resources [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jts/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack-dependencies) @ console-jts-plugin --- [INFO] [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] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ console-jts-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jts/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-jts-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/concurrent/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-concurrent-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Copying 17 resources [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/concurrent/target/classes [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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-jts-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jts/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/community-theme/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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] --- 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] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ console-community-branding-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ console-concurrent-plugin --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/community-theme/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-community-branding-plugin --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-jts-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-jts-plugin --- [INFO] Copying 17 resources [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ console-jts-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/community-theme/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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-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.4:manifest (default-manifest) @ console-community-branding-plugin --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/concurrent/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/concurrent/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jts/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-jts-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-jts-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jts/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ console-concurrent-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-concurrent-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ console-concurrent-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.2.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-M6:test (default-test) @ console-jts-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-jts-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/concurrent/target/console-concurrent-plugin.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/community-theme/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-concurrent-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ console-community-branding-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-concurrent-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-concurrent-plugin-checkstyle) @ console-concurrent-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-concurrent-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/concurrent/target/console-concurrent-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-concurrent-plugin/6.2.6-SNAPSHOT/console-concurrent-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/concurrent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-concurrent-plugin/6.2.6-SNAPSHOT/console-concurrent-plugin-6.2.6-SNAPSHOT.pom [INFO] Executing tasks [INFO] [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jts/target/classes/META-INF for [INFO] -----------< org.glassfish.main.admingui:console-ejb-plugin >----------- [INFO] [echo] console-jts-plugin [INFO] Building Admin Console EJB Container Plugin 6.2.6-SNAPSHOT [116/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ console-jts-plugin --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jts/target/console-jts-plugin.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-ejb-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ console-ejb-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-ejb-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-ejb-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-jts-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-jts-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-jts-plugin-checkstyle) @ console-jts-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-jts-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jts/target/console-jts-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jts-plugin/6.2.6-SNAPSHOT/console-jts-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jts-plugin/6.2.6-SNAPSHOT/console-jts-plugin-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.admingui:console-ejb-lite-plugin >--------- [INFO] Building Admin Console EJB Local (Lite) Plugin 6.2.6-SNAPSHOT [117/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/ejb-lite/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack-dependencies) @ console-ejb-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] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ console-ejb-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-ejb-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 9 resources [INFO] Copying 15 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb/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] Changes detected - recompiling the module! [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/src/main/java/com/sun/enterprise/util/Environment.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/src/main/java/com/sun/enterprise/util/Environment.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/src/main/java/com/sun/enterprise/util/Environment.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/src/main/java/com/sun/enterprise/util/Environment.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/src/main/java/com/sun/enterprise/util/AnnotationUtil.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/src/main/java/com/sun/enterprise/util/AnnotationUtil.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] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb-lite/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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.3.0:unpack (unpack-resource) @ console-ejb-lite-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb-lite/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-ejb-lite-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 9 resources [INFO] Copying 15 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb-lite/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-ejb-lite-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb-lite/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ common-util --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/community-theme/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-community-branding-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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.4:manifest (default-manifest) @ console-ejb-plugin --- [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.4:manifest (default-manifest) @ console-ejb-lite-plugin --- [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.2.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-M6:test (default-test) @ console-community-branding-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-community-branding-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ console-community-branding-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/community-theme/target/console-community-branding-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-community-branding-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-community-branding-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-community-branding-plugin-checkstyle) @ console-community-branding-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-community-branding-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/console-community-branding-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/community-theme/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-community-branding-plugin/6.2.6-SNAPSHOT/console-community-branding-plugin-6.2.6-SNAPSHOT.pom [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-ejb-plugin --- [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/glassfish6_build-and-test_jdk18/appserver/admingui/ejb/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb-lite/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-ejb-lite-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb-lite/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 188 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/target/classes [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.2.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-M6:test (default-test) @ console-ejb-lite-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-ejb-lite-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.2.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-M6:test (default-test) @ console-ejb-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-ejb-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb-lite/target/classes/META-INF for [INFO] [echo] console-ejb-lite-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ console-ejb-lite-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb-lite/target/console-ejb-lite-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-ejb-lite-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-ejb-lite-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-ejb-lite-plugin-checkstyle) @ console-ejb-lite-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-ejb-lite-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/console-ejb-lite-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb-lite/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-lite-plugin/6.2.6-SNAPSHOT/console-ejb-lite-plugin-6.2.6-SNAPSHOT.pom [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ console-ejb-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb/target/console-ejb-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-ejb-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-ejb-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-ejb-plugin-checkstyle) @ console-ejb-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-ejb-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb/target/console-ejb-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-plugin/6.2.6-SNAPSHOT/console-ejb-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-ejb-plugin/6.2.6-SNAPSHOT/console-ejb-plugin-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ common-util --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ common-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ common-util --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ common-util --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/target/common-util.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ common-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ common-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-common-util-checkstyle) @ common-util --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ common-util --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/target/common-util.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/common-util/6.2.6-SNAPSHOT/common-util-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/common-util/6.2.6-SNAPSHOT/common-util-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.core:glassfish >------------------ [INFO] Building Appserver Core Bootstraping Classes 6.2.6-SNAPSHOT [118/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] ----------------< org.glassfish.main.admin:rest-client >---------------- [INFO] Building GlassFish Admin REST Client 6.2.6-SNAPSHOT [119/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] The following plugins are not marked @threadSafe in GlassFish Admin REST Client: [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] org.glassfish.hk2:hk2-inhabitant-generator:3.0.3 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] org.glassfish.hk2:config-generator:2.5.0-b53 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rest-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_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/glassfish6_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.3.0:unpack (unpack-resource) @ rest-client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ rest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/src/main/java/org/glassfish/admin/rest/client/utils/Util.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/src/main/java/org/glassfish/admin/rest/client/utils/Util.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.4:manifest (default-manifest) @ rest-client --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main.common:simple-glassfish-api:6.2.6-SNAPSHOT:jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 35 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ rest-client --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ rest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ rest-client --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/rest-client.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ rest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-rest-client-checkstyle) @ rest-client --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ rest-client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/rest-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-client/6.2.6-SNAPSHOT/rest-client-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-client/6.2.6-SNAPSHOT/rest-client-6.2.6-SNAPSHOT.pom [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/EmbeddedInhabitantsParser.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/EmbeddedInhabitantsParser.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/ClassPathBuilder.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ glassfish --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/classes/META-INF for [INFO] [echo] glassfish [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ glassfish --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-glassfish-checkstyle) @ glassfish --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish/6.2.6-SNAPSHOT/glassfish-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/glassfish/6.2.6-SNAPSHOT/glassfish-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main:test-utils >-------------------- [INFO] [INFO] ---------< org.glassfish.main.extras:glassfish-embedded-shell >--------- [INFO] Building Test Utilities 6.2.6-SNAPSHOT [120/288] [INFO] Building Embedded GlassFish Shell 6.2.6-SNAPSHOT [121/288] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Embedded GlassFish Shell: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Test Utilities: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-shell --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-embedded-shell --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-embedded-shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] 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.2.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-M6:test (default-test) @ glassfish-embedded-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-embedded-shell --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ glassfish-embedded-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell/target/glassfish-embedded-shell.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-embedded-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-embedded-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-glassfish-embedded-shell-checkstyle) @ glassfish-embedded-shell --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-shell --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-shell-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-shell-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.main.extras:glassfish-embedded-shell-frag >------- [INFO] Building Embedded GlassFish Shell dist. fragment 6.2.6-SNAPSHOT [122/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Embedded GlassFish Shell dist. fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-shell-frag --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-embedded-shell-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_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.3.0:copy-dependencies (add-jar) @ glassfish-embedded-shell-frag --- [INFO] Copying glassfish-embedded-shell.jar to /home/jenkins/agent/workspace/glassfish6_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.2.0:resources (default-resources) @ glassfish-embedded-shell-frag --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.0.0:run (default-manifest) @ glassfish-embedded-shell-frag --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-embedded-shell-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-embedded-shell-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-glassfish-embedded-shell-frag-checkstyle) @ glassfish-embedded-shell-frag --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-shell-frag --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-shell-frag-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-shell-frag-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ test-utils --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/test-utils/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ test-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/test-utils/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 12 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/test-utils/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/test-utils/src/main/java/org/glassfish/tests/utils/ReflectionUtils.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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 12 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/test-utils/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ test-utils --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/test-utils/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/test-utils/target/test-utils.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main-test-utils-checkstyle) @ test-utils --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ test-utils --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/test-utils/target/test-utils.jar to /home/jenkins/.m2/repository/org/glassfish/main/test-utils/6.2.6-SNAPSHOT/test-utils-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/test-utils/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/test-utils/6.2.6-SNAPSHOT/test-utils-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.admin:config-api >----------------- [INFO] Building admin-config-api 6.2.6-SNAPSHOT [123/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -----------< org.glassfish.main.common:annotation-framework >----------- [INFO] Building GlassFish Java EE Annotation Framework 6.2.6-SNAPSHOT [124/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Java 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ config-api --- [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ annotation-framework --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ config-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ annotation-framework --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ annotation-framework --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ config-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ annotation-framework --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ annotation-framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 27 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/src/main/java/org/glassfish/apf/impl/DirectoryScanner.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/src/main/java/org/glassfish/apf/impl/DirectoryScanner.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/src/main/java/org/glassfish/apf/impl/AnnotationProcessorImpl.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/src/main/java/org/glassfish/apf/impl/AnnotationProcessorImpl.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/src/main/java/org/glassfish/apf/impl/AnnotationProcessorImpl.java: Recompile with -Xlint:unchecked for details. [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.4:manifest (default-manifest) @ annotation-framework --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 27 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ annotation-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ annotation-framework --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ annotation-framework --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/target/annotation-framework.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ annotation-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ annotation-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-annotation-framework-checkstyle) @ annotation-framework --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ annotation-framework --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/target/annotation-framework.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/annotation-framework/6.2.6-SNAPSHOT/annotation-framework-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/annotation-framework/6.2.6-SNAPSHOT/annotation-framework-6.2.6-SNAPSHOT.pom [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ config-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ config-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/customvalidators/ReferenceValidator.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/org/glassfish/config/support/TranslatedConfigView.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/org/glassfish/config/support/TranslatedConfigView.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/modularity/GetSetModularityHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/modularity/GetSetModularityHelper.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.4:manifest (default-manifest) @ config-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ config-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ config-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ config-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/target/config-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ config-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ config-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-config-api-checkstyle) @ config-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ config-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/target/config-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/config-api/6.2.6-SNAPSHOT/config-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/config-api/6.2.6-SNAPSHOT/config-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] [INFO] --------------< org.glassfish.main.cluster:gms-bootstrap >-------------- [INFO] [INFO] ------< org.glassfish.main.transaction:transaction-internal-api >------- [INFO] Building Transaction Service Internal API 6.2.6-SNAPSHOT [126/288] [INFO] [INFO] -----< org.glassfish.main.loadbalancer:gf-load-balancer-connector >----- [INFO] Building Load Balancer Internal API 6.2.6-SNAPSHOT [127/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ---------------< org.glassfish.main.common:internal-api >--------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Private APIs of Glassfish 6.2.6-SNAPSHOT [128/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building GMS Bootstrap Module 6.2.6-SNAPSHOT [125/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] ***************************************************************** [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ transaction-internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ internal-api --- [INFO] [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ transaction-internal-api --- [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gf-load-balancer-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ transaction-internal-api --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ gf-load-balancer-connector --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ internal-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ internal-api --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gms-bootstrap --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ gms-bootstrap --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ gms-bootstrap --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ gf-load-balancer-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-load-balancer-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ transaction-internal-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ transaction-internal-api --- [INFO] Copying 2 resources [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/target/common-resources with includes "" and excludes "" [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ transaction-internal-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/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) @ transaction-internal-api --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ gms-bootstrap --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gms-bootstrap --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ internal-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] --- 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.4:manifest (default-manifest) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ transaction-internal-api --- [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.4:manifest (default-manifest) @ gms-bootstrap --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ transaction-internal-api --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ transaction-internal-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/classes/META-INF/MANIFEST.MF [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-load-balancer-connector --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/target/classes [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/glassfish6_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/src/main/java/org/glassfish/internal/data/ApplicationInfo.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/src/main/java/org/glassfish/internal/data/ApplicationInfo.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/src/main/java/org/glassfish/internal/deployment/DeploymentType.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ internal-api --- [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.2.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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ transaction-internal-api --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ transaction-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-load-balancer-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ transaction-internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/classes/META-INF for [INFO] [echo] gf-load-balancer-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ gf-load-balancer-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/target/classes/META-INF for [INFO] [echo] transaction-internal-api [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ transaction-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/target/transaction-internal-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-load-balancer-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-load-balancer-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.loadbalancer-gf-load-balancer-connector-checkstyle) @ gf-load-balancer-connector --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ transaction-internal-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-load-balancer-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-load-balancer-connector-6.2.6-SNAPSHOT.jar [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ transaction-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.transaction-transaction-internal-api-checkstyle) @ transaction-internal-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ transaction-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/transaction-internal-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-load-balancer-connector-6.2.6-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/transaction-internal-api/6.2.6-SNAPSHOT/transaction-internal-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gms-bootstrap --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ gms-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gms-bootstrap --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/classes/META-INF for [INFO] [echo] gms-bootstrap [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ gms-bootstrap --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gms-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gms-bootstrap --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.cluster-gms-bootstrap-checkstyle) @ gms-bootstrap --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gms-bootstrap --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-bootstrap/6.2.6-SNAPSHOT/gms-bootstrap-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-bootstrap/6.2.6-SNAPSHOT/gms-bootstrap-6.2.6-SNAPSHOT.pom [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_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.2.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-M6:test (default-test) @ internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/target/internal-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-internal-api-checkstyle) @ internal-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ internal-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/target/internal-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/internal-api/6.2.6-SNAPSHOT/internal-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/internal-api/6.2.6-SNAPSHOT/internal-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] [INFO] [INFO] ----------< org.glassfish.main.osgi-platforms:osgi-container >---------- [INFO] ----------------< org.glassfish.main.security:ssl-impl >---------------- [INFO] [INFO] Building GlassFish SSL Implementation Module 6.2.6-SNAPSHOT [130/288] [INFO] ---------< org.glassfish.main.flashlight:flashlight-framework >--------- [INFO] ----------< org.glassfish.main.deployment:deployment-common >----------- [INFO] Building Deployment Related Common Classes 6.2.6-SNAPSHOT [132/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building flashlight-framework 6.2.6-SNAPSHOT [131/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building OSGi Container 6.2.6-SNAPSHOT [129/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [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 maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish SSL Implementation Module: [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_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) @ ssl-impl --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ flashlight-framework --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ssl-impl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ flashlight-framework --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ssl-impl --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ flashlight-framework --- [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ flashlight-framework --- [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ deployment-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ deployment-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ osgi-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ osgi-container --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ ssl-impl --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ssl-impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ flashlight-framework --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ flashlight-framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 16 resources [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/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ deployment-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/common-resources with includes "" and excludes "" [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/src/main/java/org/glassfish/extras/osgicontainer/OSGiDeployer.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ deployment-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ osgi-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/impl/SecuritySupportImpl.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ ssl-impl --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ ssl-impl --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/ProviderSubClassImplGenerator.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/client/ProbeProviderClassFileTransformer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/client/ProbeProviderClassFileTransformer.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.4:manifest (default-manifest) @ flashlight-framework --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/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.2.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-M6:test (default-test) @ osgi-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ osgi-container --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ osgi-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/target/osgi-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ osgi-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ osgi-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.osgi-platforms-osgi-container-checkstyle) @ osgi-container --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ osgi-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/osgi-container-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/osgi-platforms/osgi-container/6.2.6-SNAPSHOT/osgi-container-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.common:glassfish-mbeanserver >----------- [INFO] Building Glassfish MBeanServer support 6.2.6-SNAPSHOT [133/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ssl-impl --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ ssl-impl --- [WARNING] Manifest org.glassfish.main.flashlight:flashlight-framework:glassfish-jar:6.2.6-SNAPSHOT : Export org.glassfish.flashlight.impl.client, has 1, private references [org.glassfish.flashlight.impl.core] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/classes/META-INF/MANIFEST.MF [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ssl-impl --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ flashlight-framework --- [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/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/deployment/common/src/main/java/com/sun/enterprise/deployment/deploy/shared/OutputJarArchive.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/src/main/java/com/sun/enterprise/deployment/deploy/shared/OutputJarArchive.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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ ssl-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/target/ssl-impl.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ssl-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ssl-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-ssl-impl-checkstyle) @ ssl-impl --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ssl-impl --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/target/ssl-impl.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/ssl-impl/6.2.6-SNAPSHOT/ssl-impl-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/ssl-impl/6.2.6-SNAPSHOT/ssl-impl-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.common:stats77 >------------------ [INFO] Building stats77 6.2.6-SNAPSHOT [134/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ deployment-common --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ stats77 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ stats77 --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ stats77 --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/common/stats77/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-mbeanserver --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-mbeanserver --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ flashlight-framework --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ stats77 --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ stats77 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ stats77 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ flashlight-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ flashlight-framework --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ flashlight-framework --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/flashlight-framework.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ flashlight-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ flashlight-framework --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.flashlight-flashlight-framework-checkstyle) @ flashlight-framework --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ flashlight-framework --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/flashlight-framework.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-framework/6.2.6-SNAPSHOT/flashlight-framework-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-framework/6.2.6-SNAPSHOT/flashlight-framework-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.common:glassfish-naming >------------- [INFO] Building Glassfish Naming 6.2.6-SNAPSHOT [135/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-naming --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/JMXStartupService.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/AdminAuthorizedMBeanServer.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/ssl/SecureRMIClientSocketFactory.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/ssl/SecureRMIClientSocketFactory.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.4:manifest (default-manifest) @ glassfish-mbeanserver --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/stats/MutableTimeStatisticImpl.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/registry/MonitoredObjectType.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/src/main/java/com/sun/enterprise/admin/monitor/registry/MonitoredObjectType.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ stats77 --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ deployment-common --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/generated-sources/hk2-config-generator/src/test/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-mbeanserver --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-naming --- [INFO] Changes detected - recompiling the module! [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-naming --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 27 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ stats77 --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ stats77 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ deployment-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ deployment-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ deployment-common --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ glassfish-mbeanserver --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-mbeanserver --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/deployment-common.jar [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ stats77 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ stats77 --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/target/classes/META-INF for [INFO] Not copying test resources [INFO] [echo] glassfish-mbeanserver [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ stats77 --- [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ glassfish-mbeanserver --- [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-M6:test (default-test) @ stats77 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ stats77 --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ deployment-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ deployment-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-deployment-common-checkstyle) @ deployment-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/target/glassfish-mbeanserver.jar [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/deployment-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-common/6.2.6-SNAPSHOT/deployment-common-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-common/6.2.6-SNAPSHOT/deployment-common-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-mbeanserver --- [INFO] [INFO] -----------< org.glassfish.main.diagnostics:diagnostics-api >----------- [INFO] Building Diagnostics API 6.2.6-SNAPSHOT [136/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-mbeanserver --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-glassfish-mbeanserver-checkstyle) @ glassfish-mbeanserver --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-mbeanserver --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/target/glassfish-mbeanserver.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-mbeanserver/6.2.6-SNAPSHOT/glassfish-mbeanserver-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-mbeanserver/6.2.6-SNAPSHOT/glassfish-mbeanserver-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.transaction:jta >----------------- [INFO] Building JTA Implementation for Glassfish 6.2.6-SNAPSHOT [137/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ diagnostics-api --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ diagnostics-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ diagnostics-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/target/classes/META-INF for [INFO] [echo] stats77 [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ stats77 --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jta --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jta --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jta --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jta --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/generated-sources/hk2-config-generator/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/target/stats77.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ stats77 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ stats77 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-stats77-checkstyle) @ stats77 --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ stats77 --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/target/stats77.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/stats77/6.2.6-SNAPSHOT/stats77-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/stats77/6.2.6-SNAPSHOT/stats77-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.web:web-naming >------------------ [INFO] Building Web Container Naming Utilities 6.2.6-SNAPSHOT [138/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/SerialContext.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/SerialContext.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/SerialContext.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/TransientContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/TransientContext.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ glassfish-naming --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ diagnostics-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ diagnostics-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jta --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/classes [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.4:manifest (default-manifest) @ diagnostics-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 27 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-naming --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/web-naming/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/src/main/java/org/glassfish/jta/admin/cli/FreezeTransactionService.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/src/main/java/org/glassfish/jta/admin/cli/FreezeTransactionService.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-naming --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ jta --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ diagnostics-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ diagnostics-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ diagnostics-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ diagnostics-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/diagnostics-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ diagnostics-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ diagnostics-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.diagnostics-diagnostics-api-checkstyle) @ diagnostics-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ diagnostics-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/target/diagnostics-api.jar to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-api/6.2.6-SNAPSHOT/diagnostics-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/diagnostics-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-api/6.2.6-SNAPSHOT/diagnostics-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.jms:gf-jms-connector >--------------- [INFO] Building JMS Connector Module for Runtime 6.2.6-SNAPSHOT [139/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-jms-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ glassfish-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-naming --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ web-naming --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ web-naming --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ glassfish-naming --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/glassfish-naming.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-glassfish-naming-checkstyle) @ glassfish-naming --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-naming --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/glassfish-naming.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-naming/6.2.6-SNAPSHOT/glassfish-naming-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-naming/6.2.6-SNAPSHOT/glassfish-naming-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.grizzly:glassfish-grizzly-container >------- [INFO] Building GlassFish Grizzly adapter container implementation 6.2.6-SNAPSHOT [140/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-grizzly-container --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-grizzly-container --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jta --- [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/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ gf-jms-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-jms-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-grizzly-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-grizzly-container --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/src/main/manpages [INFO] Copying 2 resources to META-INF [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/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/classes [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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ gf-jms-connector --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jta --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/generated-sources/hk2-config-generator/src/test/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/src/main/java/org/glassfish/extras/grizzly/GrizzlyDeployer.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/src/main/java/org/glassfish/extras/grizzly/GrizzlyDeployer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/src/main/java/org/glassfish/extras/grizzly/GrizzlyDeployer.java: Recompile with -Xlint:deprecation for details. [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.4:manifest (default-manifest) @ glassfish-grizzly-container --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jta --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/classes/META-INF/MANIFEST.MF [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-M6:test (default-test) @ jta --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-jms-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jta --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-jms-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/classes/META-INF for [INFO] [echo] jta [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jta --- [WARNING] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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 found: java.lang.String,org.apache.naming.resources.DirContextURLStreamHandlerService,java.util.Dictionary [WARNING] /home/jenkins/agent/workspace/glassfish6_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 found: java.util.Dictionary [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/factory/EjbFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/factory/EjbFactory.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/factory/SendMailFactory.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/src/main/java/org/apache/naming/factory/SendMailFactory.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] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/jta.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jta --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jta --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.transaction-jta-checkstyle) @ jta --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jta --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/jta.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jta/6.2.6-SNAPSHOT/jta-6.2.6-SNAPSHOT.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ web-naming --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jta/6.2.6-SNAPSHOT/jta-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.admin:monitoring-core >-------------- [INFO] Building admin-monitoring 6.2.6-SNAPSHOT [141/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ monitoring-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-grizzly-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-jms-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ gf-jms-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-jms-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ gf-jms-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/gf-jms-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-jms-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-jms-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jms-gf-jms-connector-checkstyle) @ gf-jms-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-jms-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-jms-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-connector/6.2.6-SNAPSHOT/gf-jms-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.flashlight:flashlight-client >----------- [INFO] Building GlassFish Flashlight Client 6.2.6-SNAPSHOT [142/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ flashlight-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/flashlight/client/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ monitoring-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ monitoring-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-grizzly-container --- [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-resources-plugin:3.2.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] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ monitoring-core --- [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-M6:test (default-test) @ glassfish-grizzly-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/classes [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-grizzly-container --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/target/classes/META-INF/MANIFEST.MF [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/client/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ web-naming --- [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.3.0:unpack (unpack-resource) @ flashlight-client --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-naming --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/client/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ flashlight-client --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/classes/META-INF for [INFO] [echo] glassfish-grizzly-container [INFO] Changes detected - recompiling the module! [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/client/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/client/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ flashlight-client --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/client/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/target/glassfish-grizzly-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-grizzly-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-grizzly-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.grizzly-glassfish-grizzly-container-checkstyle) @ glassfish-grizzly-container --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-grizzly-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-grizzly-container-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/grizzly-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/grizzly/glassfish-grizzly-container/6.2.6-SNAPSHOT/glassfish-grizzly-container-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.security:security >---------------- [INFO] Building Security Core Classes 6.2.6-SNAPSHOT [143/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ security --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ security --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ security --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/security/core/target/generated-sources/hk2-config-generator/src/main/java [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.4:manifest (default-manifest) @ flashlight-client --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-naming --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ web-naming --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ web-naming --- [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-M6:test (default-test) @ web-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web-naming --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ web-naming --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/target/web-naming.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web-naming --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-naming-checkstyle) @ web-naming --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-naming --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/target/web-naming.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-naming/6.2.6-SNAPSHOT/web-naming-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-naming/6.2.6-SNAPSHOT/web-naming-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.main.resourcebase.resources:nucleus-resources >----- [INFO] Building nucleus.resources 6.2.6-SNAPSHOT [144/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ flashlight-client --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/src/main/java/org/glassfish/admin/monitor/cli/ListJndiEntries.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/src/main/java/org/glassfish/admin/monitor/cli/ListJndiEntries.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/src/main/java/org/glassfish/admin/monitor/cli/ListJndiEntries.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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-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/glassfish6_build-and-test_jdk18/appserver/flashlight/client/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-resources --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus-resources --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus-resources --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/resources/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ monitoring-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ flashlight-client --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ flashlight-client --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ flashlight-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ flashlight-client --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ flashlight-client --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/client/target/flashlight-client.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ flashlight-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ flashlight-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.flashlight-flashlight-client-checkstyle) @ flashlight-client --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ flashlight-client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/client/target/flashlight-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-client/6.2.6-SNAPSHOT/flashlight-client-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/flashlight/client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/flashlight/flashlight-client/6.2.6-SNAPSHOT/flashlight-client-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.ejb:gf-ejb-connector >--------------- [INFO] Building EJB Container connector for Glassfish 6.2.6-SNAPSHOT [145/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-ejb-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ nucleus-resources --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ nucleus-resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ nucleus-resources --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ security --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ monitoring-core --- [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ security --- [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] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/classes [INFO] Changes detected - recompiling the module! [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ gf-ejb-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-ejb-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-connector/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/util/ResourceUtil.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/util/ResourceUtil.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/util/ResourceUtil.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/ResourceTypeOrderProcessor.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/ResourceTypeOrderProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/src/main/java/org/glassfish/resourcebase/resources/ResourceTypeOrderProcessor.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.4:manifest (default-manifest) @ nucleus-resources --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ monitoring-core --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/generated-sources/hk2-config-generator/src/test/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/archive/EjbSniffer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_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.4:manifest (default-manifest) @ gf-ejb-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ monitoring-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ monitoring-core --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/resources/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ monitoring-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/monitoring-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ monitoring-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ monitoring-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-monitoring-core-checkstyle) @ monitoring-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ monitoring-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/monitoring-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/monitoring-core/6.2.6-SNAPSHOT/monitoring-core-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/monitoring-core/6.2.6-SNAPSHOT/monitoring-core-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.deployment:deployment-autodeploy >--------- [INFO] Building AutoDeploy Classes 6.2.6-SNAPSHOT [146/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment-autodeploy --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ deployment-autodeploy --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ deployment-autodeploy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ nucleus-resources --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ nucleus-resources --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus-resources --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/target/classes/META-INF for [INFO] [echo] nucleus-resources [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ nucleus-resources --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/target/nucleus-resources.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-resources --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-resources --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.resourcebase.resources-nucleus-resources-checkstyle) @ nucleus-resources --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-resources --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/target/nucleus-resources.jar to /home/jenkins/.m2/repository/org/glassfish/main/resourcebase/resources/nucleus-resources/6.2.6-SNAPSHOT/nucleus-resources-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resourcebase/resources/nucleus-resources/6.2.6-SNAPSHOT/nucleus-resources-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.web:gf-web-connector >--------------- [INFO] Building Connector for GlassFish Web Container 6.2.6-SNAPSHOT [147/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-web-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-ejb-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ gf-ejb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-ejb-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ gf-ejb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-ejb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-ejb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ejb-gf-ejb-connector-checkstyle) @ gf-ejb-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-ejb-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-ejb-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/gf-ejb-connector/6.2.6-SNAPSHOT/gf-ejb-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.main.appclient.server:appclient-connector >------- [INFO] Building GlassFish AppClient Server-Side Connector 6.2.6-SNAPSHOT [148/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appclient-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/appclient/server/connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/security/core/src/main/java/com/sun/enterprise/security/admin/cli/SecureAdminCommand.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/src/main/java/com/sun/enterprise/security/admin/cli/SecureAdminCommand.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ security --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployer.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployService.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/AutoDeployedFilesManager.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ appclient-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ appclient-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ deployment-autodeploy --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-web-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ gf-web-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-web-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/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.4:manifest (default-manifest) @ appclient-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ deployment-autodeploy --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ deployment-autodeploy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/target/classes [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] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ security --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ gf-web-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:copy (copy-installed) @ security --- [INFO] Configured Artifact: solarisrealm:libsolsparcauth:1.0:so [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/appclient/server/connector/target/classes [INFO] Configured Artifact: solarisrealm:libsolx86auth:1.0:so [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ deployment-autodeploy --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ deployment-autodeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ deployment-autodeploy --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ deployment-autodeploy --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar [INFO] Copying libsolsparcauth-1.0.so to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/target/classes/libsolsparcauth.so [INFO] Copying libsolx86auth-1.0.so to /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ deployment-autodeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ deployment-autodeploy --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-deployment-autodeploy-checkstyle) @ deployment-autodeploy --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment-autodeploy --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-autodeploy/6.2.6-SNAPSHOT/deployment-autodeploy-6.2.6-SNAPSHOT.jar [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-autodeploy/6.2.6-SNAPSHOT/deployment-autodeploy-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.grizzly:glassfish-grizzly-extra-all >------- [INFO] Building Glassfish Grizzly extra jars Combining 6.2.6-SNAPSHOT [149/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ appclient-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ appclient-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appclient-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-web-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ appclient-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/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/connector/target/appclient-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appclient-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appclient-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.appclient.server-appclient-connector-checkstyle) @ appclient-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appclient-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/connector/target/appclient-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-connector/6.2.6-SNAPSHOT/appclient-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-connector/6.2.6-SNAPSHOT/appclient-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.deployment:dol >------------------ [INFO] Building Deployment Object Library 6.2.6-SNAPSHOT [150/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-grizzly-extra-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-grizzly-extra-all --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-web-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] 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-M6:test (default-test) @ gf-web-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-web-connector --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ dol --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dol --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ dol --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/target/classes/META-INF for [INFO] [echo] gf-web-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ gf-web-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/target/gf-web-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-web-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-web-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-gf-web-connector-checkstyle) @ gf-web-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-web-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-web-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-web-connector/6.2.6-SNAPSHOT/gf-web-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.web:web-gui-plugin-common >------------ [INFO] Building Web container and GUI plug-in common classes 6.2.6-SNAPSHOT [151/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ web-gui-plugin-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-gui-plugin-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/gui-plugin-common/target/generated-sources/hk2-config-generator/src/main/java [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/3.0.1/grizzly-comet-3.0.1.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-websockets/3.0.1/grizzly-websockets-3.0.1.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/3.0.1/grizzly-http-servlet-3.0.1.jar [INFO] Dependency Artifact: /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-ajp/3.0.1/grizzly-http-ajp-3.0.1.jar [INFO] Dependency Artifact: /home/jenkins/agent/workspace/glassfish6_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/5.0.0/jakarta.servlet-api-5.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/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ web-gui-plugin-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gui-plugin-common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ web-gui-plugin-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 6 resources [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/glassfish6_build-and-test_jdk18/appserver/web/gui-plugin-common/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ glassfish-grizzly-extra-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ security --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ security --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ security --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/classes/META-INF for [INFO] [echo] glassfish-grizzly-extra-all [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-M6:test (default-test) @ security --- [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ glassfish-grizzly-extra-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ security --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.4:bundle (bundle) @ glassfish-grizzly-extra-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/target/classes/META-INF for [INFO] [echo] security [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ security --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/target/security.jar [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] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-security-checkstyle) @ security --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ security --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/target/security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security/6.2.6-SNAPSHOT/security-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security/6.2.6-SNAPSHOT/security-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.security:security-services >------------ [INFO] Building Security Services and SPI 6.2.6-SNAPSHOT [152/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ security-services --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ security-services --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ web-gui-plugin-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ security-services --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/security/services/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ web-gui-plugin-common --- [WARNING] Bundle org.glassfish.main.grizzly:glassfish-grizzly-extra-all:jar:6.2.6-SNAPSHOT : Version for package org.glassfish.extras.grizzly is set to different values in the source (6.2.6-SNAPSHOT) and in the manifest (6.2.6). 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/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gui-plugin-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/web/gui-plugin-common/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ dol --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ dol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 6 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 392 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-grizzly-extra-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-grizzly-extra-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.grizzly-glassfish-grizzly-extra-all-checkstyle) @ glassfish-grizzly-extra-all --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-grizzly-extra-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-grizzly-extra-all-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-grizzly-extra-all-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.common:glassfish-ee-api >------------- [INFO] Building Java EE dependent public APIs of Glassfish 6.2.6-SNAPSHOT [153/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Java 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-ee-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-ee-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-ee-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-ee-api/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-gui-plugin-common --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ web-gui-plugin-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web-gui-plugin-common --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ security-services --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ security-services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/security/services/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ web-gui-plugin-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web-gui-plugin-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web-gui-plugin-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-gui-plugin-common-checkstyle) @ web-gui-plugin-common --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-gui-plugin-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/web-gui-plugin-common-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gui-plugin-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-gui-plugin-common/6.2.6-SNAPSHOT/web-gui-plugin-common-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.ldapbp:ldapbp >------------------ [INFO] Building LDAP Booster Pack 6.2.6-SNAPSHOT [154/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ldapbp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ ldapbp --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ ldapbp --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ldapbp/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-ee-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-ee-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-ee-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/common/glassfish-ee-api/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] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ ldapbp --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ glassfish-ee-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ldapbp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 34 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ldapbp/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/src/main/java/org/glassfish/security/services/commands/LDAPAdminAccessConfigurator.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/security/services/src/main/java/org/glassfish/security/services/common/SecurityScopeContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/src/main/java/org/glassfish/security/services/common/SecurityScopeContext.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.4:manifest (default-manifest) @ security-services --- [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[19,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[20,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[21,25] com.sun.jndi.ldap.LdapCtx is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfNames.java:[20,25] com.sun.jndi.ldap.LdapURL is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java:[19,25] com.sun.jndi.ldap.LdapCtxFactory is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[19,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[20,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[21,25] com.sun.jndi.ldap.LdapCtx is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncResponseControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncResponseControl.java:[22,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[20,25] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[21,25] com.sun.jndi.ldap.LdapURL is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/ProxiedAuthorizationControl.java:[21,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/LdapPrincipal.java:[21,25] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[19,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[20,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsResponseControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsResponseControl.java:[22,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[113,13] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[113,34] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[120,61] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[121,47] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[143,16] com.sun.jndi.ldap.LdapCtx is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[130,9] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[130,30] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[132,22] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[132,41] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[135,39] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[113,9] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[113,30] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[115,22] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[115,41] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[117,39] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfNames.java:[713,21] com.sun.jndi.ldap.LdapURL is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfNames.java:[713,43] com.sun.jndi.ldap.LdapURL is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java:[183,35] com.sun.jndi.ldap.LdapCtxFactory is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[106,13] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[106,34] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[110,61] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[111,52] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[153,16] com.sun.jndi.ldap.LdapCtx is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncResponseControl.java:[91,13] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncResponseControl.java:[91,34] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncResponseControl.java:[96,43] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[121,9] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[121,30] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[123,22] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[123,41] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[125,22] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[125,41] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[102,9] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[102,30] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[105,22] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[105,41] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[108,26] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[108,45] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[112,49] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[115,42] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[697,9] com.sun.jndi.ldap.LdapURL is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[697,27] com.sun.jndi.ldap.LdapURL is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[779,9] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[779,29] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[827,28] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/ProxiedAuthorizationControl.java:[116,9] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/ProxiedAuthorizationControl.java:[116,30] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/LdapPrincipal.java:[30,13] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/LdapPrincipal.java:[107,13] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/LdapPrincipal.java:[108,9] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/LdapPrincipal.java:[110,28] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[312,9] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[312,30] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[314,22] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[314,41] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[320,26] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[320,44] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[328,22] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[331,22] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[335,43] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsResponseControl.java:[84,13] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsResponseControl.java:[84,34] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsResponseControl.java:[88,43] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ ldapbp --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-ee-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ glassfish-ee-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-ee-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ glassfish-ee-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-ee-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-ee-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-glassfish-ee-api-checkstyle) @ glassfish-ee-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-ee-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-ee-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-ee-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/glassfish-ee-api/6.2.6-SNAPSHOT/glassfish-ee-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.admingui:console-common >------------- [INFO] Building Admin Console Common 6.2.6-SNAPSHOT [155/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ldapbp --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ldapbp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/security/services/target/classes [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[19,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[20,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[21,25] com.sun.jndi.ldap.LdapCtx is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfNames.java:[20,25] com.sun.jndi.ldap.LdapURL is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java:[19,25] com.sun.jndi.ldap.LdapCtxFactory is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[19,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[20,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[21,25] com.sun.jndi.ldap.LdapCtx is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncResponseControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncResponseControl.java:[22,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[20,25] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[21,25] com.sun.jndi.ldap.LdapURL is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/ProxiedAuthorizationControl.java:[21,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/LdapPrincipal.java:[21,25] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[19,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[20,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsResponseControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsResponseControl.java:[22,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[19,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[20,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewResponseControl.java:[21,25] com.sun.jndi.ldap.LdapCtx is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfNames.java:[20,25] com.sun.jndi.ldap.LdapURL is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/RemoteToAttrs.java:[19,25] com.sun.jndi.ldap.LdapCtxFactory is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[19,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[20,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortResponseControl.java:[21,25] com.sun.jndi.ldap.LdapCtx is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncResponseControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/DirSyncResponseControl.java:[22,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/GetEffectiveRightsControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/SortControl.java:[22,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[20,25] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/GroupOfURLs.java:[21,25] com.sun.jndi.ldap.LdapURL is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/ProxiedAuthorizationControl.java:[21,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/obj/LdapPrincipal.java:[21,25] com.sun.jndi.ldap.LdapName is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[19,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/VirtualListViewControl.java:[20,25] com.sun.jndi.ldap.BerEncoder is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsResponseControl.java:[21,25] com.sun.jndi.ldap.Ber is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/src/main/java/com/sun/jndi/ldap/ctl/PagedResultsResponseControl.java:[22,25] com.sun.jndi.ldap.BerDecoder is internal proprietary API and may be removed in a future release [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ldapbp --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ ldapbp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ldapbp --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/target/classes/META-INF for [INFO] [echo] ldapbp [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ ldapbp --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/target/ldapbp.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ldapbp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ldapbp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ldapbp-ldapbp-checkstyle) @ ldapbp --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ldapbp --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/target/ldapbp.jar to /home/jenkins/.m2/repository/org/glassfish/main/ldapbp/ldapbp/6.2.6-SNAPSHOT/ldapbp-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ldapbp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ldapbp/ldapbp/6.2.6-SNAPSHOT/ldapbp-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ security-services --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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] 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-M6:test (default-test) @ security-services --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ security-services --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ security-services --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/target/security-services.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ security-services --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ security-services --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-security-services-checkstyle) @ security-services --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ security-services --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/target/security-services.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security-services/6.2.6-SNAPSHOT/security-services-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security-services/6.2.6-SNAPSHOT/security-services-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.admin:admin-util >----------------- [INFO] Building admin-util 6.2.6-SNAPSHOT [156/288] [INFO] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ----< org.glassfish.main.osgi-platforms:felix-webconsole-extension >---- [INFO] Building Felix Web Console Extension for GlassFish 6.2.6-SNAPSHOT [157/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/DeploymentDescriptorNode.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/DeploymentDescriptorNode.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/ComponentValidator.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/ComponentValidator.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/ComponentValidator.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/MethodDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/MethodDescriptor.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.4:manifest (default-manifest) @ dol --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ felix-webconsole-extension --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ felix-webconsole-extension --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ felix-webconsole-extension --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ felix-webconsole-extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ dol --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ dol --- [INFO] Changes detected - recompiling the module! [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/GlassFishSecurityProvider.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/src/main/java/org/glassfish/osgi/felixwebconsoleextension/FelixWebConsoleExtensionActivator.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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) @ felix-webconsole-extension --- [INFO] Compiling 392 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ felix-webconsole-extension --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_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) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ felix-webconsole-extension --- [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-M6:test (default-test) @ felix-webconsole-extension --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ felix-webconsole-extension --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ felix-webconsole-extension --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/felix-webconsole-extension/target/felix-webconsole-extension.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ felix-webconsole-extension --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ felix-webconsole-extension --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.osgi-platforms-felix-webconsole-extension-checkstyle) @ felix-webconsole-extension --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ felix-webconsole-extension --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/felix-webconsole-extension-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/felix-webconsole-extension-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ dol --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ dol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ dol --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/classes/META-INF for [INFO] [echo] dol [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ dol --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/dol.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ dol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ dol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-dol-checkstyle) @ dol --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ dol --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/dol.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/dol/6.2.6-SNAPSHOT/dol-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/dol/6.2.6-SNAPSHOT/dol-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ admin-util --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ admin-util --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ admin-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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.3.0:unpack (unpack-resource) @ console-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 272 resources [INFO] Copying 223 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/common/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/PostConstructRunner.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/PostConstructRunner.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/PostConstructRunner.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/remote/reader/ActionReportJsonProprietaryReader.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/src/main/java/com/sun/enterprise/admin/remote/reader/ActionReportJsonProprietaryReader.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] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ admin-util --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/servlet/DownloadServlet.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/servlet/DownloadServlet.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/util/TargetUtil.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/src/main/java/org/glassfish/admingui/common/util/TargetUtil.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.4:manifest (default-manifest) @ console-common --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-common --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ admin-util --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ admin-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ admin-util --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ admin-util --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/admin-util.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ admin-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ admin-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-admin-util-checkstyle) @ admin-util --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ admin-util --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/admin-util.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-util/6.2.6-SNAPSHOT/admin-util-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-util/6.2.6-SNAPSHOT/admin-util-6.2.6-SNAPSHOT.pom [INFO] [INFO] [INFO] -------------< org.glassfish.main.cluster:cluster-common >-------------- [INFO] ---------< org.glassfish.main.osgi-platforms:osgi-cli-remote >---------- [INFO] Building Admin CLI bridge command to the OSGi Shell 6.2.6-SNAPSHOT [159/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] ------------------< org.glassfish.main.admin:backup >------------------- [INFO] Building Backup Restore classes 6.2.6-SNAPSHOT [160/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building cluster-common 6.2.6-SNAPSHOT [158/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-common --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ console-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-common --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ backup --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cluster-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ backup --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cluster-common --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ backup --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cluster-common --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admin/backup/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ console-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/target/console-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-common-checkstyle) @ console-common --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/target/console-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common/6.2.6-SNAPSHOT/console-common-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common/6.2.6-SNAPSHOT/console-common-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.admin:admin-core >----------------- [INFO] Building admin-core 6.2.6-SNAPSHOT [161/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ admin-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ admin-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ admin-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ backup --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ backup --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ backup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ backup --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cluster-common --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ cluster-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/target/common-resources with includes "" and excludes "" [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cluster-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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-dependency-plugin:3.3.0:unpack (unpack-resource) @ admin-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ admin-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ admin-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/classes [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] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ cluster-common --- [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-clean-plugin:3.2.0:clean (default-clean) @ osgi-cli-remote --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ backup --- [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.4:manifest (default-manifest) @ admin-core --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/cluster/common/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ osgi-cli-remote --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ osgi-cli-remote --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ osgi-cli-remote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ backup --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ backup --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cluster-common --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/target/generated-sources/hk2-config-generator/src/test/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ admin-core --- [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/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ backup --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ backup --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ backup --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/target/classes/META-INF for [INFO] [echo] backup [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ backup --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/target/backup.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ backup --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/RemoteCommandSession.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/RemoteCommandSession.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/RemoteCommandSession.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/RemoteCommandSession.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/RemoteCommandSession.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/RemoteCommandSession.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/src/main/java/org/glassfish/osgi/cli/remote/OSGiShellCommand.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] Tests are skipped. [INFO] [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ osgi-cli-remote --- [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ backup --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ osgi-cli-remote --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-backup-checkstyle) @ backup --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ backup --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/target/backup.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/backup/6.2.6-SNAPSHOT/backup-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/backup/6.2.6-SNAPSHOT/backup-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ osgi-cli-remote --- [INFO] [INFO] ---------< org.glassfish.main.concurrent:concurrent-connector >--------- [INFO] Building Concurrent Connector Module 6.2.6-SNAPSHOT [162/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ concurrent-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ concurrent-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ concurrent-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ concurrent-connector --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cluster-common --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ admin-core --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/generated-sources/hk2-config-generator/src/test/java [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cluster-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cluster-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/target/cluster-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cluster-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cluster-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.cluster-cluster-common-checkstyle) @ cluster-common --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cluster-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/target/cluster-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-common/6.2.6-SNAPSHOT/cluster-common-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-common/6.2.6-SNAPSHOT/cluster-common-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.admingui:console-core >-------------- [INFO] Building Admin Console Core Jar 6.2.6-SNAPSHOT [163/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ admin-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ admin-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ admin-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ concurrent-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ concurrent-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/classes/META-INF for [INFO] [echo] admin-core [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/classes [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ admin-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/admin-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ admin-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ admin-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-admin-core-checkstyle) @ admin-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ admin-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/admin-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-core/6.2.6-SNAPSHOT/admin-core-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-core/6.2.6-SNAPSHOT/admin-core-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.admingui:console-cluster-plugin >--------- [INFO] Building Admin Console Clustering Support Plugin 6.2.6-SNAPSHOT [164/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-cluster-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ console-cluster-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-cluster-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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.3.0:unpack (unpack-resource) @ console-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 47 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-cluster-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ console-cluster-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-cluster-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 62 resources [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ osgi-cli-remote --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ osgi-cli-remote --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ osgi-cli-remote --- [INFO] Copying 114 resources [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/classes/META-INF for [INFO] [echo] osgi-cli-remote [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ osgi-cli-remote --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-cluster-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-remote/target/osgi-cli-remote.jar [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ osgi-cli-remote --- [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] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ osgi-cli-remote --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.osgi-platforms-osgi-cli-remote-checkstyle) @ osgi-cli-remote --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ osgi-cli-remote --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/osgi-cli-remote-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/osgi-cli-remote-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ concurrent-connector --- [INFO] [INFO] -----------< org.glassfish.main.admingui:console-web-plugin >----------- [INFO] Building Admin Console Web Container Plugin 6.2.6-SNAPSHOT [165/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-web-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/web/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ console-cluster-plugin --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-cluster-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ console-cluster-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/src/main/java/org/glassfish/admingui/handlers/TableHandlers.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/src/main/java/org/glassfish/admingui/handlers/TableHandlers.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-bundle-plugin:5.1.4:manifest (default-manifest) @ console-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/web/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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.3.0:unpack (unpack-resource) @ console-web-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/web/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-web-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 73 resources [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ concurrent-connector --- [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/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/classes [INFO] Copying 84 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/web/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ concurrent-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ concurrent-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ concurrent-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ concurrent-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ concurrent-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ concurrent-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ concurrent-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/concurrent-connector.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.2.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-M6:test (default-test) @ console-cluster-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-cluster-plugin --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ concurrent-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ concurrent-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.concurrent-concurrent-connector-checkstyle) @ concurrent-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ concurrent-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/concurrent-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-connector/6.2.6-SNAPSHOT/concurrent-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-connector/6.2.6-SNAPSHOT/concurrent-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.admingui:console-jdbc-plugin >----------- [INFO] Building Admin Console JDBC Plugin 6.2.6-SNAPSHOT [166/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-jdbc-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/web/src/main/java/org/glassfish/web/admingui/handlers/WebHandlers.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ console-web-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ console-web-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/target/classes/META-INF for [INFO] [echo] console-cluster-plugin [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/classes/META-INF/MANIFEST.MF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ console-cluster-plugin --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/target/console-cluster-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-cluster-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-cluster-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-cluster-plugin-checkstyle) @ console-cluster-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-cluster-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/target/console-cluster-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-cluster-plugin/6.2.6-SNAPSHOT/console-cluster-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/cluster/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-cluster-plugin/6.2.6-SNAPSHOT/console-cluster-plugin-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.admingui:console-jca-plugin >----------- [INFO] Building Admin Console Connectors Plugin 6.2.6-SNAPSHOT [167/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-jca-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ console-jca-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-jca-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jca [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ console-jca-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jca/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ console-jdbc-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-jdbc-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 31 resources [INFO] Copying 35 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-jdbc-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jca/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ console-jca-plugin --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ console-jca-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jca/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-jca-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 56 resources [INFO] Copying 64 resources [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-core --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/test/java [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jca/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [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/glassfish6_build-and-test_jdk18/appserver/admingui/jca/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/web/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-web-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-web-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/web/target/classes [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.4:manifest (default-manifest) @ console-jdbc-plugin --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jca/src/main/java/org/glassfish/jca/admingui/handlers/ConnectorsHandlers.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ console-jca-plugin --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ console-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/classes/META-INF for [INFO] [echo] console-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ console-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-web-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ console-web-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-web-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/console-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-core-checkstyle) @ console-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/target/console-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-core/6.2.6-SNAPSHOT/console-core-6.2.6-SNAPSHOT.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ console-web-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-core/6.2.6-SNAPSHOT/console-core-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.admingui:console-corba-plugin >---------- [INFO] Building Admin Console Corba Plugin 6.2.6-SNAPSHOT [168/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-corba-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ console-corba-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-corba-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/corba/target/generated-sources/hk2-config-generator/src/main/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/web/target/console-web-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-web-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-web-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-web-plugin-checkstyle) @ console-web-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-web-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/web/target/console-web-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-web-plugin/6.2.6-SNAPSHOT/console-web-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-web-plugin/6.2.6-SNAPSHOT/console-web-plugin-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.admingui:console-common-full-plugin >------- [INFO] Building Admin Console Full distribution plugin 6.2.6-SNAPSHOT [169/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-common-full-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ console-common-full-plugin --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ console-common-full-plugin --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/full/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-jdbc-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jca/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/admingui/jca/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/corba/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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.3.0:unpack (unpack-resource) @ console-corba-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/corba/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-corba-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 16 resources [INFO] Copying 20 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/corba/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-corba-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/corba/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/full/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.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.3.0:unpack (unpack-resource) @ console-common-full-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/full/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-common-full-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 48 resources [INFO] Copying 44 resources [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ console-jdbc-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ console-jdbc-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-M6:test (default-test) @ console-jdbc-plugin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/full/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ console-common-full-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/full/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/target/classes/META-INF for [INFO] [echo] console-jdbc-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ console-jdbc-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/target/console-jdbc-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-jdbc-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-jdbc-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-jdbc-plugin-checkstyle) @ console-jdbc-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-jdbc-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/target/console-jdbc-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jdbc-plugin/6.2.6-SNAPSHOT/console-jdbc-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jdbc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jdbc-plugin/6.2.6-SNAPSHOT/console-jdbc-plugin-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.admingui:glassfish-osgi-console-plugin >------ [INFO] Building GlassFish OSGi Console Plugin 6.2.6-SNAPSHOT [170/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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.4:manifest (default-manifest) @ console-corba-plugin --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-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) @ console-jca-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ console-jca-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-jca-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ console-jca-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jca/target/console-jca-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-jca-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-jca-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-jca-plugin-checkstyle) @ console-jca-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-jca-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jca/target/console-jca-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jca-plugin/6.2.6-SNAPSHOT/console-jca-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jca/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jca-plugin/6.2.6-SNAPSHOT/console-jca-plugin-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.cluster:cluster-ssh >--------------- [INFO] Building Cluster SSH Provisioning 6.2.6-SNAPSHOT [171/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/full/src/main/java/org/glassfish/full/admingui/handlers/JndiHandlers.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ console-common-full-plugin --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cluster-ssh --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/cluster/ssh/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.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.3.0:unpack (unpack-resource) @ glassfish-osgi-console-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-osgi-console-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 9 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/corba/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-corba-plugin --- [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/glassfish6_build-and-test_jdk18/appserver/admingui/corba/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-corba-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ console-corba-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-corba-plugin --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/full/target/classes/META-INF/MANIFEST.MF [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] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-common-full-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ console-common-full-plugin --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ cluster-ssh --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/ssh/target/common-resources with includes "" and excludes "" [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/full/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cluster-ssh --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/ssh/src/main/resources [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/cluster/ssh/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/corba/target/classes/META-INF for [INFO] [echo] console-corba-plugin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ console-corba-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/corba/target/console-corba-plugin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-corba-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-corba-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-corba-plugin-checkstyle) @ console-corba-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-corba-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/corba/target/console-corba-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-corba-plugin/6.2.6-SNAPSHOT/console-corba-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/corba/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-corba-plugin/6.2.6-SNAPSHOT/console-corba-plugin-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.admingui:war >------------------- [INFO] Building Admin Console WAR 6.2.6-SNAPSHOT [172/288] [INFO] --------------------------------[ war ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Admin Console WAR: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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.2.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] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ console-common-full-plugin --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ console-common-full-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-common-full-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ console-common-full-plugin --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ war --- [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ cluster-ssh --- [INFO] [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cluster-ssh --- [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ war --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ war --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ war --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ war --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ cluster-ssh --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ war --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ war --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/full/target/console-common-full-plugin.jar [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-M6:test (default-test) @ war --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ war --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-common-full-plugin --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes/META-INF/MANIFEST.MF [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-common-full-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-common-full-plugin-checkstyle) @ console-common-full-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-common-full-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/console-common-full-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/full/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-common-full-plugin/6.2.6-SNAPSHOT/console-common-full-plugin-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ glassfish-osgi-console-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-dependency-plugin:3.3.0:copy-dependencies (prepare-extra-dependencies) @ war --- [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies/prototype-1.7.3.jar [INFO] Copying woodstock-webui-jsf-5.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies/woodstock-webui-jsf-5.0.0.jar [INFO] Copying woodstock-webui-jsf-suntheme-5.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies/woodstock-webui-jsf-suntheme-5.0.0.jar [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ war --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] 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-M6:test (default-test) @ glassfish-osgi-console-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-osgi-console-plugin --- [INFO] Packaging webapp [INFO] Assembling webapp [war] in [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/admingui] [INFO] Processing war project [INFO] Copying webapp webResources [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/src/main/webapp] to [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/admingui] [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/classes/META-INF for [INFO] [echo] glassfish-osgi-console-plugin [INFO] Copying webapp webResources [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/extra-dependencies] to [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/admingui] [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ glassfish-osgi-console-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/osgi-platforms/glassfish-osgi-console-plugin/target/glassfish-osgi-console-plugin.jar [INFO] Copying webapp resources [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/src/main/webapp] [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-osgi-console-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-osgi-console-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-glassfish-osgi-console-plugin-checkstyle) @ glassfish-osgi-console-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-osgi-console-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-osgi-console-plugin-6.2.6-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/ssh/target/classes/META-INF/MANIFEST.MF [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-osgi-console-plugin-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/cluster/ssh/target/classes [INFO] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/admingui.war [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ war --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ war --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-war-checkstyle) @ war --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ war --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/admingui.war to /home/jenkins/.m2/repository/org/glassfish/main/admingui/war/6.2.6-SNAPSHOT/war-6.2.6-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/war/6.2.6-SNAPSHOT/war-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.admingui:dist-fragment >-------------- [INFO] Building Admin Console Install Fragment for Web distro 6.2.6-SNAPSHOT [173/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Admin Console Install Fragment for Web distro: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ dist-fragment --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ dist-fragment --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ dist-fragment --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack-dependencies) @ dist-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ dist-fragment --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ dist-fragment --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ dist-fragment --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack-admingui) @ dist-fragment --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cluster-ssh --- [INFO] [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/war/target/admingui.war to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/target/classes/glassfish/lib/install/applications/__admingui with includes "" and excludes "" [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cluster-ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cluster-ssh --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cluster-ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/ssh/target/cluster-ssh.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cluster-ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cluster-ssh --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.cluster-cluster-ssh-checkstyle) @ cluster-ssh --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cluster-ssh --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/ssh/target/cluster-ssh.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-ssh/6.2.6-SNAPSHOT/cluster-ssh-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/ssh/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-ssh/6.2.6-SNAPSHOT/cluster-ssh-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.core:logging >------------------- [INFO] Building Nucleus Logging Classes 6.2.6-SNAPSHOT [174/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ logging --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ logging --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ logging --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ dist-fragment --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/src/main/help [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ dist-fragment --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/target/classes/META-INF for [INFO] [echo] dist-fragment [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:zip (default-zip) @ dist-fragment --- [INFO] [zip] duplicate: add [INFO] [zip] file set: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/target/dist-fragment.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ dist-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ dist-fragment --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-dist-fragment-checkstyle) @ dist-fragment --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ dist-fragment --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/target/dist-fragment.zip to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dist-fragment/6.2.6-SNAPSHOT/dist-fragment-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/dist-fragment/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/dist-fragment/6.2.6-SNAPSHOT/dist-fragment-6.2.6-SNAPSHOT.pom [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ logging --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ logging --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 50 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/GFFileHandler.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/GFFileHandler.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/GFFileHandler.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/GFFileHandler.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/GFFileHandler.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/GFFileHandler.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/GFFileHandler.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.4:manifest (default-manifest) @ logging --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 50 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ logging --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ logging --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/classes/META-INF for [INFO] [echo] logging [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ logging --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/logging.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ logging --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ logging --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-logging-checkstyle) @ logging --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ logging --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/logging.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/logging/6.2.6-SNAPSHOT/logging-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/logging/6.2.6-SNAPSHOT/logging-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.admin:launcher >------------------ [INFO] Building admin-launcher 6.2.6-SNAPSHOT [175/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] -------------------< org.glassfish.main.core:kernel >------------------- [INFO] Building Kernel Classes 6.2.6-SNAPSHOT [176/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ launcher --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ launcher --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ launcher --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.0.0-M3:enforce (enforce-maven) @ kernel --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ kernel --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ launcher --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ launcher --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ kernel --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ kernel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 173 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ launcher --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ launcher --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/target/classes/META-INF for [INFO] [echo] launcher [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/target/launcher.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ launcher --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-launcher-checkstyle) @ launcher --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ launcher --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/target/launcher.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/launcher/6.2.6-SNAPSHOT/launcher-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/launcher/6.2.6-SNAPSHOT/launcher-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.admin:admin-cli >----------------- [INFO] Building admin-cli 6.2.6-SNAPSHOT [177/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ admin-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/cli/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ admin-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ admin-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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/glassfish6_build-and-test_jdk18/nucleus/admin/cli/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/schemadoc/EmptyVisitor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/schemadoc/EmptyVisitor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/AdminMain.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ admin-cli --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RuntimeInfo.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RuntimeInfo.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RuntimeInfo.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RuntimeInfo.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RuntimeInfo.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RuntimeInfo.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-bundle-plugin:5.1.4:manifest (default-manifest) @ kernel --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/cli/target/generated-sources/hk2-config-generator/src/test/java [WARNING] Manifest org.glassfish.main.core:kernel:glassfish-jar:6.2.6-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/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ kernel --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ kernel --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 173 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ admin-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ admin-cli --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ admin-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/target/admin-cli.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ admin-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ admin-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-admin-cli-checkstyle) @ admin-cli --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ admin-cli --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/target/admin-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-cli/6.2.6-SNAPSHOT/admin-cli-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/admin-cli/6.2.6-SNAPSHOT/admin-cli-6.2.6-SNAPSHOT.pom [INFO] [INFO] [INFO] ----------------< org.glassfish.main.admin:server-mgmt >---------------- [INFO] -------< org.glassfish.main.osgi-platforms:osgi-cli-interactive >------- [INFO] Building admin-server-management 6.2.6-SNAPSHOT [178/288] [INFO] [INFO] ---------------< org.glassfish.main.cluster:gms-adapter >--------------- [INFO] Building GMS Module 6.2.6-SNAPSHOT [180/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building Admin CLI, interactive OSGi shell command 6.2.6-SNAPSHOT [179/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ server-mgmt --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gms-adapter --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_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) @ kernel --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ gms-adapter --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gms-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ osgi-cli-interactive --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ osgi-cli-interactive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/xjc added. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (xjc) @ server-mgmt --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ kernel --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/xjc [INFO] [xjc] Consider using / so that XJC won't do unnecessary compilation [INFO] [xjc] Compiling file:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/resources/xsd/schema/template-info.xsd [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/classes/META-INF for [INFO] [echo] kernel [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ kernel --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/kernel.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-kernel-checkstyle) @ kernel --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ kernel --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/kernel.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/kernel/6.2.6-SNAPSHOT/kernel-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/kernel/6.2.6-SNAPSHOT/kernel-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.admin:appserver-cli >--------------- [INFO] Building App Server CLI Skinning Class 6.2.6-SNAPSHOT [181/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appserver-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admin/cli/target/generated-sources/hk2-config-generator/src/main/java [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.4:manifest (default-manifest) @ osgi-cli-interactive --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/GMSConfigUpgrade.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/admin/GMSAnnounceAfterStartClusterCommand.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ gms-adapter --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ appserver-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] [xjc] Writing output to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/xjc [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ appserver-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/classes/META-INF/MANIFEST.MF [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli/target/classes [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/classes [INFO] [xjc] Consider using / so that XJC won't do unnecessary compilation [INFO] [xjc] Compiling file:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/resources/xsd/schema/domain-info.xsd [INFO] [xjc] Writing output to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/xjc [INFO] [xjc] Consider using / so that XJC won't do unnecessary compilation [INFO] [xjc] Compiling file:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/resources/xsd/schema/stringsubs.xsd [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/classes/META-INF/MANIFEST.MF [INFO] [xjc] Writing output to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/xjc [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gms-adapter --- [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.3.0:unpack (unpack-resource) @ server-mgmt --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ server-mgmt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 8 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 128 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/classes [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] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/classes [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.4:manifest (default-manifest) @ appserver-cli --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ osgi-cli-interactive --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ osgi-cli-interactive --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack) @ osgi-cli-interactive --- [INFO] Configured Artifact: jline:jline:?:jar [INFO] Unpacking /home/jenkins/.m2/repository/jline/jline/2.14.5/jline-2.14.5.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/classes with includes "" and excludes "" [WARNING] Manifest org.glassfish.main.admin:appserver-cli:glassfish-jar:6.2.6-SNAPSHOT : Export org.glassfish.admin.cli, has 1, private references [com.sun.enterprise.admin.cli] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/admin/cli/target/classes [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ osgi-cli-interactive --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/osgi-platforms/osgi-cli-interactive/target/osgi-cli-interactive.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ osgi-cli-interactive --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ osgi-cli-interactive --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.osgi-platforms-osgi-cli-interactive-checkstyle) @ osgi-cli-interactive --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ osgi-cli-interactive --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/osgi-cli-interactive-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/osgi-cli-interactive-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------------< org.glassfish.main:ant-tasks >-------------------- [INFO] Building Ant tasks 6.2.6-SNAPSHOT [182/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Ant tasks: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ant-tasks --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ ant-tasks --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ant-tasks/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ant-tasks --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ant-tasks/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gms-adapter --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ gms-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gms-adapter --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ gms-adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/gms-adapter.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gms-adapter --- [INFO] [INFO] Tests are skipped. [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ appserver-cli --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gms-adapter --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ appserver-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.cluster-gms-adapter-checkstyle) @ gms-adapter --- [INFO] Not copying test resources [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ appserver-cli --- [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gms-adapter --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/gms-adapter.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-adapter/6.2.6-SNAPSHOT/gms-adapter-6.2.6-SNAPSHOT.jar [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-M6:test (default-test) @ appserver-cli --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/gms-adapter/6.2.6-SNAPSHOT/gms-adapter-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.cluster:cluster-admin >-------------- [INFO] Building cluster-admin 6.2.6-SNAPSHOT [183/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appserver-cli --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cluster-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ appserver-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli/target/appserver-cli.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appserver-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appserver-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-appserver-cli-checkstyle) @ appserver-cli --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appserver-cli --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli/target/appserver-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-cli/6.2.6-SNAPSHOT/appserver-cli-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/appserver-cli/6.2.6-SNAPSHOT/appserver-cli-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.common:amx-core >----------------- [INFO] Building AMX Core 6.2.6-SNAPSHOT [184/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ amx-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/DeployTask.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ant-tasks/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ ant-tasks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ant-tasks --- [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/VerifyDomainXmlCommand.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/VerifyDomainXmlCommand.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/VerifyDomainXmlCommand.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] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ant-tasks/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ ant-tasks --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ server-mgmt --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ant-tasks/target/ant-tasks.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ant-tasks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ant-tasks --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main-ant-tasks-checkstyle) @ ant-tasks --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ant-tasks --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ant-tasks/target/ant-tasks.jar to /home/jenkins/.m2/repository/org/glassfish/main/ant-tasks/6.2.6-SNAPSHOT/ant-tasks-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ant-tasks/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ant-tasks/6.2.6-SNAPSHOT/ant-tasks-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.core:context-propagation >------------- [INFO] Building Context Propagation 6.2.6-SNAPSHOT [185/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ cluster-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cluster-admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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) @ cluster-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ context-propagation --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/core/context-propagation/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ amx-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ amx-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 128 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ context-propagation --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/context-propagation/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ context-propagation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/context-propagation/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ServerSynchronizer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/ServerSynchronizer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/DeleteNodeSshCommand.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/DeleteNodeSshCommand.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] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ cluster-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ context-propagation --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ cluster-admin --- [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:6.2.6-SNAPSHOT : Export org.glassfish.contextpropagation, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:6.2.6-SNAPSHOT : Export org.glassfish.contextpropagation.bootstrap, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:6.2.6-SNAPSHOT : Export org.glassfish.contextpropagation.wireadapters, has 1, private references [org.glassfish.contextpropagation.internal] [WARNING] Manifest org.glassfish.main.core:context-propagation:glassfish-jar:6.2.6-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:6.2.6-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:6.2.6-SNAPSHOT : Export org.glassfish.contextpropagation.spi, has 1, private references [org.glassfish.contextpropagation.internal] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/context-propagation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/core/context-propagation/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ context-propagation --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/context-propagation/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ server-mgmt --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/hk2-config-generator/src/test/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cluster-admin --- [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/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/context-propagation/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ context-propagation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ context-propagation --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ context-propagation --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/context-propagation/target/context-propagation.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ context-propagation --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ context-propagation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ context-propagation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-context-propagation-checkstyle) @ context-propagation --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ context-propagation --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/context-propagation/target/context-propagation.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/context-propagation/6.2.6-SNAPSHOT/context-propagation-6.2.6-SNAPSHOT.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/context-propagation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/context-propagation/6.2.6-SNAPSHOT/context-propagation-6.2.6-SNAPSHOT.pom [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-M6:test (default-test) @ server-mgmt --- [INFO] [INFO] ----------< org.glassfish.main.resources:resources-connector >---------- [INFO] Building Resources Connector 6.2.6-SNAPSHOT [186/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ server-mgmt --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ resources-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ resources-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ resources-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ server-mgmt --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/server-mgmt.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ server-mgmt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ server-mgmt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-server-mgmt-checkstyle) @ server-mgmt --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ server-mgmt --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/server-mgmt.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/server-mgmt/6.2.6-SNAPSHOT/server-mgmt-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/server-mgmt/6.2.6-SNAPSHOT/server-mgmt-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.deployment:deployment-javaee-core >-------- [INFO] Building Deployment Related JavaEE Core Classes 6.2.6-SNAPSHOT [187/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment-javaee-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ deployment-javaee-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ deployment-javaee-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ deployment-javaee-core --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/base/Realms.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/base/Realms.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/util/ClassUtil.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/util/ClassUtil.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/impl/mbean/RealmsImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/impl/mbean/RealmsImpl.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.2.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-M6:test (default-test) @ cluster-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cluster-admin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ amx-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cluster-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/target/cluster-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cluster-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cluster-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.cluster-cluster-admin-checkstyle) @ cluster-admin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cluster-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/target/cluster-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-admin/6.2.6-SNAPSHOT/cluster-admin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-admin/6.2.6-SNAPSHOT/cluster-admin-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.orb:orb-enabler >----------------- [INFO] Building GlassFish ORB enabler implementation 6.2.6-SNAPSHOT [188/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ orb-enabler --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-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-javaee-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ deployment-javaee-core --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ deployment-javaee-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ deployment-javaee-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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) @ deployment-javaee-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ resources-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ resources-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ orb-enabler --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ orb-enabler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/src/main/java/org/glassfish/enterprise/api/enabler/ORBConnectorStartup.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/src/main/java/org/glassfish/enterprise/api/enabler/ORBConnectorStartup.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ orb-enabler --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/src/main/java/org/glassfish/javaee/core/deployment/DolProvider.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-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-javaee-core --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ deployment-javaee-core --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ deployment-javaee-core --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/src/main/java/org/glassfish/resources/custom/factory/JavaBeanFactory.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/src/main/java/org/glassfish/resources/admin/cli/CreateCustomResource.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/src/main/java/org/glassfish/resources/admin/cli/CreateCustomResource.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ resources-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ deployment-javaee-core --- [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-javaee-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ amx-core --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ orb-enabler --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ orb-enabler --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ orb-enabler --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/target/classes/META-INF for [INFO] [echo] orb-enabler [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ orb-enabler --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/target/orb-enabler.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ orb-enabler --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ orb-enabler --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.orb-orb-enabler-checkstyle) @ orb-enabler --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ orb-enabler --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/target/orb-enabler.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-enabler/6.2.6-SNAPSHOT/orb-enabler-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-enabler/6.2.6-SNAPSHOT/orb-enabler-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.admin:gf-restadmin-connector >----------- [INFO] Building Connector for GlassFish Admin REST Service 6.2.6-SNAPSHOT [189/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/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-javaee-core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ deployment-javaee-core --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ deployment-javaee-core --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-javaee-core --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ deployment-javaee-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ deployment-javaee-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ amx-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ amx-core --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ gf-restadmin-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-restadmin-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/target/classes/META-INF for [INFO] [echo] deployment-javaee-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ deployment-javaee-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/target/deployment-javaee-core.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/classes/META-INF for [INFO] [echo] amx-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ amx-core --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ deployment-javaee-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ deployment-javaee-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-deployment-javaee-core-checkstyle) @ deployment-javaee-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment-javaee-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/target/deployment-javaee-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-javaee-core/6.2.6-SNAPSHOT/deployment-javaee-core-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-javaee-core/6.2.6-SNAPSHOT/deployment-javaee-core-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.deployment:deployment-admin >----------- [INFO] Building Deployment Related Admin Classes 6.2.6-SNAPSHOT [190/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/deployment/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) @ resources-connector --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/generated-sources/hk2-config-generator/src/test/java [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/amx-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ amx-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ amx-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-amx-core-checkstyle) @ amx-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ amx-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/amx-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-core/6.2.6-SNAPSHOT/amx-core-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-core/6.2.6-SNAPSHOT/amx-core-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.core:javaee-kernel >---------------- [INFO] Building Java EE related distributions kernel Classes 6.2.6-SNAPSHOT [191/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Java 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ javaee-kernel --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ javaee-kernel --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ javaee-kernel --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ javaee-kernel --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/generated-sources/hk2-config-generator/src/main/java [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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ gf-restadmin-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ javaee-kernel --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ javaee-kernel --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ javaee-kernel --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ javaee-kernel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javaee-kernel --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ resources-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ resources-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/classes/META-INF for [INFO] [echo] resources-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ resources-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ deployment-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ deployment-admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] Copying 18 resources [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/resources-connector.jar [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ deployment-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ resources-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ resources-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.resources-resources-connector-checkstyle) @ resources-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ resources-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/resources-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-connector/6.2.6-SNAPSHOT/resources-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-connector/6.2.6-SNAPSHOT/resources-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.loadbalancer:load-balancer-admin >--------- [INFO] Building Load-Balancer admin 6.2.6-SNAPSHOT [192/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ gf-restadmin-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ load-balancer-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- osgiversion-maven-plugin:3.0.3:compute-osgi-version (default-compute-osgi-version) @ javaee-kernel --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ javaee-kernel --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ javaee-kernel --- [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ gf-restadmin-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ deployment-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-restadmin-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ javaee-kernel --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ javaee-kernel --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ gf-restadmin-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ load-balancer-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ load-balancer-admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/src/main/resources [INFO] Copying 13 resources [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-restadmin-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-restadmin-connector --- [INFO] Copying 13 resources [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-gf-restadmin-connector-checkstyle) @ gf-restadmin-connector --- [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-restadmin-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-restadmin-connector-6.2.6-SNAPSHOT.jar [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/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/gf-restadmin-connector/6.2.6-SNAPSHOT/gf-restadmin-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.diagnostics:diagnostics-context >--------- [INFO] Building GlassFish Diagnostics Context 6.2.6-SNAPSHOT [193/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ diagnostics-context --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ javaee-kernel --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ javaee-kernel --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ diagnostics-context --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ javaee-kernel --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ javaee-kernel --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ javaee-kernel --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/target/common-resources with includes "" and excludes "" [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ javaee-kernel --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ diagnostics-context --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/target/classes/META-INF/MANIFEST.MF [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/target/classes [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ deployment-admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/classes/META-INF for [INFO] [echo] javaee-kernel [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ javaee-kernel --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ deployment-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/javaee-kernel.jar [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ javaee-kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ javaee-kernel --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.core-javaee-kernel-checkstyle) @ javaee-kernel --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ javaee-kernel --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/javaee-kernel.jar to /home/jenkins/.m2/repository/org/glassfish/main/core/javaee-kernel/6.2.6-SNAPSHOT/javaee-kernel-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/core/javaee-kernel/6.2.6-SNAPSHOT/javaee-kernel-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.cluster:cluster-cli >--------------- [INFO] Building cluster-cli 6.2.6-SNAPSHOT [194/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cluster-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cluster-cli --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cluster-cli --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/src/main/java/org/glassfish/diagnostics/context/impl/ContextManagerImpl.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ diagnostics-context --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/upgrade/LoadBalancerConfigUpgrade.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/upgrade/LoadBalancerConfigUpgrade.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/LBCommandsBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/LBCommandsBase.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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ deployment-admin --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ diagnostics-context --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ load-balancer-admin --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ cluster-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cluster-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ deployment-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ deployment-admin --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ diagnostics-context --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ diagnostics-context --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ deployment-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/target/deployment-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ deployment-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ deployment-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-deployment-admin-checkstyle) @ deployment-admin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/target/deployment-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-admin/6.2.6-SNAPSHOT/deployment-admin-6.2.6-SNAPSHOT.jar [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ diagnostics-context --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-admin/6.2.6-SNAPSHOT/deployment-admin-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.admin:cli-optional >---------------- [INFO] Building admin-cli-optional 6.2.6-SNAPSHOT [195/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/target/diagnostics-context.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cli-optional --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admin/cli-optional/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ diagnostics-context --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ diagnostics-context --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.diagnostics-diagnostics-context-checkstyle) @ diagnostics-context --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ diagnostics-context --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/target/diagnostics-context.jar to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-context/6.2.6-SNAPSHOT/diagnostics-context-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/diagnostics/context/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/diagnostics/diagnostics-context/6.2.6-SNAPSHOT/diagnostics-context-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.orb:orb-connector >---------------- [INFO] Building GlassFish ORB connector implementation 6.2.6-SNAPSHOT [196/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ orb-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ orb-connector --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ cli-optional --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli-optional/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cli-optional --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli-optional/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ cluster-cli --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ load-balancer-admin --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ load-balancer-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ load-balancer-admin --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ orb-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ orb-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [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 26 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ load-balancer-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/target/load-balancer-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ load-balancer-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ load-balancer-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.loadbalancer-load-balancer-admin-checkstyle) @ load-balancer-admin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ load-balancer-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/load-balancer-admin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/loadbalancer/load-balancer-admin/6.2.6-SNAPSHOT/load-balancer-admin-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.common:amx-javaee >---------------- [INFO] Building AMX JavaEE 6.2.6-SNAPSHOT [197/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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-clean-plugin:3.2.0:clean (default-clean) @ amx-javaee --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ amx-javaee --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ cli-optional --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ amx-javaee --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ amx-javaee --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli-optional/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/admin/cli-optional/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/util/GenericStatsImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_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.4:manifest (default-manifest) @ orb-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ amx-javaee --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ amx-javaee --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ amx-javaee --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ amx-javaee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ amx-javaee --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cluster-cli --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cli-optional --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cli-optional --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cli-optional --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cli-optional --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli-optional/target/cli-optional.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cli-optional --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cli-optional --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-cli-optional-checkstyle) @ cli-optional --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cli-optional --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli-optional/target/cli-optional.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/cli-optional/6.2.6-SNAPSHOT/cli-optional-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli-optional/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/cli-optional/6.2.6-SNAPSHOT/cli-optional-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.connectors:connectors-internal-api >-------- [INFO] Building Connectors Private APIs for GlassFish Containers 6.2.6-SNAPSHOT [198/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ connectors-internal-api --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ connectors-internal-api --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cluster-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cluster-cli --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cluster-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/target/cluster-cli.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cluster-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cluster-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.cluster-cluster-cli-checkstyle) @ cluster-cli --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cluster-cli --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/target/cluster-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-cli/6.2.6-SNAPSHOT/cluster-cli-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/cluster/cluster-cli/6.2.6-SNAPSHOT/cluster-cli-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.resources:mail-connector >------------- [INFO] Building Jakarta Mail Connector 6.2.6-SNAPSHOT [199/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ mail-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ mail-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ mail-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/src/main/java/org/glassfish/admin/amx/j2ee/J2EEManagedObject.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/src/main/java/org/glassfish/admin/amx/j2ee/J2EEManagedObject.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/src/main/java/org/glassfish/admin/amx/impl/j2ee/RegistrationSupport.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/src/main/java/org/glassfish/admin/amx/impl/j2ee/RegistrationSupport.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/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-javaee --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ amx-javaee --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ amx-javaee --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ orb-connector --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ connectors-internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ connectors-internal-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 55 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ mail-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ mail-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ amx-javaee --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ amx-javaee --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/src/main/java/org/glassfish/resources/mail/admin/cli/CreateMailResource.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/src/main/java/org/glassfish/resources/mail/admin/cli/CreateMailResource.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/src/main/java/org/glassfish/resources/mail/admin/cli/CreateMailResource.java: Recompile with -Xlint:unchecked for details. [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] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ orb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ orb-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ mail-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ orb-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/orb-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ orb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ orb-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.orb-orb-connector-checkstyle) @ orb-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ orb-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/orb-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-connector/6.2.6-SNAPSHOT/orb-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-connector/6.2.6-SNAPSHOT/orb-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.resources:resources-runtime >----------- [INFO] Building GlassFish resources runtime 6.2.6-SNAPSHOT [200/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorsClassLoaderUtil.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorsClassLoaderUtil.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorsClassLoaderUtil.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/ConnectorsClassLoaderUtil.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] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ connectors-internal-api --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ resources-runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ connectors-internal-api --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ amx-javaee --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ amx-javaee --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ amx-javaee --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ amx-javaee --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ amx-javaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ amx-javaee --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/classes/META-INF for [INFO] [echo] amx-javaee [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ amx-javaee --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/amx-javaee.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ amx-javaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ amx-javaee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-amx-javaee-checkstyle) @ amx-javaee --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ amx-javaee --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/amx-javaee.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-javaee/6.2.6-SNAPSHOT/amx-javaee-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/amx-javaee/6.2.6-SNAPSHOT/amx-javaee-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.featuresets:atomic >---------------- [INFO] Building Glassfish Nucleus Atomic Featureset 6.2.6-SNAPSHOT [201/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish Nucleus Atomic Featureset: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ resources-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ resources-runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 55 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ mail-connector --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/generated-sources/hk2-config-generator/src/test/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/src/main/java/org/glassfish/resources/module/ResourcesDeployer.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/src/main/java/org/glassfish/resources/module/ResourcesDeployer.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.4:manifest (default-manifest) @ resources-runtime --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ connectors-internal-api --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ mail-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ mail-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/classes/META-INF for [INFO] [echo] mail-connector [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/target/classes/META-INF/MANIFEST.MF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ mail-connector --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ resources-runtime --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ resources-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/mail-connector.jar [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ mail-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ mail-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.resources-mail-connector-checkstyle) @ mail-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mail-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/mail-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-connector/6.2.6-SNAPSHOT/mail-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-connector/6.2.6-SNAPSHOT/mail-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.extras:glassfish-embedded-nucleus >-------- [INFO] Building Embedded GlassFish nucleus 6.2.6-SNAPSHOT [202/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Embedded GlassFish nucleus: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ connectors-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ connectors-internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ connectors-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ connectors-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ connectors-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.connectors-connectors-internal-api-checkstyle) @ connectors-internal-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-internal-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-internal-api/6.2.6-SNAPSHOT/connectors-internal-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.orb:orb-iiop >------------------- [INFO] Building GlassFish ORB interface layer implementation 6.2.6-SNAPSHOT [203/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ orb-iiop --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ resources-runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ resources-runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ resources-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ resources-runtime --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ resources-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/target/resources-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ resources-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ resources-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.resources-resources-runtime-checkstyle) @ resources-runtime --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ resources-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/target/resources-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-runtime/6.2.6-SNAPSHOT/resources-runtime-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/resources-runtime/6.2.6-SNAPSHOT/resources-runtime-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.resources:mail-runtime >-------------- [INFO] Building GlassFish Jakarta Mail runtime 6.2.6-SNAPSHOT [204/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ mail-runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ orb-iiop --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ orb-iiop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 20 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ mail-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ mail-runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/src/main/java/org/glassfish/resources/mail/annotation/handler/MailSessionDefinitionsHandler.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/src/main/java/org/glassfish/resources/mail/annotation/handler/MailSessionDefinitionsHandler.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/src/main/java/org/glassfish/resources/mail/annotation/handler/MailSessionDefinitionsHandler.java: Recompile with -Xlint:unchecked for details. [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.4:manifest (default-manifest) @ mail-runtime --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-nucleus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-embedded-nucleus --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.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.2.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-M6:test (default-test) @ glassfish-embedded-nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-embedded-nucleus --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPHandleDelegate.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPHandleDelegate.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/IIOPHandleDelegate.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ orb-iiop --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (glassfish-embedded-nucleus.jar) @ glassfish-embedded-nucleus --- [INFO] Reading assembly descriptor: src/assembly/package.xml [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ mail-runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ mail-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ mail-runtime --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ mail-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/mail-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ mail-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ mail-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.resources-mail-runtime-checkstyle) @ mail-runtime --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ mail-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/mail-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-runtime/6.2.6-SNAPSHOT/mail-runtime-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/resources/mail-runtime/6.2.6-SNAPSHOT/mail-runtime-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.ejb:ejb-internal-api >--------------- [INFO] Building EJB container Internal API 6.2.6-SNAPSHOT [205/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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] Compiling 20 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ ejb-internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ejb-internal-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-internal-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.0.0-M3:enforce (enforce-maven) @ atomic --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ atomic --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ atomic --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/featuresets/atomic/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ orb-iiop --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ atomic --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ orb-iiop --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ orb-iiop --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/featuresets/atomic/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ atomic --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ orb-iiop --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-atomic-checkstyle) @ atomic --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ atomic --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/featuresets/atomic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/atomic/6.2.6-SNAPSHOT/atomic-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.common:container-common >------------- [INFO] Building Container Common 6.2.6-SNAPSHOT [206/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Container 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/target/orb-iiop.jar [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ container-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/common/container-common/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ orb-iiop --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ orb-iiop --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.orb-orb-iiop-checkstyle) @ orb-iiop --- [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] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ orb-iiop --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/target/orb-iiop.jar to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-iiop/6.2.6-SNAPSHOT/orb-iiop-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/orb/orb-iiop/6.2.6-SNAPSHOT/orb-iiop-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------< org.glassfish.main.connectors:gf-connectors-connector >-------- [INFO] Building GlassFish Connectors Connector 6.2.6-SNAPSHOT [207/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ ejb-internal-api --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-connectors-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ gf-connectors-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-connectors-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ container-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ container-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Compiling 55 source files to /home/jenkins/agent/workspace/glassfish6_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) @ ejb-internal-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ ejb-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ejb-internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ ejb-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ejb-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ejb-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ejb-ejb-internal-api-checkstyle) @ ejb-internal-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/ejb-internal-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-internal-api/6.2.6-SNAPSHOT/ejb-internal-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.connectors:work-management >------------ [INFO] Building Work Management 6.2.6-SNAPSHOT [208/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ work-management --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/connectors/work-management/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/src/main/java/com/sun/enterprise/connectors/connector/module/ConnectorSniffer.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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-bundle-plugin:5.1.4:manifest (default-manifest) @ gf-connectors-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ work-management --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/work-management/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ work-management --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/connectors/work-management/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/managedbean/ManagedBeanManagerImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/spi/util/JavaEEObjectStreamFactory.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/spi/util/JavaEEObjectStreamFactory.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/managedbean/ManagedBeanNamingProxy.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/managedbean/ManagedBeanNamingProxy.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 --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ container-common --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-connectors-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ gf-connectors-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-connectors-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/target/classes/META-INF for [INFO] [echo] gf-connectors-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ gf-connectors-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-connectors-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-connectors-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.connectors-gf-connectors-connector-checkstyle) @ gf-connectors-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-connectors-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-connectors-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/gf-connectors-connector/6.2.6-SNAPSHOT/gf-connectors-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.jdbc:jdbc-config >----------------- [INFO] Building JDBC Config Module 6.2.6-SNAPSHOT [209/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-config --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ work-management --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/common/container-common/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jdbc-config --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jdbc-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/classes [WARNING] Manifest org.glassfish.main.connectors:work-management:glassfish-jar:6.2.6-SNAPSHOT : Export com.sun.enterprise.connectors.work, has 1, private references [com.sun.enterprise.connectors.work.monitor] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/work-management/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/connectors/work-management/target/classes [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] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ container-common --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ container-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ container-common --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ jdbc-config --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ container-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/target/container-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ container-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ container-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.common-container-common-checkstyle) @ container-common --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ container-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/target/container-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/common/container-common/6.2.6-SNAPSHOT/container-common-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/common/container-common/6.2.6-SNAPSHOT/container-common-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.jdbc.jdbc-ra.jdbc-core:jdbc-core >--------- [INFO] Building Core JDBC Resource Adapter classes 6.2.6-SNAPSHOT [210/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-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) @ work-management --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ work-management --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ work-management --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ work-management --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/work-management/target/work-management.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ work-management --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ work-management --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.connectors-work-management-checkstyle) @ work-management --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ work-management --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/work-management/target/work-management.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/work-management/6.2.6-SNAPSHOT/work-management-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/work-management/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/work-management/6.2.6-SNAPSHOT/work-management-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.distributions:atomic >--------------- [INFO] Building Glassfish Atomic Distribution 6.2.6-SNAPSHOT [211/288] [INFO] -----------------------[ glassfish-distribution ]----------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish Atomic Distribution: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ atomic --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ atomic --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ atomic --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ atomic --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_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 jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying org.glassfish.main.core:glassfish-extra-jre-packages:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.2 to target/dependency/asm-util.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying org.glassfish.main.admin:admin-util:jar:6.2.6-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:6.2.6-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying org.glassfish.main.core:logging:jar:6.2.6-SNAPSHOT to target/dependency/logging.jar [INFO] Copying org.osgi:org.osgi.util.function:jar:1.1.0 to target/dependency/org.osgi.util.function.jar [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 to target/dependency/jackson-databind.jar [INFO] Copying org.glassfish.main.security:security-services:jar:6.2.6-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying org.ow2.asm:asm-commons:jar:9.2 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.0.4 to target/dependency/jersey-hk2.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:6.2.6-SNAPSHOT to target/dependency/amx-core.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:6.2.6-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.4.3.Final to target/dependency/jboss-logging.jar [INFO] Copying org.javassist:javassist:jar:3.28.0-GA to target/dependency/javassist.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:4.0.0 to target/dependency/jakarta.el-api.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.4 to target/dependency/jersey-entity-filtering.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:6.2.6-SNAPSHOT to target/dependency/osgi-container.jar [INFO] Copying org.glassfish.main.common:common-util:jar:6.2.6-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:6.2.6-SNAPSHOT to target/dependency/config-api.jar [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.9.14 to target/dependency/mimepull.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.3 to target/dependency/hk2-runlevel.jar [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.3 to target/dependency/felix.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:6.2.6-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.0 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:7.0.2.Final to target/dependency/hibernate-validator-cdi.jar [INFO] Copying com.sun.activation:jakarta.activation:jar:2.0.1 to target/dependency/jakarta.activation.jar [INFO] Copying com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.13.1 to target/dependency/jackson-module-jakarta-xmlbind-annotations.jar [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.3 to target/dependency/hk2-core.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:jar:9.2 to target/dependency/asm.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.4.1 to target/dependency/jettison.jar [INFO] Copying org.glassfish.hk2:osgi-adapter:jar:3.0.3 to target/dependency/osgi-adapter.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.0.4 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.2 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:6.2.6-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.4 to target/dependency/jersey-media-json-binding.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.0 to target/dependency/jakarta.validation-api.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:6.2.6-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.4 to target/dependency/jersey-media-jaxb.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:6.2.6-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.4 to target/dependency/org.apache.felix.gogo.runtime.jar [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.4 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying org.glassfish:jakarta.el:jar:4.0.2 to target/dependency/jakarta.el.jar [INFO] Copying org.glassfish.main.security:security:jar:6.2.6-SNAPSHOT to target/dependency/security.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:6.2.6-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.0.4 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.0.4 to target/dependency/jersey-common.jar [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.0.4 to target/dependency/jersey-server.jar [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:6.2.6-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:3.0.2 to target/dependency/jaxb-osgi.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.3 to target/dependency/hk2-locator.jar [INFO] Copying org.glassfish.hk2:class-model:jar:3.0.3 to target/dependency/class-model.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.4 to target/dependency/jersey-media-json-jackson.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:6.2.6-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/classes/META-INF/MANIFEST.MF [INFO] Copying org.glassfish.main.security:ssl-impl:jar:6.2.6-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:6.2.6-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying org.apache.felix:org.apache.felix.scr:jar:2.1.28 to target/dependency/org.apache.felix.scr.jar [INFO] Copying org.glassfish.main.hk2:config-types:jar:6.2.6-SNAPSHOT to target/dependency/config-types.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:7.0.2.Final to target/dependency/hibernate-validator.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Copying org.osgi:org.osgi.util.promise:jar:1.1.1 to target/dependency/org.osgi.util.promise.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.osgi-platforms:osgi-cli-interactive:jar:6.2.6-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.3 to target/dependency/hk2-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.grizzly:grizzly-npn-osgi:jar:2.0.0 to target/dependency/grizzly-npn-osgi.jar [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jdbc-config --- [INFO] Copying org.glassfish.hk2:hk2:jar:3.0.3 to target/dependency/hk2.jar [INFO] Copying org.glassfish.main.core:kernel:jar:6.2.6-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.0.4 to target/dependency/jersey-client.jar [INFO] Unpacking org.glassfish.main.distributions:nucleus-common:zip:6.2.6-SNAPSHOT to target/dependency/nucleus-common [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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/classes [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 to target/dependency/aopalliance-repackaged.jar [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.0.0 to target/dependency/jakarta.annotation-api.jar [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:6.2.6-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:6.2.6-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:6.2.6-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 to target/dependency/jackson-annotations.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:6.2.6-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.glassfish.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:6.2.6-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.4 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying org.apache.felix:org.apache.felix.bundlerepository:jar:2.0.10 to target/dependency/org.apache.felix.bundlerepository.jar [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.13.1 to target/dependency/jackson-core.jar [INFO] Copying org.ow2.asm:asm-analysis:jar:9.2 to target/dependency/asm-analysis.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.3 to target/dependency/hk2-utils.jar [INFO] Copying org.apache.felix:org.apache.felix.configadmin:jar:1.9.22 to target/dependency/org.apache.felix.configadmin.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.0.4 to target/dependency/jersey-media-sse.jar [INFO] Copying org.glassfish.main.grizzly:nucleus-grizzly-all:jar:6.2.6-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.0 to target/dependency/jakarta.inject-api.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (default-single) @ atomic --- [INFO] Reading assembly descriptor: src/main/assembly/atomic.xml [INFO] Copying files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/atomic/target/stage [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jdbc-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jdbc-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:exec (create-domain) @ atomic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/classes [INFO] executable: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc-config --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jdbc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jdbc-config --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jdbc-config --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/jdbc-config.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jdbc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jdbc-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc-jdbc-config-checkstyle) @ jdbc-config --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-config --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/jdbc-config.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-config/6.2.6-SNAPSHOT/jdbc-config-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-config/6.2.6-SNAPSHOT/jdbc-config-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.security:ejb.security >-------------- [INFO] Building Ejb Security Integration 6.2.6-SNAPSHOT [212/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb.security --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/MethodExecutor.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/MethodExecutor.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/MethodExecutor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ ejb.security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ejb.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ jdbc-core --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecClientRequestInterceptor.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecClientRequestInterceptor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecClientRequestInterceptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecClientRequestInterceptor.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ ejb.security --- [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc-core --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jdbc-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jdbc-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jdbc-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/jdbc-core.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jdbc-core --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ejb.security --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ejb.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jdbc-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc.jdbc-ra.jdbc-core-jdbc-core-checkstyle) @ jdbc-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/jdbc-core-6.2.6-SNAPSHOT.jar [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/target/classes [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/jdbc-core-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.security:security-ee >--------------- [INFO] Building Java EE Security Core Classes 6.2.6-SNAPSHOT [213/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Java 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ security-ee --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ejb.security --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ ejb.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ejb.security --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/target/classes/META-INF for [INFO] [echo] ejb.security [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ ejb.security --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/target/ejb.security.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ejb.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ejb.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-ejb.security-checkstyle) @ ejb.security --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb.security --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/target/ejb.security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/ejb.security/6.2.6-SNAPSHOT/ejb.security-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/ejb.security/6.2.6-SNAPSHOT/ejb.security-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.persistence:persistence-common >---------- [INFO] Building Common persistence code between JPA and CMP 6.2.6-SNAPSHOT [214/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ persistence-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/common/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ security-ee --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ security-ee --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 95 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ persistence-common --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/common/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ persistence-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/common/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/database/PropertyHelper.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/I18NHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/common/src/main/java/org/glassfish/persistence/common/I18NHelper.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.4:manifest (default-manifest) @ persistence-common --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ persistence-common --- [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/glassfish6_build-and-test_jdk18/appserver/persistence/common/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/SecuritySniffer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/SecuritySniffer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jauth/AuthContext.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jauth/AuthContext.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/GlassfishRoleMapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/GlassfishRoleMapper.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] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ security-ee --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ persistence-common --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ persistence-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ persistence-common --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ persistence-common --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/common/target/persistence-common.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ persistence-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ persistence-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence-persistence-common-checkstyle) @ persistence-common --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ persistence-common --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/common/target/persistence-common.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/persistence-common/6.2.6-SNAPSHOT/persistence-common-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/persistence-common/6.2.6-SNAPSHOT/persistence-common-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.ha:ha-shoal-cache-store >------------- [INFO] Building GlassFish ha-shoal-store 6.2.6-SNAPSHOT [215/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] Manifest org.glassfish.main.security:security-ee:glassfish-jar:6.2.6-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/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ security-ee --- [INFO] [INFO] --- maven-dependency-plugin:3.3.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/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/classes/libsolsparcauth.so [INFO] Copying libsolx86auth-1.0.so to /home/jenkins/agent/workspace/glassfish6_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 95 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/generated-sources/hk2-config-generator/src/main/java [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] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ ha-shoal-cache-store --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ha-shoal-cache-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-store/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ security-ee --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/generated-sources/hk2-config-generator/src/test/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-store/src/main/java/org/shoal/ha/store/ReplicatedBackingStoreFactory.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ ha-shoal-cache-store --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ security-ee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ security-ee --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ security-ee --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/security-ee.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ security-ee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ security-ee --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-security-ee-checkstyle) @ security-ee --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ security-ee --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/security-ee.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/security-ee/6.2.6-SNAPSHOT/security-ee-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security-ee/6.2.6-SNAPSHOT/security-ee-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.web:web-cli >------------------- [INFO] Building Web module command line interface 6.2.6-SNAPSHOT [216/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/admin/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ ha-shoal-cache-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ha-shoal-cache-store --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ ha-shoal-cache-store --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-store/target/ha-shoal-cache-store.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ha-shoal-cache-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ha-shoal-cache-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ha-ha-shoal-cache-store-checkstyle) @ ha-shoal-cache-store --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ha-shoal-cache-store --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/ha-shoal-cache-store-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-shoal-store/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ha/ha-shoal-cache-store/6.2.6-SNAPSHOT/ha-shoal-cache-store-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.web:gf-weld-connector >-------------- [INFO] Building Weld connector for glassfish 6.2.6-SNAPSHOT [217/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-weld-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/gf-weld-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ web-cli --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ web-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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/glassfish6_build-and-test_jdk18/appserver/web/admin/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ gf-weld-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-weld-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-weld-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-weld-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_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-weld-connector --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ gf-weld-connector --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ gf-weld-connector --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/admin/src/main/java/org/glassfish/web/admin/cli/ListProtocols.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/admin/src/main/java/org/glassfish/web/admin/cli/ListProtocols.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] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ web-cli --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-weld-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/web/gf-weld-connector/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/web/admin/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-weld-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ gf-weld-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-weld-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ gf-weld-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-weld-connector/target/gf-weld-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-weld-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-weld-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-gf-weld-connector-checkstyle) @ gf-weld-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-weld-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-weld-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-weld-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/gf-weld-connector/6.2.6-SNAPSHOT/gf-weld-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.persistence:gf-jpa-connector >----------- [INFO] Building Connector for JPA runtime in glassfish 6.2.6-SNAPSHOT [218/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-jpa-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_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/glassfish6_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.3.0:unpack (unpack-resource) @ gf-jpa-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-jpa-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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) @ web-cli --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] 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-M6:test (default-test) @ web-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web-cli --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ web-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/admin/target/web-cli.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-cli-checkstyle) @ web-cli --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-cli --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/admin/target/web-cli.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-cli/6.2.6-SNAPSHOT/web-cli-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-cli/6.2.6-SNAPSHOT/web-cli-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.connectors:connectors-admin >----------- [INFO] Building Connectors admin 6.2.6-SNAPSHOT [219/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/generated-sources/hk2-config-generator/src/main/java [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.4:manifest (default-manifest) @ gf-jpa-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ connectors-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ connectors-admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-jpa-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ gf-jpa-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-jpa-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ gf-jpa-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-jpa-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-jpa-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence-gf-jpa-connector-checkstyle) @ gf-jpa-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-jpa-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-jpa-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/gf-jpa-connector/6.2.6-SNAPSHOT/gf-jpa-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.jdbc.jdbc-ra.jdbc40:jdbc40 >------------ [INFO] Building JDBC 40 related classes for JDBC Resource Adapter 6.2.6-SNAPSHOT [220/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc40 --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jdbc40 --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jdbc40 --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/UpdateConnectorSecurityMap.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/CreateConnectorConnectionPool.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/CreateConnectorConnectionPool.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ connectors-admin --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jdbc40 --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jdbc40 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ connectors-admin --- [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] Compiling 47 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/classes [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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ jdbc40 --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ connectors-admin --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/generated-sources/hk2-config-generator/src/test/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc40 --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jdbc40 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jdbc40 --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jdbc40 --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/jdbc40.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jdbc40 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jdbc40 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc.jdbc-ra.jdbc40-jdbc40-checkstyle) @ jdbc40 --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc40 --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/jdbc40-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-ra/jdbc40/jdbc40/6.2.6-SNAPSHOT/jdbc40-6.2.6-SNAPSHOT.pom [INFO] [INFO] --< org.glassfish.main.tests.connectors:connectors-ra-redeploy-jars >--- [INFO] Building connectors-ra-redeploy-jars 6.2.6-SNAPSHOT [221/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in connectors-ra-redeploy-jars: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-ra-redeploy-jars --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ connectors-ra-redeploy-jars --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ connectors-ra-redeploy-jars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ connectors-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ connectors-admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/classes/META-INF for [INFO] [echo] connectors-admin [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ connectors-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/connectors-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ connectors-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ connectors-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.connectors-connectors-admin-checkstyle) @ connectors-admin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/connectors-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-admin/6.2.6-SNAPSHOT/connectors-admin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-admin/6.2.6-SNAPSHOT/connectors-admin-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.persistence:jpa-container >------------ [INFO] Building JPA container for glassfish 6.2.6-SNAPSHOT [222/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jpa-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/jpa-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/java/com/sun/jdbcra/spi/ManagedConnectionFactory.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/java/com/sun/jdbcra/spi/ManagedConnectionFactory.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/java/com/sun/jdbcra/spi/ConnectionHolder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/src/main/java/com/sun/jdbcra/spi/ConnectionHolder.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] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jpa-container --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ jpa-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/jpa-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jpa-container --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/jpa-container/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ connectors-ra-redeploy-jars --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ connectors-ra-redeploy-jars --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.2.2:jar (default-jar) @ connectors-ra-redeploy-jars --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/connectors-ra-redeploy-jars.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (version2) @ connectors-ra-redeploy-jars --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/jars/target/connectors-ra-redeploy-jars-v2.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ connectors-ra-redeploy-jars --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ connectors-ra-redeploy-jars --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.connectors-connectors-ra-redeploy-jars-checkstyle) @ connectors-ra-redeploy-jars --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-ra-redeploy-jars --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-ra-redeploy-jars-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-ra-redeploy-jars-6.2.6-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-ra-redeploy-jars-6.2.6-SNAPSHOT-v2.jar [INFO] [INFO] -----------< org.glassfish.main.persistence.cmp:cmp-utility >----------- [INFO] Building utility module for cmp 6.2.6-SNAPSHOT [223/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-utility --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/target/generated-sources/hk2-config-generator/src/main/java [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.4:manifest (default-manifest) @ jpa-container --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ cmp-utility --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cmp-utility --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/jpa-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/persistence/jpa-container/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/logging/LoggerFactoryJDK14.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/MergedBundle.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/MergedBundle.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.4:manifest (default-manifest) @ cmp-utility --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jpa-container --- [INFO] [INFO] --- maven-resources-plugin:3.2.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] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ jpa-container --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ jpa-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jpa-container --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jpa-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/jpa-container/target/jpa-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jpa-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jpa-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence-jpa-container-checkstyle) @ jpa-container --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jpa-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/jpa-container/target/jpa-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/jpa-container/6.2.6-SNAPSHOT/jpa-container-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/jpa-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/jpa-container/6.2.6-SNAPSHOT/jpa-container-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.persistence.cmp:cmp-internal-api >--------- [INFO] Building internal-api module for cmp 6.2.6-SNAPSHOT [224/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-internal-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/target/classes [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.0.0:run (default-manifest) @ atomic --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [zip] duplicate: preserve [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/atomic/target/atomic.zip [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ cmp-internal-api --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cmp-internal-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/internal-api/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/internal-api/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.2.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-M6:test (default-test) @ cmp-utility --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp-utility --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cmp-utility --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/target/cmp-utility.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp-utility --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp-utility --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-utility-checkstyle) @ cmp-utility --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-utility --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/target/cmp-utility.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-utility/6.2.6-SNAPSHOT/cmp-utility-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-utility/6.2.6-SNAPSHOT/cmp-utility-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.batch:glassfish-batch-connector >--------- [INFO] Building Batch Connector for Glassfish 6.2.6-SNAPSHOT [225/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/SynchronizationManager.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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-bundle-plugin:5.1.4:manifest (default-manifest) @ cmp-internal-api --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish-batch-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish-batch-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/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-internal-api --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cmp-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp-internal-api --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cmp-internal-api --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/cmp-internal-api.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp-internal-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-internal-api-checkstyle) @ cmp-internal-api --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-internal-api --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/cmp-internal-api-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/internal-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-internal-api/6.2.6-SNAPSHOT/cmp-internal-api-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.ejb:ejb-container >---------------- [INFO] Building GlassFish Core EJB container implementation 6.2.6-SNAPSHOT [226/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ atomic --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-atomic-checkstyle) @ atomic --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ atomic --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/atomic/target/atomic.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/atomic/6.2.6-SNAPSHOT/atomic-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/atomic/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/atomic/6.2.6-SNAPSHOT/atomic-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.deployment:deployment-javaee-full >-------- [INFO] Building Deployment Related JavaEE Full Profile Classes 6.2.6-SNAPSHOT [227/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ deployment-javaee-full --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ deployment-javaee-full --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ deployment-javaee-full --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ deployment-javaee-full --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-batch-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-batch-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-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-javaee-full --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ deployment-javaee-full --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ deployment-javaee-full --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ deployment-javaee-full --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ deployment-javaee-full --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ glassfish-batch-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ glassfish-batch-connector --- [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/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarHandler.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-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/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarHandler.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarDeployer.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarDeployer.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-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-javaee-full --- [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ deployment-javaee-full --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ deployment-javaee-full --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ glassfish-batch-connector --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ glassfish-batch-connector --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ glassfish-batch-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-batch-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ glassfish-batch-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/glassfish-batch-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-batch-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-batch-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.batch-glassfish-batch-connector-checkstyle) @ glassfish-batch-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-batch-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-batch-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-connector/6.2.6-SNAPSHOT/glassfish-batch-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.connectors:connectors-runtime >---------- [INFO] Building Connectors Runtime 6.2.6-SNAPSHOT [228/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ deployment-javaee-full --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ deployment-javaee-full --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-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) @ deployment-javaee-full --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ deployment-javaee-full --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ deployment-javaee-full --- [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ deployment-javaee-full --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ deployment-javaee-full --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ deployment-javaee-full --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/target/classes/META-INF for [INFO] [echo] deployment-javaee-full [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ deployment-javaee-full --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/target/deployment-javaee-full.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ deployment-javaee-full --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ deployment-javaee-full --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.deployment-deployment-javaee-full-checkstyle) @ deployment-javaee-full --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ deployment-javaee-full --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/target/deployment-javaee-full.jar to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-javaee-full/6.2.6-SNAPSHOT/deployment-javaee-full-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/deployment/deployment-javaee-full/6.2.6-SNAPSHOT/deployment-javaee-full-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.web:war-util >------------------- [INFO] Building Web Container Common Utilities 6.2.6-SNAPSHOT [229/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ war-util --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/war-util/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ war-util --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ war-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 11 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ connectors-runtime --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ connectors-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ connectors-runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Copying 8 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 160 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ ejb-container --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ ejb-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ejb-container --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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) @ ejb-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 279 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/src/main/java/org/glassfish/web/loader/WebappClassLoader.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/src/main/java/org/glassfish/web/loader/WebappClassLoader.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/src/main/java/org/glassfish/web/loader/WebappClassLoader.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/src/main/java/org/glassfish/web/loader/ServletContainerInitializerUtil.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/src/main/java/org/glassfish/web/loader/ServletContainerInitializerUtil.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] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ war-util --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ war-util --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 11 source files to /home/jenkins/agent/workspace/glassfish6_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) @ war-util --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ war-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ war-util --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ war-util --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/target/war-util.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ war-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ war-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-war-util-checkstyle) @ war-util --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ war-util --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/target/war-util.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/war-util/6.2.6-SNAPSHOT/war-util-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/war-util/6.2.6-SNAPSHOT/war-util-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.security:appclient.security >----------- [INFO] Building Appclient Security Integration 6.2.6-SNAPSHOT [230/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appclient.security --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/ActiveRAFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/ActiveRAFactory.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/ConnectorService.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/ConnectorService.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/ConnectorService.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/ConnectorService.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ connectors-runtime --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ appclient.security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ appclient.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/target/classes [WARNING] Manifest org.glassfish.main.connectors:connectors-runtime:glassfish-jar:6.2.6-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:6.2.6-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:6.2.6-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:6.2.6-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:6.2.6-SNAPSHOT : Export com.sun.enterprise.resource.pool.monitor, has 1, private references [com.sun.enterprise.resource.listener] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppclientIIOPInterceptorFactory.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppClientSecurityInfoImpl.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/ConfigXMLParser.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (default-generate-inhabitants) @ appclient.security --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ appclient.security --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ appclient.security --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ appclient.security --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ connectors-runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ connectors-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ connectors-runtime --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ connectors-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/connectors-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ connectors-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ connectors-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.connectors-connectors-runtime-checkstyle) @ connectors-runtime --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/connectors-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-runtime/6.2.6-SNAPSHOT/connectors-runtime-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-runtime/6.2.6-SNAPSHOT/connectors-runtime-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.appclient.server:appclient-server-core >------ [INFO] Building GlassFish AppClient Server-Side Core 6.2.6-SNAPSHOT [231/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ appclient-server-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ appclient-server-core --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ appclient-server-core --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/interceptors/InterceptorManager.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/interceptors/InterceptorManager.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/descriptor/PersistenceDescriptor.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/descriptor/PersistenceDescriptor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/EjbRemoteFutureTask.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/EjbRemoteFutureTask.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] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ ejb-container --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ appclient.security --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ appclient.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appclient.security --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ appclient.security --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/target/appclient.security.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appclient.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appclient.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-appclient.security-checkstyle) @ appclient.security --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appclient.security --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/target/appclient.security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/appclient.security/6.2.6-SNAPSHOT/appclient.security-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/appclient.security/6.2.6-SNAPSHOT/appclient.security-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.security:security-all >-------------- [INFO] Building Security Related Implementation for GlassFish 6.2.6-SNAPSHOT [232/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Security Related Implementation for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ security-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ security-all --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ security-all --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ security-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/security-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ security-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/security-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ security-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ security-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-security-all-checkstyle) @ security-all --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ security-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/security-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/security-all/6.2.6-SNAPSHOT/security-all-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----< org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution:jdbc-ra >---- [INFO] Building Distribution Module for JDBC Resource Adapter 6.2.6-SNAPSHOT [233/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Distribution Module for JDBC Resource Adapter: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-ra --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ jdbc-ra --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack-classes) @ jdbc-ra --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-core/target/jdbc-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/unpackedDependencies with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc40/target/jdbc40.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/unpackedDependencies with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack-templates) @ jdbc-ra --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/templates/target/templates.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jdbc-ra --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.3.0:single (jdbc-ra-cp) @ jdbc-ra --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-cp.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-assembly-plugin:3.3.0:single (jdbc-ra-dm) @ jdbc-ra --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-dm.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_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.3.0:single (jdbc-ra-ds) @ jdbc-ra --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-ds.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-assembly-plugin:3.3.0:single (jdbc-ra-xa) @ jdbc-ra --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ appclient-server-core --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-xa.xml [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ appclient-server-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ appclient-server-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 8 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] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/target/classes [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-assembly-plugin:3.3.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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jdbc-ra --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.0.0:run (jdbc-ra-manifest-4-all-apps) @ jdbc-ra --- [INFO] Executing tasks [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra-manifest.jar into /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jdbc-ra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution-jdbc-ra-checkstyle) @ jdbc-ra --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-ra --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/jdbc-ra-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/jdbc-ra-6.2.6-SNAPSHOT.pom [INFO] [INFO] --< org.glassfish.main.tests.connectors:connectors-ra-redeploy-rars >--- [INFO] Building connectors-ra-redeploy-rars 6.2.6-SNAPSHOT [234/288] [INFO] --------------------------------[ rar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in connectors-ra-redeploy-rars: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-ra-redeploy-rars --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ connectors-ra-redeploy-rars --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_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.3.0:copy-dependencies (version1) @ connectors-ra-redeploy-rars --- [INFO] Copying connectors-ra-redeploy-jars.jar to /home/jenkins/agent/workspace/glassfish6_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.3.0:copy-dependencies (version2) @ connectors-ra-redeploy-rars --- [INFO] Copying connectors-ra-redeploy-jars-v2.jar to /home/jenkins/agent/workspace/glassfish6_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.2.0:resources (default-resources) @ connectors-ra-redeploy-rars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ connectors-ra-redeploy-rars --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ connectors-ra-redeploy-rars --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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 --- [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:6.2.6-SNAPSHOT : Export com.sun.ejb, has 1, private references [com.sun.ejb.containers.interceptors] [WARNING] Manifest org.glassfish.main.ejb:ejb-container:glassfish-jar:6.2.6-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:6.2.6-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:6.2.6-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:6.2.6-SNAPSHOT : Export org.glassfish.ejb.deployment.descriptor, has 1, private references [org.glassfish.ejb.deployment.util] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ ejb-container --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/JWSAdapterManager.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/JWSAdapterManager.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/JWSAdapterManager.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/DeveloperContentHandler.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/DeveloperContentHandler.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 --- [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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Changes detected - recompiling the module! [INFO] Copying 1 resource to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars [INFO] Compiling 279 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/target/classes [INFO] Using ra.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/src/main/rar/META-INF/ra.xml [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ appclient-server-core --- [INFO] Could not find manifest file: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars.rar [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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars-v2.rar [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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/nojar [INFO] Using ra.xml /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars/target/connectors-ra-redeploy-rars-nojar.rar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ connectors-ra-redeploy-rars --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ connectors-ra-redeploy-rars --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.connectors-connectors-ra-redeploy-rars-checkstyle) @ connectors-ra-redeploy-rars --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-ra-redeploy-rars --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-ra-redeploy-rars-6.2.6-SNAPSHOT.rar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-ra-redeploy-rars-6.2.6-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-ra-redeploy-rars-6.2.6-SNAPSHOT-v2.rar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-ra-redeploy-rars-6.2.6-SNAPSHOT-nojar.rar [INFO] [INFO] --< org.glassfish.main.tests.connectors:connectors-ra-redeploy-rars-xa >-- [INFO] Building connectors-ra-redeploy-rars-xa 6.2.6-SNAPSHOT [235/288] [INFO] --------------------------------[ rar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in connectors-ra-redeploy-rars-xa: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-ra-redeploy-rars-xa --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ connectors-ra-redeploy-rars-xa --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:copy-dependencies (version1) @ connectors-ra-redeploy-rars-xa --- [INFO] Copying connectors-ra-redeploy-jars.jar to /home/jenkins/agent/workspace/glassfish6_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.2.0:resources (default-resources) @ connectors-ra-redeploy-rars-xa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] 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.2.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-M6:test (default-test) @ connectors-ra-redeploy-rars-xa --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ connectors-ra-redeploy-rars-xa --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/target/connectors-ra-redeploy-rars-xa.rar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ connectors-ra-redeploy-rars-xa --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ connectors-ra-redeploy-rars-xa --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.tests.connectors-connectors-ra-redeploy-rars-xa-checkstyle) @ connectors-ra-redeploy-rars-xa --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-ra-redeploy-rars-xa --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-ra-redeploy-rars-xa-6.2.6-SNAPSHOT.rar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-ra-redeploy-rars-xa-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.persistence.cmp:cmp-model >------------ [INFO] Building model module for cmp 6.2.6-SNAPSHOT [236/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-model --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/target/generated-sources/hk2-config-generator/src/main/java [WARNING] Manifest org.glassfish.main.appclient.server:appclient-server-core:glassfish-jar:6.2.6-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/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ appclient-server-core --- [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/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ cmp-model --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cmp-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ appclient-server-core --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ appclient-server-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ appclient-server-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ appclient-server-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/target/appclient-server-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ appclient-server-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ appclient-server-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.appclient.server-appclient-server-core-checkstyle) @ appclient-server-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ appclient-server-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/appclient-server-core-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/server/appclient-server-core/6.2.6-SNAPSHOT/appclient-server-core-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.batch:glassfish-batch-commands >---------- [INFO] Building Batch Commands for Glassfish 6.2.6-SNAPSHOT [237/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ejb-container --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/target/generated-sources/hk2-config-generator/src/test/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/Model.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/mapping/impl/MappingClassElementImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/mapping/impl/MappingClassElementImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/jdo/impl/PersistenceElementCollection.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/jdo/impl/PersistenceElementCollection.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.4:manifest (default-manifest) @ cmp-model --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-model --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cmp-model --- [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-M6:test (default-test) @ ejb-container --- [INFO] Changes detected - recompiling the module! [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ejb-container --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ ejb-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/target/ejb-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ejb-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ejb-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ejb-ejb-container-checkstyle) @ ejb-container --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/target/ejb-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-container/6.2.6-SNAPSHOT/ejb-container-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-container/6.2.6-SNAPSHOT/ejb-container-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.web:web-core >------------------- [INFO] Building Core Servlet Container 6.2.6-SNAPSHOT [238/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/web-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) @ cmp-model --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cmp-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp-model --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cmp-model --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/target/cmp-model.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-model-checkstyle) @ cmp-model --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-model --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/target/cmp-model.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-model/6.2.6-SNAPSHOT/cmp-model-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-model/6.2.6-SNAPSHOT/cmp-model-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.web:jstl-connector >---------------- [INFO] Building JSTL implementation connector module 6.2.6-SNAPSHOT [239/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JSTL 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jstl-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_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) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ web-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ web-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 22 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Source directory: /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jstl-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ jstl-connector --- [INFO] Compiling 307 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/target/classes [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jstl-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-batch-commands --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-batch-commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/src/main/resources [INFO] Copying 5 resources [INFO] Copying 2 resources to META-INF [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/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/classes [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.4:manifest (default-manifest) @ jstl-connector --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/AbstractListCommandProxy.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/src/main/java/org/glassfish/batch/SetBatchRuntimeConfiguration.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ glassfish-batch-commands --- [WARNING] Manifest org.glassfish.main.web:jstl-connector:glassfish-jar:6.2.6-SNAPSHOT : Version for package org.glassfish.jstl.integration is set to different values in the source (6.2.6) and in the manifest (2.0.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] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_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) @ jstl-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jstl-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jstl-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/target/classes/META-INF for [INFO] [echo] jstl-connector [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jstl-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/target/jstl-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jstl-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jstl-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-jstl-connector-checkstyle) @ jstl-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jstl-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/target/jstl-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jstl-connector/6.2.6-SNAPSHOT/jstl-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jstl-connector/6.2.6-SNAPSHOT/jstl-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.web:jersey-mvc-connector >------------- [INFO] Building Jersey MVC TLD connector implementation module 6.2.6-SNAPSHOT [240/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ glassfish-batch-commands --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-batch-commands --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ glassfish-batch-commands --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/glassfish-batch-commands.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-batch-commands --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-batch-commands --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.batch-glassfish-batch-commands-checkstyle) @ glassfish-batch-commands --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-batch-commands --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-batch-commands-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/batch/glassfish-batch-commands/6.2.6-SNAPSHOT/glassfish-batch-commands-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.transaction:jts >----------------- [INFO] Building JTS Implementation for Glassfish 6.2.6-SNAPSHOT [241/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jts --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jts --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jts --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jersey-mvc-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jersey-mvc-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-mvc-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/jersey-mvc-connector/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.4:manifest (default-manifest) @ jersey-mvc-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jts --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ jts --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Copying 3 resources [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/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/AuthenticatorBase.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/AuthenticatorBase.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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 that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/src/main/java/org/apache/catalina/connector/Request.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] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ web-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jersey-mvc-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jersey-mvc-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jersey-mvc-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jersey-mvc-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jersey-mvc-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-jersey-mvc-connector-checkstyle) @ jersey-mvc-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jersey-mvc-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/jersey-mvc-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-mvc-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jersey-mvc-connector/6.2.6-SNAPSHOT/jersey-mvc-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.main.connectors:connectors-inbound-runtime >------ [INFO] Building Connectors Inbound Support 6.2.6-SNAPSHOT [242/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/generated-sources/hk2-config-generator/src/main/java [WARNING] Manifest org.glassfish.main.web:web-core:glassfish-jar:6.2.6-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:6.2.6-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:6.2.6-SNAPSHOT : Export org.apache.catalina.util, has 1, private references [org.apache.tomcat.util.digester] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ web-core --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 307 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ connectors-inbound-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ connectors-inbound-runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/iiop/TransactionIIOPInterceptorFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/transaction/jts/src/main/java/com/sun/jts/codegen/otsidl/JControlPOA.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/src/main/java/com/sun/jts/codegen/otsidl/JControlPOA.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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ jts --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/ConnectorMessageBeanClient.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/ConnectorMessageBeanClient.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/ConnectorMessageBeanClient.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ connectors-inbound-runtime --- [WARNING] Manifest org.glassfish.main.transaction:jts:glassfish-jar:6.2.6-SNAPSHOT : Export com.sun.jts.jta, has 1, private references [com.sun.jts.CosTransactions] [WARNING] Manifest org.glassfish.main.transaction:jts:glassfish-jar:6.2.6-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:6.2.6-SNAPSHOT : Export com.sun.jts.utils.RecoveryHooks, has 1, private references [com.sun.jts.CosTransactions] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_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) @ web-core --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ web-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ web-core --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ connectors-inbound-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ connectors-inbound-runtime --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jts --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/generated-sources/hk2-config-generator/src/test/java [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ connectors-inbound-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/target/web-core.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/connectors-inbound-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ connectors-inbound-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ connectors-inbound-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.connectors-connectors-inbound-runtime-checkstyle) @ connectors-inbound-runtime --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ connectors-inbound-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/connectors-inbound-runtime-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/connectors/connectors-inbound-runtime/6.2.6-SNAPSHOT/connectors-inbound-runtime-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.jdbc:jdbc-runtime >---------------- [INFO] Building JDBC Runtime Module 6.2.6-SNAPSHOT [243/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-core-checkstyle) @ web-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/target/web-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-core/6.2.6-SNAPSHOT/web-core-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-core/6.2.6-SNAPSHOT/web-core-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.web:jersey-ejb-component-provider >-------- [INFO] Building Jersey EJB Component Provider Module 6.2.6-SNAPSHOT [244/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jts --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/classes/META-INF for [INFO] [echo] jts [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jts --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/jts.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jdbc-runtime --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jdbc-runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jts --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.transaction-jts-checkstyle) @ jts --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jts --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/jts.jar to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jts/6.2.6-SNAPSHOT/jts-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/transaction/jts/6.2.6-SNAPSHOT/jts-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.ejb:ejb-full-container >-------------- [INFO] Building Full EJB Container add-ons 6.2.6-SNAPSHOT [245/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-full-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jersey-ejb-component-provider --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jersey-ejb-component-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/src/main/java/org/glassfish/jdbcruntime/deployment/annotation/handlers/DataSourceDefinitionsHandler.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/src/main/java/org/glassfish/jdbcruntime/deployment/annotation/handlers/DataSourceDefinitionsHandler.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-bundle-plugin:5.1.4:manifest (default-manifest) @ jdbc-runtime --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ ejb-full-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ejb-full-container --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/classes [WARNING] /home/jenkins/agent/workspace/glassfish6_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.4:manifest (default-manifest) @ jersey-ejb-component-provider --- [WARNING] Manifest org.glassfish.main.jdbc:jdbc-runtime:glassfish-jar:6.2.6-SNAPSHOT : Export org.glassfish.jdbcruntime, has 1, private references [org.glassfish.jdbc.pool.monitor] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ jersey-ejb-component-provider --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/mdb/MessageBeanContainer.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ ejb-full-container --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jdbc-runtime --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/generated-sources/hk2-config-generator/src/test/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jdbc-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jdbc-runtime --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/classes/META-INF for [INFO] [echo] jdbc-runtime [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jdbc-runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jdbc-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jdbc-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc-jdbc-runtime-checkstyle) @ jdbc-runtime --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-runtime --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-runtime/6.2.6-SNAPSHOT/jdbc-runtime-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-runtime/6.2.6-SNAPSHOT/jdbc-runtime-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.persistence:entitybean-container >--------- [INFO] Building Entity Bean container 6.2.6-SNAPSHOT [246/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ entitybean-container --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/entitybean-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) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jersey-ejb-component-provider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jersey-ejb-component-provider --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jersey-ejb-component-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jersey-ejb-component-provider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jersey-ejb-component-provider --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-jersey-ejb-component-provider-checkstyle) @ jersey-ejb-component-provider --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jersey-ejb-component-provider --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/jersey-ejb-component-provider-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/jersey-ejb-component-provider-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.persistence.cmp:cmp-generator-database >------ [INFO] Building Database Generator module for cmp 6.2.6-SNAPSHOT [247/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-generator-database --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ ejb-full-container --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ ejb-full-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ejb-full-container --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ ejb-full-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/ejb-full-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ejb-full-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ejb-full-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ejb-ejb-full-container-checkstyle) @ ejb-full-container --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-full-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/ejb-full-container-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-full-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-full-container/6.2.6-SNAPSHOT/ejb-full-container-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.persistence.cmp:cmp-enhancer >----------- [INFO] Building enhancer module for cmp 6.2.6-SNAPSHOT [248/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-enhancer --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ cmp-generator-database --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cmp-generator-database --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 12 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ entitybean-container --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/entitybean-container/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ entitybean-container --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/entitybean-container/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ cmp-enhancer --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cmp-enhancer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ cmp-generator-database --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/EntityContainer.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-generator-database --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ cmp-generator-database --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ entitybean-container --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ConstantPool.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ConstantPool.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/MethodBuilder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/MethodBuilder.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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cmp-generator-database --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cmp-generator-database --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp-generator-database --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ cmp-enhancer --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cmp-generator-database --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/cmp-generator-database.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp-generator-database --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp-generator-database --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-generator-database-checkstyle) @ cmp-generator-database --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-generator-database --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/cmp-generator-database-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/generator-database/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-generator-database/6.2.6-SNAPSHOT/cmp-generator-database-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.jms:jms-core >------------------- [INFO] Building JMS Module 6.2.6-SNAPSHOT [249/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in JMS Module: [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/entitybean-container/target/classes/META-INF/MANIFEST.MF [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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/persistence/entitybean-container/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jms-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/target/generated-sources/hk2-config-generator/src/main/java [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-enhancer:glassfish-jar:6.2.6-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:6.2.6-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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ entitybean-container --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ entitybean-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ entitybean-container --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ entitybean-container --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/entitybean-container/target/entitybean-container.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ entitybean-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ entitybean-container --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence-entitybean-container-checkstyle) @ entitybean-container --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ entitybean-container --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/entitybean-container/target/entitybean-container.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/entitybean-container/6.2.6-SNAPSHOT/entitybean-container-6.2.6-SNAPSHOT.jar [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jms-core --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jms-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/entitybean-container/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/entitybean-container/6.2.6-SNAPSHOT/entitybean-container-6.2.6-SNAPSHOT.pom [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --------------< org.glassfish.main.security:websecurity >--------------- [INFO] Building WebTier Security Integration 6.2.6-SNAPSHOT [250/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jms-core --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ websecurity --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ websecurity --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ websecurity --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/webintegration/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-enhancer --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cmp-enhancer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp-enhancer --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cmp-enhancer --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/cmp-enhancer.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp-enhancer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp-enhancer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-enhancer-checkstyle) @ cmp-enhancer --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-enhancer --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/cmp-enhancer.jar to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-enhancer/6.2.6-SNAPSHOT/cmp-enhancer-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-enhancer/6.2.6-SNAPSHOT/cmp-enhancer-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.concurrent:concurrent-impl >------------ [INFO] Building Concurrent Implementation Module 6.2.6-SNAPSHOT [251/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ websecurity --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webintegration/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ websecurity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/webintegration/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ concurrent-impl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ActiveJmsResourceAdapter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ActiveJmsResourceAdapter.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/ActiveJmsResourceAdapter.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ jms-core --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ concurrent-impl --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ concurrent-impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [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 38 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/HttpRequestWrapper.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/HttpRequestWrapper.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ websecurity --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jms-core --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jms-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webintegration/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/security/webintegration/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/admin/CreateManagedExecutorServiceBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/admin/CreateManagedExecutorServiceBase.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.4:manifest (default-manifest) @ concurrent-impl --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jms-core --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jms-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jms-core --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/target/classes/META-INF for [INFO] [echo] jms-core [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ jms-core --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/target/jms-core.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jms-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jms-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jms-jms-core-checkstyle) @ jms-core --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jms-core --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/target/jms-core.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-core/6.2.6-SNAPSHOT/jms-core-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-core/6.2.6-SNAPSHOT/jms-core-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.jdbc:jdbc-admin >----------------- [INFO] Building JDBC admin 6.2.6-SNAPSHOT [252/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ concurrent-impl --- [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] Changes detected - recompiling the module! [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jdbc-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_build-and-test_jdk18/appserver/jdbc/admin [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jdbc-admin --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/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) @ websecurity --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ websecurity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ websecurity --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webintegration/target/classes/META-INF for [INFO] [echo] websecurity [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ websecurity --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webintegration/target/websecurity.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ websecurity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ websecurity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-websecurity-checkstyle) @ websecurity --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ websecurity --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webintegration/target/websecurity.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/websecurity/6.2.6-SNAPSHOT/websecurity-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webintegration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/websecurity/6.2.6-SNAPSHOT/websecurity-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.admin:rest-service >---------------- [INFO] Building GlassFish Admin REST Service 6.2.6-SNAPSHOT [253/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rest-service --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ concurrent-impl --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jdbc-admin --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ jdbc-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jdbc-admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jdbc-admin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ concurrent-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ concurrent-impl --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ concurrent-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/concurrent-impl.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ concurrent-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ concurrent-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.concurrent-concurrent-impl-checkstyle) @ concurrent-impl --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ concurrent-impl --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/concurrent-impl.jar to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-impl/6.2.6-SNAPSHOT/concurrent-impl-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/concurrent/concurrent-impl/6.2.6-SNAPSHOT/concurrent-impl-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.ejb:ejb-timer-service-app >------------ [INFO] Building EJB Timer Service Application 6.2.6-SNAPSHOT [254/288] [INFO] --------------------------------[ war ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in EJB Timer Service Application: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-timer-service-app --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ ejb-timer-service-app --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ ejb-timer-service-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ rest-service --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ rest-service --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 13 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 189 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/src/main/java/org/glassfish/jdbc/admin/cli/CreateJdbcConnectionPool.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/src/main/java/org/glassfish/jdbc/admin/cli/CreateJdbcConnectionPool.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.4:manifest (default-manifest) @ jdbc-admin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ ejb-timer-service-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ ejb-timer-service-app --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ejb-timer-service-app --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-service-app/target/ejb-timer-service-app.war [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ejb-timer-service-app --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ejb-timer-service-app --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ejb-ejb-timer-service-app-checkstyle) @ ejb-timer-service-app --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-timer-service-app --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/ejb-timer-service-app-6.2.6-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/ejb-timer-service-app-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.persistence.cmp:cmp-ejb-mapping >--------- [INFO] Building ejb-mapping module for cmp 6.2.6-SNAPSHOT [255/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/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-admin --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ cmp-ejb-mapping --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cmp-ejb-mapping --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/CompositeResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/CompositeResource.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/CompositeUtil.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/CompositeUtil.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/CompositeUtil.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/CompositeUtil.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] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ rest-service --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jdbc-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jdbc-admin --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/FetchedWith.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/FetchedWith.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/CmpFieldMapping.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/CmpFieldMapping.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.4:manifest (default-manifest) @ cmp-ejb-mapping --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jdbc-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/target/jdbc-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jdbc-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jdbc-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jdbc-jdbc-admin-checkstyle) @ jdbc-admin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jdbc-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/target/jdbc-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-admin/6.2.6-SNAPSHOT/jdbc-admin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jdbc/jdbc-admin/6.2.6-SNAPSHOT/jdbc-admin-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------< org.glassfish.main.persistence.cmp:cmp-support-sqlstore >------- [INFO] Building support-sqlstore module for cmp 6.2.6-SNAPSHOT [256/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ cmp-ejb-mapping --- [WARNING] Manifest org.glassfish.main.admin:rest-service:glassfish-jar:6.2.6-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:6.2.6-SNAPSHOT : Export org.glassfish.admin.rest.composite, has 1, private references [org.glassfish.admin.rest.resources] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ rest-service --- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/classes [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/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ cmp-support-sqlstore --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ cmp-support-sqlstore --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/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.2.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-M6:test (default-test) @ cmp-ejb-mapping --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp-ejb-mapping --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cmp-ejb-mapping --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/cmp-ejb-mapping.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp-ejb-mapping --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp-ejb-mapping --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-ejb-mapping-checkstyle) @ cmp-ejb-mapping --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-ejb-mapping --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/cmp-ejb-mapping-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-ejb-mapping/6.2.6-SNAPSHOT/cmp-ejb-mapping-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.jms:jms-admin >------------------ [INFO] Building JMS admin 6.2.6-SNAPSHOT [257/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jms-admin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jms/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) @ rest-service --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/generated-sources/hk2-config-generator/src/test/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] Source directory: /home/jenkins/agent/workspace/glassfish6_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] Source directory: /home/jenkins/agent/workspace/glassfish6_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.2.0:testResources (default-testResources) @ rest-service --- [INFO] Not copying test resources [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jms-admin --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rest-service --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ jms-admin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Not compiling test sources [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-test-inhabitants (default-generate-test-inhabitants) @ rest-service --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/admin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rest-service --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jms-admin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ rest-service --- [INFO] Copying 0 resource [INFO] Copying 13 resources [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] Compiling 22 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/admin/target/classes [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ rest-service --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/rest-service.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ rest-service --- [INFO] Skipping packaging of the test-jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ rest-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rest-service --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admin-rest-service-checkstyle) @ rest-service --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ rest-service --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/rest-service.jar to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service/6.2.6-SNAPSHOT/rest-service-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admin/rest-service/6.2.6-SNAPSHOT/rest-service-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------------< org.glassfish.main.web:web-glue >------------------- [INFO] Building Web Container glue code 6.2.6-SNAPSHOT [258/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] performing grammar generation [JQL.g] ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] performing grammar generation [Semantic.g] 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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/DeleteJMSHost.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/DeleteJMSHost.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/admin/src/main/java/org/glassfish/jms/admin/cli/JMSDestination.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ jms-admin --- 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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ cmp-support-sqlstore --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cmp-support-sqlstore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 18 resources [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-glue --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/web-glue/target/generated-sources/hk2-config-generator/src/main/java [INFO] Copying 4 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/admin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/jms/admin/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jms-admin --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jms-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jms-admin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jms-admin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/admin/target/jms-admin.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jms-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jms-admin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jms-jms-admin-checkstyle) @ jms-admin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jms-admin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/admin/target/jms-admin.jar to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-admin/6.2.6-SNAPSHOT/jms-admin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/admin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/jms-admin/6.2.6-SNAPSHOT/jms-admin-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.ejb:ejb-timer-databases >------------- [INFO] Building GlassFish EJB timer app database init scripts 6.2.6-SNAPSHOT [259/288] [INFO] -----------------------[ distribution-fragment ]------------------------ [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish EJB timer app database init scripts: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-timer-databases --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ ejb-timer-databases --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:copy-dependencies (war) @ ejb-timer-databases --- [INFO] Copying ejb-timer-service-app.war to /home/jenkins/agent/workspace/glassfish6_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.2.0:resources (default-resources) @ ejb-timer-databases --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 18 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.0.0:run (default-manifest) @ ejb-timer-databases --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/classes ( excludes: [ ], includes: [ ]) [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/ejb-timer-databases.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ejb-timer-databases --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ejb-timer-databases --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ejb-ejb-timer-databases-checkstyle) @ ejb-timer-databases --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-timer-databases --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/ejb-timer-databases-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-timer-databases/6.2.6-SNAPSHOT/ejb-timer-databases-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------------< org.glassfish.main.featuresets:nucleus >--------------- [INFO] Building Glassfish Nucleus Featureset 6.2.6-SNAPSHOT [260/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish Nucleus Featureset: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ nucleus --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ nucleus --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ nucleus --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/featuresets/nucleus/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ nucleus --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/featuresets/nucleus/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-nucleus-checkstyle) @ nucleus --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/featuresets/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/nucleus/6.2.6-SNAPSHOT/nucleus-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------< org.glassfish.main.admingui:console-jms-plugin >----------- [INFO] Building Admin Console JMS Plugin 6.2.6-SNAPSHOT [261/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ web-glue --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ web-glue --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 241 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ console-jms-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/jms-plugin/target/generated-sources/hk2-config-generator/src/main/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/SQLStateManager.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/SQLStateManager.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/SQLStateManager.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/SQLStateManager.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/SQLStateManager.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/SQLStateManager.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.4:manifest (default-manifest) @ cmp-support-sqlstore --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jms-plugin/target/generated-sources/hk2-config-generator/src/main/java added. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack-dependencies) @ console-jms-plugin --- [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.3.0:unpack (unpack-resource) @ console-jms-plugin --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jms-plugin/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ console-jms-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 50 resources [INFO] Copying 52 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/admingui/jms-plugin/target/classes [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-support-sqlstore:glassfish-jar:6.2.6-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:6.2.6-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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jms-plugin/src/main/java/org/glassfish/admingui/plugin/jms/JmsHandlers.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ console-jms-plugin --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jms-plugin/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ console-jms-plugin --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ console-jms-plugin --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_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! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jms-plugin/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebModule.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebModule.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/enterprise/web/VirtualServer.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/src/main/java/com/sun/enterprise/web/VirtualServer.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.4:manifest (default-manifest) @ web-glue --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cmp-support-sqlstore --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp-support-sqlstore --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cmp-support-sqlstore --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/cmp-support-sqlstore.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp-support-sqlstore --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp-support-sqlstore --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-support-sqlstore-checkstyle) @ cmp-support-sqlstore --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-support-sqlstore --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/cmp-support-sqlstore-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-sqlstore/6.2.6-SNAPSHOT/cmp-support-sqlstore-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.ejb:ejb-all >------------------- [INFO] Building EJB tier for GlassFish 6.2.6-SNAPSHOT [262/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in EJB tier for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ejb-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ ejb-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ ejb-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ ejb-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ ejb-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.ejb-ejb-all-checkstyle) @ ejb-all --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ ejb-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/ejb/ejb-all/6.2.6-SNAPSHOT/ejb-all-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.distributions:nucleus-new >------------ [INFO] Building Nucleus Distribution 6.2.6-SNAPSHOT [263/288] [INFO] -----------------------[ glassfish-distribution ]----------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Nucleus Distribution: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ nucleus-new --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ nucleus-new --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_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.corba:glassfish-corba-internal-api:jar:4.2.4 to target/dependency/glassfish-corba-internal-api.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:6.2.6-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.apache.felix:org.apache.felix.configadmin:jar:1.9.22 to target/dependency/org.apache.felix.configadmin.jar [INFO] Copying org.glassfish.main.admin:rest-service:jar:6.2.6-SNAPSHOT to target/dependency/rest-service.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-schemas:zip:6.2.6-SNAPSHOT to target/dependency/nucleus-schemas [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.9.14 to target/dependency/mimepull.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.3 to target/dependency/hk2-runlevel.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:6.2.6-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.glassfish.main.common:common-util:jar:6.2.6-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:6.2.6-SNAPSHOT to target/dependency/deployment-common.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.cluster:gms-bootstrap:jar:6.2.6-SNAPSHOT to target/dependency/gms-bootstrap.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.hk2:class-model:jar:3.0.3 to target/dependency/class-model.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 to target/dependency/jackson-annotations.jar [INFO] Copying org.glassfish:jakarta.el:jar:4.0.2 to target/dependency/jakarta.el.jar [INFO] Copying org.glassfish.pfl:pfl-tf:jar:4.1.2 to target/dependency/pfl-tf.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.4 to target/dependency/jersey-media-json-jackson.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.4.1 to target/dependency/jettison.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.2 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:6.2.6-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.admin:monitoring-core:jar:6.2.6-SNAPSHOT to target/dependency/monitoring-core.jar [INFO] Copying org.glassfish.main.core:logging:jar:6.2.6-SNAPSHOT to target/dependency/logging.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.security:ssl-impl:jar:6.2.6-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying com.sun.activation:jakarta.activation:jar:2.0.1 to target/dependency/jakarta.activation.jar [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.4 to target/dependency/jersey-bean-validation.jar [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 to target/dependency/jackson-databind.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.admin:rest-client:jar:6.2.6-SNAPSHOT to target/dependency/rest-client.jar [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.13.1 to target/dependency/jackson-core.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:3.0.2 to target/dependency/jaxb-osgi.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.4.3.Final to target/dependency/jboss-logging.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.3 to target/dependency/hk2-api.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.2 to target/dependency/asm-util.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:6.2.6-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:6.2.6-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.4 to target/dependency/jersey-media-jaxb.jar [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:7.0.2.Final to target/dependency/hibernate-validator-cdi.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying org.glassfish.main.cluster:cluster-common:jar:6.2.6-SNAPSHOT to target/dependency/cluster-common.jar [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 to target/dependency/aopalliance-repackaged.jar [INFO] Copying org.glassfish.main.security:security-services:jar:6.2.6-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:6.2.6-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.13.1 to target/dependency/jackson-module-jakarta-xmlbind-annotations.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.0.4 to target/dependency/jersey-media-sse.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:6.2.6-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Copying org.apache.felix:org.apache.felix.scr:jar:2.1.28 to target/dependency/org.apache.felix.scr.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.0 to target/dependency/jakarta.inject-api.jar [INFO] Copying org.glassfish.external:jsch:jar:0.1.56 to target/dependency/jsch.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:4.0.0 to target/dependency/jakarta.el-api.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:6.2.6-SNAPSHOT to target/dependency/config-types.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.0.4 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:6.2.6-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.glassfish.shoal:shoal-gms-impl:jar:2.0.0 to target/dependency/shoal-gms-impl.jar [INFO] Unpacking org.glassfish.main.distributions:nucleus-common:zip:6.2.6-SNAPSHOT to target/dependency/nucleus-common [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.3 to target/dependency/felix.jar [INFO] Copying org.osgi:org.osgi.util.promise:jar:1.1.1 to target/dependency/org.osgi.util.promise.jar [INFO] Copying org.glassfish.main.cluster:cluster-ssh:jar:6.2.6-SNAPSHOT to target/dependency/cluster-ssh.jar [INFO] Copying org.osgi:org.osgi.util.function:jar:1.1.0 to target/dependency/org.osgi.util.function.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:6.2.6-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:6.2.6-SNAPSHOT to target/dependency/osgi-container.jar [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.0.4 to target/dependency/jersey-server.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.0 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying org.ow2.asm:asm-commons:jar:9.2 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:6.2.6-SNAPSHOT to target/dependency/amx-core.jar [INFO] Copying org.glassfish.main.cluster:gms-adapter:jar:6.2.6-SNAPSHOT to target/dependency/gms-adapter.jar [INFO] Copying org.glassfish.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:6.2.6-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying org.glassfish.hk2:hk2:jar:3.0.3 to target/dependency/hk2.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] Unpacking org.glassfish.main.deployment:nucleus-dtds:zip:6.2.6-SNAPSHOT to target/dependency/nucleus-dtds [INFO] Copying org.glassfish.main.admin:admin-util:jar:6.2.6-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying org.glassfish.main.core:kernel:jar:6.2.6-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying org.glassfish.main.admin:gf-restadmin-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-restadmin-connector.jar [INFO] Copying org.glassfish.shoal:shoal-gms-api:jar:2.0.0 to target/dependency/shoal-gms-api.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.4 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.3 to target/dependency/hk2-utils.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:6.2.6-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:7.0.2.Final to target/dependency/hibernate-validator.jar [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:6.2.6-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:6.2.6-SNAPSHOT to target/dependency/config-api.jar [INFO] Copying org.glassfish.pfl:pfl-basic:jar:4.1.2 to target/dependency/pfl-basic.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:6.2.6-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.0.4 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.glassfish.pfl:pfl-dynamic:jar:4.1.2 to target/dependency/pfl-dynamic.jar [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.3 to target/dependency/hk2-core.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.4 to target/dependency/org.apache.felix.gogo.runtime.jar [INFO] Copying org.ow2.asm:asm-analysis:jar:9.2 to target/dependency/asm-analysis.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.0.0 to target/dependency/jakarta.annotation-api.jar [INFO] Copying org.glassfish.main.cluster:cluster-cli:jar:6.2.6-SNAPSHOT to target/dependency/cluster-cli.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.3 to target/dependency/hk2-locator.jar [INFO] Copying org.glassfish.main.cluster:cluster-admin:jar:6.2.6-SNAPSHOT to target/dependency/cluster-admin.jar [INFO] Copying org.ow2.asm:asm:jar:9.2 to target/dependency/asm.jar [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.28.0-GA to target/dependency/javassist.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.core:glassfish-extra-jre-packages:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.glassfish.main.security:security:jar:6.2.6-SNAPSHOT to target/dependency/security.jar [INFO] Copying org.glassfish.main.grizzly:nucleus-grizzly-all:jar:6.2.6-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.4 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.glassfish.pfl:pfl-tf-tools:jar:4.1.2 to target/dependency/pfl-tf-tools.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.0.4 to target/dependency/jersey-client.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:6.2.6-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.0 to target/dependency/jakarta.validation-api.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.4 to target/dependency/jersey-entity-filtering.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:6.2.6-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.0.4 to target/dependency/jersey-hk2.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.0.4 to target/dependency/jersey-common.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (default-single) @ nucleus-new --- [INFO] Reading assembly descriptor: src/main/assembly/nucleus-new.xml [INFO] Copying files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus/target/stage [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ console-jms-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ console-jms-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ console-jms-plugin --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ console-jms-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jms-plugin/target/console-jms-plugin.jar [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:exec (create-domain) @ nucleus-new --- [INFO] executable: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ console-jms-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ console-jms-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.admingui-console-jms-plugin-checkstyle) @ console-jms-plugin --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ console-jms-plugin --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/console-jms-plugin-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admingui/jms-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/admingui/console-jms-plugin/6.2.6-SNAPSHOT/console-jms-plugin-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---------< org.glassfish.main.persistence.cmp:cmp-support-ejb >--------- [INFO] Building support ejb module for cmp 6.2.6-SNAPSHOT [264/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] Manifest org.glassfish.main.web:web-glue:glassfish-jar:6.2.6-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:6.2.6-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:6.2.6-SNAPSHOT : Export com.sun.enterprise.web.connector.coyote, has 1, private references [com.sun.enterprise.web.connector] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ cmp-support-ejb --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 241 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [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. ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] performing grammar generation [JDOQLCodeGeneration.g] [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) @ web-glue --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ web-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web-glue --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ web-glue --- ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 [INFO] performing grammar generation [Semantic.g] [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/target/web-glue.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-glue-checkstyle) @ web-glue --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-glue --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/target/web-glue.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-glue/6.2.6-SNAPSHOT/web-glue-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-glue/6.2.6-SNAPSHOT/web-glue-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.web:jsf-connector >---------------- [INFO] Building JSF implementation connector module 6.2.6-SNAPSHOT [265/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jsf-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jsf-connector --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ jsf-connector --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/target/generated-sources/hk2-config-generator/src/main/java 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.3.0:unpack (unpack-resource) @ cmp-support-ejb --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cmp-support-ejb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 9 resources [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jsf-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jsf-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/src/main/java/org/glassfish/faces/integration/GlassFishInjectionProvider.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ jsf-connector --- [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/EJBHashSet.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/EJBHashSet.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.4:manifest (default-manifest) @ cmp-support-ejb --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jsf-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jsf-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/target/classes [WARNING] Manifest org.glassfish.main.persistence.cmp:cmp-support-ejb:glassfish-jar:6.2.6-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:6.2.6-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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/classes [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] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jsf-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jsf-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jsf-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jsf-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/target/jsf-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jsf-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jsf-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-jsf-connector-checkstyle) @ jsf-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jsf-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/target/jsf-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jsf-connector/6.2.6-SNAPSHOT/jsf-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jsf-connector/6.2.6-SNAPSHOT/jsf-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] ------------< org.glassfish.main.web:jspcaching-connector >------------- [INFO] Building JSP caching taglib connector module 6.2.6-SNAPSHOT [266/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jspcaching-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/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-support-ejb --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ cmp-support-ejb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp-support-ejb --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ cmp-support-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/cmp-support-ejb.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp-support-ejb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp-support-ejb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-support-ejb-checkstyle) @ cmp-support-ejb --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-support-ejb --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/cmp-support-ejb-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-support-ejb/6.2.6-SNAPSHOT/cmp-support-ejb-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------------< org.glassfish.main.web:web-ha >-------------------- [INFO] Building Web Container HA code 6.2.6-SNAPSHOT [267/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web-ha --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ web-ha --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web-ha --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ web-ha --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jspcaching-connector --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ jspcaching-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jspcaching-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ web-ha --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ web-ha --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/src/main/manpages [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ web-ha --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/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.4:manifest (default-manifest) @ jspcaching-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/nucleus/target/glassfish-embedded-nucleus.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ jspcaching-connector --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ jspcaching-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/target/classes [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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ web-ha --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jspcaching-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jspcaching-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jspcaching-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jspcaching-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/target/jspcaching-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jspcaching-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jspcaching-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-jspcaching-connector-checkstyle) @ jspcaching-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jspcaching-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/target/jspcaching-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/jspcaching-connector/6.2.6-SNAPSHOT/jspcaching-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/jspcaching-connector/6.2.6-SNAPSHOT/jspcaching-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.web:weld-integration >--------------- [INFO] Building Weld integration for glassfish 6.2.6-SNAPSHOT [268/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ weld-integration --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ web-ha --- [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ web-ha --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ web-ha --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ web-ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web-ha --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ web-ha --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/target/web-ha.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web-ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web-ha --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-web-ha-checkstyle) @ web-ha --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web-ha --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/target/web-ha.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/web-ha/6.2.6-SNAPSHOT/web-ha-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/web-ha/6.2.6-SNAPSHOT/web-ha-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.webservices:jsr109-impl >------------- [INFO] Building JSR-109 implementation to deploy Metro 6.2.6-SNAPSHOT [269/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/glassfish6_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-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-embedded-nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-embedded-nucleus --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-glassfish-embedded-nucleus-checkstyle) @ glassfish-embedded-nucleus --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-nucleus --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-nucleus-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-nucleus/6.2.6-SNAPSHOT/glassfish-embedded-nucleus-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------< org.glassfish.main.webservices:webservices-connector >-------- [INFO] Building Connector for GlassFish Web Services Container 6.2.6-SNAPSHOT [270/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ webservices-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/webservices/connector/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ weld-integration --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ weld-integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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 58 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ webservices-connector --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/connector/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ webservices-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/webservices/connector/target/classes [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedContextImpl.java:[153,85] unchecked cast required: org.glassfish.cdi.transaction.TransactionScopedBean found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[67,70] unchecked method invocation: method createAnnotatedType in interface jakarta.enterprise.inject.spi.BeanManager is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[67,71] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[71,79] unchecked method invocation: method getInjectionTargetFactory in interface jakarta.enterprise.inject.spi.BeanManager is applied to given types required: jakarta.enterprise.inject.spi.AnnotatedType found: jakarta.enterprise.inject.spi.AnnotatedType [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[71,80] unchecked conversion required: jakarta.enterprise.inject.spi.AnnotatedType found: jakarta.enterprise.inject.spi.AnnotatedType [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[72,78] unchecked call to createInjectionTarget(jakarta.enterprise.inject.spi.Bean) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTargetFactory [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[124,54] unchecked conversion required: java.util.Set found: java.util.Set [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[179,54] unchecked call to produce(jakarta.enterprise.context.spi.CreationalContext) as a member of the raw type jakarta.enterprise.inject.spi.Producer [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[180,35] unchecked call to inject(T,jakarta.enterprise.context.spi.CreationalContext) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[181,42] unchecked call to postConstruct(T) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[187,39] unchecked call to preDestroy(T) as a member of the raw type jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/cdi/transaction/TransactionScopedCDIUtil.java:[188,36] unchecked call to dispose(T) as a member of the raw type jakarta.enterprise.inject.spi.Producer [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/JCDIServiceImpl.java:[582,20] unchecked conversion required: jakarta.enterprise.inject.spi.InjectionTarget found: jakarta.enterprise.inject.spi.InjectionTarget [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/JCDIServiceImpl.java:[592,20] unchecked conversion required: jakarta.enterprise.context.spi.CreationalContext found: jakarta.enterprise.context.spi.CreationalContext [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/JCDIServiceImpl.java:[613,70] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/services/EjbServicesImpl.java:[218,48] unchecked call to getMethod(java.lang.String,java.lang.Class...) as a member of the raw type java.lang.Class [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/jsf/WeldApplication.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/jsf/WeldApplication.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/ACLSingletonProvider.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/ACLSingletonProvider.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.4:manifest (default-manifest) @ weld-integration --- [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ webservices-connector --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jsr109-impl --- [INFO] [INFO] --- command-security-maven-plugin:1.0.14:check (default-check) @ webservices-connector --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- config-generator:2.5.0-b53:generate-injectors (default-generate-injectors) @ jsr109-impl --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (process-annotations) @ webservices-connector --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/connector/target/classes [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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 58 source files to /home/jenkins/agent/workspace/glassfish6_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) @ webservices-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ webservices-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ webservices-connector --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ webservices-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/connector/target/webservices-connector.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ webservices-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ webservices-connector --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.webservices-webservices-connector-checkstyle) @ webservices-connector --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ webservices-connector --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/connector/target/webservices-connector.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-connector/6.2.6-SNAPSHOT/webservices-connector-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/webservices-connector/6.2.6-SNAPSHOT/webservices-connector-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.persistence.cmp:cmp-all >------------- [INFO] Building CMP tier for GlassFish 6.2.6-SNAPSHOT [271/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in CMP tier for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ jsr109-impl --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jsr109-impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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-clean-plugin:3.2.0:clean (default-clean) @ cmp-all --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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] Compiling 69 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/classes [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ cmp-all --- [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack (unpack-resource) @ cmp-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/cmp-all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ cmp-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/cmp-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ cmp-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ cmp-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.persistence.cmp-cmp-all-checkstyle) @ cmp-all --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ cmp-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/cmp-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/persistence/cmp/cmp-all/6.2.6-SNAPSHOT/cmp-all-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.web:webtier-all >----------------- [INFO] Building Web Related Implementations for GlassFish 6.2.6-SNAPSHOT [272/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Web Related Implementations for GlassFish: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ webtier-all --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ webtier-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_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.0.0:run (default-manifest) @ webtier-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/webtier-all/target/classes/META-INF for [INFO] [echo] webtier-all [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/webtier-all/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ webtier-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ webtier-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-webtier-all-checkstyle) @ webtier-all --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ webtier-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/webtier-all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/webtier-all/6.2.6-SNAPSHOT/webtier-all-6.2.6-SNAPSHOT.pom [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/ACLSingletonProvider.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/ACLSingletonProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/src/main/java/org/glassfish/weld/ACLSingletonProvider.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/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/target/generated-sources/hk2-config-generator/src/test/java [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.0.0:run (default-manifest) @ nucleus-new --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus/target/nucleus-new.zip [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/monitoring/WebServiceTesterServlet.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/monitoring/WebServiceTesterServlet.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/monitoring/WebServiceTesterServlet.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/monitoring/WebServiceTesterServlet.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] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ weld-integration --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ weld-integration --- [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ jsr109-impl --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ weld-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/target/weld-integration.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ weld-integration --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ weld-integration --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.web-weld-integration-checkstyle) @ weld-integration --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ weld-integration --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/target/weld-integration.jar to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration/6.2.6-SNAPSHOT/weld-integration-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/web/weld-integration/6.2.6-SNAPSHOT/weld-integration-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----------------< org.glassfish.main.featuresets:web >----------------- [INFO] Building Glassfish Web Featureset 6.2.6-SNAPSHOT [273/288] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --------------< org.glassfish.main.jms:gf-jms-injection >--------------- [INFO] Building JMS Injection Module for Runtime 6.2.6-SNAPSHOT [274/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish Web Featureset: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-jms-injection --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ gf-jms-injection --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-jms-injection --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/classes [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ nucleus-new --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ nucleus-new --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-nucleus-new-checkstyle) @ nucleus-new --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ nucleus-new --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus/target/nucleus-new.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-new/6.2.6-SNAPSHOT/nucleus-new-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/distributions/nucleus/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/nucleus-new/6.2.6-SNAPSHOT/nucleus-new-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ jsr109-impl --- [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/generated-sources/hk2-config-generator/src/test/java [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-injection/src/main/java/org/glassfish/jms/injection/JMSCDIExtension.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ gf-jms-injection --- [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ jsr109-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ jsr109-impl --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ jsr109-impl --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/jsr109-impl.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ jsr109-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ jsr109-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.webservices-jsr109-impl-checkstyle) @ jsr109-impl --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jsr109-impl --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/jsr109-impl.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/jsr109-impl/6.2.6-SNAPSHOT/jsr109-impl-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/jsr109-impl/6.2.6-SNAPSHOT/jsr109-impl-6.2.6-SNAPSHOT.pom [INFO] [INFO] [INFO] -------------< org.glassfish.main.webservices:metro-glue >-------------- [INFO] --------------< org.glassfish.main.webservices:soap-tcp >--------------- [INFO] Building SOAP/TCP integration code 6.2.6-SNAPSHOT [276/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] Building GlassFish Metro Glue Code 6.2.6-SNAPSHOT [275/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ soap-tcp --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ soap-tcp --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ soap-tcp --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/target/generated-sources/hk2-config-generator/src/main/java [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ metro-glue --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ metro-glue --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ metro-glue --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/webservices/metro-glue/target/generated-sources/hk2-config-generator/src/main/java [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/classes [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ web --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/web/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ web --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/web/target/classes/META-INF for [INFO] [echo] web [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/web/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-web-checkstyle) @ web --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/web/6.2.6-SNAPSHOT/web-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.security:webservices.security >---------- [INFO] Building WebServices Security and JSR 196 implementation 6.2.6-SNAPSHOT [277/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ webservices.security --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/target/generated-sources/hk2-config-generator/src/main/java [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ soap-tcp --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ soap-tcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/target/classes [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ metro-glue --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-glue/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ metro-glue --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/webservices/metro-glue/target/classes [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ gf-jms-injection --- [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ gf-jms-injection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-jms-injection --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ gf-jms-injection --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/gf-jms-injection.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-jms-injection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-jms-injection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.jms-gf-jms-injection-checkstyle) @ gf-jms-injection --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-jms-injection --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-jms-injection-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-injection/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/jms/gf-jms-injection/6.2.6-SNAPSHOT/gf-jms-injection-6.2.6-SNAPSHOT.pom [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ webservices.security --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ webservices.security --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ServletFakeArtifactSet.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ServletFakeArtifactSet.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ServletFakeArtifactSet.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ServletFakeArtifactSet.java: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ServletFakeArtifactSet.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ServletFakeArtifactSet.java: Recompile with -Xlint:unchecked for details. [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] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ soap-tcp --- [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.4:manifest (default-manifest) @ metro-glue --- [WARNING] Manifest org.glassfish.main.webservices:soap-tcp:glassfish-jar:6.2.6-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.webservices.monitoring.*] [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/target/classes [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/ClientSecurityPipe.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/ClientSecurityPipe.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/SOAPAuthParam.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/SOAPAuthParam.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/glassfish6_build-and-test_jdk18/appserver/webservices/metro-glue/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/webservices/metro-glue/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ webservices.security --- [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_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.2.0:testResources (default-testResources) @ metro-glue --- [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ soap-tcp --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ soap-tcp --- [INFO] Not copying test resources [INFO] Not copying test resources [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ metro-glue --- [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) @ metro-glue --- [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-M6:test (default-test) @ soap-tcp --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ metro-glue --- [INFO] Tests are skipped. [INFO] Tests are skipped. [INFO] [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ soap-tcp --- [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ metro-glue --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ metro-glue --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ soap-tcp --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-glue/target/metro-glue.jar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/target/soap-tcp.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ metro-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ metro-glue --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.webservices-metro-glue-checkstyle) @ metro-glue --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ metro-glue --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-glue/target/metro-glue.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-glue/6.2.6-SNAPSHOT/metro-glue-6.2.6-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ soap-tcp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ soap-tcp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.webservices-soap-tcp-checkstyle) @ soap-tcp --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ soap-tcp --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/target/soap-tcp.jar to /home/jenkins/.m2/repository/org/glassfish/main/webservices/soap-tcp/6.2.6-SNAPSHOT/soap-tcp-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-glue/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/metro-glue/6.2.6-SNAPSHOT/metro-glue-6.2.6-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/webservices/soap-tcp/6.2.6-SNAPSHOT/soap-tcp-6.2.6-SNAPSHOT.pom [INFO] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (default-generate-test-injectors) @ webservices.security --- [INFO] /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ webservices.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ webservices.security --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ webservices.security --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/target/webservices.security.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ webservices.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ webservices.security --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.security-webservices.security-checkstyle) @ webservices.security --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ webservices.security --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/target/webservices.security.jar to /home/jenkins/.m2/repository/org/glassfish/main/security/webservices.security/6.2.6-SNAPSHOT/webservices.security-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/security/webservices.security/6.2.6-SNAPSHOT/webservices.security-6.2.6-SNAPSHOT.pom [INFO] [INFO] -----< org.glassfish.main.extras:glassfish-embedded-static-shell >------ [INFO] Building Embedded GlassFish Static Shell 6.2.6-SNAPSHOT [278/288] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] -----------< org.glassfish.main.appclient:gf-client-module >------------ [INFO] Building Client OSGi module (including ACC) 6.2.6-SNAPSHOT [279/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Embedded GlassFish Static Shell: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-static-shell --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-embedded-static-shell --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_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.2.0:resources (default-resources) @ glassfish-embedded-static-shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ glassfish-embedded-static-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-embedded-static-shell --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ glassfish-embedded-static-shell --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell/target/glassfish-embedded-static-shell.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-embedded-static-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-embedded-static-shell --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-glassfish-embedded-static-shell-checkstyle) @ glassfish-embedded-static-shell --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-static-shell --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-static-shell-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-static-shell-6.2.6-SNAPSHOT.pom [INFO] [INFO] ---< org.glassfish.main.extras:glassfish-embedded-static-shell-frag >--- [INFO] Building Embedded GlassFish Static Shell dist. fragment 6.2.6-SNAPSHOT [280/288] [INFO] [INFO] ----------------< org.glassfish.main.distributions:web >---------------- [INFO] -----------------------[ distribution-fragment ]------------------------ [INFO] Building Glassfish Web Distribution 6.2.6-SNAPSHOT [281/288] [INFO] -----------------------[ glassfish-distribution ]----------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish Web Distribution: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Embedded GlassFish Static Shell dist. fragment: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-static-shell-frag --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-embedded-static-shell-frag --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_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.3.0:copy-dependencies (add-jar) @ glassfish-embedded-static-shell-frag --- [INFO] Copying glassfish-embedded-static-shell.jar to /home/jenkins/agent/workspace/glassfish6_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.2.0:resources (default-resources) @ glassfish-embedded-static-shell-frag --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.0.0:run (default-manifest) @ glassfish-embedded-static-shell-frag --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ web --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ web --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ web --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_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] Copying org.eclipse.persistence:org.eclipse.persistence.dbws:jar:3.0.2 to target/dependency/org.eclipse.persistence.dbws.jar [INFO] Copying org.glassfish.main.cluster:gms-adapter:jar:6.2.6-SNAPSHOT to target/dependency/gms-adapter.jar [INFO] Copying org.jboss.weld:weld-osgi-bundle:jar:4.0.2.Final to target/dependency/weld-osgi-bundle.jar [INFO] Copying org.glassfish.main.persistence:jpa-container:jar:6.2.6-SNAPSHOT to target/dependency/jpa-container.jar [INFO] Copying org.glassfish.main.extras:appserv-rt:jar:6.2.6-SNAPSHOT to target/dependency/appserv-rt.jar [INFO] Copying org.glassfish.corba:rmic:jar:4.2.4 to target/dependency/rmic.jar [INFO] Copying org.glassfish.main.admin:backup:jar:6.2.6-SNAPSHOT to target/dependency/backup.jar [INFO] Unpacking org.glassfish.main.deployment:appserver-schemas:zip:6.2.6-SNAPSHOT to target/dependency/appserver-schemas [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/target/glassfish-embedded-static-shell-frag.zip [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-embedded-static-shell-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-embedded-static-shell-frag --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-glassfish-embedded-static-shell-frag-checkstyle) @ glassfish-embedded-static-shell-frag --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-static-shell-frag --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-static-shell-frag-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-static-shell-frag-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------< org.glassfish.main.extras:glassfish-embedded-web >---------- [INFO] Building Embedded GlassFish Web 6.2.6-SNAPSHOT [282/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Copying org.glassfish.main.cluster:gms-bootstrap:jar:6.2.6-SNAPSHOT to target/dependency/gms-bootstrap.jar [INFO] Copying org.glassfish.main.orb:orb-connector:jar:6.2.6-SNAPSHOT to target/dependency/orb-connector.jar [INFO] Unpacking org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution:jdbc-ra:zip:6.2.6-SNAPSHOT to target/dependency/jdbc-ra [INFO] Copying org.glassfish.tyrus:tyrus-container-glassfish-ejb:jar:2.0.2 to target/dependency/tyrus-container-glassfish-ejb.jar [INFO] Copying org.glassfish.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.core:jar:3.0.2 to target/dependency/org.eclipse.persistence.core.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:4.0.0 to target/dependency/jakarta.el-api.jar [INFO] Copying org.glassfish.main.deployment:deployment-javaee-core:jar:6.2.6-SNAPSHOT to target/dependency/deployment-javaee-core.jar [INFO] Copying org.glassfish.main.admin:appserver-cli:jar:6.2.6-SNAPSHOT to target/dependency/appserver-cli.jar [INFO] Copying org.glassfish.main.web:jspcaching-connector:jar:6.2.6-SNAPSHOT to target/dependency/jspcaching-connector.jar [INFO] Copying jakarta.servlet:jakarta.servlet-api:jar:5.0.0 to target/dependency/jakarta.servlet-api.jar [INFO] Copying org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.5.Final to target/dependency/jboss-classfilewriter.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:6.2.6-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-store:jar:6.2.6-SNAPSHOT to target/dependency/ha-shoal-cache-store.jar [INFO] Copying org.glassfish.tyrus:tyrus-server:jar:2.0.2 to target/dependency/tyrus-server.jar [INFO] Copying org.glassfish.main.web:gf-web-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-web-connector.jar [INFO] Copying org.glassfish.main.web:war-util:jar:6.2.6-SNAPSHOT to target/dependency/war-util.jar [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.4 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.glassfish.main.admingui:console-web-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-web-plugin.jar [INFO] Copying org.glassfish.main.connectors:gf-connectors-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-connectors-connector.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-bootstrap:jar:6.2.6-SNAPSHOT to target/dependency/ha-shoal-cache-bootstrap.jar [INFO] Copying org.glassfish.main.common:glassfish-naming:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-naming.jar [INFO] Copying org.glassfish.main.transaction:jta:jar:6.2.6-SNAPSHOT to target/dependency/jta.jar [INFO] Copying org.glassfish:jakarta.el:jar:4.0.2 to target/dependency/jakarta.el.jar [INFO] Copying org.glassfish.main.connectors:connectors-admin:jar:6.2.6-SNAPSHOT to target/dependency/connectors-admin.jar [INFO] Copying jakarta.security.enterprise:jakarta.security.enterprise-api:jar:2.0.0 to target/dependency/jakarta.security.enterprise-api.jar [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 to target/dependency/jackson-databind.jar [INFO] Copying org.glassfish.main.web:web-embed-api:jar:6.2.6-SNAPSHOT to target/dependency/web-embed-api.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.0.4 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:jar:3.0.4 to target/dependency/jersey-cdi1x-servlet.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:3.0.2 to target/dependency/jaxb-osgi.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying org.ow2.asm:asm:jar:9.2 to target/dependency/asm.jar [INFO] Copying org.apache.felix:org.apache.felix.configadmin:jar:1.9.22 to target/dependency/org.apache.felix.configadmin.jar [INFO] Copying org.glassfish.main.common:internal-api:jar:6.2.6-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying org.glassfish.main.admin:gf-restadmin-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-restadmin-connector.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.2 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-config:jar:6.2.6-SNAPSHOT to target/dependency/jdbc-config.jar [INFO] Copying org.glassfish.main.cluster:cluster-common:jar:6.2.6-SNAPSHOT to target/dependency/cluster-common.jar [INFO] Copying org.glassfish:jakarta.json:jar:2.0.1 to target/dependency/jakarta.json.jar [INFO] Copying org.ow2.asm:asm-util:jar:9.2 to target/dependency/asm-util.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:6.2.6-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.glassfish.main.admin:rest-client:jar:6.2.6-SNAPSHOT to target/dependency/rest-client.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:3.0.2 to target/dependency/org.eclipse.persistence.jpa.jpql.jar [INFO] Copying org.glassfish.main.web:weld-integration:jar:6.2.6-SNAPSHOT to target/dependency/weld-integration.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:6.2.6-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying org.glassfish.main.connectors:connectors-runtime:jar:6.2.6-SNAPSHOT to target/dependency/connectors-runtime.jar [INFO] Copying org.glassfish.main.extras:glassfish-embedded-shell:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-embedded-shell.jar [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.13.1 to target/dependency/jackson-core.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:7.0.2.Final to target/dependency/hibernate-validator.jar [INFO] Copying jakarta.resource:jakarta.resource-api:jar:2.0.0 to target/dependency/jakarta.resource-api.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:jersey-mvc-connector:jar:6.2.6-SNAPSHOT to target/dependency/jersey-mvc-connector.jar [INFO] Copying com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.13.1 to target/dependency/jackson-module-jakarta-xmlbind-annotations.jar [INFO] Copying org.glassfish.main.transaction:transaction-internal-api:jar:6.2.6-SNAPSHOT to target/dependency/transaction-internal-api.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:6.2.6-SNAPSHOT to target/dependency/amx-core.jar [INFO] Copying org.glassfish.main.admingui.connector:gf-admingui-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-admingui-connector.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:6.2.6-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying org.glassfish.wasp:wasp:jar:3.0.1 to target/dependency/wasp.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.moxy:jar:3.0.2 to target/dependency/org.eclipse.persistence.moxy.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.extras:glassfish-embedded-static-shell:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-embedded-static-shell.jar [INFO] Copying org.glassfish.main.web:jsf-connector:jar:6.2.6-SNAPSHOT to target/dependency/jsf-connector.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.oracle:jar:3.0.2 to target/dependency/org.eclipse.persistence.oracle.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:jar:3.0.2 to target/dependency/org.eclipse.persistence.jpa.modelgen.processor.jar [INFO] Copying org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 to target/dependency/osgi-resource-locator.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.2.0 to target/dependency/org.eclipse.persistence.asm.jar [INFO] Copying org.glassfish.main.common:common-util:jar:6.2.6-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying org.glassfish.ha:ha-api:jar:3.1.13 to target/dependency/ha-api.jar [INFO] Copying org.glassfish.main.connectors:connectors-internal-api:jar:6.2.6-SNAPSHOT to target/dependency/connectors-internal-api.jar [INFO] Unpacking org.glassfish.main.admingui:war:war:6.2.6-SNAPSHOT to target/dependency/war [INFO] Copying org.glassfish.main.common:stats77:jar:6.2.6-SNAPSHOT to target/dependency/stats77.jar [INFO] Copying org.glassfish.main.web:web-sse:jar:6.2.6-SNAPSHOT to target/dependency/web-sse.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:6.2.6-SNAPSHOT to target/dependency/osgi-container.jar [INFO] Copying jakarta.authorization:jakarta.authorization-api:jar:2.0.0 to target/dependency/jakarta.authorization-api.jar [INFO] Copying org.javassist:javassist:jar:3.28.0-GA to target/dependency/javassist.jar [INFO] Copying org.glassfish.main.admingui:console-plugin-service:jar:6.2.6-SNAPSHOT to target/dependency/console-plugin-service.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.4 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:jar:3.0.4 to target/dependency/jersey-cdi1x-transaction.jar [INFO] Copying jakarta.transaction:jakarta.transaction-api:jar:2.0.0 to target/dependency/jakarta.transaction-api.jar [INFO] Copying org.glassfish.main.ejb:ejb-internal-api:jar:6.2.6-SNAPSHOT to target/dependency/ejb-internal-api.jar [INFO] Copying org.osgi:org.osgi.util.function:jar:1.1.0 to target/dependency/org.osgi.util.function.jar [INFO] Copying org.glassfish.main.grizzly:glassfish-grizzly-extra-all:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-grizzly-extra-all.jar [INFO] Copying org.glassfish.main.admin:admin-core:jar:6.2.6-SNAPSHOT to target/dependency/admin-core.jar [INFO] Copying org.apache.felix:org.apache.felix.eventadmin:jar:1.6.2 to target/dependency/org.apache.felix.eventadmin.jar [INFO] Copying org.glassfish.soteria:jakarta.security.enterprise:jar:2.0.1 to target/dependency/jakarta.security.enterprise.jar [INFO] Unpacking org.glassfish.main.connectors:descriptors:zip:6.2.6-SNAPSHOT to target/dependency/descriptors [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying org.glassfish.hk2:osgi-adapter:jar:3.0.3 to target/dependency/osgi-adapter.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.0.4 to target/dependency/jersey-cdi1x.jar [INFO] Copying org.glassfish.main.resources:mail-runtime:jar:6.2.6-SNAPSHOT to target/dependency/mail-runtime.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.core:logging:jar:6.2.6-SNAPSHOT to target/dependency/logging.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.4.3.Final to target/dependency/jboss-logging.jar [INFO] Copying org.glassfish.main.web:web-gui-plugin-common:jar:6.2.6-SNAPSHOT to target/dependency/web-gui-plugin-common.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.0.0 to target/dependency/jakarta.annotation-api.jar [INFO] Unpacking org.glassfish.main.deployment:appserver-dtds:zip:6.2.6-SNAPSHOT to target/dependency/appserver-dtds [INFO] Copying org.glassfish.main.cluster:cluster-ssh:jar:6.2.6-SNAPSHOT to target/dependency/cluster-ssh.jar [INFO] Copying org.glassfish.web:jakarta.servlet.jsp.jstl:jar:2.0.0 to target/dependency/jakarta.servlet.jsp.jstl.jar [INFO] Copying org.glassfish.main.web:weld-integration-fragment:jar:6.2.6-SNAPSHOT to target/dependency/weld-integration-fragment.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] Unpacking org.glassfish.external:derby:zip:10.15.2.0 to target/dependency/derby [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish-embedded-web --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-embedded-web --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.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/glassfish6_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/9.2/asm-9.2.jar to /home/jenkins/agent/workspace/glassfish6_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-analysis/9.2/asm-analysis-9.2.jar to /home/jenkins/agent/workspace/glassfish6_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.2/asm-commons-9.2.jar to /home/jenkins/agent/workspace/glassfish6_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.2/asm-tree-9.2.jar to /home/jenkins/agent/workspace/glassfish6_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.2/asm-util-9.2.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/target/hk2-config.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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) @ gf-client-module --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/generated-sources/hk2-config-generator/src/main/java [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/glassfish6_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/3.0.3/hk2-3.0.3.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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-utils/3.0.3/hk2-utils-3.0.3.jar to /home/jenkins/agent/workspace/glassfish6_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/7.0.2.Final/hibernate-validator-7.0.2.Final.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Copying jakarta.enterprise:jakarta.enterprise.cdi-api:jar:3.0.0 to target/dependency/jakarta.enterprise.cdi-api.jar [INFO] Copying org.glassfish.main.ejb:ejb-container:jar:6.2.6-SNAPSHOT to target/dependency/ejb-container.jar [INFO] Copying org.glassfish.main.libpam4j:libpam4j:jar:6.2.6-SNAPSHOT to target/dependency/libpam4j.jar [INFO] Copying org.glassfish.main.admingui:console-jts-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-jts-plugin.jar [INFO] Copying org.glassfish.main.web:web-cli:jar:6.2.6-SNAPSHOT to target/dependency/web-cli.jar [INFO] Copying org.glassfish.main.admin:admin-util:jar:6.2.6-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying org.glassfish.main.core:glassfish-extra-jre-packages:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.glassfish.main.deployment:dol:jar:6.2.6-SNAPSHOT to target/dependency/dol.jar [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.3 to target/dependency/hk2-core.jar [INFO] Copying org.glassfish.main.admingui:console-community-branding-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-community-branding-plugin.jar [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:6.2.6-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.0.4 to target/dependency/jersey-common.jar [INFO] Copying org.glassfish.main.admin:rest-service:jar:6.2.6-SNAPSHOT to target/dependency/rest-service.jar [INFO] Copying org.glassfish.shoal:shoal-gms-impl:jar:2.0.0 to target/dependency/shoal-gms-impl.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.4 to target/dependency/jersey-media-json-jackson.jar [INFO] Copying org.glassfish.main.resourcebase.resources:nucleus-resources:jar:6.2.6-SNAPSHOT to target/dependency/nucleus-resources.jar [INFO] Copying org.glassfish.main.core:kernel:jar:6.2.6-SNAPSHOT to target/dependency/kernel.jar [INFO] Copying org.glassfish.main.web:web-core:jar:6.2.6-SNAPSHOT to target/dependency/web-core.jar [INFO] Copying org.glassfish.main.web:web-naming:jar:6.2.6-SNAPSHOT to target/dependency/web-naming.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.hibernate.validator:hibernate-validator-cdi:jar:7.0.2.Final to target/dependency/hibernate-validator-cdi.jar [INFO] Copying org.glassfish.main.web:web-glue:jar:6.2.6-SNAPSHOT to target/dependency/web-glue.jar [INFO] Copying org.glassfish.main.transaction:jts:jar:6.2.6-SNAPSHOT to target/dependency/jts.jar [INFO] Copying jakarta.mvc:jakarta.mvc-api:jar:2.0.0 to target/dependency/jakarta.mvc-api.jar [INFO] Copying org.glassfish.main.security:jaspic.provider.framework:jar:6.2.6-SNAPSHOT to target/dependency/jaspic.provider.framework.jar [INFO] Copying org.glassfish.jersey.ext:jersey-mvc:jar:3.0.4 to target/dependency/jersey-mvc.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-runtime:jar:6.2.6-SNAPSHOT to target/dependency/jdbc-runtime.jar [INFO] Copying org.eclipse.krazo:krazo-core:jar:2.0.1 to target/dependency/krazo-core.jar [INFO] Copying jakarta.authentication:jakarta.authentication-api:jar:2.0.0 to target/dependency/jakarta.authentication-api.jar [INFO] Copying org.glassfish.main.resources:mail-connector:jar:6.2.6-SNAPSHOT to target/dependency/mail-connector.jar [INFO] Copying org.osgi:org.osgi.util.promise:jar:1.1.1 to target/dependency/org.osgi.util.promise.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.0.4 to target/dependency/jersey-media-sse.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.0 to target/dependency/jakarta.inject-api.jar [INFO] Copying jakarta.interceptor:jakarta.interceptor-api:jar:2.0.0 to target/dependency/jakarta.interceptor-api.jar [INFO] Copying org.glassfish.main.orb:orb-enabler:jar:6.2.6-SNAPSHOT to target/dependency/orb-enabler.jar [INFO] Copying jakarta.persistence:jakarta.persistence-api:jar:3.0.0 to target/dependency/jakarta.persistence-api.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.0.4 to target/dependency/jersey-hk2.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.4 to target/dependency/org.apache.felix.gogo.runtime.jar [INFO] Copying org.glassfish.main.common:annotation-framework:jar:6.2.6-SNAPSHOT to target/dependency/annotation-framework.jar [INFO] Copying org.glassfish.main.security:security-ee:jar:6.2.6-SNAPSHOT to target/dependency/security-ee.jar [INFO] Copying jakarta.json.bind:jakarta.json.bind-api:jar:2.0.0 to target/dependency/jakarta.json.bind-api.jar [INFO] Copying org.glassfish.tyrus:tyrus-core:jar:2.0.2 to target/dependency/tyrus-core.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.0.4 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.glassfish.main.admingui:console-jdbc-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-jdbc-plugin.jar [INFO] Copying org.glassfish.external:schema2beans:jar:6.7 to target/dependency/schema2beans.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:6.2.6-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying org.glassfish.main.connectors:descriptors:jar:resources:6.2.6-SNAPSHOT to target/dependency/descriptors.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying org.glassfish.jsftemplating:jsftemplating:jar:3.0.0 to target/dependency/jsftemplating.jar [INFO] Copying org.glassfish.main.security:security-services:jar:6.2.6-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-admin:jar:6.2.6-SNAPSHOT to target/dependency/jdbc-admin.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-dtds:zip:6.2.6-SNAPSHOT to target/dependency/nucleus-dtds [INFO] Copying org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-oracle-jdbc-driver-packages.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-glassfish-cdi:jar:2.0.2 to target/dependency/tyrus-container-glassfish-cdi.jar [INFO] Copying org.eclipse:yasson:jar:2.0.4 to target/dependency/yasson.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:6.2.6-SNAPSHOT to target/dependency/hk2-config.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.0.4 to target/dependency/jersey-client.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.admingui:dataprovider:jar:6.2.6-SNAPSHOT to target/dependency/dataprovider.jar [INFO] Copying org.glassfish.main.core:javaee-kernel:jar:6.2.6-SNAPSHOT to target/dependency/javaee-kernel.jar [INFO] Copying org.glassfish.main.hk2:config-types:jar:6.2.6-SNAPSHOT to target/dependency/config-types.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:6.2.6-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.glassfish.main.common:glassfish-ee-api:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-ee-api.jar [INFO] Copying org.glassfish.main.cluster:cluster-admin:jar:6.2.6-SNAPSHOT to target/dependency/cluster-admin.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.4.1 to target/dependency/jettison.jar [INFO] Copying jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:jar:2.0.0 to target/dependency/jakarta.servlet.jsp.jstl-api.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa:jar:3.0.2 to target/dependency/org.eclipse.persistence.jpa.jar [INFO] Copying org.glassfish.main.security:ssl-impl:jar:6.2.6-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-servlet:jar:2.0.2 to target/dependency/tyrus-container-servlet.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 to target/dependency/jackson-annotations.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.0.4 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.glassfish.main.admingui:console-jca-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-jca-plugin.jar [INFO] Copying org.glassfish.main.grizzly:nucleus-grizzly-all:jar:6.2.6-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] Copying org.apache.felix:org.apache.felix.scr:jar:2.1.28 to target/dependency/org.apache.felix.scr.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:6.2.6-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:6.2.6-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying com.sun.activation:jakarta.activation:jar:2.0.1 to target/dependency/jakarta.activation.jar [INFO] Copying org.glassfish.main.ejb:gf-ejb-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-ejb-connector.jar [INFO] Copying org.glassfish.main.admin:cli-optional:jar:6.2.6-SNAPSHOT to target/dependency/cli-optional.jar [INFO] Copying jakarta.servlet.jsp:jakarta.servlet.jsp-api:jar:3.0.0 to target/dependency/jakarta.servlet.jsp-api.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.cluster:cluster-cli:jar:6.2.6-SNAPSHOT to target/dependency/cluster-cli.jar [INFO] Copying org.glassfish.main.admingui:console-ejb-lite-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-ejb-lite-plugin.jar [INFO] Copying org.glassfish.corba:glassfish-corba-orb:jar:4.2.4 to target/dependency/glassfish-corba-orb.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.4 to target/dependency/jersey-container-servlet.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.admingui:console-common:jar:6.2.6-SNAPSHOT to target/dependency/console-common.jar [INFO] Copying org.glassfish.main.web:jstl-connector:jar:6.2.6-SNAPSHOT to target/dependency/jstl-connector.jar [INFO] Copying org.glassfish.main.ejb:ejb-client:jar:6.2.6-SNAPSHOT to target/dependency/ejb-client.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-schemas:zip:6.2.6-SNAPSHOT to target/dependency/nucleus-schemas [INFO] Copying org.ow2.asm:asm-commons:jar:9.2 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.3 to target/dependency/hk2-api.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.3 to target/dependency/felix.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.3 to target/dependency/hk2-locator.jar [INFO] Copying org.glassfish.main.loadbalancer:gf-load-balancer-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-load-balancer-connector.jar [INFO] Copying org.glassfish.pfl:pfl-dynamic:jar:4.1.2 to target/dependency/pfl-dynamic.jar [INFO] Copying org.glassfish.main.web:web-ha:jar:6.2.6-SNAPSHOT to target/dependency/web-ha.jar [INFO] Unpacking org.glassfish.main.distributions:glassfish-common:zip:6.2.6-SNAPSHOT to target/dependency/glassfish-common [INFO] Copying org.ow2.asm:asm-analysis:jar:9.2 to target/dependency/asm-analysis.jar [INFO] Copying org.glassfish.pfl:pfl-basic:jar:4.1.2 to target/dependency/pfl-basic.jar [INFO] Copying org.eclipse.krazo:krazo-jersey:jar:2.0.1 to target/dependency/krazo-jersey.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:6.2.6-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.glassfish.main.common:container-common:jar:6.2.6-SNAPSHOT to target/dependency/container-common.jar [INFO] Copying org.glassfish.exousia:exousia:jar:1.0.0 to target/dependency/exousia.jar [INFO] Copying org.glassfish.main.ha:ha-file-store:jar:6.2.6-SNAPSHOT to target/dependency/ha-file-store.jar [INFO] Copying org.glassfish.main.admin:monitoring-core:jar:6.2.6-SNAPSHOT to target/dependency/monitoring-core.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.4 to target/dependency/jersey-container-servlet-core.jar [INFO] Copying org.glassfish.shoal:shoal-gms-api:jar:2.0.0 to target/dependency/shoal-gms-api.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:6.2.6-SNAPSHOT to target/dependency/config-api.jar [INFO] Copying org.glassfish:jsonp-jaxrs:jar:2.0.1 to target/dependency/jsonp-jaxrs.jar [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 to target/dependency/aopalliance-repackaged.jar [INFO] Copying org.glassfish.main.resources:resources-runtime:jar:6.2.6-SNAPSHOT to target/dependency/resources-runtime.jar [INFO] Copying org.glassfish.main.web:jersey-ejb-component-provider:jar:6.2.6-SNAPSHOT to target/dependency/jersey-ejb-component-provider.jar [INFO] Copying org.glassfish.main.persistence:gf-jpa-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-jpa-connector.jar [INFO] Copying org.glassfish.main.connectors:work-management:jar:6.2.6-SNAPSHOT to target/dependency/work-management.jar [INFO] Copying org.glassfish.main.persistence:persistence-common:jar:6.2.6-SNAPSHOT to target/dependency/persistence-common.jar [INFO] Copying org.glassfish.tyrus:tyrus-spi:jar:2.0.2 to target/dependency/tyrus-spi.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.0 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying org.glassfish:jakarta.faces:jar:3.0.1 to target/dependency/jakarta.faces.jar [INFO] Copying org.glassfish.main.loadbalancer:load-balancer-admin:jar:6.2.6-SNAPSHOT to target/dependency/load-balancer-admin.jar [INFO] Copying org.glassfish.shoal:shoal-cache:jar:2.0.0 to target/dependency/shoal-cache.jar [INFO] Copying org.glassfish.main.web:cdi-api-fragment:jar:6.2.6-SNAPSHOT to target/dependency/cdi-api-fragment.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.3 to target/dependency/hk2-utils.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:6.2.6-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.glassfish.pfl:pfl-tf:jar:4.1.2 to target/dependency/pfl-tf.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.0.2 to target/dependency/tyrus-container-grizzly-client.jar [INFO] Copying org.glassfish.main.security:security:jar:6.2.6-SNAPSHOT to target/dependency/security.jar [INFO] Copying org.glassfish.main.extras:javaee:jar:6.2.6-SNAPSHOT to target/dependency/javaee.jar [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.0.4 to target/dependency/jersey-server.jar [INFO] Copying com.sun.mail:jakarta.mail:jar:2.0.1 to target/dependency/jakarta.mail.jar [INFO] Copying org.glassfish.main.common:amx-javaee:jar:6.2.6-SNAPSHOT to target/dependency/amx-javaee.jar [INFO] Copying jakarta.ejb:jakarta.ejb-api:jar:4.0.0 to target/dependency/jakarta.ejb-api.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:6.2.6-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.9.14 to target/dependency/mimepull.jar [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:6.2.6-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.glassfish.main.admin:appserver-domain:jar:6.2.6-SNAPSHOT to target/dependency/appserver-domain.jar [INFO] Copying org.glassfish.main.resources:resources-connector:jar:6.2.6-SNAPSHOT to target/dependency/resources-connector.jar [INFO] Copying jakarta.websocket:jakarta.websocket-api:jar:2.0.0 to target/dependency/jakarta.websocket-api.jar [INFO] Copying org.glassfish.main.web:gf-weld-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-weld-connector.jar [INFO] Copying org.glassfish.main.security:websecurity:jar:6.2.6-SNAPSHOT to target/dependency/websecurity.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.3 to target/dependency/hk2-runlevel.jar [INFO] Copying org.glassfish.jersey.ext:jersey-mvc-jsp:jar:3.0.4 to target/dependency/jersey-mvc-jsp.jar [INFO] Copying org.glassfish.main.jdbc:templates:jar:6.2.6-SNAPSHOT to target/dependency/templates.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.4 to target/dependency/jersey-entity-filtering.jar [INFO] Copying org.glassfish.main.admingui:console-cluster-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-cluster-plugin.jar [INFO] Copying org.glassfish.tyrus:tyrus-client:jar:2.0.2 to target/dependency/tyrus-client.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.4 to target/dependency/jersey-media-jaxb.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.0 to target/dependency/jakarta.validation-api.jar [INFO] Copying org.glassfish.soteria:soteria.spi.bean.decorator.weld:jar:2.0.1 to target/dependency/soteria.spi.bean.decorator.weld.jar [INFO] Copying org.glassfish.main.deployment:deployment-autodeploy:jar:6.2.6-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.external:jsch:jar:0.1.56 to target/dependency/jsch.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (default-single) @ web --- [INFO] Reading assembly descriptor: src/main/assembly/web.xml [INFO] Copying files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/web/target/stage [INFO] Unpacking /home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator-cdi/7.0.2.Final/hibernate-validator-cdi-7.0.2.Final.jar to /home/jenkins/agent/workspace/glassfish6_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.28.0-GA/javassist-3.28.0-GA.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.4.3.Final/jboss-logging-3.4.3.Final.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/distributions/web/target/stage/glassfish6/bin/asadmin [INFO] commandLineArgs: --user admin create-domain --template=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/web/target/stage/glassfish6/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/glassfish6_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ gf-client-module --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unpack-dtds-and-schemas) @ gf-client-module --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/dependency with includes "**/*.dtd,**/*.xsd" 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/dependency with includes "**/*.dtd,**/*.xsd" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-client-module --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] Copying 134 resources [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/target/admin-cli.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [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/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/admin-util.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/target/common-util.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/target/config-api.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/nucleus/hk2/config-types/target/config-types.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/target/deployment-admin.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/deployment-common.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/target/internal-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/target/glassfish-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/target/launcher.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/logging.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/flashlight-framework.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/target/flashlight-agent.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/server-mgmt.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/kernel.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/target/api-exporter.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/target/security.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/target/security-services.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/target/ssl-impl.jar to /home/jenkins/agent/workspace/glassfish6_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.9.14/mimepull-1.9.14.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/glassfish-naming.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/monitoring-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/cli/target/cluster-cli.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/admin/target/cluster-admin.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/common/target/cluster-common.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/ssh/target/cluster-ssh.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-adapter/target/gms-adapter.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/rest-client.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/rest-service.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/AppClientContainerSecurityHelper.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/AppClientContainerSecurityHelper.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/callbackhandler/CallbackGUIBindings.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/callbackhandler/CallbackGUIBindings.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/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/security-ee.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-bundle-plugin:5.1.4:manifest (default-manifest) @ gf-client-module --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/amx-javaee.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/target/annotation-framework.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/target/container-common.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/dol.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/target/deployment-javaee-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli/target/appserver-cli.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli-optional/target/cli-optional.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/admin-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/orb-connector.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/target/ha-file-store.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/target/load-balancer-admin.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/shoal-cache-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/target/backup.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/libpam4j.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/target/nucleus-resources.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/resources-connector.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.resource-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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] Unpacking /home/jenkins/.m2/repository/jakarta/authentication/jakarta.authentication-api/2.0.0/jakarta.authentication-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/classes [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/authorization/jakarta.authorization-api/2.0.0/jakarta.authorization-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/target/transaction-internal-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.persistence-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0/jakarta.ejb-api-4.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0/jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/connectors-admin.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/connectors-runtime.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/mail-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/mail-runtime.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/jdbc-config.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/target/resources-runtime.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/work-management/target/work-management.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/jpa-container/target/jpa-container.jar to /home/jenkins/agent/workspace/glassfish6_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.asm/9.2.0/org.eclipse.persistence.asm-9.2.0.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.2/org.eclipse.persistence.core-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCClassLoader.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/generated-sources/hk2-config-generator/src/test/java [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.2/org.eclipse.persistence.jpa-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.2/org.eclipse.persistence.jpa.jpql-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.modelgen.processor/3.0.2/org.eclipse.persistence.jpa.modelgen.processor-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.2/org.eclipse.persistence.moxy-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.2/org.eclipse.persistence.dbws-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/generated-sources/hk2-config-generator/src/test/java added. [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ gf-client-module --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-client-module --- [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.2/org.eclipse.persistence.oracle-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/common/target/persistence-common.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/jta.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Executing tasks [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/jts.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ gf-client-module --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/gf-client-module.jar [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/glassfish6_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-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-client-module --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-client-module --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.appclient-gf-client-module-checkstyle) @ gf-client-module --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-client-module --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/gf-client-module-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client-module/6.2.6-SNAPSHOT/gf-client-module-6.2.6-SNAPSHOT.pom [INFO] [INFO] [INFO] ---------------< org.glassfish.main.appclient:gf-client >--------------- [INFO] Building Client Library (including ACC) 6.2.6-SNAPSHOT [283/288] [INFO] ----------< org.glassfish.main.extras:glassfish-embedded-all >---------- [INFO] Building Embedded GlassFish All-In-One 6.2.6-SNAPSHOT [284/288] [INFO] ---------------------------[ glassfish-jar ]---------------------------- [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe 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] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ gf-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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/glassfish6_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.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish-embedded-all --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/ejb-mapping/target/cmp-ejb-mapping.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-ejb/target/cmp-support-ejb.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/support-sqlstore/target/cmp-support-sqlstore.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/utility/target/cmp-utility.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/model/target/cmp-model.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/internal-api/target/cmp-internal-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/generator-database/target/cmp-generator-database.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/cmp/enhancer/target/cmp-enhancer.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/target/ejb-client.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/target/ejb-container.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-naming/target/glassfish-naming.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/monitor/target/monitoring-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/cluster/gms-bootstrap/target/gms-bootstrap.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/core-ee/target/security-ee.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/amx-javaee/target/amx-javaee.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/javaee-kernel.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.1/jakarta.faces-3.0.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/annotation-framework/target/annotation-framework.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/container-common/target/container-common.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dol/target/dol.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-core/target/deployment-javaee-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli/target/appserver-cli.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Source directory: /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ gf-client --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/cli-optional/target/cli-optional.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ gf-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/admin-core/target/admin-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-internal-api/target/ejb-internal-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/classes [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-internal-api/target/connectors-internal-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-connector/target/orb-connector.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ha/ha-file-store/target/ha-file-store.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/admin/target/load-balancer-admin.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/shoal-cache-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/admin/backup/target/backup.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/load-balancer/gf-load-balancer-connector/target/gf-load-balancer-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/jaspic-provider-framework/target/jaspic.provider.framework.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/libpam4j/target/libpam4j.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/target/gf-web-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/resources/target/nucleus-resources.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/target/jsf-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/target/jspcaching-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/target/jstl-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-connector/target/resources-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/target/stats77.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/internal-api/target/transaction-internal-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/admin/target/web-cli.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/target/web-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/com.ibm.jbatch.container-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/api/target/web-embed-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/target/web-glue.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/com.ibm.jbatch.spi-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-connector/target/concurrent-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/concurrent/concurrent-impl/target/concurrent-impl.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/javaee-full/target/deployment-javaee-full.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-commands/target/glassfish-batch-commands.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/batch/glassfish-batch-connector/target/glassfish-batch-connector.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/jakarta.enterprise.concurrent-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar to /home/jenkins/agent/workspace/glassfish6_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-orb/4.2.4/glassfish-corba-orb-4.2.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/target/web-ha.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/target/web-naming.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/target/web-sse.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/target/war-util.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.servlet.jsp-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.1/wasp-3.0.1.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/jakarta.servlet.jsp.jstl-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/web/jakarta.servlet.jsp.jstl/2.0.0/jakarta.servlet.jsp.jstl-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/acc/agent/ACCAgentClassLoader.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.4:manifest (default-manifest) @ gf-client --- [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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Writing manifest: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- command-security-maven-plugin:1.0.14: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/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/classes [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/glassfish6_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/glassfish6_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/4.0.0/jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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.0.0/jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-core-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-full-container/target/ejb-full-container.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/ejb.security/target/ejb.security.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-enabler/target/orb-enabler.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/orb/orb-iiop/target/orb-iiop.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-server-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-spi-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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-api/2.0.0/shoal-gms-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-client-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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-container-servlet/2.0.2/tyrus-container-servlet-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/shoal-gms-impl-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-container-grizzly-client-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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-container-glassfish-cdi/2.0.2/tyrus-container-glassfish-cdi-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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-container-glassfish-ejb/2.0.2/tyrus-container-glassfish-ejb-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webintegration/target/websecurity.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/soteria/jakarta.security.enterprise/2.0.1/jakarta.security.enterprise-2.0.1.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/jakarta.security.enterprise-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/mbeanserver/target/glassfish-mbeanserver.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/amx-core/target/amx-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-weld-connector/target/gf-weld-connector.jar to /home/jenkins/agent/workspace/glassfish6_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/4.0.2.Final/weld-osgi-bundle-4.0.2.Final.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-client/target/ejb-client.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-container/target/ejb-container.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-connector/target/gf-ejb-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/core/javaee-kernel/target/javaee-kernel.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.2/asm-9.2.jar to /home/jenkins/agent/workspace/glassfish6_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.2/asm-analysis-9.2.jar to /home/jenkins/agent/workspace/glassfish6_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.2/asm-commons-9.2.jar to /home/jenkins/agent/workspace/glassfish6_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.2/asm-tree-9.2.jar to /home/jenkins/agent/workspace/glassfish6_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.2/asm-util-9.2.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/hk2-config/target/hk2-config.jar to /home/jenkins/agent/workspace/glassfish6_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-runlevel/3.0.3/hk2-runlevel-3.0.3.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-standalone/src/main/java/org/glassfish/appclient/client/acc/agent/ACCAgentClassLoader.java: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.2.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-M6:test (default-test) @ gf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ gf-client --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/3.0.3/hk2-3.0.3.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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.2.2:jar (default-jar) @ gf-client --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/gf-client.jar [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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ gf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ gf-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.appclient-gf-client-checkstyle) @ gf-client --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ gf-client --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-standalone/target/gf-client.jar to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client/6.2.6-SNAPSHOT/gf-client-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-standalone/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/appclient/gf-client/6.2.6-SNAPSHOT/gf-client-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.featuresets:glassfish >-------------- [INFO] Building Glassfish Featureset 6.2.6-SNAPSHOT [285/288] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish Featureset: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar to /home/jenkins/agent/workspace/glassfish6_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/7.0.2.Final/hibernate-validator-7.0.2.Final.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/target/weld-integration.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0-M3:enforce (enforce-maven) @ glassfish --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/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.3.0:unpack (unpack-resource) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/glassfish/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/target/jdbc-admin.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/featuresets/glassfish/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.4/jersey-media-moxy-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-glassfish-checkstyle) @ glassfish --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/glassfish/6.2.6-SNAPSHOT/glassfish-6.2.6-SNAPSHOT.pom [INFO] [INFO] ----------------< org.glassfish.main.featuresets:debug >---------------- [INFO] Building Debug 6.2.6-SNAPSHOT [286/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Debug: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.4/jersey-cdi1x-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-cdi1x-servlet-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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) @ debug --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/3.0.4/jersey-cdi1x-transaction-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ debug --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ debug --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ debug --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/debug/target/common-resources with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/3.0.4/jersey-container-servlet-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/debug/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/featuresets/debug/target/classes [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/3.0.4/jersey-container-servlet-core-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-json-processing-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-mvc-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-mvc-jsp-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-server-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-client-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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/7.0.2.Final/hibernate-validator-cdi-7.0.2.Final.jar to /home/jenkins/agent/workspace/glassfish6_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.28.0-GA/javassist-3.28.0-GA.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-container-grizzly2-http-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-jaxb-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-json-jettison-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-json-jackson-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-sse-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-multipart-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.4.3.Final/jboss-logging-3.4.3.Final.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-bean-validation-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.0.4/jersey-entity-filtering-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/grizzly/nucleus-grizzly-all/target/nucleus-grizzly-all.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-common-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/3.0.4/jersey-hk2-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/grizzly/glassfish-grizzly-extra-all/target/glassfish-grizzly-extra-all.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.ws.rs-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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-binding/3.0.4/jersey-media-json-binding-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.13.1/jackson-core-2.13.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/admin/target/connectors-admin.jar to /home/jenkins/agent/workspace/glassfish6_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.13.1/jackson-databind-2.13.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-runtime/target/connectors-runtime.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-connector/target/gf-connectors-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/glassfish-ee-api/target/glassfish-ee-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-connector/target/mail-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/mail/mail-runtime/target/mail-runtime.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-config/target/jdbc-config.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/resources/resources-runtime/target/resources-runtime.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/work-management/target/work-management.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/cdi-api-fragment/target/cdi-api-fragment.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-weld-connector/target/gf-weld-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/weld/weld-osgi-bundle/4.0.2.Final/weld-osgi-bundle-4.0.2.Final.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0:run (default-manifest) @ web --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.13.1/jackson-annotations-2.13.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/web/target/web.zip [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.13.1/jackson-module-jakarta-xmlbind-annotations-2.13.1.jar to /home/jenkins/agent/workspace/glassfish6_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.4.1/jettison-1.4.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [zip] glassfish6/glassfish/config/asenv.bat already added, skipping [INFO] [zip] glassfish6/glassfish/config/asenv.conf already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/admin-keyfile already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/cacerts.jks already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/domain-passwords already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/keyfile already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/keystore.jks already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/login.conf already added, skipping [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.1/jakarta.json-2.0.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jsonp-jaxrs/2.0.1/jsonp-jaxrs-2.0.1.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/jakarta.json.bind-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/yasson/2.0.4/yasson-2.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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-api/2.0.0/shoal-gms-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/shoal-gms-impl-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/target/tiger-types.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unzip-dependencies-with-jars) @ glassfish-embedded-web --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/target/nucleus-dtds.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/schemas/target/nucleus-schemas.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/jboss/classfilewriter/jboss-classfilewriter/1.2.5.Final/jboss-classfilewriter-1.2.5.Final.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration/target/weld-integration.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/weld-integration-fragment/target/weld-integration-fragment.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/admin/target/jdbc-admin.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/target/javaee-frag.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-runtime/target/jdbc-runtime.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/connectors-inbound-runtime/target/connectors-inbound-runtime.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-connector/target/gf-jms-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/gf-jms-injection/target/gf-jms-injection.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/admin/target/jms-admin.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jms-core/target/jms-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/gf-jpa-connector/target/gf-jpa-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/oracle-jdbc-driver-packages/target/glassfish-oracle-jdbc-driver-packages.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/jpa-container/target/jpa-container.jar to /home/jenkins/agent/workspace/glassfish6_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.2.0/org.eclipse.persistence.asm-9.2.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/jars/javadb with includes "**/lib/**,**/bin/**" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.2/org.eclipse.persistence.core-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-embedded-web --- [INFO] Skipping the execution. [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (jdbcra-cp.rar) @ glassfish-embedded-web --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-cp.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/rars/glassfish-embedded-web-__cp_jdbc_ra.rar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (jdbcra-ds.rar) @ glassfish-embedded-web --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-ds.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/rars/glassfish-embedded-web-__ds_jdbc_ra.rar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (jdbcra-dm.rar) @ glassfish-embedded-web --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-dm.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/rars/glassfish-embedded-web-__dm_jdbc_ra.rar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (jdbcra-xa.rar) @ glassfish-embedded-web --- [INFO] Reading assembly descriptor: src/assembly/jdbcra-xa.xml [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ glassfish-embedded-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-embedded-web --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes/META-INF for [INFO] [echo] glassfish-embedded-web [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- hk2-inhabitant-generator:3.0.3:generate-inhabitants (generate-inhabitants) @ glassfish-embedded-web --- [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/glassfish6_build-and-test_jdk18/appserver/featuresets/debug/target/classes [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.2/org.eclipse.persistence.jpa-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.2/org.eclipse.persistence.jpa.jpql-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.2/org.eclipse.persistence.jpa.modelgen.processor-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.2/org.eclipse.persistence.moxy-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.2/org.eclipse.persistence.dbws-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.oracle/3.0.2/org.eclipse.persistence.oracle-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/persistence/common/target/persistence-common.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.1/jakarta.faces-3.0.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jta/target/jta.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/transaction/jts/target/jts.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/gf-restadmin-connector/target/gf-restadmin-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-client/target/rest-client.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/rest/rest-service/target/rest-service.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/cli/target/admin-cli.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/util/target/admin-util.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/common-util/target/common-util.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.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-M6:test (default-test) @ debug --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ debug --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/config-api/target/config-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/featuresets/debug/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ debug --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/debug/target/debug.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ debug --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ debug --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.featuresets-debug-checkstyle) @ debug --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ debug --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/debug/target/debug.jar to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/debug/6.2.6-SNAPSHOT/debug-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/featuresets/debug/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/featuresets/debug/6.2.6-SNAPSHOT/debug-6.2.6-SNAPSHOT.pom [INFO] [INFO] -------------< org.glassfish.main.distributions:glassfish >------------- [INFO] Building Glassfish Distribution 6.2.6-SNAPSHOT [287/288] [INFO] -----------------------[ glassfish-distribution ]----------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in Glassfish Distribution: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ glassfish --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ glassfish --- [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:echo (echo) @ glassfish --- [INFO] ------------------------------------------------------------------------ [INFO] Building in /home/jenkins/agent/workspace/glassfish6_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.3.0:unpack (unpack-resource) @ glassfish --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- glassfishbuild-maven-plugin:3.2.27:featuresets-dependencies (default-featuresets-dependencies) @ glassfish --- [INFO] Copying org.ow2.asm:asm-analysis:jar:9.2 to target/dependency/asm-analysis.jar [INFO] Copying org.glassfish.main.admingui:console-ejb-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-ejb-plugin.jar [INFO] Copying org.glassfish.main.deployment:deployment-javaee-full:jar:6.2.6-SNAPSHOT to target/dependency/deployment-javaee-full.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.2.0 to target/dependency/org.eclipse.persistence.asm.jar [INFO] Copying org.glassfish.main.ejb:ejb-internal-api:jar:6.2.6-SNAPSHOT to target/dependency/ejb-internal-api.jar [INFO] Copying org.glassfish.main.admingui:console-concurrent-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-concurrent-plugin.jar [INFO] Copying org.jboss.logging:jboss-logging:jar:3.4.3.Final to target/dependency/jboss-logging.jar [INFO] Copying org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.3 to target/dependency/aopalliance-repackaged.jar [INFO] Copying org.glassfish.hk2:class-model:jar:3.0.3 to target/dependency/class-model.jar [INFO] Copying org.glassfish.main.ejb:ejb-client:jar:6.2.6-SNAPSHOT to target/dependency/ejb-client.jar [INFO] Copying org.glassfish.main.cluster:gms-adapter:jar:6.2.6-SNAPSHOT to target/dependency/gms-adapter.jar [INFO] Copying org.glassfish.metro:wstx-services:war:3.0.3 to target/dependency/wstx-services.war [INFO] Unpacking org.glassfish.main.connectors:descriptors:zip:6.2.6-SNAPSHOT to target/dependency/descriptors [INFO] Copying org.glassfish.jersey.core:jersey-common:jar:3.0.4 to target/dependency/jersey-common.jar [INFO] Copying org.jvnet.mimepull:mimepull:jar:1.9.14 to target/dependency/mimepull.jar [INFO] Copying org.glassfish.main.admin:nucleus-domain:jar:6.2.6-SNAPSHOT to target/dependency/nucleus-domain.jar [INFO] Copying org.glassfish.external:dbschema:jar:6.7 to target/dependency/dbschema.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.admin:gf-restadmin-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-restadmin-connector.jar [INFO] Copying org.glassfish.main.security:jaspic.provider.framework:jar:6.2.6-SNAPSHOT to target/dependency/jaspic.provider.framework.jar [INFO] Unpacking org.glassfish.external:derby:zip:10.15.2.0 to target/dependency/derby [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (glassfish-embedded-web.jar) @ glassfish-embedded-web --- [INFO] Reading assembly descriptor: src/assembly/package.xml [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/config-types/target/config-types.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/admin/target/deployment-admin.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/autodeploy/target/deployment-autodeploy.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/common/target/deployment-common.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/internal-api/target/internal-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/glassfish-api/target/glassfish-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/launcher/target/launcher.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/logging/target/logging.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/scattered-archive-api/target/scattered-archive-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/common/simple-glassfish-api/target/simple-glassfish-api.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/framework/target/flashlight-framework.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/agent/target/flashlight-agent.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/flashlight/flashlight-extra-jdk-packages/target/flashlight-extra-jdk-packages.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/admin/server-mgmt/target/server-mgmt.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-web-checkstyle) @ web --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ web --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/web/target/web.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/web/6.2.6-SNAPSHOT/web-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/web/6.2.6-SNAPSHOT/web-6.2.6-SNAPSHOT.pom [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/kernel/target/kernel.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/bootstrap/target/glassfish.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/core/api-exporter/target/api-exporter.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/core/target/security.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/services/target/security-services.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/security/ssl-impl/target/ssl-impl.jar to /home/jenkins/agent/workspace/glassfish6_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.9.14/mimepull-1.9.14.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.main.concurrent:concurrent-impl:jar:6.2.6-SNAPSHOT to target/dependency/concurrent-impl.jar [INFO] Copying org.glassfish.hk2:hk2-locator:jar:3.0.3 to target/dependency/hk2-locator.jar [INFO] Copying org.glassfish.main.resourcebase.resources:nucleus-resources:jar:6.2.6-SNAPSHOT to target/dependency/nucleus-resources.jar [INFO] Copying org.glassfish.main.web:web-core:jar:6.2.6-SNAPSHOT to target/dependency/web-core.jar [INFO] Copying org.apache.felix:org.apache.felix.eventadmin:jar:1.6.2 to target/dependency/org.apache.felix.eventadmin.jar [INFO] Copying org.glassfish.main.common:glassfish-naming:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-naming.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.0.4 to target/dependency/jersey-container-servlet-core.jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gf-web-connector/target/gf-web-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.tyrus:tyrus-core:jar:2.0.2 to target/dependency/tyrus-core.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-extra-jdk-packages:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-extra-jdk-packages.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.0.4 to target/dependency/jersey-container-grizzly2-http.jar [INFO] Unpacking org.glassfish.main.jms:jmsra:zip:6.2.6-SNAPSHOT to target/dependency/jmsra [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jsf-connector/target/jsf-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jspcaching-connector/target/jspcaching-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jstl-connector/target/jstl-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-ejb-component-provider/target/jersey-ejb-component-provider.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/jersey-mvc-connector/target/jersey-mvc-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/common/stats77/target/stats77.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/admin/target/web-cli.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.osgi:org.osgi.util.function:jar:1.1.0 to target/dependency/org.osgi.util.function.jar [INFO] Copying com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1 to target/dependency/jackson-annotations.jar [INFO] Copying com.fasterxml.woodstox:woodstox-core:jar:6.2.5 to target/dependency/woodstox-core.jar [INFO] Copying org.glassfish.main.cluster:gms-bootstrap:jar:6.2.6-SNAPSHOT to target/dependency/gms-bootstrap.jar [INFO] Copying org.glassfish.main.appclient:gf-client:jar:6.2.6-SNAPSHOT to target/dependency/gf-client.jar [INFO] Copying jakarta.ejb:jakarta.ejb-api:jar:4.0.0 to target/dependency/jakarta.ejb-api.jar [INFO] Copying com.sun.activation:jakarta.activation:jar:2.0.1 to target/dependency/jakarta.activation.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-framework:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-framework.jar [INFO] Copying org.glassfish.metro:webservices-api-osgi:jar:3.0.3 to target/dependency/webservices-api-osgi.jar [INFO] Copying org.glassfish.main.web:cdi-api-fragment:jar:6.2.6-SNAPSHOT to target/dependency/cdi-api-fragment.jar [INFO] Copying org.glassfish.main.ejb:gf-ejb-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-ejb-connector.jar [INFO] Copying org.glassfish.main.persistence:glassfish-oracle-jdbc-driver-packages:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-oracle-jdbc-driver-packages.jar [INFO] Copying org.glassfish.main.admingui:console-jdbc-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-jdbc-plugin.jar [INFO] Copying org.glassfish.main.connectors:descriptors:jar:resources:6.2.6-SNAPSHOT to target/dependency/descriptors.jar [INFO] Copying org.eclipse.krazo:krazo-core:jar:2.0.1 to target/dependency/krazo-core.jar [INFO] Copying org.glassfish.main.resources:resources-connector:jar:6.2.6-SNAPSHOT to target/dependency/resources-connector.jar [INFO] Copying com.sun.mail:jakarta.mail:jar:2.0.1 to target/dependency/jakarta.mail.jar [INFO] Unpacking org.glassfish.main.jdbc.jdbc-ra.jdbc-ra-distribution:jdbc-ra:zip:6.2.6-SNAPSHOT to target/dependency/jdbc-ra [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-core/target/web-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.jersey.media:jersey-media-sse:jar:3.0.4 to target/dependency/jersey-media-sse.jar [INFO] Copying org.glassfish.main.web:war-util:jar:6.2.6-SNAPSHOT to target/dependency/war-util.jar [INFO] Copying org.glassfish.main.common:simple-glassfish-api:jar:6.2.6-SNAPSHOT to target/dependency/simple-glassfish-api.jar [INFO] Copying org.glassfish.shoal:shoal-gms-api:jar:2.0.0 to target/dependency/shoal-gms-api.jar [INFO] Copying org.glassfish.main.common:amx-core:jar:6.2.6-SNAPSHOT to target/dependency/amx-core.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.connectors:connectors-runtime:jar:6.2.6-SNAPSHOT to target/dependency/connectors-runtime.jar [INFO] Copying org.glassfish.hk2:hk2-api:jar:3.0.3 to target/dependency/hk2-api.jar [INFO] Copying org.glassfish.main.web:jersey-mvc-connector:jar:6.2.6-SNAPSHOT to target/dependency/jersey-mvc-connector.jar [INFO] Copying org.glassfish.main.resources:mail-connector:jar:6.2.6-SNAPSHOT to target/dependency/mail-connector.jar [INFO] Copying org.glassfish.main.orb:orb-connector:jar:6.2.6-SNAPSHOT to target/dependency/orb-connector.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-model:jar:6.2.6-SNAPSHOT to target/dependency/cmp-model.jar [INFO] Copying jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 to target/dependency/jakarta.xml.bind-api.jar [INFO] Copying org.glassfish:jsonp-jaxrs:jar:2.0.1 to target/dependency/jsonp-jaxrs.jar [INFO] Copying org.glassfish.main.appclient:acc-config:jar:6.2.6-SNAPSHOT to target/dependency/acc-config.jar [INFO] Copying org.apache.felix:org.apache.felix.fileinstall:jar:3.7.0 to target/dependency/org.apache.felix.fileinstall.jar [INFO] Copying org.apache.felix:org.apache.felix.gogo.runtime:jar:1.1.4 to target/dependency/org.apache.felix.gogo.runtime.jar [INFO] Copying org.glassfish.main.common:glassfish-api:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-api.jar [INFO] Copying org.glassfish.jersey.core:jersey-server:jar:3.0.4 to target/dependency/jersey-server.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.core:glassfish-extra-jre-packages:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-extra-jre-packages.jar [INFO] Copying org.glassfish.main.common:scattered-archive-api:jar:6.2.6-SNAPSHOT to target/dependency/scattered-archive-api.jar [INFO] Copying org.glassfish.main.loadbalancer:load-balancer-admin:jar:6.2.6-SNAPSHOT to target/dependency/load-balancer-admin.jar [INFO] Copying org.glassfish.soteria:jakarta.security.enterprise:jar:2.0.1 to target/dependency/jakarta.security.enterprise.jar [INFO] Copying org.glassfish.main.admingui:console-common-full-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-common-full-plugin.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-support-ejb:jar:6.2.6-SNAPSHOT to target/dependency/cmp-support-ejb.jar [INFO] Copying org.glassfish.hk2:hk2-utils:jar:3.0.3 to target/dependency/hk2-utils.jar [INFO] Copying org.glassfish.main.web:jstl-connector:jar:6.2.6-SNAPSHOT to target/dependency/jstl-connector.jar [INFO] Copying org.glassfish.main.ejb:ejb-full-container:jar:6.2.6-SNAPSHOT to target/dependency/ejb-full-container.jar [INFO] Copying org.glassfish.main.admingui:console-community-branding-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-community-branding-plugin.jar [INFO] Copying jakarta.servlet.jsp:jakarta.servlet.jsp-api:jar:3.0.0 to target/dependency/jakarta.servlet.jsp-api.jar [INFO] Copying org.glassfish.main.common:glassfish-ee-api:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-ee-api.jar [INFO] Copying org.glassfish.main.cluster:cluster-ssh:jar:6.2.6-SNAPSHOT to target/dependency/cluster-ssh.jar [INFO] Copying org.glassfish.main.common:glassfish-mbeanserver:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-mbeanserver.jar [INFO] Copying org.glassfish.main.common:amx-javaee:jar:6.2.6-SNAPSHOT to target/dependency/amx-javaee.jar [INFO] Copying org.glassfish.main.common:common-util:jar:6.2.6-SNAPSHOT to target/dependency/common-util.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-grizzly-client:jar:2.0.2 to target/dependency/tyrus-container-grizzly-client.jar [INFO] Copying jakarta.security.enterprise:jakarta.security.enterprise-api:jar:2.0.0 to target/dependency/jakarta.security.enterprise-api.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa:jar:3.0.2 to target/dependency/org.eclipse.persistence.jpa.jar [INFO] Copying org.glassfish.main.orb:orb-enabler:jar:6.2.6-SNAPSHOT to target/dependency/orb-enabler.jar [INFO] Copying org.glassfish.main.core:glassfish:jar:6.2.6-SNAPSHOT to target/dependency/glassfish.jar [INFO] Copying org.glassfish.main.ejb:ejb-timer-service-app:war:6.2.6-SNAPSHOT to target/dependency/ejb-timer-service-app.war [INFO] Copying org.glassfish.main.security:security-services:jar:6.2.6-SNAPSHOT to target/dependency/security-services.jar [INFO] Copying org.glassfish.main.admingui:console-jms-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-jms-plugin.jar [INFO] Copying org.glassfish.main.security:ssl-impl:jar:6.2.6-SNAPSHOT to target/dependency/ssl-impl.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-runtime:jar:6.2.6-SNAPSHOT to target/dependency/jdbc-runtime.jar [INFO] Copying org.glassfish.jersey.containers:jersey-container-servlet:jar:3.0.4 to target/dependency/jersey-container-servlet.jar [INFO] Copying jakarta.websocket:jakarta.websocket-api:jar:2.0.0 to target/dependency/jakarta.websocket-api.jar [INFO] Copying org.glassfish.main.connectors:connectors-inbound-runtime:jar:6.2.6-SNAPSHOT to target/dependency/connectors-inbound-runtime.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:jar:3.0.4 to target/dependency/jersey-cdi1x-transaction.jar [INFO] Copying org.glassfish.main.connectors:work-management:jar:6.2.6-SNAPSHOT to target/dependency/work-management.jar [INFO] Copying org.glassfish.main.admingui:dataprovider:jar:6.2.6-SNAPSHOT to target/dependency/dataprovider.jar [INFO] Copying org.glassfish.shoal:shoal-gms-impl:jar:2.0.0 to target/dependency/shoal-gms-impl.jar [INFO] Copying com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.13.1 to target/dependency/jackson-module-jakarta-xmlbind-annotations.jar [INFO] Copying jakarta.authorization:jakarta.authorization-api:jar:2.0.0 to target/dependency/jakarta.authorization-api.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-config:jar:6.2.6-SNAPSHOT to target/dependency/jdbc-config.jar [INFO] Copying org.glassfish.main.jdbc:templates:jar:6.2.6-SNAPSHOT to target/dependency/templates.jar [INFO] Copying org.glassfish.main.web:web-sse:jar:6.2.6-SNAPSHOT to target/dependency/web-sse.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.moxy:jar:3.0.2 to target/dependency/org.eclipse.persistence.moxy.jar [INFO] Copying org.glassfish.main.jms:jms-core:jar:6.2.6-SNAPSHOT to target/dependency/jms-core.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-schemas:zip:6.2.6-SNAPSHOT to target/dependency/nucleus-schemas [INFO] Copying org.glassfish.corba:rmic:jar:4.2.4 to target/dependency/rmic.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-enhancer:jar:6.2.6-SNAPSHOT to target/dependency/cmp-enhancer.jar [INFO] Unpacking org.glassfish.main.ejb:ejb-timer-databases:zip:6.2.6-SNAPSHOT to target/dependency/ejb-timer-databases [INFO] Unpacking org.glassfish.main.deployment:appserver-dtds:zip:6.2.6-SNAPSHOT to target/dependency/appserver-dtds [INFO] Copying org.glassfish.main.deployment:deployment-common:jar:6.2.6-SNAPSHOT to target/dependency/deployment-common.jar [INFO] Copying org.glassfish.main.appclient.server:appclient-connector:jar:6.2.6-SNAPSHOT to target/dependency/appclient-connector.jar [INFO] Copying org.glassfish.main.admin:config-api:jar:6.2.6-SNAPSHOT to target/dependency/config-api.jar [INFO] Copying org.glassfish.main.admin:monitoring-core:jar:6.2.6-SNAPSHOT to target/dependency/monitoring-core.jar [INFO] Copying org.glassfish.hk2:hk2-runlevel:jar:3.0.3 to target/dependency/hk2-runlevel.jar [INFO] Copying org.glassfish.main.security:ejb.security:jar:6.2.6-SNAPSHOT to target/dependency/ejb.security.jar [INFO] Copying org.glassfish.main.security:webservices.security:jar:6.2.6-SNAPSHOT to target/dependency/webservices.security.jar [INFO] Copying org.glassfish.main.security:appclient.security:jar:6.2.6-SNAPSHOT to target/dependency/appclient.security.jar [INFO] Copying jakarta.interceptor:jakarta.interceptor-api:jar:2.0.0 to target/dependency/jakarta.interceptor-api.jar [INFO] Copying org.glassfish.main.appclient.server:appclient-server-core:jar:6.2.6-SNAPSHOT to target/dependency/appclient-server-core.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-multipart:jar:3.0.4 to target/dependency/jersey-media-multipart.jar [INFO] Copying org.glassfish.main.web:jersey-ejb-component-provider:jar:6.2.6-SNAPSHOT to target/dependency/jersey-ejb-component-provider.jar [INFO] Unpacking org.glassfish.main.admingui:war:war:6.2.6-SNAPSHOT to target/dependency/war [INFO] Copying org.glassfish.web:jakarta.servlet.jsp.jstl:jar:2.0.0 to target/dependency/jakarta.servlet.jsp.jstl.jar [INFO] Copying org.glassfish.corba:glassfish-corba-internal-api:jar:4.2.4 to target/dependency/glassfish-corba-internal-api.jar [INFO] Copying jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 to target/dependency/jakarta.ws.rs-api.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-jaxb:jar:3.0.4 to target/dependency/jersey-media-jaxb.jar [INFO] Copying org.glassfish.main.admin:admin-core:jar:6.2.6-SNAPSHOT to target/dependency/admin-core.jar [INFO] Copying jakarta.validation:jakarta.validation-api:jar:3.0.0 to target/dependency/jakarta.validation-api.jar [INFO] Copying org.glassfish.main.web:gf-weld-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-weld-connector.jar [INFO] Copying org.glassfish.main.admin:launcher:jar:6.2.6-SNAPSHOT to target/dependency/launcher.jar [INFO] Copying org.glassfish.main.admin:appserver-domain:jar:6.2.6-SNAPSHOT to target/dependency/appserver-domain.jar [INFO] Copying org.glassfish.main.transaction:jta:jar:6.2.6-SNAPSHOT to target/dependency/jta.jar [INFO] Copying org.glassfish.external:jsch:jar:0.1.56 to target/dependency/jsch.jar [INFO] Copying org.glassfish.pfl:pfl-tf:jar:4.1.2 to target/dependency/pfl-tf.jar [INFO] Copying org.glassfish.main.extras:javaee:jar:6.2.6-SNAPSHOT to target/dependency/javaee.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.core:jar:3.0.2 to target/dependency/org.eclipse.persistence.core.jar [INFO] Copying org.glassfish.main.flashlight:flashlight-agent:jar:6.2.6-SNAPSHOT to target/dependency/flashlight-agent.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-binding:jar:3.0.4 to target/dependency/jersey-media-json-binding.jar [INFO] Copying org.apache.felix:org.apache.felix.main:jar:7.0.3 to target/dependency/felix.jar [INFO] Unpacking org.glassfish.main.deployment:appserver-schemas:zip:6.2.6-SNAPSHOT to target/dependency/appserver-schemas [INFO] Copying org.glassfish.main.security:security-ee:jar:6.2.6-SNAPSHOT to target/dependency/security-ee.jar [INFO] Copying org.glassfish.main.deployment:dol:jar:6.2.6-SNAPSHOT to target/dependency/dol.jar [INFO] Copying org.glassfish.main.orb:orb-iiop:jar:6.2.6-SNAPSHOT to target/dependency/orb-iiop.jar [INFO] Copying org.glassfish.main.common:stats77:jar:6.2.6-SNAPSHOT to target/dependency/stats77.jar [INFO] Copying org.glassfish.main.webservices:webservices-connector:jar:6.2.6-SNAPSHOT to target/dependency/webservices-connector.jar [INFO] Copying org.glassfish.main.cluster:cluster-admin:jar:6.2.6-SNAPSHOT to target/dependency/cluster-admin.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:3.0.2 to target/dependency/org.eclipse.persistence.jpa.jpql.jar [INFO] Unpacking org.glassfish.main.deployment:nucleus-dtds:zip:6.2.6-SNAPSHOT to target/dependency/nucleus-dtds [INFO] Copying org.glassfish.main.web:weld-integration:jar:6.2.6-SNAPSHOT to target/dependency/weld-integration.jar [INFO] Copying org.jboss.weld:weld-osgi-bundle:jar:4.0.2.Final to target/dependency/weld-osgi-bundle.jar [INFO] Copying org.eclipse.krazo:krazo-jersey:jar:2.0.1 to target/dependency/krazo-jersey.jar [INFO] Copying jakarta.persistence:jakarta.persistence-api:jar:3.0.0 to target/dependency/jakarta.persistence-api.jar [INFO] Copying org.glassfish.main.admin:appserver-cli:jar:6.2.6-SNAPSHOT to target/dependency/appserver-cli.jar [INFO] Copying org.glassfish.jersey.ext:jersey-mvc:jar:3.0.4 to target/dependency/jersey-mvc.jar [INFO] Copying org.glassfish.pfl:pfl-basic:jar:4.1.2 to target/dependency/pfl-basic.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:jar:3.0.2 to target/dependency/org.eclipse.persistence.jpa.modelgen.processor.jar [INFO] Copying jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:jar:2.0.0 to target/dependency/jakarta.servlet.jsp.jstl-api.jar [INFO] Copying org.glassfish.tyrus:tyrus-server:jar:2.0.2 to target/dependency/tyrus-server.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-bootstrap:jar:6.2.6-SNAPSHOT to target/dependency/ha-shoal-cache-bootstrap.jar [INFO] Copying org.glassfish.metro:webservices-extra-jdk-packages:jar:3.0.3 to target/dependency/webservices-extra-jdk-packages.jar [INFO] Unpacking org.glassfish.main.distributions:glassfish-common:zip:6.2.6-SNAPSHOT to target/dependency/glassfish-common [INFO] Copying org.glassfish.main.connectors:connectors-admin:jar:6.2.6-SNAPSHOT to target/dependency/connectors-admin.jar [INFO] Copying org.glassfish.main.web:web-glue:jar:6.2.6-SNAPSHOT to target/dependency/web-glue.jar [INFO] Copying jakarta.resource:jakarta.resource-api:jar:2.0.0 to target/dependency/jakarta.resource-api.jar [INFO] Copying org.glassfish.main.web:weld-integration-fragment:jar:6.2.6-SNAPSHOT to target/dependency/weld-integration-fragment.jar [INFO] Copying org.glassfish.jersey.ext:jersey-bean-validation:jar:3.0.4 to target/dependency/jersey-bean-validation.jar [INFO] Copying org.glassfish.main.cluster:cluster-common:jar:6.2.6-SNAPSHOT to target/dependency/cluster-common.jar [INFO] Copying org.glassfish.main.persistence:gf-jpa-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-jpa-connector.jar [INFO] Copying org.glassfish.main.admin:cli-optional:jar:6.2.6-SNAPSHOT to target/dependency/cli-optional.jar [INFO] Copying org.hibernate.validator:hibernate-validator:jar:7.0.2.Final to target/dependency/hibernate-validator.jar [INFO] Copying org.glassfish.main.transaction:transaction-internal-api:jar:6.2.6-SNAPSHOT to target/dependency/transaction-internal-api.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.deployment:deployment-autodeploy:jar:6.2.6-SNAPSHOT to target/dependency/deployment-autodeploy.jar [INFO] Copying org.glassfish.main.hk2:tiger-types:jar:6.2.6-SNAPSHOT to target/dependency/tiger-types.jar [INFO] Copying org.glassfish.main.grizzly:nucleus-grizzly-all:jar:6.2.6-SNAPSHOT to target/dependency/nucleus-grizzly-all.jar [INFO] Copying org.glassfish.main.admingui:console-plugin-service:jar:6.2.6-SNAPSHOT to target/dependency/console-plugin-service.jar [INFO] Copying org.glassfish.main.admin:admin-cli:jar:6.2.6-SNAPSHOT to target/dependency/admin-cli.jar [INFO] Copying org.glassfish.main.batch:glassfish-batch-connector:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-batch-connector.jar [INFO] Copying org.glassfish.main.common:annotation-framework:jar:6.2.6-SNAPSHOT to target/dependency/annotation-framework.jar [INFO] Copying org.glassfish.main.admingui:console-web-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-web-plugin.jar [INFO] Copying org.glassfish.external:ant:jar:1.10.2 to target/dependency/ant.jar [INFO] Copying org.glassfish.main.libpam4j:libpam4j:jar:6.2.6-SNAPSHOT to target/dependency/libpam4j.jar [INFO] Copying org.glassfish.main.ha:ha-file-store:jar:6.2.6-SNAPSHOT to target/dependency/ha-file-store.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-api:jar:2.0.0 to target/dependency/grizzly-npn-api.jar [INFO] Copying com.ibm.jbatch:com.ibm.jbatch.spi:jar:2.0.0 to target/dependency/com.ibm.jbatch.spi.jar [INFO] Copying org.eclipse:yasson:jar:2.0.4 to target/dependency/yasson.jar [INFO] Copying org.glassfish.main.admin:server-mgmt:jar:6.2.6-SNAPSHOT to target/dependency/server-mgmt.jar [INFO] Copying org.glassfish.grizzly:grizzly-npn-osgi:jar:2.0.0 to target/dependency/grizzly-npn-osgi.jar [INFO] Unpacking org.glassfish.main.persistence.cmp:cmp-scripts:zip:6.2.6-SNAPSHOT to target/dependency/cmp-scripts [INFO] Copying org.ow2.asm:asm-util:jar:9.2 to target/dependency/asm-util.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-glassfish-ejb:jar:2.0.2 to target/dependency/tyrus-container-glassfish-ejb.jar [INFO] Copying org.glassfish.main.security:websecurity:jar:6.2.6-SNAPSHOT to target/dependency/websecurity.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.dbws:jar:3.0.2 to target/dependency/org.eclipse.persistence.dbws.jar [INFO] Copying org.glassfish.jsftemplating:jsftemplating:jar:3.0.0 to target/dependency/jsftemplating.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.0.4 to target/dependency/jersey-media-json-jackson.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:3.0.4 to target/dependency/jersey-cdi1x.jar [INFO] Copying org.ow2.asm:asm-tree:jar:9.2 to target/dependency/asm-tree.jar [INFO] Copying org.glassfish.main.admingui.connector:gf-admingui-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-admingui-connector.jar [INFO] Copying org.glassfish.main.core:kernel:jar:6.2.6-SNAPSHOT to target/dependency/kernel.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.metro:webservices-osgi:jar:3.0.3 to target/dependency/webservices-osgi.jar [INFO] Copying org.glassfish.main.connectors:gf-connectors-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-connectors-connector.jar [INFO] Copying org.glassfish.main.common:container-common:jar:6.2.6-SNAPSHOT to target/dependency/container-common.jar [INFO] Copying org.glassfish.ha:ha-api:jar:3.1.13 to target/dependency/ha-api.jar [INFO] Unpacking org.glassfish.main.webservices:webservices-scripts:zip:6.2.6-SNAPSHOT to target/dependency/webservices-scripts [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-embed/api/target/web-embed-api.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.gmbal:gmbal:jar:4.0.3 to target/dependency/gmbal.jar [INFO] Copying org.glassfish:jakarta.enterprise.concurrent:jar:2.0.0 to target/dependency/jakarta.enterprise.concurrent.jar [INFO] Copying org.glassfish.main.extras:glassfish-embedded-static-shell:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-embedded-static-shell.jar [INFO] Copying org.glassfish.main.resources:mail-runtime:jar:6.2.6-SNAPSHOT to target/dependency/mail-runtime.jar [INFO] Copying org.glassfish.main.hk2:hk2-config:jar:6.2.6-SNAPSHOT to target/dependency/hk2-config.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.jersey.ext:jersey-mvc-jsp:jar:3.0.4 to target/dependency/jersey-mvc-jsp.jar [INFO] Copying org.glassfish.main.persistence:persistence-common:jar:6.2.6-SNAPSHOT to target/dependency/persistence-common.jar [INFO] Copying jakarta.el:jakarta.el-api:jar:4.0.0 to target/dependency/jakarta.el-api.jar [INFO] Copying org.glassfish.corba:glassfish-corba-orb:jar:4.2.4 to target/dependency/glassfish-corba-orb.jar [INFO] Copying org.glassfish.main.grizzly:glassfish-grizzly-extra-all:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-grizzly-extra-all.jar [INFO] Copying org.glassfish.main.security:security:jar:6.2.6-SNAPSHOT to target/dependency/security.jar [INFO] Copying jakarta.inject:jakarta.inject-api:jar:2.0.0 to target/dependency/jakarta.inject-api.jar [INFO] Copying jakarta.jms:jakarta.jms-api:jar:3.0.0 to target/dependency/jakarta.jms-api.jar [INFO] Copying jakarta.batch:jakarta.batch-api:jar:2.0.0 to target/dependency/jakarta.batch-api.jar [INFO] Copying org.codehaus.woodstox:stax2-api:jar:4.2.1 to target/dependency/stax2-api.jar [INFO] Copying org.glassfish.hk2:hk2-core:jar:3.0.3 to target/dependency/hk2-core.jar [INFO] Copying org.glassfish.main.batch:glassfish-batch-commands:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-batch-commands.jar [INFO] Copying org.glassfish.main.core:logging:jar:6.2.6-SNAPSHOT to target/dependency/logging.jar [INFO] Copying org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.5.Final to target/dependency/jboss-classfilewriter.jar [INFO] Copying org.glassfish.jersey.core:jersey-client:jar:3.0.4 to target/dependency/jersey-client.jar [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-glue/target/web-glue.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.corba:glassfish-corba-omgapi:jar:4.2.4 to target/dependency/glassfish-corba-omgapi.jar [INFO] Copying org.jboss.weld.se:weld-se-shaded:jar:4.0.2.Final to target/dependency/weld-se-shaded.jar [INFO] Copying org.glassfish.main.jdbc:jdbc-admin:jar:6.2.6-SNAPSHOT to target/dependency/jdbc-admin.jar [INFO] Copying org.glassfish.jersey.media:jersey-media-json-jettison:jar:3.0.4 to target/dependency/jersey-media-json-jettison.jar [INFO] Copying org.glassfish.main.hk2:config-types:jar:6.2.6-SNAPSHOT to target/dependency/config-types.jar [INFO] Copying org.glassfish.external:management-api:jar:3.2.3 to target/dependency/management-api.jar [INFO] Copying org.apache.felix:org.apache.felix.scr:jar:2.1.28 to target/dependency/org.apache.felix.scr.jar [INFO] Copying org.glassfish.main.admingui:console-jts-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-jts-plugin.jar [INFO] Copying jakarta.mvc:jakarta.mvc-api:jar:2.0.0 to target/dependency/jakarta.mvc-api.jar [INFO] Unpacking org.glassfish.main.batch:batch-databases:zip:6.2.6-SNAPSHOT to target/dependency/batch-databases [INFO] Copying org.glassfish.soteria:soteria.spi.bean.decorator.weld:jar:2.0.1 to target/dependency/soteria.spi.bean.decorator.weld.jar [INFO] Copying org.glassfish.main.persistence:entitybean-container:jar:6.2.6-SNAPSHOT to target/dependency/entitybean-container.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-internal-api:jar:6.2.6-SNAPSHOT to target/dependency/cmp-internal-api.jar [INFO] Copying org.glassfish.shoal:shoal-cache:jar:2.0.0 to target/dependency/shoal-cache.jar [INFO] Copying org.glassfish.main.core:javaee-kernel:jar:6.2.6-SNAPSHOT to target/dependency/javaee-kernel.jar [INFO] Copying jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:jar:2.0.0 to target/dependency/jakarta.enterprise.concurrent-api.jar [INFO] Copying jakarta.transaction:jakarta.transaction-api:jar:2.0.0 to target/dependency/jakarta.transaction-api.jar [INFO] Copying com.ibm.jbatch:com.ibm.jbatch.container:jar:2.0.0 to target/dependency/com.ibm.jbatch.container.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-container:jar:6.2.6-SNAPSHOT to target/dependency/osgi-container.jar [INFO] Copying org.apache.felix:org.apache.felix.configadmin:jar:1.9.22 to target/dependency/org.apache.felix.configadmin.jar [INFO] Copying org.glassfish.main.deployment:deployment-admin:jar:6.2.6-SNAPSHOT to target/dependency/deployment-admin.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-glassfish-cdi:jar:2.0.2 to target/dependency/tyrus-container-glassfish-cdi.jar [INFO] Copying org.glassfish.exousia:exousia:jar:1.0.0 to target/dependency/exousia.jar [INFO] Copying jakarta.authentication:jakarta.authentication-api:jar:2.0.0 to target/dependency/jakarta.authentication-api.jar [INFO] Copying org.glassfish.main.transaction:jts:jar:6.2.6-SNAPSHOT to target/dependency/jts.jar [INFO] Copying org.glassfish.pfl:pfl-basic-tools:jar:4.1.2 to target/dependency/pfl-basic-tools.jar [INFO] Copying org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:jar:3.0.4 to target/dependency/jersey-cdi1x-servlet.jar [INFO] Copying jakarta.annotation:jakarta.annotation-api:jar:2.0.0 to target/dependency/jakarta.annotation-api.jar [INFO] Copying org.glassfish.main.admingui:console-corba-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-corba-plugin.jar [INFO] Copying org.glassfish.main.cluster:cluster-cli:jar:6.2.6-SNAPSHOT to target/dependency/cluster-cli.jar [INFO] Copying org.glassfish.main.web:web-embed-api:jar:6.2.6-SNAPSHOT to target/dependency/web-embed-api.jar [INFO] Copying org.glassfish.main.core:api-exporter:jar:6.2.6-SNAPSHOT to target/dependency/api-exporter.jar [INFO] Copying org.glassfish.main.concurrent:concurrent-connector:jar:6.2.6-SNAPSHOT to target/dependency/concurrent-connector.jar [INFO] Copying org.glassfish.tyrus:tyrus-spi:jar:2.0.2 to target/dependency/tyrus-spi.jar [INFO] Copying org.glassfish.tyrus:tyrus-container-servlet:jar:2.0.2 to target/dependency/tyrus-container-servlet.jar [INFO] Unpacking org.glassfish.mq:mq-distribution:zip:6.2.0 to target/dependency/mq-distribution [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/gui-plugin-common/target/web-gui-plugin-common.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-ha/target/web-ha.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-naming/target/web-naming.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/web-sse/target/web-sse.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/web/war-util/target/war-util.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-core-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-server-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-spi-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-client-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-container-servlet-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-container-grizzly-client-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-container-glassfish-cdi-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.0.2/tyrus-container-glassfish-ejb-2.0.2.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webintegration/target/websecurity.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.1/jakarta.security.enterprise-2.0.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.main.common:internal-api:jar:6.2.6-SNAPSHOT to target/dependency/internal-api.jar [INFO] Copying org.glassfish.main.persistence:jpa-container:jar:6.2.6-SNAPSHOT to target/dependency/jpa-container.jar [INFO] Copying org.glassfish.main.web:web-gui-plugin-common:jar:6.2.6-SNAPSHOT to target/dependency/web-gui-plugin-common.jar [INFO] Copying org.glassfish.main.admin:backup:jar:6.2.6-SNAPSHOT to target/dependency/backup.jar [INFO] Copying org.glassfish.main.extras:glassfish-embedded-shell:jar:6.2.6-SNAPSHOT to target/dependency/glassfish-embedded-shell.jar [INFO] Copying org.glassfish.main.admingui:console-common:jar:6.2.6-SNAPSHOT to target/dependency/console-common.jar [INFO] Copying org.glassfish.wasp:wasp:jar:3.0.1 to target/dependency/wasp.jar [INFO] Copying org.ow2.asm:asm:jar:9.2 to target/dependency/asm.jar [INFO] Copying org.glassfish.main.admin:admin-util:jar:6.2.6-SNAPSHOT to target/dependency/admin-util.jar [INFO] Copying jakarta.json.bind:jakarta.json.bind-api:jar:2.0.0 to target/dependency/jakarta.json.bind-api.jar [INFO] Copying org.codehaus.jettison:jettison:jar:1.4.1 to target/dependency/jettison.jar [INFO] Unpacking org.glassfish.main.appclient:appclient-scripts:zip:6.2.6-SNAPSHOT to target/dependency/appclient-scripts [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/3.0.4/jersey-media-moxy-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.main.web:jspcaching-connector:jar:6.2.6-SNAPSHOT to target/dependency/jspcaching-connector.jar [INFO] Copying org.glassfish.main.web:jsf-connector:jar:6.2.6-SNAPSHOT to target/dependency/jsf-connector.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-ejb-mapping:jar:6.2.6-SNAPSHOT to target/dependency/cmp-ejb-mapping.jar [INFO] Copying org.glassfish.main.resources:resources-runtime:jar:6.2.6-SNAPSHOT to target/dependency/resources-runtime.jar [INFO] Copying org.glassfish.main.extras:appserv-rt:jar:6.2.6-SNAPSHOT to target/dependency/appserv-rt.jar [INFO] Copying jakarta.enterprise:jakarta.enterprise.cdi-api:jar:3.0.0 to target/dependency/jakarta.enterprise.cdi-api.jar [INFO] Copying org.glassfish.main.webservices:jsr109-impl:jar:6.2.6-SNAPSHOT to target/dependency/jsr109-impl.jar [INFO] Copying org.glassfish.main.webservices:metro-glue:jar:6.2.6-SNAPSHOT to target/dependency/metro-glue.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-support-sqlstore:jar:6.2.6-SNAPSHOT to target/dependency/cmp-support-sqlstore.jar [INFO] Copying org.glassfish.main.jms:jms-admin:jar:6.2.6-SNAPSHOT to target/dependency/jms-admin.jar [INFO] Copying org.eclipse.persistence:org.eclipse.persistence.oracle:jar:3.0.2 to target/dependency/org.eclipse.persistence.oracle.jar [INFO] Copying com.fasterxml.jackson.core:jackson-databind:jar:2.13.1 to target/dependency/jackson-databind.jar [INFO] Copying org.hibernate.validator:hibernate-validator-cdi:jar:7.0.2.Final to target/dependency/hibernate-validator-cdi.jar [INFO] Copying org.glassfish.hk2:osgi-adapter:jar:3.0.3 to target/dependency/osgi-adapter.jar [INFO] Copying com.sun.xml.bind:jaxb-osgi:jar:3.0.2 to target/dependency/jaxb-osgi.jar [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/3.0.4/jersey-cdi1x-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying org.glassfish.main.appclient:gf-client-module:jar:6.2.6-SNAPSHOT to target/dependency/gf-client-module.jar [INFO] Copying org.glassfish.main.web:web-ha:jar:6.2.6-SNAPSHOT to target/dependency/web-ha.jar [INFO] Copying org.glassfish.main.loadbalancer:gf-load-balancer-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-load-balancer-connector.jar [INFO] Copying org.glassfish.main.admingui:console-ejb-lite-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-ejb-lite-plugin.jar [INFO] Copying org.glassfish:jakarta.faces:jar:3.0.1 to target/dependency/jakarta.faces.jar [INFO] Copying org.glassfish.main.jms:gf-jms-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-jms-connector.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-interactive:jar:6.2.6-SNAPSHOT to target/dependency/osgi-cli-interactive.jar [INFO] Copying org.glassfish.main.admin:rest-client:jar:6.2.6-SNAPSHOT to target/dependency/rest-client.jar [INFO] Copying org.glassfish:jakarta.json:jar:2.0.1 to target/dependency/jakarta.json.jar [INFO] Copying org.glassfish.external:antlr:jar:2.7.8 to target/dependency/antlr.jar [INFO] Copying org.glassfish.main.connectors:connectors-internal-api:jar:6.2.6-SNAPSHOT to target/dependency/connectors-internal-api.jar [INFO] Copying org.glassfish.main.ha:ha-shoal-cache-store:jar:6.2.6-SNAPSHOT to target/dependency/ha-shoal-cache-store.jar [INFO] Copying org.glassfish.main.web:web-cli:jar:6.2.6-SNAPSHOT to target/dependency/web-cli.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-generator-database:jar:6.2.6-SNAPSHOT to target/dependency/cmp-generator-database.jar [INFO] Copying org.glassfish.main.persistence.cmp:cmp-utility:jar:6.2.6-SNAPSHOT to target/dependency/cmp-utility.jar [INFO] Copying org.glassfish.main.jms:gf-jms-injection:jar:6.2.6-SNAPSHOT to target/dependency/gf-jms-injection.jar [INFO] Copying org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.0.4 to target/dependency/jersey-entity-filtering.jar [INFO] Copying jakarta.servlet:jakarta.servlet-api:jar:5.0.0 to target/dependency/jakarta.servlet-api.jar [INFO] Copying org.glassfish.main.admingui:console-jca-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-jca-plugin.jar [INFO] Copying org.glassfish.main.web:web-naming:jar:6.2.6-SNAPSHOT to target/dependency/web-naming.jar [INFO] Copying com.fasterxml:classmate:jar:1.5.1 to target/dependency/classmate.jar [INFO] Copying org.glassfish:jakarta.el:jar:4.0.2 to target/dependency/jakarta.el.jar [INFO] Copying org.glassfish.main.webservices:soap-tcp:jar:6.2.6-SNAPSHOT to target/dependency/soap-tcp.jar [INFO] Copying org.javassist:javassist:jar:3.28.0-GA to target/dependency/javassist.jar [INFO] Copying org.glassfish.jersey.inject:jersey-hk2:jar:3.0.4 to target/dependency/jersey-hk2.jar [INFO] Copying org.glassfish.main.admingui:console-cluster-plugin:jar:6.2.6-SNAPSHOT to target/dependency/console-cluster-plugin.jar [INFO] Copying org.glassfish.main.osgi-platforms:osgi-cli-remote:jar:6.2.6-SNAPSHOT to target/dependency/osgi-cli-remote.jar [INFO] Copying com.fasterxml.jackson.core:jackson-core:jar:2.13.1 to target/dependency/jackson-core.jar [INFO] Copying org.glassfish.main.web:gf-web-connector:jar:6.2.6-SNAPSHOT to target/dependency/gf-web-connector.jar [INFO] Copying org.glassfish.pfl:pfl-dynamic:jar:4.1.2 to target/dependency/pfl-dynamic.jar [INFO] Copying org.glassfish.tyrus:tyrus-client:jar:2.0.2 to target/dependency/tyrus-client.jar [INFO] Copying org.glassfish.external:schema2beans:jar:6.7 to target/dependency/schema2beans.jar [INFO] Copying org.osgi:org.osgi.util.promise:jar:1.1.1 to target/dependency/org.osgi.util.promise.jar [INFO] Copying org.glassfish.main.deployment:deployment-javaee-core:jar:6.2.6-SNAPSHOT to target/dependency/deployment-javaee-core.jar [INFO] Copying org.ow2.asm:asm-commons:jar:9.2 to target/dependency/asm-commons.jar [INFO] Copying org.glassfish.main.admin:rest-service:jar:6.2.6-SNAPSHOT to target/dependency/rest-service.jar [INFO] Copying org.glassfish.main.ejb:ejb-container:jar:6.2.6-SNAPSHOT to target/dependency/ejb-container.jar [INFO] Copying org.glassfish.hk2:hk2:jar:3.0.3 to target/dependency/hk2.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (default-single) @ glassfish --- [INFO] Reading assembly descriptor: src/main/assembly/glassfish.xml [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/3.0.4/jersey-cdi1x-servlet-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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-transaction/3.0.4/jersey-cdi1x-transaction-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-container-servlet-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-container-servlet-core-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-json-processing-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-mvc-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-mvc-jsp-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-server-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Copying files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish/target/stage [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/3.0.4/jersey-client-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-container-grizzly2-http-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-jaxb-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-json-jettison-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-json-jackson-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-sse-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-multipart-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-bean-validation-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-entity-filtering-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-common-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-hk2-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.0.4/jersey-media-json-binding-3.0.4.jar to /home/jenkins/agent/workspace/glassfish6_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.13.1/jackson-core-2.13.1.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish/target/stage/glassfish6/bin/asadmin [INFO] commandLineArgs: --user admin create-domain --template=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish/target/stage/glassfish6/glassfish/common/templates/gf/appserver-domain.jar --nopassword --savelogin=true --checkports=false --adminport 4848 --instanceport 8080 --keytooloptions CN=localhost domain1 [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.13.1/jackson-databind-2.13.1.jar to /home/jenkins/agent/workspace/glassfish6_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.13.1/jackson-annotations-2.13.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jakarta-xmlbind-annotations/2.13.1/jackson-module-jakarta-xmlbind-annotations-2.13.1.jar to /home/jenkins/agent/workspace/glassfish6_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.4.1/jettison-1.4.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.1/jakarta.json-2.0.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jsonp-jaxrs/2.0.1/jsonp-jaxrs-2.0.1.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/yasson/2.0.4/yasson-2.0.4.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-glue/target/metro-glue.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/connector/target/webservices-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/jsr109-impl/target/jsr109-impl.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/soap-tcp/target/soap-tcp.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.2/jaxb-osgi-3.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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] [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/metro/webservices-osgi/3.0.3/webservices-osgi-3.0.3.jar to /home/jenkins/agent/workspace/glassfish6_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-extra-jdk-packages/3.0.3/webservices-extra-jdk-packages-3.0.3.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.3/webservices-api-osgi-3.0.3.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/webservices.security/target/webservices.security.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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.2.5/woodstox-core-6.2.5.jar to /home/jenkins/agent/workspace/glassfish6_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] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc/target/gf-client-module.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/client/acc-config/target/acc-config.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/connector/target/appclient-connector.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/appclient/server/core/target/appclient-server-core.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/security/appclient.security/target/appclient.security.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/hk2/tiger-types/target/tiger-types.jar to /home/jenkins/agent/workspace/glassfish6_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/1.0.0/exousia-1.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0/jakarta.validation-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/5.0.0/jakarta.servlet-api-5.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.persistence-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0/jakarta.ejb-api-4.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0/jakarta.transaction-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.resource-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/jakarta.authentication-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.authorization-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.batch-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/jakarta.enterprise.concurrent-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0/jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.jms-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.servlet.jsp-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.1/wasp-3.0.1.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/jakarta.servlet.jsp.jstl-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/web/jakarta.servlet.jsp.jstl/2.0.0/jakarta.servlet.jsp.jstl-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/4.0.0/jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/jakarta.el/4.0.2/jakarta.el-4.0.2.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/jakarta.security.enterprise-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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.0.0/jakarta.ws.rs-api-3.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/2.0.0/jakarta.json.bind-api-2.0.0.jar to /home/jenkins/agent/workspace/glassfish6_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/3.0.1/jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with includes "**/*.class" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unzip-dependencies-with-jars) @ glassfish-embedded-all --- [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/dtds/target/nucleus-dtds.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/deployment/schemas/target/nucleus-schemas.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/dtds/target/appserver-dtds.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/deployment/schemas/target/appserver-schemas.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/ejb/ejb-timer-databases/target/ejb-timer-databases.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/connectors/descriptors/target/descriptors.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jms/jmsra/target/jmsra.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/javaee/dist-frag/target/javaee-frag.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/appserv-rt/dist-frag/target/appserv-rt-frag.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/shell/glassfish-embedded-shell-frag/target/glassfish-embedded-shell-frag.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/jdbc/jdbc-ra/jdbc-ra-distribution/target/jdbc-ra.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/webservices-scripts/target/webservices-scripts.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/webservices/metro-fragments/target/metro-fragments.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars/javadb with includes "**/lib/**,**/bin/**" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.3.0:unpack-dependencies (unzip-mq) @ glassfish-embedded-all --- [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/mq/mq-distribution/6.2.0/mq-distribution-6.2.0.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/jars with includes "**/props/broker/**" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ glassfish-embedded-all --- [INFO] Skipping the execution. [INFO] [INFO] --- maven-assembly-plugin:3.3.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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__cp_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__dm_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__ds_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-__xa_jdbc_ra.rar [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/rars/glassfish-embedded-all-jmsra.rar [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.2.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-M6:test (default-test) @ glassfish-embedded-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ glassfish-embedded-all --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] [INFO] --- maven-assembly-plugin:3.3.0:single (glassfish-embedded-all.jar) @ glassfish-embedded-all --- [INFO] Reading assembly descriptor: src/assembly/package.xml [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.0.0:run (default-manifest) @ glassfish --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish/target/glassfish.zip [INFO] [zip] glassfish6/glassfish/config/asenv.bat already added, skipping [INFO] [zip] glassfish6/glassfish/config/asenv.conf already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/admin-keyfile already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/cacerts.jks already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/domain-passwords already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/keyfile already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/keystore.jks already added, skipping [INFO] [zip] glassfish6/glassfish/domains/domain1/config/login.conf already added, skipping [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/glassfish-embedded-web.jar [INFO] [zip] glassfish6/mq/etc/rc/imq already added, skipping [INFO] [zip] glassfish6/mq/lib/imqinit already added, skipping [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/glassfish-embedded-all.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.distributions-glassfish-checkstyle) @ glassfish --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish/target/glassfish.zip to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/6.2.6-SNAPSHOT/glassfish-6.2.6-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/distributions/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/6.2.6-SNAPSHOT/glassfish-6.2.6-SNAPSHOT.pom [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/classes with assembly file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/target/glassfish-embedded-web.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-embedded-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-embedded-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-glassfish-embedded-web-checkstyle) @ glassfish-embedded-web --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-web --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-web-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/web/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-web/6.2.6-SNAPSHOT/glassfish-embedded-web-6.2.6-SNAPSHOT.pom [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/classes with assembly file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/target/glassfish-embedded-all.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ glassfish-embedded-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ glassfish-embedded-all --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-glassfish-embedded-all-checkstyle) @ glassfish-embedded-all --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ glassfish-embedded-all --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_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/6.2.6-SNAPSHOT/glassfish-embedded-all-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/all/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/glassfish-embedded-all/6.2.6-SNAPSHOT/glassfish-embedded-all-6.2.6-SNAPSHOT.pom [INFO] [INFO] --------------< org.glassfish.main.extras:tests-embedded >-------------- [INFO] Building GlassFish Embedded Modules - Tests 6.2.6-SNAPSHOT [288/288] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains the following plugin(s) that have goals not marked * [WARNING] * as @threadSafe to support parallel building. * [WARNING] * While this /may/ work fine, please look for plugin updates * [WARNING] * and/or request plugins be made thread-safe. * [WARNING] * If reporting an issue, report it against the plugin in * [WARNING] * question, not against maven-core * [WARNING] ***************************************************************** [WARNING] The following plugins are not marked @threadSafe in GlassFish Embedded Modules - Tests: [WARNING] org.glassfish.build:glassfishbuild-maven-plugin:3.2.27 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. [WARNING] ***************************************************************** [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ tests-embedded --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3: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/glassfish6_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.3.0:unpack (unpack-resource) @ tests-embedded --- [INFO] Configured Artifact: org.glassfish.main:nucleus-parent:resources:6.2.6-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/nucleus/parent/target/nucleus-parent-resources.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/tests/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ tests-embedded --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/tests/src/main/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/glassfish6_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.2.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-M6:test (default-test) @ tests-embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default-manifest) @ tests-embedded --- [INFO] Executing tasks [INFO] [echo] Generating manifest for /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/extras/embedded/tests/target/classes/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ tests-embedded --- [INFO] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/tests/target/tests-embedded.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-test) @ tests-embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ tests-embedded --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (org.glassfish.main.extras-tests-embedded-checkstyle) @ tests-embedded --- [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ tests-embedded --- [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/tests/target/tests-embedded.jar to /home/jenkins/.m2/repository/org/glassfish/main/extras/tests-embedded/6.2.6-SNAPSHOT/tests-embedded-6.2.6-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/extras/embedded/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/main/extras/tests-embedded/6.2.6-SNAPSHOT/tests-embedded-6.2.6-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for GlassFish Project 6.2.6-SNAPSHOT: [INFO] [INFO] GlassFish Project .................................. SUCCESS [ 3.364 s] [INFO] Code Quality Verification Tools - Configuration .... SUCCESS [ 1.776 s] [INFO] GlassFish Nucleus Parent Project ................... SUCCESS [ 18.596 s] [INFO] Glassfish Nucleus HK2 Modules ...................... SUCCESS [ 0.066 s] [INFO] Tiger types- type arithmetic library for Java5 ..... SUCCESS [ 10.079 s] [INFO] HK2 configuration module ........................... SUCCESS [ 4.582 s] [INFO] HK2 config types ................................... SUCCESS [ 1.785 s] [INFO] GlassFish Nucleus Project .......................... SUCCESS [ 0.061 s] [INFO] Distribution Fragments for various OSGi platforms .. SUCCESS [ 4.139 s] [INFO] Apache Felix, associated bundles and conf files .... SUCCESS [ 1.922 s] [INFO] Scattered Archive APIs of Glassfish ................ SUCCESS [ 14.555 s] [INFO] GlassFish Nucleus Grizzly modules .................. SUCCESS [ 4.064 s] [INFO] grizzly-config ..................................... SUCCESS [ 2.123 s] [INFO] Nucleus Grizzly jars Combining ..................... SUCCESS [ 2.158 s] [INFO] Public APIs of Glassfish ........................... SUCCESS [ 1.540 s] [INFO] GlassFish Nucleus Common modules ................... SUCCESS [ 4.135 s] [INFO] Common Utilities ................................... SUCCESS [ 6.291 s] [INFO] Simple Public APIs of Glassfish .................... SUCCESS [ 9.605 s] [INFO] GlassFish Nucleus Core modules ..................... SUCCESS [ 0.103 s] [INFO] Appserver Core Bootstraping Classes ................ SUCCESS [ 1.623 s] [INFO] Test Utilities ..................................... SUCCESS [ 2.128 s] [INFO] Admin Modules ...................................... SUCCESS [ 0.119 s] [INFO] admin-config-api ................................... SUCCESS [ 3.855 s] [INFO] Private APIs of Glassfish .......................... SUCCESS [ 2.632 s] [INFO] Nucleus Security Parent ............................ SUCCESS [ 0.115 s] [INFO] GlassFish SSL Implementation Module ................ SUCCESS [ 1.942 s] [INFO] GlassFish Nucleus Deployment Related Modules ....... SUCCESS [ 0.180 s] [INFO] Deployment Related Common Classes .................. SUCCESS [ 4.629 s] [INFO] Security Core Classes .............................. SUCCESS [ 6.587 s] [INFO] Security Services and SPI .......................... SUCCESS [ 4.730 s] [INFO] admin-util ......................................... SUCCESS [ 7.865 s] [INFO] Admin CLI bridge command to the OSGi Shell ......... SUCCESS [ 3.313 s] [INFO] Cluster ............................................ SUCCESS [ 0.201 s] [INFO] cluster-common ..................................... SUCCESS [ 2.207 s] [INFO] Cluster SSH Provisioning ........................... SUCCESS [ 1.990 s] [INFO] Nucleus Logging Classes ............................ SUCCESS [ 1.795 s] [INFO] admin-launcher ..................................... SUCCESS [ 1.927 s] [INFO] admin-cli .......................................... SUCCESS [ 2.480 s] [INFO] Admin CLI, interactive OSGi shell command .......... SUCCESS [ 3.910 s] [INFO] OSGi Container ..................................... SUCCESS [ 1.737 s] [INFO] GlassFish API Exporter Module ...................... SUCCESS [ 2.778 s] [INFO] flashlight-framework ............................... SUCCESS [ 3.232 s] [INFO] Kernel Classes ..................................... SUCCESS [ 6.589 s] [INFO] GMS Bootstrap Module ............................... SUCCESS [ 2.088 s] [INFO] cluster-admin ...................................... SUCCESS [ 5.394 s] [INFO] admin-server-management ............................ SUCCESS [ 9.303 s] [INFO] cluster-cli ........................................ SUCCESS [ 4.802 s] [INFO] GMS Module ......................................... SUCCESS [ 4.387 s] [INFO] Glassfish MBeanServer support ...................... SUCCESS [ 2.896 s] [INFO] AMX Core ........................................... SUCCESS [ 8.818 s] [INFO] GlassFish Extra JRE Packages ....................... SUCCESS [ 0.302 s] [INFO] Context Propagation ................................ SUCCESS [ 3.029 s] [INFO] admin-monitoring ................................... SUCCESS [ 3.312 s] [INFO] GlassFish Admin REST Parent ........................ SUCCESS [ 0.304 s] [INFO] GlassFish Admin REST Testing Framework ............. SUCCESS [ 1.662 s] [INFO] GlassFish Admin REST Client ........................ SUCCESS [ 0.884 s] [INFO] Eclipse GlassFish Parent Project ................... SUCCESS [ 0.195 s] [INFO] GlassFish EJB container related modules ............ SUCCESS [ 0.110 s] [INFO] GlassFish Core EJB Client .......................... SUCCESS [ 2.591 s] [INFO] GlassFish Common modules ........................... SUCCESS [ 0.098 s] [INFO] Java EE dependent public APIs of Glassfish ......... SUCCESS [ 2.342 s] [INFO] GlassFish Java EE Annotation Framework ............. SUCCESS [ 1.424 s] [INFO] nucleus.resources .................................. SUCCESS [ 2.412 s] [INFO] GlassFish Deployment Related Modules ............... SUCCESS [ 0.178 s] [INFO] Deployment Object Library .......................... SUCCESS [ 8.520 s] [INFO] GlassFish Security Parent .......................... SUCCESS [ 0.174 s] [INFO] Jaspic Provider Framework .......................... SUCCESS [ 1.941 s] [INFO] GlassFish Transaction modules ...................... SUCCESS [ 0.112 s] [INFO] Transaction Service Internal API ................... SUCCESS [ 1.968 s] [INFO] GlassFish Resources infrastructure related modules . SUCCESS [ 0.107 s] [INFO] Resources Connector ................................ SUCCESS [ 5.201 s] [INFO] Connectors Parent .................................. SUCCESS [ 0.108 s] [INFO] Connectors Private APIs for GlassFish Containers ... SUCCESS [ 4.477 s] [INFO] EJB container Internal API ......................... SUCCESS [ 2.504 s] [INFO] Java binding for libpam.so ......................... SUCCESS [ 1.415 s] [INFO] Java EE Security Core Classes ...................... SUCCESS [ 5.628 s] [INFO] stats77 ............................................ SUCCESS [ 2.892 s] [INFO] Deployment Related JavaEE Core Classes ............. SUCCESS [ 3.812 s] [INFO] Glassfish Naming ................................... SUCCESS [ 2.903 s] [INFO] Container Common ................................... SUCCESS [ 3.622 s] [INFO] GlassFish persistence related modules .............. SUCCESS [ 0.114 s] [INFO] Common persistence code between JPA and CMP ........ SUCCESS [ 2.405 s] [INFO] EJB Container connector for Glassfish .............. SUCCESS [ 2.399 s] [INFO] GlassFish ORB related modules ...................... SUCCESS [ 0.101 s] [INFO] GlassFish ORB enabler implementation ............... SUCCESS [ 2.637 s] [INFO] GlassFish ORB connector implementation ............. SUCCESS [ 5.179 s] [INFO] GlassFish Core EJB container implementation ........ SUCCESS [ 13.705 s] [INFO] GlassFish Web container related modules ............ SUCCESS [ 0.091 s] [INFO] Jersey EJB Component Provider Module ............... SUCCESS [ 4.218 s] [INFO] Connector for GlassFish Admin REST Service ......... SUCCESS [ 2.872 s] [INFO] GlassFish Admin REST Service ....................... SUCCESS [ 9.300 s] [INFO] Nucleus template ................................... SUCCESS [ 0.314 s] [INFO] flashlight-agent ................................... SUCCESS [ 5.215 s] [INFO] GlassFish Flashlight Extra JDK Pkgs ................ SUCCESS [ 0.188 s] [INFO] Flashlight ......................................... SUCCESS [ 0.290 s] [INFO] Deployment Related Admin Classes ................... SUCCESS [ 4.087 s] [INFO] AutoDeploy Classes ................................. SUCCESS [ 2.284 s] [INFO] Set of DTDs for Nucleus distributions .............. SUCCESS [ 0.107 s] [INFO] Set of schemas for Nucleus ......................... SUCCESS [ 0.111 s] [INFO] Nucleus distributions .............................. SUCCESS [ 0.207 s] [INFO] Nucleus distribution Common module ................. SUCCESS [ 0.293 s] [INFO] Glassfish featuresets .............................. SUCCESS [ 0.283 s] [INFO] Glassfish Nucleus Atomic Featureset ................ SUCCESS [ 5.077 s] [INFO] Glassfish Atomic Distribution ...................... SUCCESS [ 21.905 s] [INFO] Glassfish Nucleus Featureset ....................... SUCCESS [ 0.093 s] [INFO] Nucleus Distribution ............................... SUCCESS [ 24.637 s] [INFO] Diagnostics ........................................ SUCCESS [ 0.309 s] [INFO] Diagnostics API .................................... SUCCESS [ 1.110 s] [INFO] GlassFish Diagnostics Context ...................... SUCCESS [ 1.925 s] [INFO] AMX JavaEE ......................................... SUCCESS [ 4.303 s] [INFO] LDAP Booster Pack .................................. SUCCESS [ 2.717 s] [INFO] GlassFish HA modules ............................... SUCCESS [ 0.083 s] [INFO] GlassFish ha-file-store ............................ SUCCESS [ 0.878 s] [INFO] GlassFish ha-shoal-cache-bootstrap ................. SUCCESS [ 1.379 s] [INFO] GlassFish ha-shoal-store ........................... SUCCESS [ 3.179 s] [INFO] Set of DTDs for GlassFish Java EE distributions .... SUCCESS [ 0.067 s] [INFO] Set of schemas for Jakarta EE ...................... SUCCESS [ 0.240 s] [INFO] Connector for GlassFish Web Container .............. SUCCESS [ 2.187 s] [INFO] GlassFish Connectors Connector ..................... SUCCESS [ 2.582 s] [INFO] App Client Modules ................................. SUCCESS [ 0.091 s] [INFO] GlassFish App Client Server-side Modules ........... SUCCESS [ 0.097 s] [INFO] GlassFish AppClient Server-Side Connector .......... SUCCESS [ 1.486 s] [INFO] Deployment Related JavaEE Full Profile Classes ..... SUCCESS [ 2.221 s] [INFO] Admin Modules ...................................... SUCCESS [ 0.027 s] [INFO] Backup Restore classes ............................. SUCCESS [ 2.012 s] [INFO] App Server CLI Skinning Class ...................... SUCCESS [ 2.310 s] [INFO] admin-cli-optional ................................. SUCCESS [ 2.921 s] [INFO] admin-core ......................................... SUCCESS [ 2.498 s] [INFO] Appserver template ................................. SUCCESS [ 0.186 s] [INFO] GlassFish Core modules ............................. SUCCESS [ 0.097 s] [INFO] Java EE related distributions kernel Classes ....... SUCCESS [ 2.680 s] [INFO] GlassFish API Exporter Module Fragment ............. SUCCESS [ 0.107 s] [INFO] JTA Implementation for Glassfish ................... SUCCESS [ 2.728 s] [INFO] Jakarta Mail Resources Support related modules ..... SUCCESS [ 0.608 s] [INFO] Jakarta Mail Connector ............................. SUCCESS [ 3.604 s] [INFO] Connectors Runtime ................................. SUCCESS [ 6.990 s] [INFO] JTS Implementation for Glassfish ................... SUCCESS [ 7.117 s] [INFO] Web Container Naming Utilities ..................... SUCCESS [ 4.116 s] [INFO] Web Container Common Utilities ..................... SUCCESS [ 3.484 s] [INFO] Core Servlet Container ............................. SUCCESS [ 10.579 s] [INFO] JSTL implementation connector module ............... SUCCESS [ 3.404 s] [INFO] Jersey MVC TLD connector implementation module ..... SUCCESS [ 3.446 s] [INFO] Web module command line interface .................. SUCCESS [ 4.175 s] [INFO] Web container and GUI plug-in common classes ....... SUCCESS [ 2.411 s] [INFO] WebTier Security Integration ....................... SUCCESS [ 2.902 s] [INFO] GlassFish Web container embedded related modules ... SUCCESS [ 0.100 s] [INFO] GlassFish Web container Embedded APIs .............. SUCCESS [ 0.702 s] [INFO] Server-Sent Events ................................. SUCCESS [ 14.099 s] [INFO] Web Container glue code ............................ SUCCESS [ 11.384 s] [INFO] JSF implementation connector module ................ SUCCESS [ 3.809 s] [INFO] JSP caching taglib connector module ................ SUCCESS [ 5.598 s] [INFO] Web Container HA code .............................. SUCCESS [ 6.107 s] [INFO] Web Related Implementations for GlassFish .......... SUCCESS [ 0.100 s] [INFO] Weld connector for glassfish ....................... SUCCESS [ 2.424 s] [INFO] Weld integration for glassfish ..................... SUCCESS [ 9.735 s] [INFO] Weld Integration Fragment .......................... SUCCESS [ 0.202 s] [INFO] Fragment bundle for Weld related testing ........... SUCCESS [ 0.126 s] [INFO] cdi-api Fragment ................................... SUCCESS [ 0.094 s] [INFO] Full EJB Container add-ons ......................... SUCCESS [ 3.610 s] [INFO] EJB Timer Service Application ...................... SUCCESS [ 1.933 s] [INFO] GlassFish EJB timer app database init scripts ...... SUCCESS [ 0.095 s] [INFO] EJB tier for GlassFish ............................. SUCCESS [ 0.170 s] [INFO] GlassFish resources runtime ........................ SUCCESS [ 2.616 s] [INFO] GlassFish Jakarta Mail runtime ..................... SUCCESS [ 1.614 s] [INFO] Jakarta EE Connector Architecture Descriptors ...... SUCCESS [ 0.216 s] [INFO] Connectors Inbound Support ......................... SUCCESS [ 3.160 s] [INFO] Work Management .................................... SUCCESS [ 2.663 s] [INFO] JDBC Module ........................................ SUCCESS [ 0.087 s] [INFO] JDBC Config Module ................................. SUCCESS [ 2.212 s] [INFO] Connectors admin ................................... SUCCESS [ 3.811 s] [INFO] GlassFish Load-Balancer Plugin related modules ..... SUCCESS [ 0.087 s] [INFO] Load Balancer Internal API ......................... SUCCESS [ 1.964 s] [INFO] Load-Balancer admin ................................ SUCCESS [ 4.193 s] [INFO] GlassFish JMS modules .............................. SUCCESS [ 0.036 s] [INFO] JMS Connector Module for Runtime ................... SUCCESS [ 1.991 s] [INFO] JMS Module ......................................... SUCCESS [ 3.797 s] [INFO] JMS admin .......................................... SUCCESS [ 5.012 s] [INFO] JMS Injection Module for Runtime ................... SUCCESS [ 6.300 s] [INFO] JMS GlassFish System RA Assembly ................... SUCCESS [ 2.786 s] [INFO] JDBC Resource Adapter .............................. SUCCESS [ 0.031 s] [INFO] Core JDBC Resource Adapter classes ................. SUCCESS [ 3.974 s] [INFO] JDBC 40 related classes for JDBC Resource Adapter .. SUCCESS [ 2.366 s] [INFO] JDBC Templates ..................................... SUCCESS [ 0.108 s] [INFO] Distribution Module for JDBC Resource Adapter ...... SUCCESS [ 0.699 s] [INFO] JDBC Runtime Module ................................ SUCCESS [ 4.092 s] [INFO] JDBC admin ......................................... SUCCESS [ 5.997 s] [INFO] GlassFish Oracle JDBC Packages ..................... SUCCESS [ 0.293 s] [INFO] Connector for JPA runtime in glassfish ............. SUCCESS [ 1.815 s] [INFO] JPA container for glassfish ........................ SUCCESS [ 2.504 s] [INFO] Declaring EclipseLink dependencies ................. SUCCESS [ 1.182 s] [INFO] GlassFish cmp related modules ...................... SUCCESS [ 0.097 s] [INFO] utility module for cmp ............................. SUCCESS [ 2.408 s] [INFO] model module for cmp ............................... SUCCESS [ 3.680 s] [INFO] Database Generator module for cmp .................. SUCCESS [ 2.800 s] [INFO] ejb-mapping module for cmp ......................... SUCCESS [ 3.450 s] [INFO] enhancer module for cmp ............................ SUCCESS [ 3.701 s] [INFO] internal-api module for cmp ........................ SUCCESS [ 2.095 s] [INFO] Entity Bean container .............................. SUCCESS [ 4.109 s] [INFO] support-sqlstore module for cmp .................... SUCCESS [ 11.215 s] [INFO] support ejb module for cmp ......................... SUCCESS [ 8.584 s] [INFO] GlassFish cmp scripts .............................. SUCCESS [ 0.109 s] [INFO] CMP tier for GlassFish ............................. SUCCESS [ 0.098 s] [INFO] Concurrency Utilities Modules ...................... SUCCESS [ 0.082 s] [INFO] Concurrent Connector Module ........................ SUCCESS [ 2.586 s] [INFO] Concurrent Implementation Module ................... SUCCESS [ 4.384 s] [INFO] Batch runtime modules for Glassfish ................ SUCCESS [ 0.093 s] [INFO] Batch database init scripts for GlassFish .......... SUCCESS [ 0.099 s] [INFO] Batch Connector for Glassfish ...................... SUCCESS [ 2.396 s] [INFO] Batch Commands for Glassfish ....................... SUCCESS [ 5.599 s] [INFO] GlassFish Extras modules ........................... SUCCESS [ 0.086 s] [INFO] GlassFish JavaEE Manifest pom ...................... SUCCESS [ 0.079 s] [INFO] GlassFish javaee.jar ............................... SUCCESS [ 0.069 s] [INFO] GlassFish javaee.jar distribution fragment ......... SUCCESS [ 0.118 s] [INFO] GlassFish appserv-rt Manifest pom .................. SUCCESS [ 0.026 s] [INFO] GlassFish appserv-rt.jar ........................... SUCCESS [ 0.042 s] [INFO] GlassFish appserv-rt distribution fragment ......... SUCCESS [ 0.106 s] [INFO] GlassFish ORB interface layer implementation ....... SUCCESS [ 3.211 s] [INFO] Ejb Security Integration ........................... SUCCESS [ 3.793 s] [INFO] Grizzly Glassfish Extra modules .................... SUCCESS [ 0.027 s] [INFO] GlassFish Grizzly adapter container implementation . SUCCESS [ 1.909 s] [INFO] Glassfish Grizzly extra jars Combining ............. SUCCESS [ 2.667 s] [INFO] GlassFish Web Services related modules ............. SUCCESS [ 0.090 s] [INFO] JSR-109 implementation to deploy Metro ............. SUCCESS [ 11.038 s] [INFO] GlassFish Metro Glue Code .......................... SUCCESS [ 6.311 s] [INFO] Connector for GlassFish Web Services Container ..... SUCCESS [ 4.531 s] [INFO] SOAP/TCP integration code .......................... SUCCESS [ 6.314 s] [INFO] WebServices Security and JSR 196 implementation .... SUCCESS [ 5.696 s] [INFO] App Client - client-side modules ................... SUCCESS [ 0.025 s] [INFO] ACC Config Classes (JAXB) .......................... SUCCESS [ 3.709 s] [INFO] Appclient Security Integration ..................... SUCCESS [ 3.208 s] [INFO] Client OSGi module (including ACC) ................. SUCCESS [ 12.121 s] [INFO] GlassFish AppClient Server-Side Core ............... SUCCESS [ 4.201 s] [INFO] Embedded GlassFish Shell ........................... SUCCESS [ 0.194 s] [INFO] Embedded GlassFish Shell dist. fragment ............ SUCCESS [ 0.042 s] [INFO] GlassFish webservices scripts ...................... SUCCESS [ 0.094 s] [INFO] GlassFish Metro Related Fragments .................. SUCCESS [ 1.411 s] [INFO] Embedded GlassFish Static Shell .................... SUCCESS [ 0.394 s] [INFO] Embedded GlassFish Static Shell dist. fragment ..... SUCCESS [ 0.089 s] [INFO] Embedded GlassFish All-In-One ...................... SUCCESS [01:00 min] [INFO] Embedded GlassFish nucleus ......................... SUCCESS [01:37 min] [INFO] Embedded GlassFish Web ............................. SUCCESS [01:07 min] [INFO] GlassFish Embedded modules ......................... SUCCESS [ 0.087 s] [INFO] GlassFish Embedded Modules - Tests ................. SUCCESS [ 0.064 s] [INFO] DataProvider ....................................... SUCCESS [ 0.806 s] [INFO] Admin Console Integration .......................... SUCCESS [ 1.578 s] [INFO] Admin Console Integration .......................... SUCCESS [ 0.914 s] [INFO] Admin Console Packages ............................. SUCCESS [ 1.139 s] [INFO] Admin Console Common ............................... SUCCESS [ 9.487 s] [INFO] Admin Console Core Jar ............................. SUCCESS [ 3.499 s] [INFO] Admin Console Concurrent Plugin .................... SUCCESS [ 1.538 s] [INFO] Admin Console Clustering Support Plugin ............ SUCCESS [ 1.977 s] [INFO] Admin Console Community Edition Theme Plugin ....... SUCCESS [ 2.810 s] [INFO] Admin Console Web Container Plugin ................. SUCCESS [ 2.495 s] [INFO] Admin Console JTS Plugin ........................... SUCCESS [ 1.610 s] [INFO] Admin Console JDBC Plugin .......................... SUCCESS [ 1.831 s] [INFO] Admin Console Connectors Plugin .................... SUCCESS [ 1.914 s] [INFO] Admin Console JMS Plugin ........................... SUCCESS [ 5.239 s] [INFO] Admin Console EJB Container Plugin ................. SUCCESS [ 1.773 s] [INFO] Admin Console EJB Local (Lite) Plugin .............. SUCCESS [ 1.624 s] [INFO] Admin Console Corba Plugin ......................... SUCCESS [ 1.523 s] [INFO] Admin Console Full distribution plugin ............. SUCCESS [ 1.909 s] [INFO] Admin Console WAR .................................. SUCCESS [ 1.276 s] [INFO] Admin Console Install Fragment for Web distro ...... SUCCESS [ 0.452 s] [INFO] Embedded GlassFish Shell Jars ...................... SUCCESS [ 0.085 s] [INFO] Glassfish featuresets .............................. SUCCESS [ 0.087 s] [INFO] Glassfish Web Featureset ........................... SUCCESS [ 4.622 s] [INFO] Client Library (including ACC) ..................... SUCCESS [ 7.712 s] [INFO] GlassFish appclient scripts ........................ SUCCESS [ 0.036 s] [INFO] Glassfish Featureset ............................... SUCCESS [ 0.116 s] [INFO] Debug .............................................. SUCCESS [ 12.196 s] [INFO] Glassfish distributions ............................ SUCCESS [ 0.030 s] [INFO] GlassFish distribution Common module ............... SUCCESS [ 5.712 s] [INFO] Glassfish Web Distribution ......................... SUCCESS [ 33.411 s] [INFO] Glassfish Distribution ............................. SUCCESS [ 33.212 s] [INFO] Security Related Implementation for GlassFish ...... SUCCESS [ 0.079 s] [INFO] GlassFish Tests .................................... SUCCESS [ 0.096 s] [INFO] GlassFish Ant Tests ................................ SUCCESS [ 0.027 s] [INFO] GlassFish Ant Tests - CCI BlackBox TX .............. SUCCESS [ 0.902 s] [INFO] connectors-ra-redeploy ............................. SUCCESS [ 0.161 s] [INFO] connectors-ra-redeploy-jars ........................ SUCCESS [ 1.602 s] [INFO] connectors-ra-redeploy-rars ........................ SUCCESS [ 0.629 s] [INFO] connectors-ra-redeploy-rars-xa ..................... SUCCESS [ 0.088 s] [INFO] Console extensions for OSGi platforms .............. SUCCESS [ 0.100 s] [INFO] Felix Web Console Extension for GlassFish .......... SUCCESS [ 1.406 s] [INFO] GlassFish OSGi Console Plugin ...................... SUCCESS [ 1.685 s] [INFO] GlassFish Flashlight Client ........................ SUCCESS [ 1.513 s] [INFO] Flashlight ......................................... SUCCESS [ 0.105 s] [INFO] Ant tasks .......................................... SUCCESS [ 2.080 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:34 min (Wall Clock) [INFO] Finished at: 2022-04-17T14:15:16Z [INFO] ------------------------------------------------------------------------ + archive_bundles + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles + cp appserver/distributions/glassfish/target/glassfish.zip /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles + cp appserver/distributions/web/target/web.zip /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles + cp nucleus/distributions/nucleus/target/nucleus-new.zip /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles + merge_junits + local test_id=build-unit-tests + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/test-results + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/test-results/build-unit-tests/results/junitreports + local jud=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/test-results/build-unit-tests/results/junitreports/test_results_junit.xml + echo '' + echo '' ++ find . -type d -name surefire-reports + echo '' + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/test-results/build-unit-tests/results/junitreports/test_results_junit.xml + sed -i 's/\bclassname="/classname="build-unit-tests./g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/test-results/build-unit-tests/results/junitreports/test_results_junit.xml + '[' '!' -z /var/jenkins ']' + tar -c '--exclude=*.zip' '--exclude=*/main/tests/tck/*' '--exclude=*/main/distributions/*' '--exclude=*/main/extras/*' '--exclude=*/main/admingui/*' --newer-mtime '1 day ago' -C /home/jenkins/.m2/repository org/glassfish/main + gzip --fast + echo Done building Done building + pwd /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18 + ls -altrh total 112K drwxr-sr-x. 4 jenkins 1003280000 88 Apr 17 14:08 .. -rw-r--r--. 1 jenkins 1003280000 2.7K Apr 17 14:09 .gitignore drwxr-sr-x. 3 jenkins 1003280000 80 Apr 17 14:09 .github -rw-r--r--. 1 jenkins 1003280000 2.2K Apr 17 14:09 CONTRIBUTING.md -rw-r--r--. 1 jenkins 1003280000 4.7K Apr 17 14:09 NOTICE.md -rw-r--r--. 1 jenkins 1003280000 35K Apr 17 14:09 LICENSE.md -rwxr-xr-x. 1 jenkins 1003280000 1.3K Apr 17 14:09 validateJars.sh -rwxr-xr-x. 1 jenkins 1003280000 901 Apr 17 14:09 updateVersion.sh -rw-r--r--. 1 jenkins 1003280000 7.7K Apr 17 14:09 Jenkinsfile drwxr-sr-x. 3 jenkins 1003280000 79 Apr 17 14:09 etc -rw-r--r--. 1 jenkins 1003280000 5.1K Apr 17 14:09 README.md drwxr-sr-x. 22 jenkins 1003280000 4.0K Apr 17 14:09 docs -rwxr-xr-x. 1 jenkins 1003280000 2.4K Apr 17 14:09 gftest.sh -rwxr-xr-x. 1 jenkins 1003280000 3.4K Apr 17 14:09 gfbuild.sh -rwxr-xr-x. 1 jenkins 1003280000 3.4K Apr 17 14:09 runtests.sh -rw-r--r--. 1 jenkins 1003280000 6.5K Apr 17 14:09 pom.xml drwxr-sr-x. 4 jenkins 1003280000 46 Apr 17 14:09 qa drwxr-sr-x. 19 jenkins 1003280000 4.0K Apr 17 14:10 nucleus drwxr-sr-x. 35 jenkins 1003280000 4.0K Apr 17 14:10 appserver drwxr-sr-x. 8 jenkins 1003280000 163 Apr 17 14:10 .git drwxr-sr-x. 3 jenkins 1003280000 30 Apr 17 14:15 test-results drwxr-sr-x. 11 jenkins 1003280000 4.0K Apr 17 14:15 . drwxr-sr-x. 2 jenkins 1003280000 90 Apr 17 14:15 bundles + ls -altrh /bundles ls: cannot access '/bundles': No such file or directory + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Grab and unzip ANT) [Pipeline] sh + mkdir download + cd /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/ant + cp -a /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/download/apache-ant-1.9.16/. /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (jdbc_all) [Pipeline] timestamps [Pipeline] { [Pipeline] sh [2022-04-17T14:15:23.762Z] + rm -rf glassfish6 [2022-04-17T14:15:23.763Z] + true [2022-04-17T14:15:23.763Z] + export MAVEN_ARGS=-Pstaging [2022-04-17T14:15:23.763Z] + MAVEN_ARGS=-Pstaging [2022-04-17T14:15:23.763Z] + ./runtests.sh jdbc_all [2022-04-17T14:15:23.763Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven [2022-04-17T14:15:23.763Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command [2022-04-17T14:15:23.763Z] Second argument is a test set id, one of: [2022-04-17T14:15:23.763Z] cdi_all, ql_gf_full_profile_all, \n [2022-04-17T14:15:23.763Z] \n [2022-04-17T14:15:23.763Z] web_jsp, deployment_all, \n [2022-04-17T14:15:23.763Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n [2022-04-17T14:15:23.763Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, connector_group_1, connector_group_2, connector_group_3, connector_group_4 [2022-04-17T14:15:23.763Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. [2022-04-17T14:15:23.763Z] [2022-04-17T14:15:23.763Z] POM file "/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist [2022-04-17T14:15:31.891Z] [INFO] Scanning for projects... [2022-04-17T14:15:31.891Z] [INFO] [2022-04-17T14:15:31.891Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [2022-04-17T14:15:31.891Z] [INFO] Building GlassFish Project 6.2.6-SNAPSHOT [2022-04-17T14:15:31.891Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-04-17T14:15:31.891Z] [INFO] [2022-04-17T14:15:31.891Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glassfish-main-aggregator --- [2022-04-17T14:15:31.891Z] [INFO] [2022-04-17T14:15:31.891Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [2022-04-17T14:15:31.891Z] [INFO] Building GlassFish Project 6.2.6-SNAPSHOT [2022-04-17T14:15:31.891Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-04-17T14:15:31.891Z] [INFO] [2022-04-17T14:15:31.891Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- [2022-04-17T14:15:33.259Z] [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:6.2.6-SNAPSHOT:zip [2022-04-17T14:15:33.259Z] [INFO] Copying glassfish-6.2.6-SNAPSHOT.zip to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip [2022-04-17T14:15:33.259Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:15:33.259Z] [INFO] BUILD SUCCESS [2022-04-17T14:15:33.259Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:15:33.259Z] [INFO] Total time: 2.199 s [2022-04-17T14:15:33.259Z] [INFO] Finished at: 2022-04-17T14:15:32Z [2022-04-17T14:15:33.259Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:15:34.636Z] [INFO] Scanning for projects... [2022-04-17T14:15:34.636Z] [INFO] [2022-04-17T14:15:34.636Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [2022-04-17T14:15:34.636Z] [INFO] Building GlassFish Project 6.2.6-SNAPSHOT [2022-04-17T14:15:34.636Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-04-17T14:15:34.636Z] [INFO] [2022-04-17T14:15:34.636Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- [2022-04-17T14:15:35.199Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.7:jar [2022-04-17T14:15:35.762Z] [INFO] Copying org.jacoco.agent-0.8.7-runtime.jar to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/org.jacoco.agent.jar [2022-04-17T14:15:36.018Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:15:36.018Z] [INFO] BUILD SUCCESS [2022-04-17T14:15:36.018Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:15:36.018Z] [INFO] Total time: 1.573 s [2022-04-17T14:15:36.018Z] [INFO] Finished at: 2022-04-17T14:15:35Z [2022-04-17T14:15:36.018Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:15:36.018Z] + '[' '!' -z /var/jenkins ']' [2022-04-17T14:15:36.018Z] ++ mktemp -t XXXgf-internal-env [2022-04-17T14:15:36.018Z] + readonly GF_INTERNAL_ENV_SH=/tmp/DG6gf-internal-env [2022-04-17T14:15:36.018Z] + GF_INTERNAL_ENV_SH=/tmp/DG6gf-internal-env [2022-04-17T14:15:36.018Z] + '[' '!' -z '' ']' [2022-04-17T14:15:36.018Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T14:15:36.018Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T14:15:36.018Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' [2022-04-17T14:15:36.018Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish' [2022-04-17T14:15:36.018Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:15:36.018Z] + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:15:36.018Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' [2022-04-17T14:15:36.018Z] + '[' -z 6.2.6-SNAPSHOT ']' [2022-04-17T14:15:36.018Z] + '[' -z /home/jenkins/.m2/repository ']' [2022-04-17T14:15:36.018Z] + run_test jdbc_all [2022-04-17T14:15:36.018Z] + local testid=jdbc_all [2022-04-17T14:15:36.018Z] + local found=false [2022-04-17T14:15:36.018Z] ++ find . -name run_test.sh [2022-04-17T14:15:36.278Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:15:36.279Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids [2022-04-17T14:15:36.279Z] + OPT=list_test_ids [2022-04-17T14:15:36.279Z] + TEST_ID= [2022-04-17T14:15:36.279Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh [2022-04-17T14:15:36.279Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh [2022-04-17T14:15:36.279Z] +++ uname [2022-04-17T14:15:36.279Z] +++ grep -i sunos [2022-04-17T14:15:36.279Z] +++ wc -l [2022-04-17T14:15:36.279Z] +++ awk '{print $1}' [2022-04-17T14:15:36.279Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:15:36.279Z] ++ GREP=grep [2022-04-17T14:15:36.279Z] ++ AWK=awk [2022-04-17T14:15:36.279Z] ++ SED=sed [2022-04-17T14:15:36.279Z] ++ BC=bc [2022-04-17T14:15:36.279Z] ++ export GREP AWK SED BC [2022-04-17T14:15:36.279Z] + case ${OPT} in [2022-04-17T14:15:36.279Z] + list_test_ids [2022-04-17T14:15:36.279Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ admin_cli_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ admin-cli-group-1 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ admin-cli-group-2 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ admin-cli-group-3 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ admin-cli-group-4 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ admin-cli-group-5 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + [[ false = true ]] [2022-04-17T14:15:36.279Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:15:36.279Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids [2022-04-17T14:15:36.279Z] + OPT=list_test_ids [2022-04-17T14:15:36.279Z] + TEST_ID= [2022-04-17T14:15:36.279Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh [2022-04-17T14:15:36.279Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh [2022-04-17T14:15:36.279Z] +++ uname [2022-04-17T14:15:36.279Z] +++ grep -i sunos [2022-04-17T14:15:36.279Z] +++ wc -l [2022-04-17T14:15:36.279Z] +++ awk '{print $1}' [2022-04-17T14:15:36.279Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:15:36.279Z] ++ GREP=grep [2022-04-17T14:15:36.279Z] ++ AWK=awk [2022-04-17T14:15:36.279Z] ++ SED=sed [2022-04-17T14:15:36.279Z] ++ BC=bc [2022-04-17T14:15:36.279Z] ++ export GREP AWK SED BC [2022-04-17T14:15:36.279Z] + case ${OPT} in [2022-04-17T14:15:36.279Z] + list_test_ids [2022-04-17T14:15:36.279Z] + echo batch_all [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ batch_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + [[ false = true ]] [2022-04-17T14:15:36.279Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:15:36.279Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids [2022-04-17T14:15:36.279Z] + OPT=list_test_ids [2022-04-17T14:15:36.279Z] + TEST_ID= [2022-04-17T14:15:36.279Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh [2022-04-17T14:15:36.279Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh [2022-04-17T14:15:36.279Z] +++ uname [2022-04-17T14:15:36.279Z] +++ grep -i sunos [2022-04-17T14:15:36.279Z] +++ wc -l [2022-04-17T14:15:36.279Z] +++ awk '{print $1}' [2022-04-17T14:15:36.279Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:15:36.279Z] ++ GREP=grep [2022-04-17T14:15:36.279Z] ++ AWK=awk [2022-04-17T14:15:36.279Z] ++ SED=sed [2022-04-17T14:15:36.279Z] ++ BC=bc [2022-04-17T14:15:36.279Z] ++ export GREP AWK SED BC [2022-04-17T14:15:36.279Z] + case ${OPT} in [2022-04-17T14:15:36.279Z] + list_test_ids [2022-04-17T14:15:36.279Z] + echo cdi_all [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ cdi_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + [[ false = true ]] [2022-04-17T14:15:36.279Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:15:36.279Z] ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids [2022-04-17T14:15:36.279Z] + OPT=list_test_ids [2022-04-17T14:15:36.279Z] + TEST_ID= [2022-04-17T14:15:36.279Z] ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh [2022-04-17T14:15:36.279Z] + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh [2022-04-17T14:15:36.279Z] +++ uname [2022-04-17T14:15:36.279Z] +++ grep -i sunos [2022-04-17T14:15:36.279Z] +++ wc -l [2022-04-17T14:15:36.279Z] +++ awk '{print $1}' [2022-04-17T14:15:36.279Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:15:36.279Z] ++ GREP=grep [2022-04-17T14:15:36.279Z] ++ AWK=awk [2022-04-17T14:15:36.279Z] ++ SED=sed [2022-04-17T14:15:36.279Z] ++ BC=bc [2022-04-17T14:15:36.279Z] ++ export GREP AWK SED BC [2022-04-17T14:15:36.279Z] + case ${OPT} in [2022-04-17T14:15:36.279Z] + list_test_ids [2022-04-17T14:15:36.279Z] + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ connector_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ connector_group_1 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ connector_group_2 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ connector_group_3 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ connector_group_4 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + [[ false = true ]] [2022-04-17T14:15:36.279Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:15:36.279Z] ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids [2022-04-17T14:15:36.279Z] + OPT=list_test_ids [2022-04-17T14:15:36.279Z] + TEST_ID= [2022-04-17T14:15:36.279Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh [2022-04-17T14:15:36.279Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh [2022-04-17T14:15:36.279Z] +++ uname [2022-04-17T14:15:36.279Z] +++ grep -i sunos [2022-04-17T14:15:36.279Z] +++ wc -l [2022-04-17T14:15:36.279Z] +++ awk '{print $1}' [2022-04-17T14:15:36.279Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:15:36.279Z] ++ GREP=grep [2022-04-17T14:15:36.279Z] ++ AWK=awk [2022-04-17T14:15:36.279Z] ++ SED=sed [2022-04-17T14:15:36.279Z] ++ BC=bc [2022-04-17T14:15:36.279Z] ++ export GREP AWK SED BC [2022-04-17T14:15:36.279Z] + case ${OPT} in [2022-04-17T14:15:36.279Z] + list_test_ids [2022-04-17T14:15:36.279Z] + echo deployment_all deployment_cluster_all [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ deployment_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ deployment_cluster_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + [[ false = true ]] [2022-04-17T14:15:36.279Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:15:36.279Z] ++ ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh list_test_ids [2022-04-17T14:15:36.279Z] + OPT=list_test_ids [2022-04-17T14:15:36.279Z] + TEST_ID= [2022-04-17T14:15:36.279Z] ++ dirname ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh [2022-04-17T14:15:36.279Z] + source ./appserver/tests/appserv-tests/devtests/ejb/../../../common_test.sh [2022-04-17T14:15:36.279Z] +++ uname [2022-04-17T14:15:36.279Z] +++ grep -i sunos [2022-04-17T14:15:36.279Z] +++ wc -l [2022-04-17T14:15:36.279Z] +++ awk '{print $1}' [2022-04-17T14:15:36.279Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:15:36.279Z] ++ GREP=grep [2022-04-17T14:15:36.279Z] ++ AWK=awk [2022-04-17T14:15:36.279Z] ++ SED=sed [2022-04-17T14:15:36.279Z] ++ BC=bc [2022-04-17T14:15:36.279Z] ++ export GREP AWK SED BC [2022-04-17T14:15:36.279Z] + case ${OPT} in [2022-04-17T14:15:36.279Z] + list_test_ids [2022-04-17T14:15:36.279Z] + echo ejb_all ejb_timer_cluster_all ejb_web_all ejb_group_1 ejb_group_2 ejb_group_3 ejb_group_embedded [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ ejb_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ ejb_timer_cluster_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ ejb_web_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ ejb_group_1 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ ejb_group_2 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ ejb_group_3 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ ejb_group_embedded = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + [[ false = true ]] [2022-04-17T14:15:36.279Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:15:36.279Z] ++ ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh list_test_ids [2022-04-17T14:15:36.279Z] + OPT=list_test_ids [2022-04-17T14:15:36.279Z] + TEST_ID= [2022-04-17T14:15:36.279Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh [2022-04-17T14:15:36.279Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh [2022-04-17T14:15:36.279Z] +++ uname [2022-04-17T14:15:36.279Z] +++ grep -i sunos [2022-04-17T14:15:36.279Z] +++ wc -l [2022-04-17T14:15:36.279Z] +++ awk '{print $1}' [2022-04-17T14:15:36.279Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:15:36.279Z] ++ GREP=grep [2022-04-17T14:15:36.279Z] ++ AWK=awk [2022-04-17T14:15:36.279Z] ++ SED=sed [2022-04-17T14:15:36.279Z] ++ BC=bc [2022-04-17T14:15:36.279Z] ++ export GREP AWK SED BC [2022-04-17T14:15:36.279Z] + case ${OPT} in [2022-04-17T14:15:36.279Z] + list_test_ids [2022-04-17T14:15:36.279Z] + echo jdbc_all [2022-04-17T14:15:36.279Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:15:36.279Z] + [[ jdbc_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:15:36.279Z] + found=true [2022-04-17T14:15:36.279Z] + break [2022-04-17T14:15:36.279Z] + [[ true = true ]] [2022-04-17T14:15:36.279Z] + ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh run_test_id jdbc_all [2022-04-17T14:15:36.279Z] + OPT=run_test_id [2022-04-17T14:15:36.279Z] + TEST_ID=jdbc_all [2022-04-17T14:15:36.279Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh [2022-04-17T14:15:36.279Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh [2022-04-17T14:15:36.279Z] +++ uname [2022-04-17T14:15:36.279Z] +++ grep -i sunos [2022-04-17T14:15:36.279Z] +++ wc -l [2022-04-17T14:15:36.279Z] +++ awk '{print $1}' [2022-04-17T14:15:36.279Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:15:36.279Z] ++ GREP=grep [2022-04-17T14:15:36.279Z] ++ AWK=awk [2022-04-17T14:15:36.279Z] ++ SED=sed [2022-04-17T14:15:36.279Z] ++ BC=bc [2022-04-17T14:15:36.279Z] ++ export GREP AWK SED BC [2022-04-17T14:15:36.279Z] + case ${OPT} in [2022-04-17T14:15:36.279Z] + trap 'copy_test_artifacts jdbc_all' EXIT [2022-04-17T14:15:36.279Z] + run_test_id jdbc_all [2022-04-17T14:15:36.279Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip [2022-04-17T14:15:36.279Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' [2022-04-17T14:15:36.279Z] [2022-04-17T14:15:36.279Z] ===== UNZIP TEST RESOURCES ===== [2022-04-17T14:15:36.279Z] [2022-04-17T14:15:36.279Z] + for i in "${@}" [2022-04-17T14:15:36.279Z] + [[ /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] [2022-04-17T14:15:36.279Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target [2022-04-17T14:15:37.209Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh [2022-04-17T14:15:37.209Z] + cd ./appserver/tests/appserv-tests/devtests/jdbc [2022-04-17T14:15:37.209Z] + test_init [2022-04-17T14:15:37.209Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' [2022-04-17T14:15:37.209Z] [2022-04-17T14:15:37.209Z] ===== V2 DEVTESTS INIT ===== [2022-04-17T14:15:37.209Z] [2022-04-17T14:15:37.209Z] + find /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish -type f [2022-04-17T14:15:37.209Z] + xargs touch [2022-04-17T14:15:37.209Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:15:37.209Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:15:37.209Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T14:15:37.209Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T14:15:37.209Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T14:15:37.209Z] APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T14:15:37.209Z] + java -version [2022-04-17T14:15:37.209Z] openjdk version "18-ea" 2022-03-22 [2022-04-17T14:15:37.209Z] OpenJDK Runtime Environment (build 18-ea+27-1924) [2022-04-17T14:15:37.209Z] OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) [2022-04-17T14:15:37.209Z] + ant -version [2022-04-17T14:15:37.465Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 [2022-04-17T14:15:37.465Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T14:15:37.465Z] + printf '\n\n' [2022-04-17T14:15:37.465Z] [2022-04-17T14:15:37.465Z] [2022-04-17T14:15:37.465Z] + get_test_target jdbc_all [2022-04-17T14:15:37.465Z] + case ${1} in [2022-04-17T14:15:37.465Z] + TARGET=all [2022-04-17T14:15:37.465Z] + export TARGET [2022-04-17T14:15:37.465Z] + test_run [2022-04-17T14:15:37.465Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-domain domain1 [2022-04-17T14:15:42.239Z] Waiting for domain1 to start .... [2022-04-17T14:15:42.239Z] Successfully started the domain : domain1 [2022-04-17T14:15:42.239Z] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T14:15:42.239Z] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T14:15:42.239Z] Admin Port: 4848 [2022-04-17T14:15:42.239Z] Command start-domain executed successfully. [2022-04-17T14:15:42.239Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-database [2022-04-17T14:15:43.675Z] Starting database in Network Server mode on host 0.0.0.0 and port 1527. [2022-04-17T14:15:46.231Z] --------- Derby Network Server Information -------- [2022-04-17T14:15:46.231Z] Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 [2022-04-17T14:15:46.231Z] -- listing properties -- [2022-04-17T14:15:46.231Z] derby.drda.timeSlice=0 [2022-04-17T14:15:46.231Z] derby.drda.portNumber=1527 [2022-04-17T14:15:46.231Z] derby.drda.minThreads=0 [2022-04-17T14:15:46.231Z] derby.drda.sslMode=off [2022-04-17T14:15:46.231Z] derby.drda.traceAll=false [2022-04-17T14:15:46.231Z] derby.drda.keepAlive=true [2022-04-17T14:15:46.231Z] derby.drda.maxThreads=0 [2022-04-17T14:15:46.231Z] derby.drda.logConnections=false [2022-04-17T14:15:46.231Z] derby.drda.startNetworkServer=false [2022-04-17T14:15:46.231Z] derby.drda.host=0.0.0.0 [2022-04-17T14:15:46.231Z] derby.drda.traceDirectory=/home/jenkins/agent/workspace/glassfi... [2022-04-17T14:15:46.231Z] ------------------ Java Information ------------------ [2022-04-17T14:15:46.231Z] Java Version: 18-ea [2022-04-17T14:15:46.231Z] Java Vendor: Oracle Corporation [2022-04-17T14:15:46.231Z] Java home: /opt/tools/java/openjdk/jdk-18/18-ea+27 [2022-04-17T14:15:46.231Z] Java classpath: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derby.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyclient.jar [2022-04-17T14:15:46.231Z] OS name: Linux [2022-04-17T14:15:46.231Z] OS architecture: amd64 [2022-04-17T14:15:46.231Z] OS version: 5.14.14-200.fc34.x86_64 [2022-04-17T14:15:46.231Z] Java user name: jenkins [2022-04-17T14:15:46.231Z] Java user home: /home/jenkins [2022-04-17T14:15:46.231Z] Java user dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc [2022-04-17T14:15:46.231Z] java.specification.name: Java Platform API Specification [2022-04-17T14:15:46.231Z] java.specification.version: 18 [2022-04-17T14:15:46.231Z] java.runtime.version: 18-ea+27-1924 [2022-04-17T14:15:46.231Z] --------- Derby Information -------- [2022-04-17T14:15:46.231Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derby.jar] 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] ------------------------------------------------------ [2022-04-17T14:15:46.231Z] ----------------- Locale Information ----------------- [2022-04-17T14:15:46.231Z] Current Locale : [English/United States [en_US]] [2022-04-17T14:15:46.231Z] Found support for locale: [cs] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [de_DE] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [es] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [fr] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [hu] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [it] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [ja_JP] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [ko_KR] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [pl] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [pt_BR] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [ru] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [zh_CN] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] Found support for locale: [zh_TW] [2022-04-17T14:15:46.231Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:15:46.231Z] ------------------------------------------------------ [2022-04-17T14:15:46.231Z] ------------------------------------------------------ [2022-04-17T14:15:46.231Z] [2022-04-17T14:15:46.231Z] Starting database in the background. [2022-04-17T14:15:46.231Z] Log redirected to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.log. [2022-04-17T14:15:46.231Z] Command start-database executed successfully. [2022-04-17T14:15:46.231Z] + cd /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc [2022-04-17T14:15:46.231Z] + ant all [2022-04-17T14:15:46.232Z] + tee /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log [2022-04-17T14:15:46.488Z] Buildfile: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/build.xml [2022-04-17T14:15:46.744Z] [2022-04-17T14:15:46.744Z] all: [2022-04-17T14:15:47.000Z] [2022-04-17T14:15:47.000Z] jdbc-all: [2022-04-17T14:15:47.000Z] [2022-04-17T14:15:47.000Z] run-tests: [2022-04-17T14:15:47.000Z] [2022-04-17T14:15:47.000Z] setOSConditions: [2022-04-17T14:15:47.000Z] [2022-04-17T14:15:47.000Z] setToolWin: [2022-04-17T14:15:47.000Z] [2022-04-17T14:15:47.000Z] setToolUnix: [2022-04-17T14:15:47.000Z] [2022-04-17T14:15:47.000Z] setToolProperty: [2022-04-17T14:15:47.000Z] [2022-04-17T14:15:47.000Z] setS1ASclassPath: [2022-04-17T14:15:47.000Z] [2022-04-17T14:15:47.000Z] init-common: [2022-04-17T14:15:47.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T14:15:47.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T14:15:47.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T14:15:47.001Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T14:15:47.001Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T14:15:47.001Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] clean: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] setOSConditions: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] setToolWin: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] setToolUnix: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] setToolProperty: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] setS1ASclassPath: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] init-common: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] clean-common: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] setOSConditions: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] setToolWin: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] setToolUnix: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] setToolProperty: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] setS1ASclassPath: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] init-common: [2022-04-17T14:15:47.001Z] [2022-04-17T14:15:47.001Z] clean-classes-common: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] setOSConditions: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] setToolWin: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] setToolUnix: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] setToolProperty: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] setS1ASclassPath: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] init-common: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] clean-jars-common: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] compile: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] setOSConditions: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] setToolWin: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] setToolUnix: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] setToolProperty: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] setS1ASclassPath: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] init-common: [2022-04-17T14:15:47.257Z] [2022-04-17T14:15:47.257Z] compile-common: [2022-04-17T14:15:47.257Z] [echo] Current time (ISO): 2022-04-17T14:15:47.071+0000 [2022-04-17T14:15:47.257Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:15:47.257Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:15:49.178Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:15:49.178Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:15:49.178Z] [javac] return new Integer(1); [2022-04-17T14:15:49.178Z] [javac] ^ [2022-04-17T14:15:49.178Z] [javac] 2 warnings [2022-04-17T14:15:49.178Z] [2022-04-17T14:15:49.178Z] setOSConditions: [2022-04-17T14:15:49.178Z] [2022-04-17T14:15:49.178Z] setToolWin: [2022-04-17T14:15:49.178Z] [2022-04-17T14:15:49.178Z] setToolUnix: [2022-04-17T14:15:49.178Z] [2022-04-17T14:15:49.178Z] setToolProperty: [2022-04-17T14:15:49.178Z] [2022-04-17T14:15:49.178Z] setS1ASclassPath: [2022-04-17T14:15:49.178Z] [2022-04-17T14:15:49.178Z] init-common: [2022-04-17T14:15:49.178Z] [2022-04-17T14:15:49.178Z] compile-common: [2022-04-17T14:15:49.178Z] [echo] Current time (ISO): 2022-04-17T14:15:49.010+0000 [2022-04-17T14:15:49.178Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:15:51.107Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:15:51.107Z] [javac] 1 warning [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] build: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] setOSConditions: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] fixFiles: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] convUnix: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] convWin: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] setToolWin: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] setToolUnix: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] setToolProperty: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] setS1ASclassPath: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] init-common: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] package-persistence-common: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] ejb-jar-common: [2022-04-17T14:15:51.107Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] package-ejbjar-common: [2022-04-17T14:15:51.107Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:15:51.107Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:15:51.107Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:15:51.107Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauth-ejb.jar [2022-04-17T14:15:51.107Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] appclient-jar-common: [2022-04-17T14:15:51.107Z] [2022-04-17T14:15:51.107Z] package-appclientjar-common: [2022-04-17T14:15:51.107Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:15:51.107Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:15:51.107Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:15:51.107Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauth-client.jar [2022-04-17T14:15:51.108Z] [2022-04-17T14:15:51.108Z] webclient-war-common: [2022-04-17T14:15:51.108Z] [2022-04-17T14:15:51.108Z] build-ear-common: [2022-04-17T14:15:51.108Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:15:51.108Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthApp.ear [2022-04-17T14:15:51.108Z] [2022-04-17T14:15:51.108Z] deploy: [2022-04-17T14:15:51.108Z] [2022-04-17T14:15:51.108Z] setOSConditions: [2022-04-17T14:15:51.108Z] [2022-04-17T14:15:51.108Z] setToolWin: [2022-04-17T14:15:51.108Z] [2022-04-17T14:15:51.108Z] setToolUnix: [2022-04-17T14:15:51.108Z] [2022-04-17T14:15:51.108Z] setToolProperty: [2022-04-17T14:15:51.108Z] [2022-04-17T14:15:51.108Z] setS1ASclassPath: [2022-04-17T14:15:51.108Z] [2022-04-17T14:15:51.108Z] init-common: [2022-04-17T14:15:51.108Z] [2022-04-17T14:15:51.108Z] execute-sql-common: [2022-04-17T14:15:53.001Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/create_pointbase.sql [2022-04-17T14:15:53.001Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:15:53.001Z] [sql] java.sql.SQLSyntaxErrorException: Schema 'DBUSER' does not exist [2022-04-17T14:15:53.001Z] [sql] 0 rows affected [2022-04-17T14:15:53.001Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] setOSConditions: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] setToolWin: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] setToolUnix: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] setToolProperty: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] setS1ASclassPath: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] init-common: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] deploy-jdbc-common: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] setOSConditions: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] setToolWin: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] setToolUnix: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] setToolProperty: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] setS1ASclassPath: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] init-common: [2022-04-17T14:15:53.001Z] [2022-04-17T14:15:53.001Z] create-jdbc-connpool-common: [2022-04-17T14:15:54.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:15:54.639Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:15:54.639Z] [2022-04-17T14:15:54.639Z] set-derby-connpool-props: [2022-04-17T14:15:55.203Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:15:55.203Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:15:55.491Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:15:55.491Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:15:55.748Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:15:56.038Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:15:56.295Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:15:56.295Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:15:56.551Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:15:56.551Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:15:57.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:15:57.176Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:15:57.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:15:57.745Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:15:58.001Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:15:58.001Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:15:58.001Z] [2022-04-17T14:15:58.001Z] setOSConditions: [2022-04-17T14:15:58.001Z] [2022-04-17T14:15:58.001Z] setToolWin: [2022-04-17T14:15:58.001Z] [2022-04-17T14:15:58.001Z] setToolUnix: [2022-04-17T14:15:58.001Z] [2022-04-17T14:15:58.001Z] setToolProperty: [2022-04-17T14:15:58.001Z] [2022-04-17T14:15:58.001Z] setS1ASclassPath: [2022-04-17T14:15:58.001Z] [2022-04-17T14:15:58.001Z] init-common: [2022-04-17T14:15:58.001Z] [2022-04-17T14:15:58.001Z] create-jdbc-resource-common: [2022-04-17T14:15:58.001Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:15:58.563Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:15:58.563Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:15:58.563Z] [echo] cmd executed for server [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] setOSConditions: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] setToolWin: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] setToolUnix: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] setToolProperty: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] setS1ASclassPath: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] init-common: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] deploy-common: [2022-04-17T14:15:58.563Z] [echo] Current time (ISO): 2022-04-17T14:15:58.412+0000 [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] setOSConditions: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] setToolWin: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] setToolUnix: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] setToolProperty: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] setS1ASclassPath: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] init-common: [2022-04-17T14:15:58.563Z] [2022-04-17T14:15:58.563Z] deploy-common-pe: [2022-04-17T14:15:59.144Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthApp.ear [2022-04-17T14:16:03.340Z] [exec] Application deployed with name ejb-bmp-appauthApp. [2022-04-17T14:16:03.340Z] [echo] Deployment on target server server successful [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setOSConditions: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setToolWin: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setToolUnix: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setToolProperty: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setS1ASclassPath: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] init-common: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] deploy-common-ee: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] run: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setup-derby-for-authentication: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setOSConditions: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setToolWin: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setToolUnix: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setToolProperty: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setS1ASclassPath: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] init-common: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] stop-derby: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] stop-derby-aix: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] stop-derby-nonaix: [2022-04-17T14:16:03.340Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:16:03.340Z] [java] Sun Apr 17 14:16:03 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:16:03.340Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:16:03.340Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setOSConditions: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setToolWin: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setToolUnix: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setToolProperty: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] setS1ASclassPath: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] init-common: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] start-derby: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] start-derby-aix: [2022-04-17T14:16:03.340Z] [2022-04-17T14:16:03.340Z] start-derby-nonaix: [2022-04-17T14:16:03.340Z] [echo] Starting Derby DB Server ... [2022-04-17T14:16:18.201Z] [2022-04-17T14:16:18.201Z] setOSConditions: [2022-04-17T14:16:18.201Z] [2022-04-17T14:16:18.201Z] setToolWin: [2022-04-17T14:16:18.201Z] [2022-04-17T14:16:18.201Z] setToolUnix: [2022-04-17T14:16:18.201Z] [2022-04-17T14:16:18.201Z] setToolProperty: [2022-04-17T14:16:18.201Z] [2022-04-17T14:16:18.201Z] setS1ASclassPath: [2022-04-17T14:16:18.201Z] [2022-04-17T14:16:18.201Z] init-common: [2022-04-17T14:16:18.201Z] [2022-04-17T14:16:18.201Z] execute-sql-common: [2022-04-17T14:16:18.457Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/create_pointbase.sql [2022-04-17T14:16:18.714Z] [sql] 0 rows affected [2022-04-17T14:16:18.714Z] [sql] 0 rows affected [2022-04-17T14:16:18.714Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:16:18.714Z] [2022-04-17T14:16:18.714Z] setOSConditions: [2022-04-17T14:16:18.714Z] [2022-04-17T14:16:18.714Z] setToolWin: [2022-04-17T14:16:18.714Z] [2022-04-17T14:16:18.714Z] setToolUnix: [2022-04-17T14:16:18.714Z] [2022-04-17T14:16:18.714Z] setToolProperty: [2022-04-17T14:16:18.714Z] [2022-04-17T14:16:18.714Z] setS1ASclassPath: [2022-04-17T14:16:18.714Z] [2022-04-17T14:16:18.714Z] init-common: [2022-04-17T14:16:18.714Z] [2022-04-17T14:16:18.714Z] runclient-common: [2022-04-17T14:16:18.714Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:16:19.642Z] [exec] Apr 17, 2022 2:16:19 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:16:19.642Z] [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. [2022-04-17T14:16:23.844Z] [exec] test 3 will fail with Derby [2022-04-17T14:16:23.844Z] [exec] Value of key is: test1 : [2022-04-17T14:16:23.844Z] [exec] Value of key is: test2 : [2022-04-17T14:16:23.844Z] [exec] Value of key is: test3 : [2022-04-17T14:16:24.102Z] [exec] Value of key is: test4 : [2022-04-17T14:16:24.102Z] [exec] Value of key is: test5 : [2022-04-17T14:16:24.102Z] [exec] jdbc appauth status: [2022-04-17T14:16:24.102Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:16:24.102Z] [exec] [2022-04-17T14:16:24.102Z] [exec] [2022-04-17T14:16:24.102Z] [exec] ----------------------------------------- [2022-04-17T14:16:24.102Z] [exec] - test2 : : PASS - [2022-04-17T14:16:24.102Z] [exec] - test1 : : PASS - [2022-04-17T14:16:24.102Z] [exec] - test3 : : PASS - [2022-04-17T14:16:24.102Z] [exec] - test4 : : PASS - [2022-04-17T14:16:24.102Z] [exec] - test5 : : PASS - [2022-04-17T14:16:24.102Z] [exec] ----------------------------------------- [2022-04-17T14:16:24.102Z] [exec] Total PASS: 5 [2022-04-17T14:16:24.102Z] [exec] Total FAIL: 0 [2022-04-17T14:16:24.102Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:16:24.102Z] [exec] ----------------------------------------- [2022-04-17T14:16:24.102Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:16:24.102Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] checkReporting-common: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] confirmReportPresent-common: [2022-04-17T14:16:24.359Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:16:24.359Z] [echo] Test seems to be reported fine [2022-04-17T14:16:24.359Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/RepRunConf.txt [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] confirmMissingReport-common: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] reset-derby-for-no-authentication: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] setOSConditions: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] setToolWin: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] setToolUnix: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] setToolProperty: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] setS1ASclassPath: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] init-common: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] stop-derby: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] stop-derby-aix: [2022-04-17T14:16:24.359Z] [2022-04-17T14:16:24.359Z] stop-derby-nonaix: [2022-04-17T14:16:24.359Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:16:24.937Z] [java] Sun Apr 17 14:16:24 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:16:24.937Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:16:24.937Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:16:24.937Z] [2022-04-17T14:16:24.937Z] setOSConditions: [2022-04-17T14:16:24.937Z] [2022-04-17T14:16:24.937Z] setToolWin: [2022-04-17T14:16:24.937Z] [2022-04-17T14:16:24.937Z] setToolUnix: [2022-04-17T14:16:24.937Z] [2022-04-17T14:16:24.937Z] setToolProperty: [2022-04-17T14:16:24.937Z] [2022-04-17T14:16:24.937Z] setS1ASclassPath: [2022-04-17T14:16:24.937Z] [2022-04-17T14:16:24.937Z] init-common: [2022-04-17T14:16:24.937Z] [2022-04-17T14:16:24.937Z] start-derby: [2022-04-17T14:16:24.937Z] [2022-04-17T14:16:24.937Z] start-derby-aix: [2022-04-17T14:16:24.937Z] [2022-04-17T14:16:24.937Z] start-derby-nonaix: [2022-04-17T14:16:24.937Z] [echo] Starting Derby DB Server ... [2022-04-17T14:16:39.799Z] [2022-04-17T14:16:39.799Z] undeploy: [2022-04-17T14:16:39.799Z] [2022-04-17T14:16:39.799Z] setOSConditions: [2022-04-17T14:16:39.799Z] [2022-04-17T14:16:39.799Z] setToolWin: [2022-04-17T14:16:39.799Z] [2022-04-17T14:16:39.799Z] setToolUnix: [2022-04-17T14:16:39.799Z] [2022-04-17T14:16:39.799Z] setToolProperty: [2022-04-17T14:16:39.799Z] [2022-04-17T14:16:39.799Z] setS1ASclassPath: [2022-04-17T14:16:39.799Z] [2022-04-17T14:16:39.799Z] init-common: [2022-04-17T14:16:39.799Z] [2022-04-17T14:16:39.799Z] execute-sql-common: [2022-04-17T14:16:40.055Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/drop_pointbase.sql [2022-04-17T14:16:40.055Z] [sql] 0 rows affected [2022-04-17T14:16:40.055Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] setOSConditions: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] setToolWin: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] setToolUnix: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] setToolProperty: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] setS1ASclassPath: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] init-common: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] undeploy-jdbc-common: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] setOSConditions: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] setToolWin: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] setToolUnix: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] setToolProperty: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] setS1ASclassPath: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] init-common: [2022-04-17T14:16:40.055Z] [2022-04-17T14:16:40.055Z] delete-jdbc-resource-common: [2022-04-17T14:16:40.055Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:16:40.650Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:16:40.650Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:16:40.650Z] [echo] cmd executed for server [2022-04-17T14:16:40.650Z] [2022-04-17T14:16:40.650Z] setOSConditions: [2022-04-17T14:16:40.650Z] [2022-04-17T14:16:40.650Z] setToolWin: [2022-04-17T14:16:40.650Z] [2022-04-17T14:16:40.650Z] setToolUnix: [2022-04-17T14:16:40.650Z] [2022-04-17T14:16:40.650Z] setToolProperty: [2022-04-17T14:16:40.650Z] [2022-04-17T14:16:40.650Z] setS1ASclassPath: [2022-04-17T14:16:40.650Z] [2022-04-17T14:16:40.650Z] init-common: [2022-04-17T14:16:40.650Z] [2022-04-17T14:16:40.650Z] delete-jdbc-connpool-common: [2022-04-17T14:16:40.650Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:16:41.242Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:41.242Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:16:41.242Z] [echo] cmd executed for server [2022-04-17T14:16:41.242Z] [2022-04-17T14:16:41.242Z] setOSConditions: [2022-04-17T14:16:41.242Z] [2022-04-17T14:16:41.242Z] setToolWin: [2022-04-17T14:16:41.242Z] [2022-04-17T14:16:41.242Z] setToolUnix: [2022-04-17T14:16:41.242Z] [2022-04-17T14:16:41.242Z] setToolProperty: [2022-04-17T14:16:41.242Z] [2022-04-17T14:16:41.242Z] setS1ASclassPath: [2022-04-17T14:16:41.242Z] [2022-04-17T14:16:41.242Z] init-common: [2022-04-17T14:16:41.242Z] [2022-04-17T14:16:41.242Z] undeploy-common: [2022-04-17T14:16:41.498Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] all: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setOSConditions: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolWin: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolUnix: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolProperty: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setS1ASclassPath: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] init-common: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] clean: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setOSConditions: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolWin: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolUnix: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolProperty: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setS1ASclassPath: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] init-common: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] clean-common: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setOSConditions: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolWin: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolUnix: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolProperty: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setS1ASclassPath: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] init-common: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] clean-classes-common: [2022-04-17T14:16:41.498Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setOSConditions: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolWin: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolUnix: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolProperty: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setS1ASclassPath: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] init-common: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] clean-jars-common: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] compile: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setOSConditions: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolWin: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolUnix: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setToolProperty: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] setS1ASclassPath: [2022-04-17T14:16:41.498Z] [2022-04-17T14:16:41.498Z] init-common: [2022-04-17T14:16:41.755Z] [2022-04-17T14:16:41.755Z] compile-common: [2022-04-17T14:16:41.755Z] [echo] Current time (ISO): 2022-04-17T14:16:41.497+0000 [2022-04-17T14:16:41.755Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:16:41.755Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:16:43.663Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:16:43.663Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:43.663Z] [javac] return new Integer(1); [2022-04-17T14:16:43.663Z] [javac] ^ [2022-04-17T14:16:43.663Z] [javac] 2 warnings [2022-04-17T14:16:43.663Z] [2022-04-17T14:16:43.663Z] setOSConditions: [2022-04-17T14:16:43.663Z] [2022-04-17T14:16:43.663Z] setToolWin: [2022-04-17T14:16:43.663Z] [2022-04-17T14:16:43.663Z] setToolUnix: [2022-04-17T14:16:43.663Z] [2022-04-17T14:16:43.663Z] setToolProperty: [2022-04-17T14:16:43.663Z] [2022-04-17T14:16:43.663Z] setS1ASclassPath: [2022-04-17T14:16:43.663Z] [2022-04-17T14:16:43.663Z] init-common: [2022-04-17T14:16:43.663Z] [2022-04-17T14:16:43.663Z] compile-common: [2022-04-17T14:16:43.663Z] [echo] Current time (ISO): 2022-04-17T14:16:43.200+0000 [2022-04-17T14:16:43.663Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:16:45.082Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:16:45.082Z] [javac] 1 warning [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] build: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] setOSConditions: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] fixFiles: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] convUnix: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] convWin: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] setToolWin: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] setToolUnix: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] setToolProperty: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] setS1ASclassPath: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] init-common: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] package-persistence-common: [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] ejb-jar-common: [2022-04-17T14:16:45.082Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:16:45.082Z] [2022-04-17T14:16:45.082Z] package-ejbjar-common: [2022-04-17T14:16:45.082Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:16:45.082Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:16:45.082Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:16:45.082Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtx-ejb.jar [2022-04-17T14:16:45.082Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] appclient-jar-common: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] package-appclientjar-common: [2022-04-17T14:16:45.083Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:16:45.083Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:16:45.083Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:16:45.083Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtx-client.jar [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] webclient-war-common: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] build-ear-common: [2022-04-17T14:16:45.083Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:16:45.083Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtxApp.ear [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] deploy: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] setOSConditions: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] setToolWin: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] setToolUnix: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] setToolProperty: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] setS1ASclassPath: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] init-common: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] execute-sql-common: [2022-04-17T14:16:45.083Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/create_pointbase.sql [2022-04-17T14:16:45.083Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:16:45.083Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:16:45.083Z] [sql] 0 rows affected [2022-04-17T14:16:45.083Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] setOSConditions: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] setToolWin: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] setToolUnix: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] setToolProperty: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] setS1ASclassPath: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] init-common: [2022-04-17T14:16:45.083Z] [2022-04-17T14:16:45.083Z] create-jdbc-connpool-common: [2022-04-17T14:16:45.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:45.645Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. [2022-04-17T14:16:45.645Z] [2022-04-17T14:16:45.645Z] set-derby-connpool-props: [2022-04-17T14:16:45.902Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:45.902Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser [2022-04-17T14:16:46.465Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:46.465Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword [2022-04-17T14:16:46.721Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:46.721Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 [2022-04-17T14:16:47.284Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:47.284Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 [2022-04-17T14:16:47.541Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:47.541Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb [2022-04-17T14:16:48.142Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:48.142Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:16:48.398Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:48.398Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true [2022-04-17T14:16:48.960Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:48.960Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost [2022-04-17T14:16:48.960Z] [2022-04-17T14:16:48.960Z] setOSConditions: [2022-04-17T14:16:48.960Z] [2022-04-17T14:16:48.960Z] setToolWin: [2022-04-17T14:16:48.960Z] [2022-04-17T14:16:48.960Z] setToolUnix: [2022-04-17T14:16:48.960Z] [2022-04-17T14:16:48.960Z] setToolProperty: [2022-04-17T14:16:48.960Z] [2022-04-17T14:16:48.960Z] setS1ASclassPath: [2022-04-17T14:16:48.960Z] [2022-04-17T14:16:48.960Z] init-common: [2022-04-17T14:16:48.960Z] [2022-04-17T14:16:48.960Z] create-jdbc-resource-common: [2022-04-17T14:16:48.960Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:49.216Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:16:49.216Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. [2022-04-17T14:16:49.216Z] [echo] cmd executed for server [2022-04-17T14:16:49.216Z] [2022-04-17T14:16:49.216Z] setOSConditions: [2022-04-17T14:16:49.216Z] [2022-04-17T14:16:49.216Z] setToolWin: [2022-04-17T14:16:49.216Z] [2022-04-17T14:16:49.216Z] setToolUnix: [2022-04-17T14:16:49.216Z] [2022-04-17T14:16:49.216Z] setToolProperty: [2022-04-17T14:16:49.216Z] [2022-04-17T14:16:49.216Z] setS1ASclassPath: [2022-04-17T14:16:49.216Z] [2022-04-17T14:16:49.216Z] init-common: [2022-04-17T14:16:49.216Z] [2022-04-17T14:16:49.216Z] deploy-common: [2022-04-17T14:16:49.217Z] [echo] Current time (ISO): 2022-04-17T14:16:49.137+0000 [2022-04-17T14:16:49.217Z] [2022-04-17T14:16:49.217Z] setOSConditions: [2022-04-17T14:16:49.217Z] [2022-04-17T14:16:49.217Z] setToolWin: [2022-04-17T14:16:49.217Z] [2022-04-17T14:16:49.217Z] setToolUnix: [2022-04-17T14:16:49.217Z] [2022-04-17T14:16:49.217Z] setToolProperty: [2022-04-17T14:16:49.217Z] [2022-04-17T14:16:49.217Z] setS1ASclassPath: [2022-04-17T14:16:49.217Z] [2022-04-17T14:16:49.217Z] init-common: [2022-04-17T14:16:49.217Z] [2022-04-17T14:16:49.217Z] deploy-common-pe: [2022-04-17T14:16:49.780Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtxApp.ear [2022-04-17T14:16:49.780Z] [exec] Application deployed with name ejb-bmp-appauthtxApp. [2022-04-17T14:16:49.780Z] [echo] Deployment on target server server successful [2022-04-17T14:16:49.780Z] [2022-04-17T14:16:49.780Z] setOSConditions: [2022-04-17T14:16:49.780Z] [2022-04-17T14:16:49.780Z] setToolWin: [2022-04-17T14:16:49.780Z] [2022-04-17T14:16:49.780Z] setToolUnix: [2022-04-17T14:16:49.780Z] [2022-04-17T14:16:49.780Z] setToolProperty: [2022-04-17T14:16:49.780Z] [2022-04-17T14:16:49.780Z] setS1ASclassPath: [2022-04-17T14:16:49.780Z] [2022-04-17T14:16:49.780Z] init-common: [2022-04-17T14:16:49.780Z] [2022-04-17T14:16:49.780Z] deploy-common-ee: [2022-04-17T14:16:49.780Z] [2022-04-17T14:16:49.780Z] run: [2022-04-17T14:16:50.038Z] [2022-04-17T14:16:50.038Z] setup-derby-for-authentication: [2022-04-17T14:16:50.038Z] [2022-04-17T14:16:50.038Z] setOSConditions: [2022-04-17T14:16:50.038Z] [2022-04-17T14:16:50.038Z] setToolWin: [2022-04-17T14:16:50.038Z] [2022-04-17T14:16:50.038Z] setToolUnix: [2022-04-17T14:16:50.038Z] [2022-04-17T14:16:50.038Z] setToolProperty: [2022-04-17T14:16:50.038Z] [2022-04-17T14:16:50.038Z] setS1ASclassPath: [2022-04-17T14:16:50.038Z] [2022-04-17T14:16:50.038Z] init-common: [2022-04-17T14:16:50.038Z] [2022-04-17T14:16:50.038Z] stop-derby: [2022-04-17T14:16:50.038Z] [2022-04-17T14:16:50.038Z] stop-derby-aix: [2022-04-17T14:16:50.038Z] [2022-04-17T14:16:50.038Z] stop-derby-nonaix: [2022-04-17T14:16:50.038Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:16:50.601Z] [java] Sun Apr 17 14:16:50 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:16:50.601Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:16:50.601Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:16:50.601Z] [2022-04-17T14:16:50.601Z] setOSConditions: [2022-04-17T14:16:50.601Z] [2022-04-17T14:16:50.601Z] setToolWin: [2022-04-17T14:16:50.601Z] [2022-04-17T14:16:50.601Z] setToolUnix: [2022-04-17T14:16:50.601Z] [2022-04-17T14:16:50.601Z] setToolProperty: [2022-04-17T14:16:50.601Z] [2022-04-17T14:16:50.601Z] setS1ASclassPath: [2022-04-17T14:16:50.601Z] [2022-04-17T14:16:50.601Z] init-common: [2022-04-17T14:16:50.601Z] [2022-04-17T14:16:50.601Z] start-derby: [2022-04-17T14:16:50.601Z] [2022-04-17T14:16:50.601Z] start-derby-aix: [2022-04-17T14:16:50.601Z] [2022-04-17T14:16:50.601Z] start-derby-nonaix: [2022-04-17T14:16:50.601Z] [echo] Starting Derby DB Server ... [2022-04-17T14:17:05.460Z] [2022-04-17T14:17:05.460Z] setOSConditions: [2022-04-17T14:17:05.460Z] [2022-04-17T14:17:05.460Z] setToolWin: [2022-04-17T14:17:05.460Z] [2022-04-17T14:17:05.460Z] setToolUnix: [2022-04-17T14:17:05.460Z] [2022-04-17T14:17:05.460Z] setToolProperty: [2022-04-17T14:17:05.460Z] [2022-04-17T14:17:05.460Z] setS1ASclassPath: [2022-04-17T14:17:05.460Z] [2022-04-17T14:17:05.460Z] init-common: [2022-04-17T14:17:05.460Z] [2022-04-17T14:17:05.460Z] execute-sql-common: [2022-04-17T14:17:05.717Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/create_pointbase.sql [2022-04-17T14:17:05.717Z] [sql] 0 rows affected [2022-04-17T14:17:05.717Z] [sql] 0 rows affected [2022-04-17T14:17:05.717Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:17:05.717Z] [2022-04-17T14:17:05.717Z] setOSConditions: [2022-04-17T14:17:05.717Z] [2022-04-17T14:17:05.717Z] setToolWin: [2022-04-17T14:17:05.717Z] [2022-04-17T14:17:05.717Z] setToolUnix: [2022-04-17T14:17:05.717Z] [2022-04-17T14:17:05.717Z] setToolProperty: [2022-04-17T14:17:05.717Z] [2022-04-17T14:17:05.717Z] setS1ASclassPath: [2022-04-17T14:17:05.717Z] [2022-04-17T14:17:05.717Z] init-common: [2022-04-17T14:17:05.717Z] [2022-04-17T14:17:05.717Z] runclient-common: [2022-04-17T14:17:05.717Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:17:06.650Z] [exec] Apr 17, 2022 2:17:06 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:17:06.650Z] [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. [2022-04-17T14:17:09.942Z] [exec] All tests will fail with Derby till XA driver is fixed [2022-04-17T14:17:09.943Z] [exec] Value of key is: test1 : [2022-04-17T14:17:10.200Z] [exec] Value of key is: test2 : [2022-04-17T14:17:10.200Z] [exec] Value of key is: test3 : [2022-04-17T14:17:10.200Z] [exec] jdbc appauthtx status: [2022-04-17T14:17:10.200Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:17:10.200Z] [exec] [2022-04-17T14:17:10.200Z] [exec] [2022-04-17T14:17:10.200Z] [exec] ----------------------------------------- [2022-04-17T14:17:10.200Z] [exec] - test2 : : PASS - [2022-04-17T14:17:10.200Z] [exec] - test1 : : PASS - [2022-04-17T14:17:10.200Z] [exec] - test3 : : PASS - [2022-04-17T14:17:10.200Z] [exec] ----------------------------------------- [2022-04-17T14:17:10.200Z] [exec] Total PASS: 3 [2022-04-17T14:17:10.200Z] [exec] Total FAIL: 0 [2022-04-17T14:17:10.200Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:17:10.200Z] [exec] ----------------------------------------- [2022-04-17T14:17:10.200Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:17:10.456Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] checkReporting-common: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] confirmReportPresent-common: [2022-04-17T14:17:10.713Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:17:10.713Z] [echo] Test seems to be reported fine [2022-04-17T14:17:10.713Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/RepRunConf.txt [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] confirmMissingReport-common: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] reset-derby-for-no-authentication: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] setOSConditions: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] setToolWin: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] setToolUnix: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] setToolProperty: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] setS1ASclassPath: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] init-common: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] stop-derby: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] stop-derby-aix: [2022-04-17T14:17:10.713Z] [2022-04-17T14:17:10.713Z] stop-derby-nonaix: [2022-04-17T14:17:10.713Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:17:10.972Z] [java] Sun Apr 17 14:17:10 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:17:10.972Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:17:10.972Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:17:10.972Z] [2022-04-17T14:17:10.972Z] setOSConditions: [2022-04-17T14:17:10.972Z] [2022-04-17T14:17:10.972Z] setToolWin: [2022-04-17T14:17:10.972Z] [2022-04-17T14:17:10.972Z] setToolUnix: [2022-04-17T14:17:10.972Z] [2022-04-17T14:17:10.972Z] setToolProperty: [2022-04-17T14:17:10.972Z] [2022-04-17T14:17:10.972Z] setS1ASclassPath: [2022-04-17T14:17:10.972Z] [2022-04-17T14:17:10.972Z] init-common: [2022-04-17T14:17:10.972Z] [2022-04-17T14:17:10.972Z] start-derby: [2022-04-17T14:17:10.972Z] [2022-04-17T14:17:10.972Z] start-derby-aix: [2022-04-17T14:17:10.972Z] [2022-04-17T14:17:10.972Z] start-derby-nonaix: [2022-04-17T14:17:10.972Z] [echo] Starting Derby DB Server ... [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] undeploy: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setOSConditions: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolWin: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolUnix: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolProperty: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setS1ASclassPath: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] init-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] undeploy-common: [2022-04-17T14:17:29.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setOSConditions: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolWin: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolUnix: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolProperty: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setS1ASclassPath: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] init-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] delete-jdbc-resource-common: [2022-04-17T14:17:29.039Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 [2022-04-17T14:17:29.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 [2022-04-17T14:17:29.039Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully [2022-04-17T14:17:29.039Z] [echo] cmd executed for server [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setOSConditions: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolWin: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolUnix: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolProperty: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setS1ASclassPath: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] init-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] delete-jdbc-connpool-common: [2022-04-17T14:17:29.039Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 [2022-04-17T14:17:29.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:29.039Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully [2022-04-17T14:17:29.039Z] [echo] cmd executed for server [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setOSConditions: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolWin: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolUnix: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolProperty: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setS1ASclassPath: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] init-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] execute-sql-common: [2022-04-17T14:17:29.039Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/drop_pointbase.sql [2022-04-17T14:17:29.039Z] [sql] 0 rows affected [2022-04-17T14:17:29.039Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] all: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setOSConditions: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolWin: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolUnix: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolProperty: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setS1ASclassPath: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] init-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] clean: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setOSConditions: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolWin: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolUnix: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolProperty: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setS1ASclassPath: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] init-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] clean-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setOSConditions: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolWin: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolUnix: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolProperty: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setS1ASclassPath: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] init-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] clean-classes-common: [2022-04-17T14:17:29.039Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setOSConditions: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolWin: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolUnix: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolProperty: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setS1ASclassPath: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] init-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] clean-jars-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] compile: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setOSConditions: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolWin: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolUnix: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setToolProperty: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] setS1ASclassPath: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] init-common: [2022-04-17T14:17:29.039Z] [2022-04-17T14:17:29.039Z] compile-common: [2022-04-17T14:17:29.039Z] [echo] Current time (ISO): 2022-04-17T14:17:27.478+0000 [2022-04-17T14:17:29.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:17:29.039Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:17:29.039Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:17:29.297Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:29.297Z] [javac] return new Integer(1); [2022-04-17T14:17:29.297Z] [javac] ^ [2022-04-17T14:17:29.297Z] [javac] 2 warnings [2022-04-17T14:17:29.297Z] [2022-04-17T14:17:29.297Z] setOSConditions: [2022-04-17T14:17:29.297Z] [2022-04-17T14:17:29.297Z] setToolWin: [2022-04-17T14:17:29.297Z] [2022-04-17T14:17:29.297Z] setToolUnix: [2022-04-17T14:17:29.297Z] [2022-04-17T14:17:29.297Z] setToolProperty: [2022-04-17T14:17:29.297Z] [2022-04-17T14:17:29.297Z] setS1ASclassPath: [2022-04-17T14:17:29.297Z] [2022-04-17T14:17:29.297Z] init-common: [2022-04-17T14:17:29.297Z] [2022-04-17T14:17:29.297Z] compile-common: [2022-04-17T14:17:29.297Z] [echo] Current time (ISO): 2022-04-17T14:17:29.149+0000 [2022-04-17T14:17:29.297Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:17:31.236Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:17:31.236Z] [javac] 1 warning [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] build: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setOSConditions: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] fixFiles: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] convUnix: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] convWin: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolWin: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolUnix: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolProperty: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setS1ASclassPath: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] init-common: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] package-persistence-common: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] ejb-jar-common: [2022-04-17T14:17:31.236Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] package-ejbjar-common: [2022-04-17T14:17:31.236Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:31.236Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:31.236Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:31.236Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth-ejb.jar [2022-04-17T14:17:31.236Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] appclient-jar-common: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] package-appclientjar-common: [2022-04-17T14:17:31.236Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:31.236Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:31.236Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:31.236Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth-client.jar [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] webclient-war-common: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] build-ear-common: [2022-04-17T14:17:31.236Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:31.236Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthApp.ear [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] deploy: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setOSConditions: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolWin: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolUnix: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolProperty: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setS1ASclassPath: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] init-common: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] execute-sql-common: [2022-04-17T14:17:31.236Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/create_pointbase.sql [2022-04-17T14:17:31.236Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:17:31.236Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:17:31.236Z] [sql] 0 rows affected [2022-04-17T14:17:31.236Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setOSConditions: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolWin: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolUnix: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolProperty: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setS1ASclassPath: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] init-common: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] deploy-jdbc-common: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setOSConditions: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolWin: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolUnix: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setToolProperty: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] setS1ASclassPath: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] init-common: [2022-04-17T14:17:31.236Z] [2022-04-17T14:17:31.236Z] create-jdbc-connpool-common: [2022-04-17T14:17:31.492Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:31.492Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:17:31.492Z] [2022-04-17T14:17:31.492Z] set-derby-connpool-props: [2022-04-17T14:17:32.055Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:17:32.055Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:17:32.338Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:17:32.338Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:17:32.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:17:32.594Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:17:33.157Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:17:33.157Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:17:33.414Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:17:33.414Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:17:33.670Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:17:33.670Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:17:34.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:17:34.246Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:17:34.504Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:17:34.504Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:17:34.504Z] [2022-04-17T14:17:34.504Z] setOSConditions: [2022-04-17T14:17:34.504Z] [2022-04-17T14:17:34.504Z] setToolWin: [2022-04-17T14:17:34.504Z] [2022-04-17T14:17:34.504Z] setToolUnix: [2022-04-17T14:17:34.504Z] [2022-04-17T14:17:34.504Z] setToolProperty: [2022-04-17T14:17:34.504Z] [2022-04-17T14:17:34.504Z] setS1ASclassPath: [2022-04-17T14:17:34.504Z] [2022-04-17T14:17:34.504Z] init-common: [2022-04-17T14:17:34.504Z] [2022-04-17T14:17:34.504Z] create-jdbc-resource-common: [2022-04-17T14:17:34.504Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:35.068Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:35.068Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:17:35.068Z] [echo] cmd executed for server [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] setOSConditions: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] setToolWin: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] setToolUnix: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] setToolProperty: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] setS1ASclassPath: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] init-common: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] deploy-common: [2022-04-17T14:17:35.068Z] [echo] Current time (ISO): 2022-04-17T14:17:34.804+0000 [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] setOSConditions: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] setToolWin: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] setToolUnix: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] setToolProperty: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] setS1ASclassPath: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] init-common: [2022-04-17T14:17:35.068Z] [2022-04-17T14:17:35.068Z] deploy-common-pe: [2022-04-17T14:17:35.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthApp.ear [2022-04-17T14:17:35.645Z] [exec] Application deployed with name ejb-bmp-contauthApp. [2022-04-17T14:17:35.645Z] [echo] Deployment on target server server successful [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setOSConditions: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setToolWin: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setToolUnix: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setToolProperty: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setS1ASclassPath: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] init-common: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] deploy-common-ee: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] run: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setOSConditions: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setToolWin: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setToolUnix: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setToolProperty: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setS1ASclassPath: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] init-common: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] execute-sql-common: [2022-04-17T14:17:35.645Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/create_pointbase.sql [2022-04-17T14:17:35.645Z] [sql] 0 rows affected [2022-04-17T14:17:35.645Z] [sql] 0 rows affected [2022-04-17T14:17:35.645Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setOSConditions: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setToolWin: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setToolUnix: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setToolProperty: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] setS1ASclassPath: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] init-common: [2022-04-17T14:17:35.645Z] [2022-04-17T14:17:35.645Z] runclient-common: [2022-04-17T14:17:35.645Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:17:37.048Z] [exec] Apr 17, 2022 2:17:36 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:17:37.048Z] [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. [2022-04-17T14:17:40.320Z] [exec] Value of key is: test1 : [2022-04-17T14:17:40.320Z] [exec] Value of key is: test2 : [2022-04-17T14:17:40.320Z] [exec] jdbc contauth status: [2022-04-17T14:17:40.320Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:17:40.320Z] [exec] [2022-04-17T14:17:40.320Z] [exec] [2022-04-17T14:17:40.320Z] [exec] ----------------------------------------- [2022-04-17T14:17:40.320Z] [exec] - test2 : : PASS - [2022-04-17T14:17:40.320Z] [exec] - test1 : : PASS - [2022-04-17T14:17:40.320Z] [exec] ----------------------------------------- [2022-04-17T14:17:40.320Z] [exec] Total PASS: 2 [2022-04-17T14:17:40.320Z] [exec] Total FAIL: 0 [2022-04-17T14:17:40.320Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:17:40.320Z] [exec] ----------------------------------------- [2022-04-17T14:17:40.320Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:17:40.320Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] checkReporting-common: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] confirmReportPresent-common: [2022-04-17T14:17:40.576Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:17:40.576Z] [echo] Test seems to be reported fine [2022-04-17T14:17:40.576Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/RepRunConf.txt [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] confirmMissingReport-common: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] undeploy: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setOSConditions: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setToolWin: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setToolUnix: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setToolProperty: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setS1ASclassPath: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] init-common: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] execute-sql-common: [2022-04-17T14:17:40.576Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/drop_pointbase.sql [2022-04-17T14:17:40.576Z] [sql] 0 rows affected [2022-04-17T14:17:40.576Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setOSConditions: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setToolWin: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setToolUnix: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setToolProperty: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setS1ASclassPath: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] init-common: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] undeploy-jdbc-common: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setOSConditions: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setToolWin: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setToolUnix: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setToolProperty: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] setS1ASclassPath: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] init-common: [2022-04-17T14:17:40.576Z] [2022-04-17T14:17:40.576Z] delete-jdbc-resource-common: [2022-04-17T14:17:40.576Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:17:40.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:17:40.833Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:17:40.833Z] [echo] cmd executed for server [2022-04-17T14:17:40.833Z] [2022-04-17T14:17:40.833Z] setOSConditions: [2022-04-17T14:17:40.833Z] [2022-04-17T14:17:40.833Z] setToolWin: [2022-04-17T14:17:40.833Z] [2022-04-17T14:17:40.833Z] setToolUnix: [2022-04-17T14:17:40.833Z] [2022-04-17T14:17:40.833Z] setToolProperty: [2022-04-17T14:17:40.833Z] [2022-04-17T14:17:40.833Z] setS1ASclassPath: [2022-04-17T14:17:40.833Z] [2022-04-17T14:17:40.833Z] init-common: [2022-04-17T14:17:40.833Z] [2022-04-17T14:17:40.833Z] delete-jdbc-connpool-common: [2022-04-17T14:17:40.833Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:17:41.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:41.399Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:17:41.399Z] [echo] cmd executed for server [2022-04-17T14:17:41.399Z] [2022-04-17T14:17:41.399Z] setOSConditions: [2022-04-17T14:17:41.399Z] [2022-04-17T14:17:41.399Z] setToolWin: [2022-04-17T14:17:41.399Z] [2022-04-17T14:17:41.399Z] setToolUnix: [2022-04-17T14:17:41.399Z] [2022-04-17T14:17:41.399Z] setToolProperty: [2022-04-17T14:17:41.399Z] [2022-04-17T14:17:41.399Z] setS1ASclassPath: [2022-04-17T14:17:41.399Z] [2022-04-17T14:17:41.399Z] init-common: [2022-04-17T14:17:41.399Z] [2022-04-17T14:17:41.399Z] undeploy-common: [2022-04-17T14:17:41.656Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] all: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setOSConditions: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolWin: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolUnix: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolProperty: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setS1ASclassPath: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] init-common: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] clean: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setOSConditions: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolWin: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolUnix: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolProperty: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setS1ASclassPath: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] init-common: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] clean-common: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setOSConditions: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolWin: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolUnix: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolProperty: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setS1ASclassPath: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] init-common: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] clean-classes-common: [2022-04-17T14:17:41.656Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setOSConditions: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolWin: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolUnix: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolProperty: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setS1ASclassPath: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] init-common: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] clean-jars-common: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] compile: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setOSConditions: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolWin: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolUnix: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setToolProperty: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] setS1ASclassPath: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] init-common: [2022-04-17T14:17:41.656Z] [2022-04-17T14:17:41.656Z] compile-common: [2022-04-17T14:17:41.656Z] [echo] Current time (ISO): 2022-04-17T14:17:41.646+0000 [2022-04-17T14:17:41.656Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:17:41.656Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:17:43.573Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:17:43.573Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:43.573Z] [javac] return new Integer(1); [2022-04-17T14:17:43.573Z] [javac] ^ [2022-04-17T14:17:43.573Z] [javac] 2 warnings [2022-04-17T14:17:43.573Z] [2022-04-17T14:17:43.573Z] setOSConditions: [2022-04-17T14:17:43.573Z] [2022-04-17T14:17:43.573Z] setToolWin: [2022-04-17T14:17:43.573Z] [2022-04-17T14:17:43.573Z] setToolUnix: [2022-04-17T14:17:43.573Z] [2022-04-17T14:17:43.573Z] setToolProperty: [2022-04-17T14:17:43.573Z] [2022-04-17T14:17:43.573Z] setS1ASclassPath: [2022-04-17T14:17:43.573Z] [2022-04-17T14:17:43.573Z] init-common: [2022-04-17T14:17:43.573Z] [2022-04-17T14:17:43.573Z] compile-common: [2022-04-17T14:17:43.573Z] [echo] Current time (ISO): 2022-04-17T14:17:43.226+0000 [2022-04-17T14:17:43.573Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:17:44.954Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:17:44.954Z] [javac] 1 warning [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] build: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] setOSConditions: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] fixFiles: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] convUnix: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] convWin: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] setToolWin: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] setToolUnix: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] setToolProperty: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] setS1ASclassPath: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] init-common: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] package-persistence-common: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] ejb-jar-common: [2022-04-17T14:17:44.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] package-ejbjar-common: [2022-04-17T14:17:44.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:44.954Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:44.954Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:44.954Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtx-ejb.jar [2022-04-17T14:17:44.954Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] appclient-jar-common: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] package-appclientjar-common: [2022-04-17T14:17:44.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:44.954Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:44.954Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:44.954Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtx-client.jar [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] webclient-war-common: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] build-ear-common: [2022-04-17T14:17:44.954Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:44.954Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtxApp.ear [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] deploy: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] setOSConditions: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] setToolWin: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] setToolUnix: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] setToolProperty: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] setS1ASclassPath: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] init-common: [2022-04-17T14:17:44.954Z] [2022-04-17T14:17:44.954Z] execute-sql-common: [2022-04-17T14:17:45.237Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/create_pointbase.sql [2022-04-17T14:17:45.237Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:17:45.237Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:17:45.237Z] [sql] 0 rows affected [2022-04-17T14:17:45.237Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:17:45.237Z] [2022-04-17T14:17:45.237Z] setOSConditions: [2022-04-17T14:17:45.237Z] [2022-04-17T14:17:45.237Z] setToolWin: [2022-04-17T14:17:45.237Z] [2022-04-17T14:17:45.237Z] setToolUnix: [2022-04-17T14:17:45.237Z] [2022-04-17T14:17:45.237Z] setToolProperty: [2022-04-17T14:17:45.237Z] [2022-04-17T14:17:45.237Z] setS1ASclassPath: [2022-04-17T14:17:45.237Z] [2022-04-17T14:17:45.237Z] init-common: [2022-04-17T14:17:45.237Z] [2022-04-17T14:17:45.237Z] create-jdbc-connpool-common: [2022-04-17T14:17:45.493Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:45.493Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. [2022-04-17T14:17:45.493Z] [2022-04-17T14:17:45.493Z] set-derby-connpool-props: [2022-04-17T14:17:46.056Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:46.056Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser [2022-04-17T14:17:46.312Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:46.313Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword [2022-04-17T14:17:46.569Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:46.569Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 [2022-04-17T14:17:47.144Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:47.144Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 [2022-04-17T14:17:47.401Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:47.401Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb [2022-04-17T14:17:47.657Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:47.657Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:17:48.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:48.245Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true [2022-04-17T14:17:48.504Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:48.504Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost [2022-04-17T14:17:48.504Z] [2022-04-17T14:17:48.504Z] setOSConditions: [2022-04-17T14:17:48.504Z] [2022-04-17T14:17:48.504Z] setToolWin: [2022-04-17T14:17:48.504Z] [2022-04-17T14:17:48.504Z] setToolUnix: [2022-04-17T14:17:48.504Z] [2022-04-17T14:17:48.504Z] setToolProperty: [2022-04-17T14:17:48.504Z] [2022-04-17T14:17:48.504Z] setS1ASclassPath: [2022-04-17T14:17:48.504Z] [2022-04-17T14:17:48.504Z] init-common: [2022-04-17T14:17:48.504Z] [2022-04-17T14:17:48.504Z] create-jdbc-resource-common: [2022-04-17T14:17:48.504Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:49.066Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:49.066Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. [2022-04-17T14:17:49.066Z] [echo] cmd executed for server [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] setOSConditions: [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] setToolWin: [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] setToolUnix: [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] setToolProperty: [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] setS1ASclassPath: [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] init-common: [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] deploy-common: [2022-04-17T14:17:49.066Z] [echo] Current time (ISO): 2022-04-17T14:17:48.785+0000 [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] setOSConditions: [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] setToolWin: [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] setToolUnix: [2022-04-17T14:17:49.066Z] [2022-04-17T14:17:49.066Z] setToolProperty: [2022-04-17T14:17:49.067Z] [2022-04-17T14:17:49.067Z] setS1ASclassPath: [2022-04-17T14:17:49.067Z] [2022-04-17T14:17:49.067Z] init-common: [2022-04-17T14:17:49.067Z] [2022-04-17T14:17:49.067Z] deploy-common-pe: [2022-04-17T14:17:49.338Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtxApp.ear [2022-04-17T14:17:49.598Z] [exec] Application deployed with name ejb-bmp-contauthtxApp. [2022-04-17T14:17:49.598Z] [echo] Deployment on target server server successful [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setOSConditions: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setToolWin: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setToolUnix: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setToolProperty: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setS1ASclassPath: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] init-common: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] deploy-common-ee: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] run: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setOSConditions: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setToolWin: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setToolUnix: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setToolProperty: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setS1ASclassPath: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] init-common: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] execute-sql-common: [2022-04-17T14:17:49.598Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/create_pointbase.sql [2022-04-17T14:17:49.598Z] [sql] 0 rows affected [2022-04-17T14:17:49.598Z] [sql] 0 rows affected [2022-04-17T14:17:49.598Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setOSConditions: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setToolWin: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setToolUnix: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setToolProperty: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] setS1ASclassPath: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] init-common: [2022-04-17T14:17:49.598Z] [2022-04-17T14:17:49.598Z] runclient-common: [2022-04-17T14:17:49.598Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:17:50.537Z] [exec] Apr 17, 2022 2:17:50 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:17:50.537Z] [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. [2022-04-17T14:17:53.817Z] [exec] Will Fail till a better XA driver is integrated into Derby [2022-04-17T14:17:53.818Z] [exec] Value of key is: test1 : [2022-04-17T14:17:53.818Z] [exec] Value of key is: test2 : [2022-04-17T14:17:53.818Z] [exec] jdbc contauthtx status: [2022-04-17T14:17:53.818Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:17:53.818Z] [exec] [2022-04-17T14:17:53.818Z] [exec] [2022-04-17T14:17:53.818Z] [exec] ----------------------------------------- [2022-04-17T14:17:53.818Z] [exec] - test2 : : PASS - [2022-04-17T14:17:53.818Z] [exec] - test1 : : PASS - [2022-04-17T14:17:53.818Z] [exec] ----------------------------------------- [2022-04-17T14:17:53.818Z] [exec] Total PASS: 2 [2022-04-17T14:17:53.818Z] [exec] Total FAIL: 0 [2022-04-17T14:17:53.818Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:17:53.818Z] [exec] ----------------------------------------- [2022-04-17T14:17:53.818Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:17:53.818Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] checkReporting-common: [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] confirmReportPresent-common: [2022-04-17T14:17:53.818Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:17:53.818Z] [echo] Test seems to be reported fine [2022-04-17T14:17:53.818Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/RepRunConf.txt [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] confirmMissingReport-common: [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] undeploy: [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] setOSConditions: [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] setToolWin: [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] setToolUnix: [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] setToolProperty: [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] setS1ASclassPath: [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] init-common: [2022-04-17T14:17:53.818Z] [2022-04-17T14:17:53.818Z] undeploy-common: [2022-04-17T14:17:54.380Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:17:54.380Z] [2022-04-17T14:17:54.380Z] setOSConditions: [2022-04-17T14:17:54.380Z] [2022-04-17T14:17:54.380Z] setToolWin: [2022-04-17T14:17:54.380Z] [2022-04-17T14:17:54.380Z] setToolUnix: [2022-04-17T14:17:54.380Z] [2022-04-17T14:17:54.380Z] setToolProperty: [2022-04-17T14:17:54.380Z] [2022-04-17T14:17:54.380Z] setS1ASclassPath: [2022-04-17T14:17:54.380Z] [2022-04-17T14:17:54.380Z] init-common: [2022-04-17T14:17:54.380Z] [2022-04-17T14:17:54.380Z] delete-jdbc-resource-common: [2022-04-17T14:17:54.380Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 [2022-04-17T14:17:54.637Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 [2022-04-17T14:17:54.894Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully [2022-04-17T14:17:54.894Z] [echo] cmd executed for server [2022-04-17T14:17:54.894Z] [2022-04-17T14:17:54.894Z] setOSConditions: [2022-04-17T14:17:54.894Z] [2022-04-17T14:17:54.894Z] setToolWin: [2022-04-17T14:17:54.894Z] [2022-04-17T14:17:54.894Z] setToolUnix: [2022-04-17T14:17:54.894Z] [2022-04-17T14:17:54.894Z] setToolProperty: [2022-04-17T14:17:54.894Z] [2022-04-17T14:17:54.894Z] setS1ASclassPath: [2022-04-17T14:17:54.894Z] [2022-04-17T14:17:54.894Z] init-common: [2022-04-17T14:17:54.894Z] [2022-04-17T14:17:54.894Z] delete-jdbc-connpool-common: [2022-04-17T14:17:54.894Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 [2022-04-17T14:17:55.150Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:55.150Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully [2022-04-17T14:17:55.150Z] [echo] cmd executed for server [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setOSConditions: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolWin: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolUnix: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolProperty: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setS1ASclassPath: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] init-common: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] execute-sql-common: [2022-04-17T14:17:55.150Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/drop_pointbase.sql [2022-04-17T14:17:55.150Z] [sql] 0 rows affected [2022-04-17T14:17:55.150Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] all: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setOSConditions: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolWin: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolUnix: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolProperty: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setS1ASclassPath: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] init-common: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] clean: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setOSConditions: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolWin: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolUnix: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolProperty: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setS1ASclassPath: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] init-common: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] clean-common: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setOSConditions: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolWin: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolUnix: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolProperty: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setS1ASclassPath: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] init-common: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] clean-classes-common: [2022-04-17T14:17:55.150Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setOSConditions: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolWin: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolUnix: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolProperty: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setS1ASclassPath: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] init-common: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] clean-jars-common: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] compile: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setOSConditions: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolWin: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolUnix: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setToolProperty: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] setS1ASclassPath: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] init-common: [2022-04-17T14:17:55.150Z] [2022-04-17T14:17:55.150Z] compile-common: [2022-04-17T14:17:55.150Z] [echo] Current time (ISO): 2022-04-17T14:17:55.141+0000 [2022-04-17T14:17:55.150Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:17:55.150Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:17:57.061Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:17:57.061Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:57.061Z] [javac] return new Integer(1); [2022-04-17T14:17:57.061Z] [javac] ^ [2022-04-17T14:17:57.061Z] [javac] 2 warnings [2022-04-17T14:17:57.061Z] [2022-04-17T14:17:57.061Z] setOSConditions: [2022-04-17T14:17:57.061Z] [2022-04-17T14:17:57.061Z] setToolWin: [2022-04-17T14:17:57.061Z] [2022-04-17T14:17:57.061Z] setToolUnix: [2022-04-17T14:17:57.061Z] [2022-04-17T14:17:57.061Z] setToolProperty: [2022-04-17T14:17:57.061Z] [2022-04-17T14:17:57.061Z] setS1ASclassPath: [2022-04-17T14:17:57.061Z] [2022-04-17T14:17:57.061Z] init-common: [2022-04-17T14:17:57.061Z] [2022-04-17T14:17:57.061Z] compile-common: [2022-04-17T14:17:57.061Z] [echo] Current time (ISO): 2022-04-17T14:17:56.857+0000 [2022-04-17T14:17:57.061Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:17:59.000Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:17:59.000Z] [javac] 1 warning [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] build: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setOSConditions: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] fixFiles: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] convUnix: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] convWin: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolWin: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolUnix: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolProperty: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setS1ASclassPath: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] init-common: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] package-persistence-common: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] ejb-jar-common: [2022-04-17T14:17:59.000Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] package-ejbjar-common: [2022-04-17T14:17:59.000Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:59.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:59.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:59.000Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1-ejb.jar [2022-04-17T14:17:59.000Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] appclient-jar-common: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] package-appclientjar-common: [2022-04-17T14:17:59.000Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:59.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:59.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:59.000Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1-client.jar [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] webclient-war-common: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] build-ear-common: [2022-04-17T14:17:59.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:17:59.000Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1App.ear [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] deploy: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setOSConditions: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolWin: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolUnix: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolProperty: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setS1ASclassPath: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] init-common: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] execute-sql-common: [2022-04-17T14:17:59.000Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/create_pointbase.sql [2022-04-17T14:17:59.000Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:17:59.000Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:17:59.000Z] [sql] 0 rows affected [2022-04-17T14:17:59.000Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setOSConditions: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolWin: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolUnix: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolProperty: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setS1ASclassPath: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] init-common: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] deploy-jdbc-common: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setOSConditions: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolWin: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolUnix: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setToolProperty: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] setS1ASclassPath: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] init-common: [2022-04-17T14:17:59.000Z] [2022-04-17T14:17:59.000Z] create-jdbc-connpool-common: [2022-04-17T14:17:59.257Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:17:59.257Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:17:59.257Z] [2022-04-17T14:17:59.257Z] set-derby-connpool-props: [2022-04-17T14:17:59.513Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:17:59.770Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:18:00.026Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:18:00.026Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:18:00.589Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:18:00.589Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:18:00.848Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:18:00.849Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:18:01.440Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:18:01.440Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:18:01.697Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:18:01.697Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:18:01.954Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:18:01.954Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:18:02.546Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:18:02.546Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:18:02.546Z] [2022-04-17T14:18:02.546Z] setOSConditions: [2022-04-17T14:18:02.546Z] [2022-04-17T14:18:02.546Z] setToolWin: [2022-04-17T14:18:02.546Z] [2022-04-17T14:18:02.546Z] setToolUnix: [2022-04-17T14:18:02.546Z] [2022-04-17T14:18:02.546Z] setToolProperty: [2022-04-17T14:18:02.546Z] [2022-04-17T14:18:02.546Z] setS1ASclassPath: [2022-04-17T14:18:02.546Z] [2022-04-17T14:18:02.546Z] init-common: [2022-04-17T14:18:02.546Z] [2022-04-17T14:18:02.546Z] create-jdbc-resource-common: [2022-04-17T14:18:02.546Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:02.803Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:02.803Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:18:02.803Z] [echo] cmd executed for server [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] setOSConditions: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] setToolWin: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] setToolUnix: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] setToolProperty: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] setS1ASclassPath: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] init-common: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] deploy-common: [2022-04-17T14:18:02.803Z] [echo] Current time (ISO): 2022-04-17T14:18:02.675+0000 [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] setOSConditions: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] setToolWin: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] setToolUnix: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] setToolProperty: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] setS1ASclassPath: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] init-common: [2022-04-17T14:18:02.803Z] [2022-04-17T14:18:02.803Z] deploy-common-pe: [2022-04-17T14:18:03.367Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1App.ear [2022-04-17T14:18:03.367Z] [exec] Application deployed with name ejb-bmp-contauth1App. [2022-04-17T14:18:03.367Z] [echo] Deployment on target server server successful [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setOSConditions: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setToolWin: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setToolUnix: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setToolProperty: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setS1ASclassPath: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] init-common: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] deploy-common-ee: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] run: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setup-derby-for-authentication: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setOSConditions: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setToolWin: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setToolUnix: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setToolProperty: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] setS1ASclassPath: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] init-common: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] stop-derby: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] stop-derby-aix: [2022-04-17T14:18:03.367Z] [2022-04-17T14:18:03.367Z] stop-derby-nonaix: [2022-04-17T14:18:03.367Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:18:03.940Z] [java] Sun Apr 17 14:18:03 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:18:03.940Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:18:03.940Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:18:03.940Z] [2022-04-17T14:18:03.940Z] setOSConditions: [2022-04-17T14:18:03.940Z] [2022-04-17T14:18:03.940Z] setToolWin: [2022-04-17T14:18:03.940Z] [2022-04-17T14:18:03.940Z] setToolUnix: [2022-04-17T14:18:03.940Z] [2022-04-17T14:18:03.940Z] setToolProperty: [2022-04-17T14:18:03.940Z] [2022-04-17T14:18:03.940Z] setS1ASclassPath: [2022-04-17T14:18:03.940Z] [2022-04-17T14:18:03.940Z] init-common: [2022-04-17T14:18:03.940Z] [2022-04-17T14:18:03.940Z] start-derby: [2022-04-17T14:18:03.940Z] [2022-04-17T14:18:03.940Z] start-derby-aix: [2022-04-17T14:18:03.940Z] [2022-04-17T14:18:03.940Z] start-derby-nonaix: [2022-04-17T14:18:03.940Z] [echo] Starting Derby DB Server ... [2022-04-17T14:18:18.808Z] [2022-04-17T14:18:18.808Z] setOSConditions: [2022-04-17T14:18:18.808Z] [2022-04-17T14:18:18.808Z] setToolWin: [2022-04-17T14:18:18.808Z] [2022-04-17T14:18:18.808Z] setToolUnix: [2022-04-17T14:18:18.808Z] [2022-04-17T14:18:18.808Z] setToolProperty: [2022-04-17T14:18:18.808Z] [2022-04-17T14:18:18.808Z] setS1ASclassPath: [2022-04-17T14:18:18.808Z] [2022-04-17T14:18:18.808Z] init-common: [2022-04-17T14:18:18.808Z] [2022-04-17T14:18:18.808Z] execute-sql-common: [2022-04-17T14:18:19.065Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/create_pointbase.sql [2022-04-17T14:18:19.065Z] [sql] 0 rows affected [2022-04-17T14:18:19.065Z] [sql] 0 rows affected [2022-04-17T14:18:19.065Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:18:19.065Z] [2022-04-17T14:18:19.065Z] setOSConditions: [2022-04-17T14:18:19.065Z] [2022-04-17T14:18:19.065Z] setToolWin: [2022-04-17T14:18:19.065Z] [2022-04-17T14:18:19.065Z] setToolUnix: [2022-04-17T14:18:19.065Z] [2022-04-17T14:18:19.065Z] setToolProperty: [2022-04-17T14:18:19.065Z] [2022-04-17T14:18:19.065Z] setS1ASclassPath: [2022-04-17T14:18:19.065Z] [2022-04-17T14:18:19.065Z] init-common: [2022-04-17T14:18:19.065Z] [2022-04-17T14:18:19.065Z] runclient-common: [2022-04-17T14:18:19.065Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:18:20.010Z] [exec] Apr 17, 2022 2:18:19 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:18:20.010Z] [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. [2022-04-17T14:18:23.337Z] [exec] Test 2 will fail with Derby [2022-04-17T14:18:23.337Z] [exec] Value of key is: test1 : [2022-04-17T14:18:23.594Z] [exec] Value of key is: test2 : [2022-04-17T14:18:23.594Z] [exec] jdbc contauth1 status: [2022-04-17T14:18:23.594Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:18:23.594Z] [exec] [2022-04-17T14:18:23.594Z] [exec] [2022-04-17T14:18:23.594Z] [exec] ----------------------------------------- [2022-04-17T14:18:23.594Z] [exec] - test2 : : PASS - [2022-04-17T14:18:23.594Z] [exec] - test1 : : PASS - [2022-04-17T14:18:23.594Z] [exec] ----------------------------------------- [2022-04-17T14:18:23.594Z] [exec] Total PASS: 2 [2022-04-17T14:18:23.594Z] [exec] Total FAIL: 0 [2022-04-17T14:18:23.594Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:18:23.594Z] [exec] ----------------------------------------- [2022-04-17T14:18:23.594Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:18:23.594Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:18:23.849Z] [2022-04-17T14:18:23.849Z] checkReporting-common: [2022-04-17T14:18:23.849Z] [2022-04-17T14:18:23.849Z] confirmReportPresent-common: [2022-04-17T14:18:23.849Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:18:23.849Z] [echo] Test seems to be reported fine [2022-04-17T14:18:23.849Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/RepRunConf.txt [2022-04-17T14:18:23.849Z] [2022-04-17T14:18:23.849Z] confirmMissingReport-common: [2022-04-17T14:18:23.849Z] [2022-04-17T14:18:23.850Z] reset-derby-for-no-authentication: [2022-04-17T14:18:23.850Z] [2022-04-17T14:18:23.850Z] setOSConditions: [2022-04-17T14:18:23.850Z] [2022-04-17T14:18:23.850Z] setToolWin: [2022-04-17T14:18:23.850Z] [2022-04-17T14:18:23.850Z] setToolUnix: [2022-04-17T14:18:23.850Z] [2022-04-17T14:18:23.850Z] setToolProperty: [2022-04-17T14:18:23.850Z] [2022-04-17T14:18:23.850Z] setS1ASclassPath: [2022-04-17T14:18:23.850Z] [2022-04-17T14:18:23.850Z] init-common: [2022-04-17T14:18:23.850Z] [2022-04-17T14:18:23.850Z] stop-derby: [2022-04-17T14:18:23.850Z] [2022-04-17T14:18:23.850Z] stop-derby-aix: [2022-04-17T14:18:23.850Z] [2022-04-17T14:18:23.850Z] stop-derby-nonaix: [2022-04-17T14:18:23.850Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:18:24.109Z] [java] Sun Apr 17 14:18:24 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:18:24.109Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:18:24.109Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:18:24.109Z] [2022-04-17T14:18:24.109Z] setOSConditions: [2022-04-17T14:18:24.109Z] [2022-04-17T14:18:24.109Z] setToolWin: [2022-04-17T14:18:24.109Z] [2022-04-17T14:18:24.109Z] setToolUnix: [2022-04-17T14:18:24.109Z] [2022-04-17T14:18:24.109Z] setToolProperty: [2022-04-17T14:18:24.109Z] [2022-04-17T14:18:24.109Z] setS1ASclassPath: [2022-04-17T14:18:24.109Z] [2022-04-17T14:18:24.109Z] init-common: [2022-04-17T14:18:24.109Z] [2022-04-17T14:18:24.109Z] start-derby: [2022-04-17T14:18:24.109Z] [2022-04-17T14:18:24.109Z] start-derby-aix: [2022-04-17T14:18:24.109Z] [2022-04-17T14:18:24.109Z] start-derby-nonaix: [2022-04-17T14:18:24.109Z] [echo] Starting Derby DB Server ... [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] undeploy: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setOSConditions: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolWin: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolUnix: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolProperty: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setS1ASclassPath: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] init-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] execute-sql-common: [2022-04-17T14:18:42.176Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/drop_pointbase.sql [2022-04-17T14:18:42.176Z] [sql] 0 rows affected [2022-04-17T14:18:42.176Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setOSConditions: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolWin: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolUnix: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolProperty: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setS1ASclassPath: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] init-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] undeploy-jdbc-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setOSConditions: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolWin: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolUnix: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolProperty: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setS1ASclassPath: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] init-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] delete-jdbc-resource-common: [2022-04-17T14:18:42.176Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:18:42.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:18:42.176Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:18:42.176Z] [echo] cmd executed for server [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setOSConditions: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolWin: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolUnix: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolProperty: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setS1ASclassPath: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] init-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] delete-jdbc-connpool-common: [2022-04-17T14:18:42.176Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:18:42.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:42.176Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:18:42.176Z] [echo] cmd executed for server [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setOSConditions: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolWin: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolUnix: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolProperty: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setS1ASclassPath: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] init-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] undeploy-common: [2022-04-17T14:18:42.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] all: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setOSConditions: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolWin: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolUnix: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolProperty: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setS1ASclassPath: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] init-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] clean: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setOSConditions: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolWin: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolUnix: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolProperty: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setS1ASclassPath: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] init-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] clean-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setOSConditions: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolWin: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolUnix: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolProperty: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setS1ASclassPath: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] init-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] clean-classes-common: [2022-04-17T14:18:42.176Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setOSConditions: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolWin: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolUnix: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolProperty: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setS1ASclassPath: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] init-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] clean-jars-common: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] compile: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setOSConditions: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolWin: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolUnix: [2022-04-17T14:18:42.176Z] [2022-04-17T14:18:42.176Z] setToolProperty: [2022-04-17T14:18:42.177Z] [2022-04-17T14:18:42.177Z] setS1ASclassPath: [2022-04-17T14:18:42.177Z] [2022-04-17T14:18:42.177Z] init-common: [2022-04-17T14:18:42.177Z] [2022-04-17T14:18:42.177Z] compile-common: [2022-04-17T14:18:42.177Z] [echo] Current time (ISO): 2022-04-17T14:18:40.584+0000 [2022-04-17T14:18:42.177Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:18:42.177Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:18:42.177Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:18:42.433Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:42.433Z] [javac] return new Integer(1); [2022-04-17T14:18:42.433Z] [javac] ^ [2022-04-17T14:18:42.433Z] [javac] 2 warnings [2022-04-17T14:18:42.433Z] [2022-04-17T14:18:42.433Z] setOSConditions: [2022-04-17T14:18:42.433Z] [2022-04-17T14:18:42.433Z] setToolWin: [2022-04-17T14:18:42.433Z] [2022-04-17T14:18:42.433Z] setToolUnix: [2022-04-17T14:18:42.433Z] [2022-04-17T14:18:42.433Z] setToolProperty: [2022-04-17T14:18:42.433Z] [2022-04-17T14:18:42.433Z] setS1ASclassPath: [2022-04-17T14:18:42.433Z] [2022-04-17T14:18:42.433Z] init-common: [2022-04-17T14:18:42.433Z] [2022-04-17T14:18:42.433Z] compile-common: [2022-04-17T14:18:42.433Z] [echo] Current time (ISO): 2022-04-17T14:18:42.210+0000 [2022-04-17T14:18:42.433Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:18:43.802Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:18:44.058Z] [javac] 1 warning [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] build: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setOSConditions: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] fixFiles: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] convUnix: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] convWin: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setToolWin: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setToolUnix: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setToolProperty: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setS1ASclassPath: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] init-common: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] package-persistence-common: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] ejb-jar-common: [2022-04-17T14:18:44.058Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] package-ejbjar-common: [2022-04-17T14:18:44.058Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:18:44.058Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:18:44.058Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:18:44.058Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1tx-ejb.jar [2022-04-17T14:18:44.058Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] appclient-jar-common: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] package-appclientjar-common: [2022-04-17T14:18:44.058Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:18:44.058Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:18:44.058Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:18:44.058Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1tx-client.jar [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] webclient-war-common: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] build-ear-common: [2022-04-17T14:18:44.058Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:18:44.058Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1txApp.ear [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] deploy: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setOSConditions: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setToolWin: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setToolUnix: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setToolProperty: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setS1ASclassPath: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] init-common: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] execute-sql-common: [2022-04-17T14:18:44.058Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/create_pointbase.sql [2022-04-17T14:18:44.058Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:18:44.058Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:18:44.058Z] [sql] 0 rows affected [2022-04-17T14:18:44.058Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setOSConditions: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setToolWin: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setToolUnix: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setToolProperty: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] setS1ASclassPath: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] init-common: [2022-04-17T14:18:44.058Z] [2022-04-17T14:18:44.058Z] create-jdbc-connpool-common: [2022-04-17T14:18:44.638Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:44.638Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. [2022-04-17T14:18:44.638Z] [2022-04-17T14:18:44.638Z] set-derby-connpool-props: [2022-04-17T14:18:44.895Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:44.895Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser [2022-04-17T14:18:45.154Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:45.154Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword [2022-04-17T14:18:45.743Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:45.743Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 [2022-04-17T14:18:45.999Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:45.999Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 [2022-04-17T14:18:46.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:46.256Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb [2022-04-17T14:18:46.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:46.846Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:18:47.103Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:47.103Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true [2022-04-17T14:18:47.359Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:47.637Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost [2022-04-17T14:18:47.637Z] [2022-04-17T14:18:47.637Z] setOSConditions: [2022-04-17T14:18:47.637Z] [2022-04-17T14:18:47.637Z] setToolWin: [2022-04-17T14:18:47.637Z] [2022-04-17T14:18:47.637Z] setToolUnix: [2022-04-17T14:18:47.637Z] [2022-04-17T14:18:47.637Z] setToolProperty: [2022-04-17T14:18:47.637Z] [2022-04-17T14:18:47.637Z] setS1ASclassPath: [2022-04-17T14:18:47.637Z] [2022-04-17T14:18:47.637Z] init-common: [2022-04-17T14:18:47.637Z] [2022-04-17T14:18:47.637Z] create-jdbc-resource-common: [2022-04-17T14:18:47.637Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:47.904Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:18:47.904Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. [2022-04-17T14:18:47.904Z] [echo] cmd executed for server [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] setOSConditions: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] setToolWin: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] setToolUnix: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] setToolProperty: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] setS1ASclassPath: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] init-common: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] deploy-common: [2022-04-17T14:18:47.904Z] [echo] Current time (ISO): 2022-04-17T14:18:47.755+0000 [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] setOSConditions: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] setToolWin: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] setToolUnix: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] setToolProperty: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] setS1ASclassPath: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] init-common: [2022-04-17T14:18:47.904Z] [2022-04-17T14:18:47.904Z] deploy-common-pe: [2022-04-17T14:18:48.467Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1txApp.ear [2022-04-17T14:18:48.467Z] [exec] Application deployed with name ejb-bmp-contauth1txApp. [2022-04-17T14:18:48.467Z] [echo] Deployment on target server server successful [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setOSConditions: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setToolWin: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setToolUnix: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setToolProperty: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setS1ASclassPath: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] init-common: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] deploy-common-ee: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] run: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setup-derby-for-authentication: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setOSConditions: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setToolWin: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setToolUnix: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setToolProperty: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] setS1ASclassPath: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] init-common: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] stop-derby: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] stop-derby-aix: [2022-04-17T14:18:48.467Z] [2022-04-17T14:18:48.467Z] stop-derby-nonaix: [2022-04-17T14:18:48.467Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:18:49.044Z] [java] Sun Apr 17 14:18:48 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:18:49.044Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:18:49.044Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:18:49.044Z] [2022-04-17T14:18:49.044Z] setOSConditions: [2022-04-17T14:18:49.044Z] [2022-04-17T14:18:49.044Z] setToolWin: [2022-04-17T14:18:49.044Z] [2022-04-17T14:18:49.044Z] setToolUnix: [2022-04-17T14:18:49.044Z] [2022-04-17T14:18:49.044Z] setToolProperty: [2022-04-17T14:18:49.044Z] [2022-04-17T14:18:49.044Z] setS1ASclassPath: [2022-04-17T14:18:49.044Z] [2022-04-17T14:18:49.044Z] init-common: [2022-04-17T14:18:49.044Z] [2022-04-17T14:18:49.044Z] start-derby: [2022-04-17T14:18:49.044Z] [2022-04-17T14:18:49.044Z] start-derby-aix: [2022-04-17T14:18:49.044Z] [2022-04-17T14:18:49.044Z] start-derby-nonaix: [2022-04-17T14:18:49.044Z] [echo] Starting Derby DB Server ... [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] setOSConditions: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] setToolWin: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] setToolUnix: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] setToolProperty: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] setS1ASclassPath: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] init-common: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] execute-sql-common: [2022-04-17T14:19:07.106Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/create_pointbase.sql [2022-04-17T14:19:07.106Z] [sql] 0 rows affected [2022-04-17T14:19:07.106Z] [sql] 0 rows affected [2022-04-17T14:19:07.106Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] setOSConditions: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] setToolWin: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] setToolUnix: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] setToolProperty: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] setS1ASclassPath: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] init-common: [2022-04-17T14:19:07.106Z] [2022-04-17T14:19:07.106Z] runclient-common: [2022-04-17T14:19:07.106Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:19:07.106Z] [exec] Apr 17, 2022 2:19:05 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:19:07.106Z] [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. [2022-04-17T14:19:08.477Z] [exec] All tests shall fail till a stable XA driver is integrated into Derby [2022-04-17T14:19:08.477Z] [exec] Value of key is: test1 : [2022-04-17T14:19:08.477Z] [exec] Value of key is: test2 : [2022-04-17T14:19:08.477Z] [exec] jdbc contauth1tx status: [2022-04-17T14:19:08.477Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:19:08.477Z] [exec] [2022-04-17T14:19:08.477Z] [exec] [2022-04-17T14:19:08.477Z] [exec] ----------------------------------------- [2022-04-17T14:19:08.477Z] [exec] - test2 : : PASS - [2022-04-17T14:19:08.477Z] [exec] - test1 : : PASS - [2022-04-17T14:19:08.477Z] [exec] ----------------------------------------- [2022-04-17T14:19:08.477Z] [exec] Total PASS: 2 [2022-04-17T14:19:08.477Z] [exec] Total FAIL: 0 [2022-04-17T14:19:08.477Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:19:08.477Z] [exec] ----------------------------------------- [2022-04-17T14:19:08.477Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:19:08.477Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] checkReporting-common: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] confirmReportPresent-common: [2022-04-17T14:19:09.043Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:19:09.043Z] [echo] Test seems to be reported fine [2022-04-17T14:19:09.043Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/RepRunConf.txt [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] confirmMissingReport-common: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] reset-derby-for-no-authentication: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] setOSConditions: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] setToolWin: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] setToolUnix: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] setToolProperty: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] setS1ASclassPath: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] init-common: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] stop-derby: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] stop-derby-aix: [2022-04-17T14:19:09.043Z] [2022-04-17T14:19:09.043Z] stop-derby-nonaix: [2022-04-17T14:19:09.043Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:19:09.299Z] [java] Sun Apr 17 14:19:09 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:19:09.299Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:19:09.299Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:19:09.299Z] [2022-04-17T14:19:09.299Z] setOSConditions: [2022-04-17T14:19:09.299Z] [2022-04-17T14:19:09.299Z] setToolWin: [2022-04-17T14:19:09.299Z] [2022-04-17T14:19:09.299Z] setToolUnix: [2022-04-17T14:19:09.299Z] [2022-04-17T14:19:09.299Z] setToolProperty: [2022-04-17T14:19:09.299Z] [2022-04-17T14:19:09.299Z] setS1ASclassPath: [2022-04-17T14:19:09.299Z] [2022-04-17T14:19:09.299Z] init-common: [2022-04-17T14:19:09.299Z] [2022-04-17T14:19:09.299Z] start-derby: [2022-04-17T14:19:09.299Z] [2022-04-17T14:19:09.299Z] start-derby-aix: [2022-04-17T14:19:09.299Z] [2022-04-17T14:19:09.299Z] start-derby-nonaix: [2022-04-17T14:19:09.299Z] [echo] Starting Derby DB Server ... [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] undeploy: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setOSConditions: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolWin: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolUnix: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolProperty: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setS1ASclassPath: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] init-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] undeploy-common: [2022-04-17T14:19:27.362Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setOSConditions: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolWin: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolUnix: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolProperty: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setS1ASclassPath: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] init-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] delete-jdbc-resource-common: [2022-04-17T14:19:27.362Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 [2022-04-17T14:19:27.362Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 [2022-04-17T14:19:27.362Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully [2022-04-17T14:19:27.362Z] [echo] cmd executed for server [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setOSConditions: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolWin: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolUnix: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolProperty: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setS1ASclassPath: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] init-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] delete-jdbc-connpool-common: [2022-04-17T14:19:27.362Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 [2022-04-17T14:19:27.362Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:27.362Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully [2022-04-17T14:19:27.362Z] [echo] cmd executed for server [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setOSConditions: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolWin: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolUnix: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolProperty: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setS1ASclassPath: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] init-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] execute-sql-common: [2022-04-17T14:19:27.362Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/drop_pointbase.sql [2022-04-17T14:19:27.362Z] [sql] 0 rows affected [2022-04-17T14:19:27.362Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] all: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] all: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setOSConditions: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolWin: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolUnix: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolProperty: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setS1ASclassPath: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] init-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] clean: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setOSConditions: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolWin: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolUnix: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolProperty: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setS1ASclassPath: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] init-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] clean-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setOSConditions: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolWin: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolUnix: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolProperty: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setS1ASclassPath: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] init-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] clean-classes-common: [2022-04-17T14:19:27.362Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setOSConditions: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolWin: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolUnix: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolProperty: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setS1ASclassPath: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] init-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] clean-jars-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] compile: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setOSConditions: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolWin: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolUnix: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setToolProperty: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] setS1ASclassPath: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] init-common: [2022-04-17T14:19:27.362Z] [2022-04-17T14:19:27.362Z] compile-common: [2022-04-17T14:19:27.362Z] [echo] Current time (ISO): 2022-04-17T14:19:25.943+0000 [2022-04-17T14:19:27.362Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:19:27.362Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:19:27.618Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:19:27.618Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:27.618Z] [javac] return new Integer(1); [2022-04-17T14:19:27.618Z] [javac] ^ [2022-04-17T14:19:27.618Z] [javac] 2 warnings [2022-04-17T14:19:27.618Z] [2022-04-17T14:19:27.618Z] setOSConditions: [2022-04-17T14:19:27.618Z] [2022-04-17T14:19:27.618Z] setToolWin: [2022-04-17T14:19:27.618Z] [2022-04-17T14:19:27.618Z] setToolUnix: [2022-04-17T14:19:27.618Z] [2022-04-17T14:19:27.618Z] setToolProperty: [2022-04-17T14:19:27.618Z] [2022-04-17T14:19:27.618Z] setS1ASclassPath: [2022-04-17T14:19:27.618Z] [2022-04-17T14:19:27.618Z] init-common: [2022-04-17T14:19:27.618Z] [2022-04-17T14:19:27.618Z] compile-common: [2022-04-17T14:19:27.618Z] [echo] Current time (ISO): 2022-04-17T14:19:27.559+0000 [2022-04-17T14:19:27.618Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:19:29.508Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:19:29.508Z] [javac] 1 warning [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] build: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] setOSConditions: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] fixFiles: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] convUnix: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] convWin: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] setToolWin: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] setToolUnix: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] setToolProperty: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] setS1ASclassPath: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] init-common: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] package-persistence-common: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] ejb-jar-common: [2022-04-17T14:19:29.508Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] package-ejbjar-common: [2022-04-17T14:19:29.508Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:19:29.508Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:19:29.508Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:19:29.508Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsize-ejb.jar [2022-04-17T14:19:29.508Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] appclient-jar-common: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] package-appclientjar-common: [2022-04-17T14:19:29.508Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:19:29.508Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:19:29.508Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:19:29.508Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsize-client.jar [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] webclient-war-common: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] build-ear-common: [2022-04-17T14:19:29.508Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:19:29.508Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeApp.ear [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] deploy: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] setOSConditions: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] setToolWin: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] setToolUnix: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] setToolProperty: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] setS1ASclassPath: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] init-common: [2022-04-17T14:19:29.508Z] [2022-04-17T14:19:29.508Z] create-jdbc-connpool-common: [2022-04-17T14:19:29.794Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:29.794Z] [exec] JDBC connection pool jdbc-maxpoolsize-pool created successfully. [2022-04-17T14:19:29.794Z] [2022-04-17T14:19:29.794Z] set-derby-connpool-props: [2022-04-17T14:19:30.359Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:30.359Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.User=dbuser [2022-04-17T14:19:30.615Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:30.615Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.Password=dbpassword [2022-04-17T14:19:31.177Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:31.177Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.driverType=4 [2022-04-17T14:19:31.434Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:31.434Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.portNumber=1527 [2022-04-17T14:19:32.005Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:32.005Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.dataBaseName=testdb [2022-04-17T14:19:32.261Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:32.261Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:19:32.847Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:32.847Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.create=true [2022-04-17T14:19:33.103Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:33.365Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.serverName=localhost [2022-04-17T14:19:33.365Z] [2022-04-17T14:19:33.365Z] setOSConditions: [2022-04-17T14:19:33.365Z] [2022-04-17T14:19:33.365Z] setToolWin: [2022-04-17T14:19:33.365Z] [2022-04-17T14:19:33.365Z] setToolUnix: [2022-04-17T14:19:33.365Z] [2022-04-17T14:19:33.365Z] setToolProperty: [2022-04-17T14:19:33.365Z] [2022-04-17T14:19:33.365Z] setS1ASclassPath: [2022-04-17T14:19:33.365Z] [2022-04-17T14:19:33.365Z] init-common: [2022-04-17T14:19:33.365Z] [2022-04-17T14:19:33.365Z] create-jdbc-resource-common: [2022-04-17T14:19:33.365Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:33.636Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:33.636Z] [exec] JDBC resource jdbc/maxpoolsize created successfully. [2022-04-17T14:19:33.636Z] [echo] cmd executed for server [2022-04-17T14:19:33.636Z] [2022-04-17T14:19:33.636Z] setOSConditions: [2022-04-17T14:19:33.636Z] [2022-04-17T14:19:33.636Z] setToolWin: [2022-04-17T14:19:33.636Z] [2022-04-17T14:19:33.636Z] setToolUnix: [2022-04-17T14:19:33.636Z] [2022-04-17T14:19:33.636Z] setToolProperty: [2022-04-17T14:19:33.636Z] [2022-04-17T14:19:33.636Z] setS1ASclassPath: [2022-04-17T14:19:33.636Z] [2022-04-17T14:19:33.636Z] init-common: [2022-04-17T14:19:33.636Z] [2022-04-17T14:19:33.636Z] create-jdbc-connpool-common: [2022-04-17T14:19:34.200Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:34.200Z] [exec] JDBC connection pool jdbc-maxpoolsize-pool-xa created successfully. [2022-04-17T14:19:34.200Z] [2022-04-17T14:19:34.200Z] set-derby-connpool-props: [2022-04-17T14:19:34.766Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:34.766Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.User=dbuser [2022-04-17T14:19:35.022Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:35.022Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.Password=dbpassword [2022-04-17T14:19:35.585Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:35.585Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.driverType=4 [2022-04-17T14:19:35.841Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:35.841Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.portNumber=1527 [2022-04-17T14:19:36.437Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:36.437Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.dataBaseName=testdb [2022-04-17T14:19:36.695Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:36.695Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:19:36.950Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:36.950Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.create=true [2022-04-17T14:19:37.543Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:37.543Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.serverName=localhost [2022-04-17T14:19:37.543Z] [2022-04-17T14:19:37.543Z] setOSConditions: [2022-04-17T14:19:37.543Z] [2022-04-17T14:19:37.543Z] setToolWin: [2022-04-17T14:19:37.543Z] [2022-04-17T14:19:37.543Z] setToolUnix: [2022-04-17T14:19:37.543Z] [2022-04-17T14:19:37.543Z] setToolProperty: [2022-04-17T14:19:37.543Z] [2022-04-17T14:19:37.543Z] setS1ASclassPath: [2022-04-17T14:19:37.543Z] [2022-04-17T14:19:37.543Z] init-common: [2022-04-17T14:19:37.543Z] [2022-04-17T14:19:37.543Z] create-jdbc-resource-common: [2022-04-17T14:19:37.543Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:37.799Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:37.799Z] [exec] JDBC resource jdbc/maxpoolsize-xa created successfully. [2022-04-17T14:19:37.799Z] [echo] cmd executed for server [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] setOSConditions: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] setToolWin: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] setToolUnix: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] setToolProperty: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] setS1ASclassPath: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] init-common: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] deploy-common: [2022-04-17T14:19:37.799Z] [echo] Current time (ISO): 2022-04-17T14:19:37.771+0000 [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] setOSConditions: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] setToolWin: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] setToolUnix: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] setToolProperty: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] setS1ASclassPath: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] init-common: [2022-04-17T14:19:37.799Z] [2022-04-17T14:19:37.799Z] deploy-common-pe: [2022-04-17T14:19:38.363Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeApp.ear [2022-04-17T14:19:38.640Z] [exec] Application deployed with name jdbc-reconfig-maxpoolsizeApp. [2022-04-17T14:19:38.640Z] [echo] Deployment on target server server successful [2022-04-17T14:19:38.640Z] [2022-04-17T14:19:38.640Z] setOSConditions: [2022-04-17T14:19:38.640Z] [2022-04-17T14:19:38.640Z] setToolWin: [2022-04-17T14:19:38.640Z] [2022-04-17T14:19:38.640Z] setToolUnix: [2022-04-17T14:19:38.640Z] [2022-04-17T14:19:38.640Z] setToolProperty: [2022-04-17T14:19:38.640Z] [2022-04-17T14:19:38.640Z] setS1ASclassPath: [2022-04-17T14:19:38.640Z] [2022-04-17T14:19:38.640Z] init-common: [2022-04-17T14:19:38.640Z] [2022-04-17T14:19:38.640Z] deploy-common-ee: [2022-04-17T14:19:38.640Z] [2022-04-17T14:19:38.640Z] run: [2022-04-17T14:19:38.640Z] [2022-04-17T14:19:38.640Z] asadmin-common: [2022-04-17T14:19:38.640Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:38.897Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:38.897Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-pool-size=10 [2022-04-17T14:19:38.897Z] [2022-04-17T14:19:38.897Z] asadmin-common: [2022-04-17T14:19:38.897Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:39.464Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:39.464Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-wait-time-in-millis=1000 [2022-04-17T14:19:39.464Z] [2022-04-17T14:19:39.464Z] setOSConditions: [2022-04-17T14:19:39.464Z] [2022-04-17T14:19:39.464Z] setToolWin: [2022-04-17T14:19:39.464Z] [2022-04-17T14:19:39.464Z] setToolUnix: [2022-04-17T14:19:39.464Z] [2022-04-17T14:19:39.464Z] setToolProperty: [2022-04-17T14:19:39.464Z] [2022-04-17T14:19:39.464Z] setS1ASclassPath: [2022-04-17T14:19:39.464Z] [2022-04-17T14:19:39.464Z] init-common: [2022-04-17T14:19:39.464Z] [2022-04-17T14:19:39.464Z] runclient-common: [2022-04-17T14:19:39.464Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:19:40.406Z] [exec] Apr 17, 2022 2:19:40 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:19:40.406Z] [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. [2022-04-17T14:19:45.669Z] [exec] Value of key is: test1 : [2022-04-17T14:19:45.669Z] [exec] jdbc reconfig-maxpoolsize status: [2022-04-17T14:19:45.669Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:19:45.669Z] [exec] [2022-04-17T14:19:45.669Z] [exec] [2022-04-17T14:19:45.669Z] [exec] ----------------------------------------- [2022-04-17T14:19:45.669Z] [exec] - test1 : : PASS - [2022-04-17T14:19:45.669Z] [exec] ----------------------------------------- [2022-04-17T14:19:45.669Z] [exec] Total PASS: 1 [2022-04-17T14:19:45.669Z] [exec] Total FAIL: 0 [2022-04-17T14:19:45.669Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:19:45.669Z] [exec] ----------------------------------------- [2022-04-17T14:19:45.669Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:19:45.669Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:19:45.669Z] [2022-04-17T14:19:45.669Z] checkReporting-common: [2022-04-17T14:19:45.669Z] [2022-04-17T14:19:45.669Z] confirmReportPresent-common: [2022-04-17T14:19:45.669Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:19:45.669Z] [echo] Test seems to be reported fine [2022-04-17T14:19:45.669Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt [2022-04-17T14:19:45.669Z] [2022-04-17T14:19:45.669Z] confirmMissingReport-common: [2022-04-17T14:19:45.669Z] [2022-04-17T14:19:45.669Z] asadmin-common: [2022-04-17T14:19:45.669Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:45.925Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:45.925Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-pool-size=20 [2022-04-17T14:19:45.925Z] [2022-04-17T14:19:45.925Z] setOSConditions: [2022-04-17T14:19:45.925Z] [2022-04-17T14:19:45.925Z] setToolWin: [2022-04-17T14:19:45.925Z] [2022-04-17T14:19:45.925Z] setToolUnix: [2022-04-17T14:19:45.925Z] [2022-04-17T14:19:45.925Z] setToolProperty: [2022-04-17T14:19:45.925Z] [2022-04-17T14:19:45.925Z] setS1ASclassPath: [2022-04-17T14:19:45.925Z] [2022-04-17T14:19:45.925Z] init-common: [2022-04-17T14:19:45.925Z] [2022-04-17T14:19:45.925Z] runclient-common: [2022-04-17T14:19:45.925Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:19:47.297Z] [exec] Apr 17, 2022 2:19:46 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:19:47.297Z] [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. [2022-04-17T14:19:50.588Z] [exec] Value of key is: test2 : [2022-04-17T14:19:50.588Z] [exec] jdbc reconfig-maxpoolsize status: [2022-04-17T14:19:50.588Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:19:50.588Z] [exec] [2022-04-17T14:19:50.588Z] [exec] [2022-04-17T14:19:50.588Z] [exec] ----------------------------------------- [2022-04-17T14:19:50.588Z] [exec] - test2 : : PASS - [2022-04-17T14:19:50.588Z] [exec] ----------------------------------------- [2022-04-17T14:19:50.588Z] [exec] Total PASS: 1 [2022-04-17T14:19:50.588Z] [exec] Total FAIL: 0 [2022-04-17T14:19:50.588Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:19:50.588Z] [exec] ----------------------------------------- [2022-04-17T14:19:50.588Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:19:50.588Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:19:51.152Z] [2022-04-17T14:19:51.152Z] checkReporting-common: [2022-04-17T14:19:51.152Z] [2022-04-17T14:19:51.152Z] confirmReportPresent-common: [2022-04-17T14:19:51.152Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:19:51.152Z] [echo] Test seems to be reported fine [2022-04-17T14:19:51.152Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt [2022-04-17T14:19:51.152Z] [2022-04-17T14:19:51.152Z] confirmMissingReport-common: [2022-04-17T14:19:51.152Z] [2022-04-17T14:19:51.152Z] asadmin-common: [2022-04-17T14:19:51.152Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:51.410Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:51.410Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-pool-size=10 [2022-04-17T14:19:51.410Z] [2022-04-17T14:19:51.410Z] asadmin-common: [2022-04-17T14:19:51.410Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:51.974Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:51.974Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-wait-time-in-millis=1000 [2022-04-17T14:19:51.974Z] [2022-04-17T14:19:51.974Z] setOSConditions: [2022-04-17T14:19:51.974Z] [2022-04-17T14:19:51.974Z] setToolWin: [2022-04-17T14:19:51.974Z] [2022-04-17T14:19:51.974Z] setToolUnix: [2022-04-17T14:19:51.974Z] [2022-04-17T14:19:51.974Z] setToolProperty: [2022-04-17T14:19:51.974Z] [2022-04-17T14:19:51.974Z] setS1ASclassPath: [2022-04-17T14:19:51.974Z] [2022-04-17T14:19:51.974Z] init-common: [2022-04-17T14:19:51.974Z] [2022-04-17T14:19:51.974Z] runclient-common: [2022-04-17T14:19:51.974Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T14:19:52.905Z] [exec] Apr 17, 2022 2:19:52 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:19:52.905Z] [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. [2022-04-17T14:19:56.221Z] [exec] Value of key is: test3 : [2022-04-17T14:19:56.221Z] [exec] jdbc reconfig-maxpoolsize status: [2022-04-17T14:19:56.221Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:19:56.221Z] [exec] [2022-04-17T14:19:56.221Z] [exec] [2022-04-17T14:19:56.221Z] [exec] ----------------------------------------- [2022-04-17T14:19:56.221Z] [exec] - test3 : : PASS - [2022-04-17T14:19:56.221Z] [exec] ----------------------------------------- [2022-04-17T14:19:56.221Z] [exec] Total PASS: 1 [2022-04-17T14:19:56.221Z] [exec] Total FAIL: 0 [2022-04-17T14:19:56.221Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:19:56.221Z] [exec] ----------------------------------------- [2022-04-17T14:19:56.221Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:19:56.221Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:19:56.788Z] [2022-04-17T14:19:56.788Z] checkReporting-common: [2022-04-17T14:19:56.788Z] [2022-04-17T14:19:56.788Z] confirmReportPresent-common: [2022-04-17T14:19:56.788Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:19:56.788Z] [echo] Test seems to be reported fine [2022-04-17T14:19:56.788Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt [2022-04-17T14:19:56.788Z] [2022-04-17T14:19:56.788Z] confirmMissingReport-common: [2022-04-17T14:19:56.788Z] [2022-04-17T14:19:56.788Z] asadmin-common: [2022-04-17T14:19:56.788Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:57.048Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:19:57.305Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-pool-size=20 [2022-04-17T14:19:57.305Z] [2022-04-17T14:19:57.305Z] setOSConditions: [2022-04-17T14:19:57.305Z] [2022-04-17T14:19:57.305Z] setToolWin: [2022-04-17T14:19:57.305Z] [2022-04-17T14:19:57.305Z] setToolUnix: [2022-04-17T14:19:57.305Z] [2022-04-17T14:19:57.305Z] setToolProperty: [2022-04-17T14:19:57.305Z] [2022-04-17T14:19:57.305Z] setS1ASclassPath: [2022-04-17T14:19:57.305Z] [2022-04-17T14:19:57.305Z] init-common: [2022-04-17T14:19:57.305Z] [2022-04-17T14:19:57.305Z] runclient-common: [2022-04-17T14:19:57.305Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T14:19:58.240Z] [exec] Apr 17, 2022 2:19:58 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:19:58.240Z] [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. [2022-04-17T14:20:01.516Z] [exec] Value of key is: test4 : [2022-04-17T14:20:01.516Z] [exec] jdbc reconfig-maxpoolsize status: [2022-04-17T14:20:01.516Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:20:01.516Z] [exec] [2022-04-17T14:20:01.516Z] [exec] [2022-04-17T14:20:01.516Z] [exec] ----------------------------------------- [2022-04-17T14:20:01.516Z] [exec] - test4 : : PASS - [2022-04-17T14:20:01.516Z] [exec] ----------------------------------------- [2022-04-17T14:20:01.516Z] [exec] Total PASS: 1 [2022-04-17T14:20:01.516Z] [exec] Total FAIL: 0 [2022-04-17T14:20:01.516Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:20:01.516Z] [exec] ----------------------------------------- [2022-04-17T14:20:01.516Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:20:01.772Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] checkReporting-common: [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] confirmReportPresent-common: [2022-04-17T14:20:02.040Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:20:02.040Z] [echo] Test seems to be reported fine [2022-04-17T14:20:02.040Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] confirmMissingReport-common: [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] undeploy: [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] setOSConditions: [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] setToolWin: [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] setToolUnix: [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] setToolProperty: [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] setS1ASclassPath: [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] init-common: [2022-04-17T14:20:02.040Z] [2022-04-17T14:20:02.040Z] undeploy-common: [2022-04-17T14:20:02.300Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:20:02.300Z] [2022-04-17T14:20:02.300Z] setOSConditions: [2022-04-17T14:20:02.300Z] [2022-04-17T14:20:02.300Z] setToolWin: [2022-04-17T14:20:02.300Z] [2022-04-17T14:20:02.300Z] setToolUnix: [2022-04-17T14:20:02.300Z] [2022-04-17T14:20:02.300Z] setToolProperty: [2022-04-17T14:20:02.300Z] [2022-04-17T14:20:02.300Z] setS1ASclassPath: [2022-04-17T14:20:02.300Z] [2022-04-17T14:20:02.300Z] init-common: [2022-04-17T14:20:02.300Z] [2022-04-17T14:20:02.300Z] undeploy-jdbc-common: [2022-04-17T14:20:02.567Z] [2022-04-17T14:20:02.567Z] setOSConditions: [2022-04-17T14:20:02.568Z] [2022-04-17T14:20:02.568Z] setToolWin: [2022-04-17T14:20:02.568Z] [2022-04-17T14:20:02.568Z] setToolUnix: [2022-04-17T14:20:02.568Z] [2022-04-17T14:20:02.568Z] setToolProperty: [2022-04-17T14:20:02.568Z] [2022-04-17T14:20:02.568Z] setS1ASclassPath: [2022-04-17T14:20:02.568Z] [2022-04-17T14:20:02.568Z] init-common: [2022-04-17T14:20:02.568Z] [2022-04-17T14:20:02.568Z] delete-jdbc-resource-common: [2022-04-17T14:20:02.568Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxpoolsize [2022-04-17T14:20:02.824Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxpoolsize [2022-04-17T14:20:02.824Z] [exec] JDBC resource jdbc/maxpoolsize deleted successfully [2022-04-17T14:20:02.824Z] [echo] cmd executed for server [2022-04-17T14:20:02.824Z] [2022-04-17T14:20:02.824Z] setOSConditions: [2022-04-17T14:20:02.824Z] [2022-04-17T14:20:02.824Z] setToolWin: [2022-04-17T14:20:02.824Z] [2022-04-17T14:20:02.824Z] setToolUnix: [2022-04-17T14:20:02.824Z] [2022-04-17T14:20:02.824Z] setToolProperty: [2022-04-17T14:20:02.824Z] [2022-04-17T14:20:02.824Z] setS1ASclassPath: [2022-04-17T14:20:02.824Z] [2022-04-17T14:20:02.824Z] init-common: [2022-04-17T14:20:02.824Z] [2022-04-17T14:20:02.824Z] delete-jdbc-connpool-common: [2022-04-17T14:20:02.824Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxpoolsize-pool [2022-04-17T14:20:03.393Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:03.393Z] [exec] JDBC Connection pool jdbc-maxpoolsize-pool deleted successfully [2022-04-17T14:20:03.393Z] [echo] cmd executed for server [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] setOSConditions: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] setToolWin: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] setToolUnix: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] setToolProperty: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] setS1ASclassPath: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] init-common: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] undeploy-jdbc-common: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] setOSConditions: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] setToolWin: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] setToolUnix: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] setToolProperty: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] setS1ASclassPath: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] init-common: [2022-04-17T14:20:03.393Z] [2022-04-17T14:20:03.393Z] delete-jdbc-resource-common: [2022-04-17T14:20:03.393Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxpoolsize-xa [2022-04-17T14:20:03.963Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:03.963Z] [exec] JDBC resource jdbc/maxpoolsize-xa deleted successfully [2022-04-17T14:20:03.963Z] [echo] cmd executed for server [2022-04-17T14:20:03.963Z] [2022-04-17T14:20:03.963Z] setOSConditions: [2022-04-17T14:20:03.963Z] [2022-04-17T14:20:03.963Z] setToolWin: [2022-04-17T14:20:03.963Z] [2022-04-17T14:20:03.963Z] setToolUnix: [2022-04-17T14:20:03.963Z] [2022-04-17T14:20:03.963Z] setToolProperty: [2022-04-17T14:20:03.963Z] [2022-04-17T14:20:03.963Z] setS1ASclassPath: [2022-04-17T14:20:03.963Z] [2022-04-17T14:20:03.963Z] init-common: [2022-04-17T14:20:03.963Z] [2022-04-17T14:20:03.963Z] delete-jdbc-connpool-common: [2022-04-17T14:20:03.963Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:04.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:04.475Z] [exec] JDBC Connection pool jdbc-maxpoolsize-pool-xa deleted successfully [2022-04-17T14:20:04.475Z] [echo] cmd executed for server [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] all: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setOSConditions: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setToolWin: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setToolUnix: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setToolProperty: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setS1ASclassPath: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] init-common: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] clean: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setOSConditions: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setToolWin: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setToolUnix: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setToolProperty: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setS1ASclassPath: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] init-common: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] clean-common: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setOSConditions: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setToolWin: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setToolUnix: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setToolProperty: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] setS1ASclassPath: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] init-common: [2022-04-17T14:20:04.475Z] [2022-04-17T14:20:04.475Z] clean-classes-common: [2022-04-17T14:20:04.476Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] setOSConditions: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] setToolWin: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] setToolUnix: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] setToolProperty: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] setS1ASclassPath: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] init-common: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] clean-jars-common: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] compile: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] setOSConditions: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] setToolWin: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] setToolUnix: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] setToolProperty: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] setS1ASclassPath: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] init-common: [2022-04-17T14:20:04.476Z] [2022-04-17T14:20:04.476Z] compile-common: [2022-04-17T14:20:04.476Z] [echo] Current time (ISO): 2022-04-17T14:20:04.267+0000 [2022-04-17T14:20:04.476Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:20:04.476Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:20:06.375Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:20:06.375Z] [javac] 1 warning [2022-04-17T14:20:06.375Z] [2022-04-17T14:20:06.375Z] setOSConditions: [2022-04-17T14:20:06.375Z] [2022-04-17T14:20:06.375Z] setToolWin: [2022-04-17T14:20:06.375Z] [2022-04-17T14:20:06.375Z] setToolUnix: [2022-04-17T14:20:06.375Z] [2022-04-17T14:20:06.375Z] setToolProperty: [2022-04-17T14:20:06.375Z] [2022-04-17T14:20:06.375Z] setS1ASclassPath: [2022-04-17T14:20:06.375Z] [2022-04-17T14:20:06.375Z] init-common: [2022-04-17T14:20:06.375Z] [2022-04-17T14:20:06.375Z] compile-common: [2022-04-17T14:20:06.375Z] [echo] Current time (ISO): 2022-04-17T14:20:06.296+0000 [2022-04-17T14:20:06.375Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:20:08.272Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:20:08.272Z] [javac] 1 warning [2022-04-17T14:20:08.272Z] [2022-04-17T14:20:08.272Z] build: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] setOSConditions: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] fixFiles: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] convUnix: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] convWin: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] setToolWin: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] setToolUnix: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] setToolProperty: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] setS1ASclassPath: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] init-common: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] package-persistence-common: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] ejb-jar-common: [2022-04-17T14:20:08.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] package-ejbjar-common: [2022-04-17T14:20:08.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:08.541Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:08.541Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:08.541Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-ejb.jar [2022-04-17T14:20:08.541Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] appclient-jar-common: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] package-appclientjar-common: [2022-04-17T14:20:08.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:08.541Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:08.541Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:08.541Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-client.jar [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] webclient-war-common: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] build-ear-common: [2022-04-17T14:20:08.541Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:08.541Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] deploy: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] setOSConditions: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] setToolWin: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] setToolUnix: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] setToolProperty: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] setS1ASclassPath: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] init-common: [2022-04-17T14:20:08.541Z] [2022-04-17T14:20:08.541Z] create-jdbc-connpool-common: [2022-04-17T14:20:08.802Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:08.802Z] [exec] JDBC connection pool jdbc-poolauth-pool created successfully. [2022-04-17T14:20:08.802Z] [2022-04-17T14:20:08.802Z] set-derby-connpool-props: [2022-04-17T14:20:09.365Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:09.365Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser [2022-04-17T14:20:09.946Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:09.946Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword [2022-04-17T14:20:10.202Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:10.202Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 [2022-04-17T14:20:10.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:10.773Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 [2022-04-17T14:20:11.033Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:11.033Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb [2022-04-17T14:20:11.598Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:11.598Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:20:12.161Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:12.161Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true [2022-04-17T14:20:12.418Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:12.418Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost [2022-04-17T14:20:12.418Z] [2022-04-17T14:20:12.418Z] setOSConditions: [2022-04-17T14:20:12.418Z] [2022-04-17T14:20:12.418Z] setToolWin: [2022-04-17T14:20:12.418Z] [2022-04-17T14:20:12.418Z] setToolUnix: [2022-04-17T14:20:12.418Z] [2022-04-17T14:20:12.418Z] setToolProperty: [2022-04-17T14:20:12.418Z] [2022-04-17T14:20:12.418Z] setS1ASclassPath: [2022-04-17T14:20:12.418Z] [2022-04-17T14:20:12.418Z] init-common: [2022-04-17T14:20:12.418Z] [2022-04-17T14:20:12.418Z] create-jdbc-resource-common: [2022-04-17T14:20:12.418Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:12.984Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:12.984Z] [exec] JDBC resource jdbc/poolauth created successfully. [2022-04-17T14:20:12.984Z] [echo] cmd executed for server [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] setOSConditions: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] setToolWin: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] setToolUnix: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] setToolProperty: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] setS1ASclassPath: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] init-common: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] deploy-common: [2022-04-17T14:20:12.984Z] [echo] Current time (ISO): 2022-04-17T14:20:12.760+0000 [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] setOSConditions: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] setToolWin: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] setToolUnix: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] setToolProperty: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] setS1ASclassPath: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] init-common: [2022-04-17T14:20:12.984Z] [2022-04-17T14:20:12.984Z] deploy-common-pe: [2022-04-17T14:20:13.241Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear [2022-04-17T14:20:13.497Z] [exec] Application deployed with name jdbc-poolauthApp. [2022-04-17T14:20:13.497Z] [echo] Deployment on target server server successful [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setOSConditions: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setToolWin: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setToolUnix: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setToolProperty: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setS1ASclassPath: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] init-common: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] deploy-common-ee: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] run: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] create-sql: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setOSConditions: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setToolWin: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setToolUnix: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setToolProperty: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setS1ASclassPath: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] init-common: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] execute-sql-common: [2022-04-17T14:20:13.497Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/create_dbuser_tables.sql [2022-04-17T14:20:13.497Z] [sql] Failed to execute: Drop table DBUSERTABLE [2022-04-17T14:20:13.497Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DBUSERTABLE' because it does not exist. [2022-04-17T14:20:13.497Z] [sql] 0 rows affected [2022-04-17T14:20:13.497Z] [sql] 1 rows affected [2022-04-17T14:20:13.497Z] [sql] 1 rows affected [2022-04-17T14:20:13.497Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setOSConditions: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setToolWin: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setToolUnix: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setToolProperty: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] setS1ASclassPath: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] init-common: [2022-04-17T14:20:13.497Z] [2022-04-17T14:20:13.497Z] execute-sql-common: [2022-04-17T14:20:13.497Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/create_pbpublic_tables.sql [2022-04-17T14:20:13.754Z] [sql] Failed to execute: Drop table PBPUBLICTABLE [2022-04-17T14:20:13.754Z] [sql] java.sql.SQLSyntaxErrorException: Schema 'PBPUBLIC' does not exist [2022-04-17T14:20:13.754Z] [sql] 0 rows affected [2022-04-17T14:20:13.755Z] [sql] 1 rows affected [2022-04-17T14:20:13.755Z] [sql] 1 rows affected [2022-04-17T14:20:13.755Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:20:13.755Z] [2022-04-17T14:20:13.755Z] asadmin-common: [2022-04-17T14:20:13.755Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:14.012Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:14.012Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser [2022-04-17T14:20:14.012Z] [2022-04-17T14:20:14.012Z] asadmin-common: [2022-04-17T14:20:14.012Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:14.575Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:14.575Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword [2022-04-17T14:20:14.575Z] [2022-04-17T14:20:14.575Z] setOSConditions: [2022-04-17T14:20:14.575Z] [2022-04-17T14:20:14.575Z] setToolWin: [2022-04-17T14:20:14.575Z] [2022-04-17T14:20:14.575Z] setToolUnix: [2022-04-17T14:20:14.575Z] [2022-04-17T14:20:14.575Z] setToolProperty: [2022-04-17T14:20:14.575Z] [2022-04-17T14:20:14.575Z] setS1ASclassPath: [2022-04-17T14:20:14.575Z] [2022-04-17T14:20:14.575Z] init-common: [2022-04-17T14:20:14.575Z] [2022-04-17T14:20:14.575Z] runclient-common: [2022-04-17T14:20:14.575Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:20:15.506Z] [exec] Apr 17, 2022 2:20:15 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:20:15.506Z] [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. [2022-04-17T14:20:18.796Z] [exec] Value of key is: test1 : [2022-04-17T14:20:18.796Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:20:18.796Z] [exec] [2022-04-17T14:20:18.796Z] [exec] [2022-04-17T14:20:18.796Z] [exec] ----------------------------------------- [2022-04-17T14:20:18.796Z] [exec] - test1 : : PASS - [2022-04-17T14:20:18.796Z] [exec] ----------------------------------------- [2022-04-17T14:20:18.796Z] [exec] Total PASS: 1 [2022-04-17T14:20:18.796Z] [exec] Total FAIL: 0 [2022-04-17T14:20:18.796Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:20:18.796Z] [exec] ----------------------------------------- [2022-04-17T14:20:18.796Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:20:18.796Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:20:19.067Z] [2022-04-17T14:20:19.067Z] checkReporting-common: [2022-04-17T14:20:19.067Z] [2022-04-17T14:20:19.067Z] confirmReportPresent-common: [2022-04-17T14:20:19.067Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:20:19.067Z] [echo] Test seems to be reported fine [2022-04-17T14:20:19.067Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/RepRunConf.txt [2022-04-17T14:20:19.067Z] [2022-04-17T14:20:19.067Z] confirmMissingReport-common: [2022-04-17T14:20:19.067Z] [2022-04-17T14:20:19.067Z] asadmin-common: [2022-04-17T14:20:19.067Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:19.646Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:19.646Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic [2022-04-17T14:20:19.646Z] [2022-04-17T14:20:19.646Z] asadmin-common: [2022-04-17T14:20:19.646Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:19.903Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:19.903Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic [2022-04-17T14:20:20.159Z] [2022-04-17T14:20:20.159Z] setOSConditions: [2022-04-17T14:20:20.159Z] [2022-04-17T14:20:20.159Z] setToolWin: [2022-04-17T14:20:20.159Z] [2022-04-17T14:20:20.159Z] setToolUnix: [2022-04-17T14:20:20.159Z] [2022-04-17T14:20:20.159Z] setToolProperty: [2022-04-17T14:20:20.159Z] [2022-04-17T14:20:20.159Z] setS1ASclassPath: [2022-04-17T14:20:20.159Z] [2022-04-17T14:20:20.159Z] init-common: [2022-04-17T14:20:20.159Z] [2022-04-17T14:20:20.159Z] runclient-common: [2022-04-17T14:20:20.159Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:20:21.101Z] [exec] Apr 17, 2022 2:20:20 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:20:21.101Z] [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. [2022-04-17T14:20:24.391Z] [exec] Value of key is: test2 : [2022-04-17T14:20:24.391Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:20:24.391Z] [exec] [2022-04-17T14:20:24.391Z] [exec] [2022-04-17T14:20:24.391Z] [exec] ----------------------------------------- [2022-04-17T14:20:24.391Z] [exec] - test2 : : PASS - [2022-04-17T14:20:24.391Z] [exec] ----------------------------------------- [2022-04-17T14:20:24.391Z] [exec] Total PASS: 1 [2022-04-17T14:20:24.391Z] [exec] Total FAIL: 0 [2022-04-17T14:20:24.391Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:20:24.391Z] [exec] ----------------------------------------- [2022-04-17T14:20:24.391Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:20:24.391Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:20:24.648Z] [2022-04-17T14:20:24.648Z] checkReporting-common: [2022-04-17T14:20:24.648Z] [2022-04-17T14:20:24.648Z] confirmReportPresent-common: [2022-04-17T14:20:24.648Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:20:24.648Z] [echo] Test seems to be reported fine [2022-04-17T14:20:24.648Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/RepRunConf.txt [2022-04-17T14:20:24.648Z] [2022-04-17T14:20:24.648Z] confirmMissingReport-common: [2022-04-17T14:20:24.648Z] [2022-04-17T14:20:24.648Z] undeploy: [2022-04-17T14:20:24.648Z] [2022-04-17T14:20:24.648Z] drop-sql: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setOSConditions: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolWin: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolUnix: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolProperty: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setS1ASclassPath: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] init-common: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] execute-sql-common: [2022-04-17T14:20:24.905Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/drop_dbuser_tables.sql [2022-04-17T14:20:24.905Z] [sql] 0 rows affected [2022-04-17T14:20:24.905Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setOSConditions: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolWin: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolUnix: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolProperty: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setS1ASclassPath: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] init-common: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] execute-sql-common: [2022-04-17T14:20:24.905Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/drop_pbpublic_tables.sql [2022-04-17T14:20:24.905Z] [sql] 0 rows affected [2022-04-17T14:20:24.905Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setOSConditions: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolWin: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolUnix: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolProperty: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setS1ASclassPath: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] init-common: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] undeploy-jdbc-common: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setOSConditions: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolWin: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolUnix: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setToolProperty: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] setS1ASclassPath: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] init-common: [2022-04-17T14:20:24.905Z] [2022-04-17T14:20:24.905Z] delete-jdbc-resource-common: [2022-04-17T14:20:24.905Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/poolauth [2022-04-17T14:20:25.193Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/poolauth [2022-04-17T14:20:25.193Z] [exec] JDBC resource jdbc/poolauth deleted successfully [2022-04-17T14:20:25.193Z] [echo] cmd executed for server [2022-04-17T14:20:25.193Z] [2022-04-17T14:20:25.193Z] setOSConditions: [2022-04-17T14:20:25.193Z] [2022-04-17T14:20:25.193Z] setToolWin: [2022-04-17T14:20:25.193Z] [2022-04-17T14:20:25.193Z] setToolUnix: [2022-04-17T14:20:25.193Z] [2022-04-17T14:20:25.193Z] setToolProperty: [2022-04-17T14:20:25.193Z] [2022-04-17T14:20:25.193Z] setS1ASclassPath: [2022-04-17T14:20:25.193Z] [2022-04-17T14:20:25.193Z] init-common: [2022-04-17T14:20:25.193Z] [2022-04-17T14:20:25.193Z] delete-jdbc-connpool-common: [2022-04-17T14:20:25.193Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-poolauth-pool [2022-04-17T14:20:25.756Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:25.756Z] [exec] JDBC Connection pool jdbc-poolauth-pool deleted successfully [2022-04-17T14:20:25.756Z] [echo] cmd executed for server [2022-04-17T14:20:25.756Z] [2022-04-17T14:20:25.756Z] setOSConditions: [2022-04-17T14:20:25.756Z] [2022-04-17T14:20:25.756Z] setToolWin: [2022-04-17T14:20:25.756Z] [2022-04-17T14:20:25.756Z] setToolUnix: [2022-04-17T14:20:25.756Z] [2022-04-17T14:20:25.756Z] setToolProperty: [2022-04-17T14:20:25.756Z] [2022-04-17T14:20:25.756Z] setS1ASclassPath: [2022-04-17T14:20:25.756Z] [2022-04-17T14:20:25.756Z] init-common: [2022-04-17T14:20:25.756Z] [2022-04-17T14:20:25.756Z] undeploy-common: [2022-04-17T14:20:26.013Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] all: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setOSConditions: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setToolWin: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setToolUnix: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setToolProperty: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setS1ASclassPath: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] init-common: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] clean: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setOSConditions: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setToolWin: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setToolUnix: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setToolProperty: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setS1ASclassPath: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] init-common: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] clean-common: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setOSConditions: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setToolWin: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setToolUnix: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setToolProperty: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setS1ASclassPath: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] init-common: [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] clean-classes-common: [2022-04-17T14:20:26.270Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:20:26.270Z] [2022-04-17T14:20:26.270Z] setOSConditions: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] setToolWin: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] setToolUnix: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] setToolProperty: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] setS1ASclassPath: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] init-common: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] clean-jars-common: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] compile: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] setOSConditions: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] setToolWin: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] setToolUnix: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] setToolProperty: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] setS1ASclassPath: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] init-common: [2022-04-17T14:20:26.271Z] [2022-04-17T14:20:26.271Z] compile-common: [2022-04-17T14:20:26.271Z] [echo] Current time (ISO): 2022-04-17T14:20:26.063+0000 [2022-04-17T14:20:26.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:20:26.271Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:20:27.679Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:20:27.936Z] [javac] 1 warning [2022-04-17T14:20:27.936Z] [2022-04-17T14:20:27.936Z] setOSConditions: [2022-04-17T14:20:27.936Z] [2022-04-17T14:20:27.936Z] setToolWin: [2022-04-17T14:20:27.936Z] [2022-04-17T14:20:27.936Z] setToolUnix: [2022-04-17T14:20:27.936Z] [2022-04-17T14:20:27.936Z] setToolProperty: [2022-04-17T14:20:27.936Z] [2022-04-17T14:20:27.936Z] setS1ASclassPath: [2022-04-17T14:20:27.936Z] [2022-04-17T14:20:27.936Z] init-common: [2022-04-17T14:20:27.936Z] [2022-04-17T14:20:27.936Z] compile-common: [2022-04-17T14:20:27.936Z] [echo] Current time (ISO): 2022-04-17T14:20:27.783+0000 [2022-04-17T14:20:27.936Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:20:29.860Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:20:29.860Z] [javac] 1 warning [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] build: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] setOSConditions: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] fixFiles: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] convUnix: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] convWin: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] setToolWin: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] setToolUnix: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] setToolProperty: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] setS1ASclassPath: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] init-common: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] package-persistence-common: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] ejb-jar-common: [2022-04-17T14:20:29.860Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] package-ejbjar-common: [2022-04-17T14:20:29.860Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:29.860Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:29.860Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:29.860Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-ejb.jar [2022-04-17T14:20:29.860Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] appclient-jar-common: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] package-appclientjar-common: [2022-04-17T14:20:29.860Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:29.860Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:29.860Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:29.860Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-client.jar [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] webclient-war-common: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] build-ear-common: [2022-04-17T14:20:29.860Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:29.860Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] deploy: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] setOSConditions: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] setToolWin: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] setToolUnix: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] setToolProperty: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] setS1ASclassPath: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] init-common: [2022-04-17T14:20:29.860Z] [2022-04-17T14:20:29.860Z] create-jdbc-connpool-common: [2022-04-17T14:20:30.116Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:30.116Z] [exec] JDBC connection pool jdbc-poolauth-pool created successfully. [2022-04-17T14:20:30.116Z] [2022-04-17T14:20:30.116Z] set-derby-connpool-props: [2022-04-17T14:20:30.680Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:30.680Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser [2022-04-17T14:20:30.936Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:30.936Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword [2022-04-17T14:20:31.499Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:31.499Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 [2022-04-17T14:20:32.062Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:32.062Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 [2022-04-17T14:20:32.319Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:32.319Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb [2022-04-17T14:20:32.882Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:32.882Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:20:33.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:33.139Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true [2022-04-17T14:20:33.702Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:33.702Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost [2022-04-17T14:20:33.702Z] [2022-04-17T14:20:33.702Z] setOSConditions: [2022-04-17T14:20:33.702Z] [2022-04-17T14:20:33.702Z] setToolWin: [2022-04-17T14:20:33.702Z] [2022-04-17T14:20:33.702Z] setToolUnix: [2022-04-17T14:20:33.702Z] [2022-04-17T14:20:33.702Z] setToolProperty: [2022-04-17T14:20:33.702Z] [2022-04-17T14:20:33.702Z] setS1ASclassPath: [2022-04-17T14:20:33.702Z] [2022-04-17T14:20:33.702Z] init-common: [2022-04-17T14:20:33.702Z] [2022-04-17T14:20:33.702Z] create-jdbc-resource-common: [2022-04-17T14:20:33.702Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:34.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:34.266Z] [exec] JDBC resource jdbc/poolauth created successfully. [2022-04-17T14:20:34.266Z] [echo] cmd executed for server [2022-04-17T14:20:34.266Z] [2022-04-17T14:20:34.266Z] setOSConditions: [2022-04-17T14:20:34.266Z] [2022-04-17T14:20:34.267Z] setToolWin: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] setToolUnix: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] setToolProperty: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] setS1ASclassPath: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] init-common: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] deploy-common: [2022-04-17T14:20:34.267Z] [echo] Current time (ISO): 2022-04-17T14:20:33.994+0000 [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] setOSConditions: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] setToolWin: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] setToolUnix: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] setToolProperty: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] setS1ASclassPath: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] init-common: [2022-04-17T14:20:34.267Z] [2022-04-17T14:20:34.267Z] deploy-common-pe: [2022-04-17T14:20:34.546Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear [2022-04-17T14:20:34.806Z] [exec] Application deployed with name jdbc-poolauthApp. [2022-04-17T14:20:34.806Z] [echo] Deployment on target server server successful [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setOSConditions: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setToolWin: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setToolUnix: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setToolProperty: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setS1ASclassPath: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] init-common: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] deploy-common-ee: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] run: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] create-sql: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setOSConditions: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setToolWin: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setToolUnix: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setToolProperty: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setS1ASclassPath: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] init-common: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] execute-sql-common: [2022-04-17T14:20:34.806Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/create_dbuser_tables.sql [2022-04-17T14:20:34.806Z] [sql] Failed to execute: Drop table DBUSERTABLE [2022-04-17T14:20:34.806Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DBUSERTABLE' because it does not exist. [2022-04-17T14:20:34.806Z] [sql] 0 rows affected [2022-04-17T14:20:34.806Z] [sql] 1 rows affected [2022-04-17T14:20:34.806Z] [sql] 1 rows affected [2022-04-17T14:20:34.806Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setOSConditions: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setToolWin: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setToolUnix: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setToolProperty: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] setS1ASclassPath: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] init-common: [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] execute-sql-common: [2022-04-17T14:20:34.806Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/create_pbpublic_tables.sql [2022-04-17T14:20:34.806Z] [sql] Failed to execute: Drop table PBPUBLICTABLE [2022-04-17T14:20:34.806Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PBPUBLICTABLE' because it does not exist. [2022-04-17T14:20:34.806Z] [sql] 0 rows affected [2022-04-17T14:20:34.806Z] [sql] 1 rows affected [2022-04-17T14:20:34.806Z] [sql] 1 rows affected [2022-04-17T14:20:34.806Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:20:34.806Z] [2022-04-17T14:20:34.806Z] asadmin-common: [2022-04-17T14:20:34.806Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:35.369Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:35.369Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser [2022-04-17T14:20:35.369Z] [2022-04-17T14:20:35.369Z] asadmin-common: [2022-04-17T14:20:35.369Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:35.626Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:35.626Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword [2022-04-17T14:20:35.626Z] [2022-04-17T14:20:35.626Z] setOSConditions: [2022-04-17T14:20:35.626Z] [2022-04-17T14:20:35.626Z] setToolWin: [2022-04-17T14:20:35.626Z] [2022-04-17T14:20:35.626Z] setToolUnix: [2022-04-17T14:20:35.626Z] [2022-04-17T14:20:35.626Z] setToolProperty: [2022-04-17T14:20:35.626Z] [2022-04-17T14:20:35.626Z] setS1ASclassPath: [2022-04-17T14:20:35.626Z] [2022-04-17T14:20:35.626Z] init-common: [2022-04-17T14:20:35.626Z] [2022-04-17T14:20:35.626Z] runclient-common: [2022-04-17T14:20:35.626Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:20:36.994Z] [exec] Apr 17, 2022 2:20:36 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:20:36.994Z] [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. [2022-04-17T14:20:41.191Z] [exec] Value of key is: test1 : [2022-04-17T14:20:41.191Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:20:41.191Z] [exec] [2022-04-17T14:20:41.191Z] [exec] [2022-04-17T14:20:41.191Z] [exec] ----------------------------------------- [2022-04-17T14:20:41.191Z] [exec] - test1 : : PASS - [2022-04-17T14:20:41.191Z] [exec] ----------------------------------------- [2022-04-17T14:20:41.191Z] [exec] Total PASS: 1 [2022-04-17T14:20:41.191Z] [exec] Total FAIL: 0 [2022-04-17T14:20:41.191Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:20:41.191Z] [exec] ----------------------------------------- [2022-04-17T14:20:41.191Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:20:41.191Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:20:41.191Z] [2022-04-17T14:20:41.191Z] checkReporting-common: [2022-04-17T14:20:41.191Z] [2022-04-17T14:20:41.191Z] confirmReportPresent-common: [2022-04-17T14:20:41.191Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:20:41.191Z] [echo] Test seems to be reported fine [2022-04-17T14:20:41.191Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/RepRunConf.txt [2022-04-17T14:20:41.191Z] [2022-04-17T14:20:41.191Z] confirmMissingReport-common: [2022-04-17T14:20:41.191Z] [2022-04-17T14:20:41.191Z] asadmin-common: [2022-04-17T14:20:41.191Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:41.191Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:41.191Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic [2022-04-17T14:20:41.191Z] [2022-04-17T14:20:41.191Z] asadmin-common: [2022-04-17T14:20:41.191Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:41.753Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:41.753Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic [2022-04-17T14:20:41.753Z] [2022-04-17T14:20:41.753Z] asadmin-common: [2022-04-17T14:20:41.753Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:42.010Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set applications.application.jdbc-poolauthApp.enabled=false [2022-04-17T14:20:42.266Z] [exec] applications.application.jdbc-poolauthApp.enabled=false [2022-04-17T14:20:42.266Z] [2022-04-17T14:20:42.266Z] asadmin-common: [2022-04-17T14:20:42.266Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:42.536Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set applications.application.jdbc-poolauthApp.enabled=true [2022-04-17T14:20:42.793Z] [exec] applications.application.jdbc-poolauthApp.enabled=true [2022-04-17T14:20:42.793Z] [2022-04-17T14:20:42.793Z] setOSConditions: [2022-04-17T14:20:42.793Z] [2022-04-17T14:20:42.793Z] setToolWin: [2022-04-17T14:20:42.793Z] [2022-04-17T14:20:42.793Z] setToolUnix: [2022-04-17T14:20:42.793Z] [2022-04-17T14:20:42.793Z] setToolProperty: [2022-04-17T14:20:42.793Z] [2022-04-17T14:20:42.793Z] setS1ASclassPath: [2022-04-17T14:20:42.793Z] [2022-04-17T14:20:42.793Z] init-common: [2022-04-17T14:20:42.793Z] [2022-04-17T14:20:42.793Z] runclient-common: [2022-04-17T14:20:42.793Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:20:43.742Z] [exec] Apr 17, 2022 2:20:43 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:20:43.742Z] [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. [2022-04-17T14:20:47.918Z] [exec] Value of key is: test2 : [2022-04-17T14:20:47.918Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:20:47.918Z] [exec] [2022-04-17T14:20:47.918Z] [exec] [2022-04-17T14:20:47.918Z] [exec] ----------------------------------------- [2022-04-17T14:20:47.918Z] [exec] - test2 : : PASS - [2022-04-17T14:20:47.918Z] [exec] ----------------------------------------- [2022-04-17T14:20:47.918Z] [exec] Total PASS: 1 [2022-04-17T14:20:47.918Z] [exec] Total FAIL: 0 [2022-04-17T14:20:47.918Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:20:47.918Z] [exec] ----------------------------------------- [2022-04-17T14:20:47.918Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:20:47.918Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] checkReporting-common: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] confirmReportPresent-common: [2022-04-17T14:20:47.918Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:20:47.918Z] [echo] Test seems to be reported fine [2022-04-17T14:20:47.918Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/RepRunConf.txt [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] confirmMissingReport-common: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] undeploy: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] drop-sql: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setOSConditions: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolWin: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolUnix: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolProperty: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setS1ASclassPath: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] init-common: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] execute-sql-common: [2022-04-17T14:20:47.918Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/drop_dbuser_tables.sql [2022-04-17T14:20:47.918Z] [sql] 0 rows affected [2022-04-17T14:20:47.918Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setOSConditions: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolWin: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolUnix: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolProperty: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setS1ASclassPath: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] init-common: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] execute-sql-common: [2022-04-17T14:20:47.918Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/drop_pbpublic_tables.sql [2022-04-17T14:20:47.918Z] [sql] 0 rows affected [2022-04-17T14:20:47.918Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setOSConditions: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolWin: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolUnix: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolProperty: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setS1ASclassPath: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] init-common: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] undeploy-jdbc-common: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setOSConditions: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolWin: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolUnix: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolProperty: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setS1ASclassPath: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] init-common: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] delete-jdbc-resource-common: [2022-04-17T14:20:47.918Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/poolauth [2022-04-17T14:20:47.918Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/poolauth [2022-04-17T14:20:47.918Z] [exec] JDBC resource jdbc/poolauth deleted successfully [2022-04-17T14:20:47.918Z] [echo] cmd executed for server [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setOSConditions: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolWin: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolUnix: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setToolProperty: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] setS1ASclassPath: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] init-common: [2022-04-17T14:20:47.918Z] [2022-04-17T14:20:47.918Z] delete-jdbc-connpool-common: [2022-04-17T14:20:47.919Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-poolauth-pool [2022-04-17T14:20:48.480Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:48.480Z] [exec] JDBC Connection pool jdbc-poolauth-pool deleted successfully [2022-04-17T14:20:48.480Z] [echo] cmd executed for server [2022-04-17T14:20:48.480Z] [2022-04-17T14:20:48.480Z] setOSConditions: [2022-04-17T14:20:48.480Z] [2022-04-17T14:20:48.480Z] setToolWin: [2022-04-17T14:20:48.480Z] [2022-04-17T14:20:48.480Z] setToolUnix: [2022-04-17T14:20:48.480Z] [2022-04-17T14:20:48.480Z] setToolProperty: [2022-04-17T14:20:48.480Z] [2022-04-17T14:20:48.480Z] setS1ASclassPath: [2022-04-17T14:20:48.480Z] [2022-04-17T14:20:48.480Z] init-common: [2022-04-17T14:20:48.480Z] [2022-04-17T14:20:48.480Z] undeploy-common: [2022-04-17T14:20:48.736Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] all: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setOSConditions: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolWin: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolUnix: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolProperty: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setS1ASclassPath: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] init-common: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] clean: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setOSConditions: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolWin: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolUnix: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolProperty: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setS1ASclassPath: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] init-common: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] clean-common: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setOSConditions: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolWin: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolUnix: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolProperty: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setS1ASclassPath: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] init-common: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] clean-classes-common: [2022-04-17T14:20:48.737Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setOSConditions: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolWin: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolUnix: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolProperty: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setS1ASclassPath: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] init-common: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] clean-jars-common: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] compile: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setOSConditions: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolWin: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolUnix: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setToolProperty: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] setS1ASclassPath: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] init-common: [2022-04-17T14:20:48.737Z] [2022-04-17T14:20:48.737Z] compile-common: [2022-04-17T14:20:48.737Z] [echo] Current time (ISO): 2022-04-17T14:20:48.656+0000 [2022-04-17T14:20:48.737Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:20:48.737Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:20:50.661Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:20:50.661Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:50.661Z] [javac] return new Integer(1); [2022-04-17T14:20:50.661Z] [javac] ^ [2022-04-17T14:20:50.661Z] [javac] 2 warnings [2022-04-17T14:20:50.661Z] [2022-04-17T14:20:50.661Z] setOSConditions: [2022-04-17T14:20:50.661Z] [2022-04-17T14:20:50.661Z] setToolWin: [2022-04-17T14:20:50.661Z] [2022-04-17T14:20:50.661Z] setToolUnix: [2022-04-17T14:20:50.661Z] [2022-04-17T14:20:50.661Z] setToolProperty: [2022-04-17T14:20:50.661Z] [2022-04-17T14:20:50.661Z] setS1ASclassPath: [2022-04-17T14:20:50.661Z] [2022-04-17T14:20:50.661Z] init-common: [2022-04-17T14:20:50.661Z] [2022-04-17T14:20:50.661Z] compile-common: [2022-04-17T14:20:50.661Z] [echo] Current time (ISO): 2022-04-17T14:20:50.370+0000 [2022-04-17T14:20:50.661Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:20:52.051Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:20:52.051Z] [javac] 1 warning [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] build: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] setOSConditions: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] fixFiles: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] convUnix: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] convWin: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] setToolWin: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] setToolUnix: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] setToolProperty: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] setS1ASclassPath: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] init-common: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] package-persistence-common: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] ejb-jar-common: [2022-04-17T14:20:52.051Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] package-ejbjar-common: [2022-04-17T14:20:52.051Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:52.051Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:52.051Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:52.051Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommit-ejb.jar [2022-04-17T14:20:52.051Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] appclient-jar-common: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] package-appclientjar-common: [2022-04-17T14:20:52.051Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:52.051Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:52.051Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:52.051Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommit-client.jar [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] webclient-war-common: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] build-ear-common: [2022-04-17T14:20:52.051Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:20:52.051Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommitApp.ear [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] deploy: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] setOSConditions: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] setToolWin: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] setToolUnix: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] setToolProperty: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] setS1ASclassPath: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] init-common: [2022-04-17T14:20:52.051Z] [2022-04-17T14:20:52.051Z] execute-sql-common: [2022-04-17T14:20:52.051Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/create_pointbase.sql [2022-04-17T14:20:52.051Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:20:52.051Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:20:52.051Z] [sql] 0 rows affected [2022-04-17T14:20:52.051Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setOSConditions: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setToolWin: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setToolUnix: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setToolProperty: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setS1ASclassPath: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] init-common: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setup: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setOSConditions: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setToolWin: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setToolUnix: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setToolProperty: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setS1ASclassPath: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] init-common: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] deploy-jdbc-common: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setOSConditions: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setToolWin: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setToolUnix: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setToolProperty: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] setS1ASclassPath: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] init-common: [2022-04-17T14:20:52.336Z] [2022-04-17T14:20:52.336Z] create-jdbc-connpool-common: [2022-04-17T14:20:52.593Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:52.593Z] [exec] JDBC connection pool jdbc-autocommit-pool created successfully. [2022-04-17T14:20:52.593Z] [2022-04-17T14:20:52.593Z] set-derby-connpool-props: [2022-04-17T14:20:53.158Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:53.158Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.User=dbuser [2022-04-17T14:20:53.414Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:53.414Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.Password=dbpassword [2022-04-17T14:20:53.978Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:53.978Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.driverType=4 [2022-04-17T14:20:54.235Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:54.235Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.portNumber=1527 [2022-04-17T14:20:54.800Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:54.800Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.dataBaseName=testdb [2022-04-17T14:20:55.092Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:55.092Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:20:55.656Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:55.656Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.create=true [2022-04-17T14:20:55.914Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:55.914Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.serverName=localhost [2022-04-17T14:20:55.914Z] [2022-04-17T14:20:55.914Z] setOSConditions: [2022-04-17T14:20:55.914Z] [2022-04-17T14:20:55.914Z] setToolWin: [2022-04-17T14:20:55.914Z] [2022-04-17T14:20:55.914Z] setToolUnix: [2022-04-17T14:20:55.914Z] [2022-04-17T14:20:55.914Z] setToolProperty: [2022-04-17T14:20:55.914Z] [2022-04-17T14:20:55.914Z] setS1ASclassPath: [2022-04-17T14:20:55.914Z] [2022-04-17T14:20:55.914Z] init-common: [2022-04-17T14:20:55.914Z] [2022-04-17T14:20:55.914Z] create-jdbc-resource-common: [2022-04-17T14:20:55.914Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:56.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:56.476Z] [exec] JDBC resource jdbc/autocommit created successfully. [2022-04-17T14:20:56.476Z] [echo] cmd executed for server [2022-04-17T14:20:56.476Z] [2022-04-17T14:20:56.476Z] asadmin-common: [2022-04-17T14:20:56.476Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:56.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:56.733Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.steady-pool-size=2 [2022-04-17T14:20:56.733Z] [2022-04-17T14:20:56.733Z] asadmin-common: [2022-04-17T14:20:56.733Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:57.300Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:20:57.301Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.max-pool-size=2 [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] setOSConditions: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] setToolWin: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] setToolUnix: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] setToolProperty: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] setS1ASclassPath: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] init-common: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] deploy-common: [2022-04-17T14:20:57.301Z] [echo] Current time (ISO): 2022-04-17T14:20:57.206+0000 [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] setOSConditions: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] setToolWin: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] setToolUnix: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] setToolProperty: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] setS1ASclassPath: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] init-common: [2022-04-17T14:20:57.301Z] [2022-04-17T14:20:57.301Z] deploy-common-pe: [2022-04-17T14:20:57.864Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommitApp.ear [2022-04-17T14:20:57.864Z] [exec] Application deployed with name jdbc-autocommitApp. [2022-04-17T14:20:57.864Z] [echo] Deployment on target server server successful [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setOSConditions: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setToolWin: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setToolUnix: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setToolProperty: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setS1ASclassPath: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] init-common: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] deploy-common-ee: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] run: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setOSConditions: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setToolWin: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setToolUnix: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setToolProperty: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setS1ASclassPath: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] init-common: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] execute-sql-common: [2022-04-17T14:20:57.864Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/create_pointbase.sql [2022-04-17T14:20:57.864Z] [sql] 0 rows affected [2022-04-17T14:20:57.864Z] [sql] 0 rows affected [2022-04-17T14:20:57.864Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setOSConditions: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setToolWin: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setToolUnix: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setToolProperty: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] setS1ASclassPath: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] init-common: [2022-04-17T14:20:57.864Z] [2022-04-17T14:20:57.864Z] runclient-common: [2022-04-17T14:20:57.864Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:20:58.810Z] [exec] Apr 17, 2022 2:20:58 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:20:58.810Z] [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. [2022-04-17T14:21:02.092Z] [exec] Value of key is: AutoCommit test1 : [2022-04-17T14:21:02.092Z] [exec] Value of key is: AutoCommit test2 : [2022-04-17T14:21:02.092Z] [exec] jdbc autocommit status: [2022-04-17T14:21:02.092Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:21:02.092Z] [exec] [2022-04-17T14:21:02.092Z] [exec] [2022-04-17T14:21:02.092Z] [exec] ----------------------------------------- [2022-04-17T14:21:02.092Z] [exec] - AutoCommit test1 : : PASS - [2022-04-17T14:21:02.092Z] [exec] - AutoCommit test2 : : PASS - [2022-04-17T14:21:02.092Z] [exec] ----------------------------------------- [2022-04-17T14:21:02.092Z] [exec] Total PASS: 2 [2022-04-17T14:21:02.092Z] [exec] Total FAIL: 0 [2022-04-17T14:21:02.092Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:21:02.092Z] [exec] ----------------------------------------- [2022-04-17T14:21:02.092Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:21:02.349Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] checkReporting-common: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] confirmReportPresent-common: [2022-04-17T14:21:02.605Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:21:02.605Z] [echo] Test seems to be reported fine [2022-04-17T14:21:02.605Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/RepRunConf.txt [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] confirmMissingReport-common: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] undeploy: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] setOSConditions: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] setToolWin: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] setToolUnix: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] setToolProperty: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] setS1ASclassPath: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] init-common: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] execute-sql-common: [2022-04-17T14:21:02.605Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/drop_pointbase.sql [2022-04-17T14:21:02.605Z] [sql] 0 rows affected [2022-04-17T14:21:02.605Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] unsetup: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] setOSConditions: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] setToolWin: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] setToolUnix: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] setToolProperty: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] setS1ASclassPath: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] init-common: [2022-04-17T14:21:02.605Z] [2022-04-17T14:21:02.605Z] delete-jdbc-resource-common: [2022-04-17T14:21:02.605Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/autocommit [2022-04-17T14:21:02.862Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/autocommit [2022-04-17T14:21:03.139Z] [exec] JDBC resource jdbc/autocommit deleted successfully [2022-04-17T14:21:03.139Z] [echo] cmd executed for server [2022-04-17T14:21:03.139Z] [2022-04-17T14:21:03.139Z] setOSConditions: [2022-04-17T14:21:03.139Z] [2022-04-17T14:21:03.139Z] setToolWin: [2022-04-17T14:21:03.139Z] [2022-04-17T14:21:03.139Z] setToolUnix: [2022-04-17T14:21:03.139Z] [2022-04-17T14:21:03.139Z] setToolProperty: [2022-04-17T14:21:03.139Z] [2022-04-17T14:21:03.139Z] setS1ASclassPath: [2022-04-17T14:21:03.139Z] [2022-04-17T14:21:03.139Z] init-common: [2022-04-17T14:21:03.139Z] [2022-04-17T14:21:03.139Z] delete-jdbc-connpool-common: [2022-04-17T14:21:03.139Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-autocommit-pool [2022-04-17T14:21:03.396Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:03.396Z] [exec] JDBC Connection pool jdbc-autocommit-pool deleted successfully [2022-04-17T14:21:03.396Z] [echo] cmd executed for server [2022-04-17T14:21:03.396Z] [2022-04-17T14:21:03.396Z] setOSConditions: [2022-04-17T14:21:03.396Z] [2022-04-17T14:21:03.396Z] setToolWin: [2022-04-17T14:21:03.396Z] [2022-04-17T14:21:03.396Z] setToolUnix: [2022-04-17T14:21:03.396Z] [2022-04-17T14:21:03.396Z] setToolProperty: [2022-04-17T14:21:03.396Z] [2022-04-17T14:21:03.396Z] setS1ASclassPath: [2022-04-17T14:21:03.396Z] [2022-04-17T14:21:03.396Z] init-common: [2022-04-17T14:21:03.396Z] [2022-04-17T14:21:03.396Z] undeploy-common: [2022-04-17T14:21:03.959Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] all: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setOSConditions: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolWin: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolUnix: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolProperty: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setS1ASclassPath: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] init-common: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] clean: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setOSConditions: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolWin: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolUnix: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolProperty: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setS1ASclassPath: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] init-common: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] clean-common: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setOSConditions: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolWin: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolUnix: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolProperty: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setS1ASclassPath: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] init-common: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] clean-classes-common: [2022-04-17T14:21:03.959Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setOSConditions: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolWin: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolUnix: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolProperty: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setS1ASclassPath: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] init-common: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] clean-jars-common: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] compile: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setOSConditions: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolWin: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolUnix: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setToolProperty: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] setS1ASclassPath: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] init-common: [2022-04-17T14:21:03.959Z] [2022-04-17T14:21:03.959Z] compile-common: [2022-04-17T14:21:03.959Z] [echo] Current time (ISO): 2022-04-17T14:21:03.843+0000 [2022-04-17T14:21:03.959Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:21:03.959Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:21:05.904Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:21:05.904Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:05.904Z] [javac] return new Integer(1); [2022-04-17T14:21:05.904Z] [javac] ^ [2022-04-17T14:21:05.904Z] [javac] 2 warnings [2022-04-17T14:21:05.904Z] [2022-04-17T14:21:05.904Z] setOSConditions: [2022-04-17T14:21:05.904Z] [2022-04-17T14:21:05.904Z] setToolWin: [2022-04-17T14:21:05.904Z] [2022-04-17T14:21:05.904Z] setToolUnix: [2022-04-17T14:21:05.904Z] [2022-04-17T14:21:05.904Z] setToolProperty: [2022-04-17T14:21:05.904Z] [2022-04-17T14:21:05.904Z] setS1ASclassPath: [2022-04-17T14:21:05.904Z] [2022-04-17T14:21:05.904Z] init-common: [2022-04-17T14:21:05.904Z] [2022-04-17T14:21:05.904Z] compile-common: [2022-04-17T14:21:05.904Z] [echo] Current time (ISO): 2022-04-17T14:21:05.847+0000 [2022-04-17T14:21:05.904Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:21:07.809Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:21:07.809Z] [javac] 1 warning [2022-04-17T14:21:07.809Z] [2022-04-17T14:21:07.809Z] build: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setOSConditions: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] fixFiles: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] convUnix: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] convWin: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolWin: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolUnix: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolProperty: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setS1ASclassPath: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] init-common: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] package-persistence-common: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] ejb-jar-common: [2022-04-17T14:21:08.067Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] package-ejbjar-common: [2022-04-17T14:21:08.067Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:21:08.067Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:21:08.067Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:21:08.067Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauth-ejb.jar [2022-04-17T14:21:08.067Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] appclient-jar-common: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] package-appclientjar-common: [2022-04-17T14:21:08.067Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:21:08.067Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:21:08.067Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:21:08.067Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauth-client.jar [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] webclient-war-common: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] build-ear-common: [2022-04-17T14:21:08.067Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:21:08.067Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauthApp.ear [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] deploy: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setOSConditions: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolWin: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolUnix: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolProperty: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setS1ASclassPath: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] init-common: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] execute-sql-common: [2022-04-17T14:21:08.067Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/create_pointbase.sql [2022-04-17T14:21:08.067Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:21:08.067Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:21:08.067Z] [sql] 0 rows affected [2022-04-17T14:21:08.067Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setOSConditions: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolWin: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolUnix: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolProperty: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setS1ASclassPath: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] init-common: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] deploy-jdbc-common: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setOSConditions: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolWin: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolUnix: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setToolProperty: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] setS1ASclassPath: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] init-common: [2022-04-17T14:21:08.067Z] [2022-04-17T14:21:08.067Z] create-jdbc-connpool-common: [2022-04-17T14:21:08.654Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:08.654Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:21:08.654Z] [2022-04-17T14:21:08.654Z] set-derby-connpool-props: [2022-04-17T14:21:08.915Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:21:08.915Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:21:09.488Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:21:09.488Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:21:10.055Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:21:10.056Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:21:10.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:21:10.639Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:21:10.896Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:21:10.896Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:21:11.460Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:21:11.460Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:21:11.716Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:21:11.716Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:21:12.287Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:21:12.287Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:21:12.287Z] [2022-04-17T14:21:12.287Z] setOSConditions: [2022-04-17T14:21:12.287Z] [2022-04-17T14:21:12.287Z] setToolWin: [2022-04-17T14:21:12.287Z] [2022-04-17T14:21:12.287Z] setToolUnix: [2022-04-17T14:21:12.287Z] [2022-04-17T14:21:12.287Z] setToolProperty: [2022-04-17T14:21:12.287Z] [2022-04-17T14:21:12.287Z] setS1ASclassPath: [2022-04-17T14:21:12.287Z] [2022-04-17T14:21:12.287Z] init-common: [2022-04-17T14:21:12.287Z] [2022-04-17T14:21:12.287Z] create-jdbc-resource-common: [2022-04-17T14:21:12.287Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:12.748Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:12.749Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:21:12.749Z] [echo] cmd executed for server [2022-04-17T14:21:12.749Z] [2022-04-17T14:21:12.749Z] setOSConditions: [2022-04-17T14:21:12.749Z] [2022-04-17T14:21:12.749Z] setToolWin: [2022-04-17T14:21:12.749Z] [2022-04-17T14:21:12.749Z] setToolUnix: [2022-04-17T14:21:12.749Z] [2022-04-17T14:21:12.749Z] setToolProperty: [2022-04-17T14:21:12.749Z] [2022-04-17T14:21:12.749Z] setS1ASclassPath: [2022-04-17T14:21:12.749Z] [2022-04-17T14:21:12.749Z] init-common: [2022-04-17T14:21:12.749Z] [2022-04-17T14:21:12.749Z] create-jdbc-resource-common: [2022-04-17T14:21:12.749Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:13.005Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:13.265Z] [exec] JDBC resource jdbc/s1qeDB_CM created successfully. [2022-04-17T14:21:13.265Z] [echo] cmd executed for server [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] setOSConditions: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] setToolWin: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] setToolUnix: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] setToolProperty: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] setS1ASclassPath: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] init-common: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] deploy-jms-stuff: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] setOSConditions: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] setToolWin: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] setToolUnix: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] setToolProperty: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] setS1ASclassPath: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] init-common: [2022-04-17T14:21:13.265Z] [2022-04-17T14:21:13.265Z] create-jms-connection-common: [2022-04-17T14:21:13.849Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:15.251Z] [exec] Connector resource jms/jdbcjmsauth_QCF1 created. [2022-04-17T14:21:15.251Z] [2022-04-17T14:21:15.251Z] setOSConditions: [2022-04-17T14:21:15.251Z] [2022-04-17T14:21:15.251Z] setToolWin: [2022-04-17T14:21:15.251Z] [2022-04-17T14:21:15.251Z] setToolUnix: [2022-04-17T14:21:15.251Z] [2022-04-17T14:21:15.251Z] setToolProperty: [2022-04-17T14:21:15.251Z] [2022-04-17T14:21:15.251Z] setS1ASclassPath: [2022-04-17T14:21:15.251Z] [2022-04-17T14:21:15.251Z] init-common: [2022-04-17T14:21:15.251Z] [2022-04-17T14:21:15.251Z] create-jms-connection-common: [2022-04-17T14:21:15.839Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:16.406Z] [exec] Connector resource jms/jdbcjmsauth_QCF2 created. [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] setOSConditions: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] setToolWin: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] setToolUnix: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] setToolProperty: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] setS1ASclassPath: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] init-common: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] deploy-common: [2022-04-17T14:21:16.406Z] [echo] Current time (ISO): 2022-04-17T14:21:16.343+0000 [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] setOSConditions: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] setToolWin: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] setToolUnix: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] setToolProperty: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] setS1ASclassPath: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] init-common: [2022-04-17T14:21:16.406Z] [2022-04-17T14:21:16.406Z] deploy-common-pe: [2022-04-17T14:21:16.973Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauthApp.ear [2022-04-17T14:21:17.231Z] [exec] Application deployed with name jdbc-jdbcjmsauthApp. [2022-04-17T14:21:17.231Z] [echo] Deployment on target server server successful [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setOSConditions: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setToolWin: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setToolUnix: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setToolProperty: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setS1ASclassPath: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] init-common: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] deploy-common-ee: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] run: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setup-derby-for-authentication: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setOSConditions: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setToolWin: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setToolUnix: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setToolProperty: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] setS1ASclassPath: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] init-common: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] stop-derby: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] stop-derby-aix: [2022-04-17T14:21:17.231Z] [2022-04-17T14:21:17.231Z] stop-derby-nonaix: [2022-04-17T14:21:17.231Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:21:17.794Z] [java] Sun Apr 17 14:21:17 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:21:17.795Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:21:17.795Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:21:17.795Z] [2022-04-17T14:21:17.795Z] setOSConditions: [2022-04-17T14:21:17.795Z] [2022-04-17T14:21:17.795Z] setToolWin: [2022-04-17T14:21:17.795Z] [2022-04-17T14:21:17.795Z] setToolUnix: [2022-04-17T14:21:17.795Z] [2022-04-17T14:21:17.795Z] setToolProperty: [2022-04-17T14:21:17.795Z] [2022-04-17T14:21:17.795Z] setS1ASclassPath: [2022-04-17T14:21:17.795Z] [2022-04-17T14:21:17.795Z] init-common: [2022-04-17T14:21:17.795Z] [2022-04-17T14:21:17.795Z] start-derby: [2022-04-17T14:21:17.795Z] [2022-04-17T14:21:17.795Z] start-derby-aix: [2022-04-17T14:21:17.795Z] [2022-04-17T14:21:17.795Z] start-derby-nonaix: [2022-04-17T14:21:17.795Z] [echo] Starting Derby DB Server ... [2022-04-17T14:21:32.864Z] [2022-04-17T14:21:32.864Z] setOSConditions: [2022-04-17T14:21:32.864Z] [2022-04-17T14:21:32.864Z] setToolWin: [2022-04-17T14:21:32.864Z] [2022-04-17T14:21:32.864Z] setToolUnix: [2022-04-17T14:21:32.864Z] [2022-04-17T14:21:32.864Z] setToolProperty: [2022-04-17T14:21:32.864Z] [2022-04-17T14:21:32.864Z] setS1ASclassPath: [2022-04-17T14:21:32.864Z] [2022-04-17T14:21:32.864Z] init-common: [2022-04-17T14:21:32.864Z] [2022-04-17T14:21:32.864Z] execute-sql-common: [2022-04-17T14:21:32.864Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/create_pointbase.sql [2022-04-17T14:21:33.120Z] [sql] 0 rows affected [2022-04-17T14:21:33.120Z] [sql] 0 rows affected [2022-04-17T14:21:33.120Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:21:33.120Z] [2022-04-17T14:21:33.120Z] setOSConditions: [2022-04-17T14:21:33.120Z] [2022-04-17T14:21:33.120Z] setToolWin: [2022-04-17T14:21:33.120Z] [2022-04-17T14:21:33.120Z] setToolUnix: [2022-04-17T14:21:33.120Z] [2022-04-17T14:21:33.120Z] setToolProperty: [2022-04-17T14:21:33.120Z] [2022-04-17T14:21:33.120Z] setS1ASclassPath: [2022-04-17T14:21:33.120Z] [2022-04-17T14:21:33.120Z] init-common: [2022-04-17T14:21:33.120Z] [2022-04-17T14:21:33.120Z] runclient-common: [2022-04-17T14:21:33.120Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:21:34.064Z] [exec] Apr 17, 2022 2:21:33 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:21:34.064Z] [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. [2022-04-17T14:21:38.266Z] [exec] jdbc tests 3 & 7 will fail with Derby [2022-04-17T14:21:38.266Z] [exec] ----------------------------------------------- [2022-04-17T14:21:38.266Z] [exec] JDBC Tests [2022-04-17T14:21:38.266Z] [exec] ----------------------------------------------- [2022-04-17T14:21:38.266Z] [exec] app auth : getting connection w/o user/pass [2022-04-17T14:21:38.266Z] [exec] Should NOT get a connection : Value of key is: test1 [2022-04-17T14:21:38.266Z] [exec] ----------------------------------------------- [2022-04-17T14:21:38.266Z] [exec] app auth : getting connection w/ user/pass [2022-04-17T14:21:38.266Z] [exec] Should get a connection : Value of key is: test2 [2022-04-17T14:21:38.266Z] [exec] ----------------------------------------------- [2022-04-17T14:21:38.266Z] [exec] app auth : getting connection w/ wrong user/pass [2022-04-17T14:21:38.266Z] [exec] Should NOT get a connection : Value of key is: test3 [2022-04-17T14:21:38.266Z] [exec] ----------------------------------------------- [2022-04-17T14:21:38.266Z] [exec] app auth : getting connection w/ correct then wrong user/pass [2022-04-17T14:21:38.266Z] [exec] Should get a connection then NOT get a connection : Value of key is: test4 [2022-04-17T14:21:38.266Z] [exec] ----------------------------------------------- [2022-04-17T14:21:38.266Z] [exec] container auth : getting connection w/o user/pass [2022-04-17T14:21:38.266Z] [exec] Should get a connection : Value of key is: test5 [2022-04-17T14:21:38.266Z] [exec] ----------------------------------------------- [2022-04-17T14:21:38.266Z] [exec] container auth : getting connection w/ user/pass [2022-04-17T14:21:38.266Z] [exec] Should get a connection : Value of key is: test6 [2022-04-17T14:21:38.266Z] [exec] ----------------------------------------------- [2022-04-17T14:21:38.266Z] [exec] container auth : getting connection w/ wrong user/pass [2022-04-17T14:21:38.266Z] [exec] Should NOT get a connection : Value of key is: test7 [2022-04-17T14:21:38.266Z] [exec] ----------------------------------------------- [2022-04-17T14:21:38.266Z] [exec] JMS tests [2022-04-17T14:21:38.266Z] [exec] ----------------------------------------------- [2022-04-17T14:21:38.266Z] [exec] app auth : getting connection w/ user/pass [2022-04-17T14:21:40.836Z] [exec] Should get a connection : Value of key is: test1 [2022-04-17T14:21:40.836Z] [exec] ----------------------------------------------- [2022-04-17T14:21:40.836Z] [exec] app auth : getting connection w/o user/pass [2022-04-17T14:21:40.836Z] [exec] Should get a connection : Value of key is: test2 [2022-04-17T14:21:40.836Z] [exec] ----------------------------------------------- [2022-04-17T14:21:40.836Z] [exec] app auth : getting connection w/ wrong user/pass [2022-04-17T14:21:40.836Z] [exec] Should NOT get a connection : Value of key is: test3 [2022-04-17T14:21:40.836Z] [exec] ----------------------------------------------- [2022-04-17T14:21:40.836Z] [exec] app auth : getting connection w/ correct then wrong user/pass [2022-04-17T14:21:40.836Z] [exec] Should get a connection then NOT get a connection : Value of key is: test4 [2022-04-17T14:21:40.836Z] [exec] ----------------------------------------------- [2022-04-17T14:21:40.836Z] [exec] container auth : getting connection w/o user/pass [2022-04-17T14:21:40.836Z] [exec] Should get a connection : Value of key is: test5 [2022-04-17T14:21:40.836Z] [exec] ----------------------------------------------- [2022-04-17T14:21:40.836Z] [exec] container auth : getting connection w/ user/pass [2022-04-17T14:21:40.836Z] [exec] Error? Test Case : test6 ID already added. Overwriting the previous test case [2022-04-17T14:21:40.836Z] [exec] Error? Test Case : test5 ID already added. Overwriting the previous test case [2022-04-17T14:21:40.836Z] [exec] Error? Test Case : test4 ID already added. Overwriting the previous test case [2022-04-17T14:21:40.836Z] [exec] Error? Test Case : test3 ID already added. Overwriting the previous test case [2022-04-17T14:21:40.836Z] [exec] Error? Test Case : test2 ID already added. Overwriting the previous test case [2022-04-17T14:21:40.836Z] [exec] Error? Test Case : test1 ID already added. Overwriting the previous test case [2022-04-17T14:21:40.836Z] [exec] Should get a connection : Value of key is: test6 [2022-04-17T14:21:40.836Z] [exec] ----------------------------------------------- [2022-04-17T14:21:40.836Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:21:40.836Z] [exec] [2022-04-17T14:21:40.836Z] [exec] [2022-04-17T14:21:40.836Z] [exec] ----------------------------------------- [2022-04-17T14:21:40.836Z] [exec] - test4 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test3 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test6 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test5 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test2 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test1 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test6 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test5 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test4 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test3 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test2 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test7 : PASS - [2022-04-17T14:21:40.836Z] [exec] - test1 : PASS - [2022-04-17T14:21:40.836Z] [exec] ----------------------------------------- [2022-04-17T14:21:40.836Z] [exec] Total PASS: 13 [2022-04-17T14:21:40.836Z] [exec] Total FAIL: 0 [2022-04-17T14:21:40.836Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:21:40.836Z] [exec] ----------------------------------------- [2022-04-17T14:21:40.836Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:21:40.836Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] checkReporting-common: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] confirmReportPresent-common: [2022-04-17T14:21:41.093Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:21:41.093Z] [echo] Test seems to be reported fine [2022-04-17T14:21:41.093Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/RepRunConf.txt [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] confirmMissingReport-common: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] reset-derby-for-no-authentication: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] setOSConditions: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] setToolWin: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] setToolUnix: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] setToolProperty: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] setS1ASclassPath: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] init-common: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] stop-derby: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] stop-derby-aix: [2022-04-17T14:21:41.093Z] [2022-04-17T14:21:41.093Z] stop-derby-nonaix: [2022-04-17T14:21:41.093Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:21:41.349Z] [java] Sun Apr 17 14:21:41 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:21:41.349Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:21:41.350Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:21:41.350Z] [2022-04-17T14:21:41.350Z] setOSConditions: [2022-04-17T14:21:41.350Z] [2022-04-17T14:21:41.350Z] setToolWin: [2022-04-17T14:21:41.350Z] [2022-04-17T14:21:41.350Z] setToolUnix: [2022-04-17T14:21:41.350Z] [2022-04-17T14:21:41.350Z] setToolProperty: [2022-04-17T14:21:41.350Z] [2022-04-17T14:21:41.350Z] setS1ASclassPath: [2022-04-17T14:21:41.350Z] [2022-04-17T14:21:41.350Z] init-common: [2022-04-17T14:21:41.350Z] [2022-04-17T14:21:41.350Z] start-derby: [2022-04-17T14:21:41.350Z] [2022-04-17T14:21:41.350Z] start-derby-aix: [2022-04-17T14:21:41.350Z] [2022-04-17T14:21:41.350Z] start-derby-nonaix: [2022-04-17T14:21:41.350Z] [echo] Starting Derby DB Server ... [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] undeploy: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setOSConditions: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolWin: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolUnix: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolProperty: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setS1ASclassPath: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] init-common: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] execute-sql-common: [2022-04-17T14:21:59.416Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/drop_pointbase.sql [2022-04-17T14:21:59.416Z] [sql] 0 rows affected [2022-04-17T14:21:59.416Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setOSConditions: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolWin: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolUnix: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolProperty: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setS1ASclassPath: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] init-common: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] delete-jdbc-resource-common: [2022-04-17T14:21:59.416Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB_CM [2022-04-17T14:21:59.416Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:59.416Z] [exec] JDBC resource jdbc/s1qeDB_CM deleted successfully [2022-04-17T14:21:59.416Z] [echo] cmd executed for server [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setOSConditions: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolWin: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolUnix: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolProperty: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setS1ASclassPath: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] init-common: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] undeploy-jdbc-common: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setOSConditions: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolWin: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolUnix: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setToolProperty: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.416Z] setS1ASclassPath: [2022-04-17T14:21:59.416Z] [2022-04-17T14:21:59.417Z] init-common: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] delete-jdbc-resource-common: [2022-04-17T14:21:59.417Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:21:59.417Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:21:59.417Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:21:59.417Z] [echo] cmd executed for server [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setOSConditions: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolWin: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolUnix: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolProperty: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setS1ASclassPath: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] init-common: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] delete-jdbc-connpool-common: [2022-04-17T14:21:59.417Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:21:59.417Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:59.417Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:21:59.417Z] [echo] cmd executed for server [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setOSConditions: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolWin: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolUnix: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolProperty: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setS1ASclassPath: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] init-common: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] undeploy-jms-stuff: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setOSConditions: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolWin: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolUnix: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolProperty: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setS1ASclassPath: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] init-common: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] delete-jms-connection-common: [2022-04-17T14:21:59.417Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setOSConditions: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolWin: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolUnix: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolProperty: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setS1ASclassPath: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] init-common: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] delete-jms-connection-common: [2022-04-17T14:21:59.417Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setOSConditions: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolWin: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolUnix: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolProperty: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setS1ASclassPath: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] init-common: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] undeploy-common: [2022-04-17T14:21:59.417Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] all: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setOSConditions: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolWin: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolUnix: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setToolProperty: [2022-04-17T14:21:59.417Z] [2022-04-17T14:21:59.417Z] setS1ASclassPath: [2022-04-17T14:21:59.673Z] [2022-04-17T14:21:59.673Z] init-common: [2022-04-17T14:21:59.673Z] [2022-04-17T14:21:59.673Z] clean: [2022-04-17T14:21:59.673Z] [2022-04-17T14:21:59.673Z] setOSConditions: [2022-04-17T14:21:59.673Z] [2022-04-17T14:21:59.673Z] setToolWin: [2022-04-17T14:21:59.673Z] [2022-04-17T14:21:59.673Z] setToolUnix: [2022-04-17T14:21:59.673Z] [2022-04-17T14:21:59.673Z] setToolProperty: [2022-04-17T14:21:59.673Z] [2022-04-17T14:21:59.673Z] setS1ASclassPath: [2022-04-17T14:21:59.673Z] [2022-04-17T14:21:59.673Z] init-common: [2022-04-17T14:21:59.673Z] [2022-04-17T14:21:59.673Z] clean-common: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setOSConditions: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setToolWin: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setToolUnix: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setToolProperty: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setS1ASclassPath: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] init-common: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] clean-classes-common: [2022-04-17T14:21:59.674Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setOSConditions: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setToolWin: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setToolUnix: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setToolProperty: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setS1ASclassPath: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] init-common: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] clean-jars-common: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] compile: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setOSConditions: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setToolWin: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setToolUnix: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setToolProperty: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] setS1ASclassPath: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] init-common: [2022-04-17T14:21:59.674Z] [2022-04-17T14:21:59.674Z] compile-common: [2022-04-17T14:21:59.674Z] [echo] Current time (ISO): 2022-04-17T14:21:59.445+0000 [2022-04-17T14:21:59.674Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:21:59.674Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:22:01.605Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:22:01.605Z] [javac] 1 warning [2022-04-17T14:22:01.605Z] [2022-04-17T14:22:01.605Z] setOSConditions: [2022-04-17T14:22:01.605Z] [2022-04-17T14:22:01.605Z] setToolWin: [2022-04-17T14:22:01.605Z] [2022-04-17T14:22:01.605Z] setToolUnix: [2022-04-17T14:22:01.605Z] [2022-04-17T14:22:01.605Z] setToolProperty: [2022-04-17T14:22:01.605Z] [2022-04-17T14:22:01.605Z] setS1ASclassPath: [2022-04-17T14:22:01.605Z] [2022-04-17T14:22:01.605Z] init-common: [2022-04-17T14:22:01.605Z] [2022-04-17T14:22:01.605Z] compile-common: [2022-04-17T14:22:01.605Z] [echo] Current time (ISO): 2022-04-17T14:22:01.295+0000 [2022-04-17T14:22:01.605Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:22:03.541Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:22:03.541Z] [javac] 1 warning [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] build: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] setOSConditions: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] fixFiles: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] convUnix: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] convWin: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] setToolWin: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] setToolUnix: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] setToolProperty: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] setS1ASclassPath: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] init-common: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] package-persistence-common: [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] ejb-jar-common: [2022-04-17T14:22:03.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:22:03.541Z] [2022-04-17T14:22:03.541Z] package-ejbjar-common: [2022-04-17T14:22:03.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:03.541Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:03.542Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:03.542Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordb-ejb.jar [2022-04-17T14:22:03.542Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] appclient-jar-common: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] package-appclientjar-common: [2022-04-17T14:22:03.542Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:03.542Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:03.542Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:03.542Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordb-client.jar [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] webclient-war-common: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] build-ear-common: [2022-04-17T14:22:03.542Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:03.542Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordbApp.ear [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] deploy: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] setOSConditions: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] setToolWin: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] setToolUnix: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] setToolProperty: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] setS1ASclassPath: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] init-common: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] deploy-jdbc-common: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] setOSConditions: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] setToolWin: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] setToolUnix: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] setToolProperty: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] setS1ASclassPath: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] init-common: [2022-04-17T14:22:03.542Z] [2022-04-17T14:22:03.542Z] create-jdbc-connpool-common: [2022-04-17T14:22:03.799Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:03.799Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:22:03.799Z] [2022-04-17T14:22:03.799Z] set-derby-connpool-props: [2022-04-17T14:22:04.364Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:04.364Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:22:04.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:04.621Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:22:05.185Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:05.185Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:22:05.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:05.446Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:22:06.048Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:06.048Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:22:06.638Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:06.638Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:22:06.897Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:06.897Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:22:07.466Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:07.466Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:22:07.466Z] [2022-04-17T14:22:07.466Z] setOSConditions: [2022-04-17T14:22:07.466Z] [2022-04-17T14:22:07.466Z] setToolWin: [2022-04-17T14:22:07.466Z] [2022-04-17T14:22:07.466Z] setToolUnix: [2022-04-17T14:22:07.466Z] [2022-04-17T14:22:07.466Z] setToolProperty: [2022-04-17T14:22:07.466Z] [2022-04-17T14:22:07.466Z] setS1ASclassPath: [2022-04-17T14:22:07.466Z] [2022-04-17T14:22:07.466Z] init-common: [2022-04-17T14:22:07.466Z] [2022-04-17T14:22:07.466Z] create-jdbc-resource-common: [2022-04-17T14:22:07.466Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:07.741Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:08.038Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:22:08.038Z] [echo] cmd executed for server [2022-04-17T14:22:08.038Z] [2022-04-17T14:22:08.038Z] setOSConditions: [2022-04-17T14:22:08.038Z] [2022-04-17T14:22:08.038Z] setToolWin: [2022-04-17T14:22:08.038Z] [2022-04-17T14:22:08.038Z] setToolUnix: [2022-04-17T14:22:08.038Z] [2022-04-17T14:22:08.038Z] setToolProperty: [2022-04-17T14:22:08.038Z] [2022-04-17T14:22:08.038Z] setS1ASclassPath: [2022-04-17T14:22:08.038Z] [2022-04-17T14:22:08.038Z] init-common: [2022-04-17T14:22:08.038Z] [2022-04-17T14:22:08.038Z] create-jdbc-resource-common: [2022-04-17T14:22:08.038Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:08.295Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:08.295Z] [exec] JDBC resource jdbc/s1qeDB1 created successfully. [2022-04-17T14:22:08.295Z] [echo] cmd executed for server [2022-04-17T14:22:08.295Z] [2022-04-17T14:22:08.295Z] setOSConditions: [2022-04-17T14:22:08.295Z] [2022-04-17T14:22:08.295Z] setToolWin: [2022-04-17T14:22:08.295Z] [2022-04-17T14:22:08.295Z] setToolUnix: [2022-04-17T14:22:08.295Z] [2022-04-17T14:22:08.295Z] setToolProperty: [2022-04-17T14:22:08.295Z] [2022-04-17T14:22:08.295Z] setS1ASclassPath: [2022-04-17T14:22:08.295Z] [2022-04-17T14:22:08.295Z] init-common: [2022-04-17T14:22:08.295Z] [2022-04-17T14:22:08.295Z] create-jdbc-connpool-common: [2022-04-17T14:22:08.868Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:08.868Z] [exec] JDBC connection pool jdbc-nopasswdfordb-pool created successfully. [2022-04-17T14:22:08.868Z] [2022-04-17T14:22:08.868Z] set-derby-connpool-props: [2022-04-17T14:22:09.138Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:09.395Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.User=dbuser [2022-04-17T14:22:09.652Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:09.652Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password=dbpassword [2022-04-17T14:22:10.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:10.245Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.driverType=4 [2022-04-17T14:22:10.504Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:10.504Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.portNumber=1527 [2022-04-17T14:22:11.078Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:11.078Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.dataBaseName=testdb [2022-04-17T14:22:11.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:11.596Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:22:11.871Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:11.871Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.create=true [2022-04-17T14:22:12.460Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:12.460Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.serverName=localhost [2022-04-17T14:22:12.460Z] [2022-04-17T14:22:12.460Z] asadmin-common-ignore-fail: [2022-04-17T14:22:12.460Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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= [2022-04-17T14:22:12.737Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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= [2022-04-17T14:22:12.994Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password= [2022-04-17T14:22:12.994Z] [2022-04-17T14:22:12.994Z] setOSConditions: [2022-04-17T14:22:12.994Z] [2022-04-17T14:22:12.994Z] setToolWin: [2022-04-17T14:22:12.994Z] [2022-04-17T14:22:12.994Z] setToolUnix: [2022-04-17T14:22:12.994Z] [2022-04-17T14:22:12.994Z] setToolProperty: [2022-04-17T14:22:12.994Z] [2022-04-17T14:22:12.994Z] setS1ASclassPath: [2022-04-17T14:22:12.994Z] [2022-04-17T14:22:12.994Z] init-common: [2022-04-17T14:22:12.994Z] [2022-04-17T14:22:12.994Z] create-jdbc-resource-common: [2022-04-17T14:22:12.994Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:13.251Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:13.251Z] [exec] JDBC resource jdbc/s1qeDB2 created successfully. [2022-04-17T14:22:13.251Z] [echo] cmd executed for server [2022-04-17T14:22:13.251Z] [2022-04-17T14:22:13.251Z] setOSConditions: [2022-04-17T14:22:13.251Z] [2022-04-17T14:22:13.251Z] setToolWin: [2022-04-17T14:22:13.251Z] [2022-04-17T14:22:13.251Z] setToolUnix: [2022-04-17T14:22:13.251Z] [2022-04-17T14:22:13.251Z] setToolProperty: [2022-04-17T14:22:13.251Z] [2022-04-17T14:22:13.251Z] setS1ASclassPath: [2022-04-17T14:22:13.251Z] [2022-04-17T14:22:13.251Z] init-common: [2022-04-17T14:22:13.251Z] [2022-04-17T14:22:13.251Z] create-jdbc-connpool-common: [2022-04-17T14:22:13.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:13.846Z] [exec] JDBC connection pool jdbc-nopasswdfordb-xa-pool-1 created successfully. [2022-04-17T14:22:13.846Z] [2022-04-17T14:22:13.846Z] set-derby-connpool-props: [2022-04-17T14:22:14.102Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:14.362Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.User=dbuser [2022-04-17T14:22:14.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:14.620Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.Password=dbpassword [2022-04-17T14:22:15.185Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:15.185Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.driverType=4 [2022-04-17T14:22:15.443Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:15.703Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.portNumber=1527 [2022-04-17T14:22:15.959Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:15.959Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.dataBaseName=testdb [2022-04-17T14:22:16.551Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:16.551Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:22:16.808Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:16.808Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.create=true [2022-04-17T14:22:17.372Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:17.372Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.serverName=localhost [2022-04-17T14:22:17.372Z] [2022-04-17T14:22:17.372Z] setOSConditions: [2022-04-17T14:22:17.372Z] [2022-04-17T14:22:17.372Z] setToolWin: [2022-04-17T14:22:17.372Z] [2022-04-17T14:22:17.372Z] setToolUnix: [2022-04-17T14:22:17.372Z] [2022-04-17T14:22:17.372Z] setToolProperty: [2022-04-17T14:22:17.372Z] [2022-04-17T14:22:17.372Z] setS1ASclassPath: [2022-04-17T14:22:17.372Z] [2022-04-17T14:22:17.372Z] init-common: [2022-04-17T14:22:17.372Z] [2022-04-17T14:22:17.372Z] create-jdbc-resource-common: [2022-04-17T14:22:17.373Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:17.946Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:17.946Z] [exec] JDBC resource jdbc/s1qeDB-xa created successfully. [2022-04-17T14:22:17.946Z] [echo] cmd executed for server [2022-04-17T14:22:17.946Z] [2022-04-17T14:22:17.946Z] setOSConditions: [2022-04-17T14:22:17.946Z] [2022-04-17T14:22:17.946Z] setToolWin: [2022-04-17T14:22:17.946Z] [2022-04-17T14:22:17.946Z] setToolUnix: [2022-04-17T14:22:17.946Z] [2022-04-17T14:22:17.946Z] setToolProperty: [2022-04-17T14:22:17.946Z] [2022-04-17T14:22:17.946Z] setS1ASclassPath: [2022-04-17T14:22:17.946Z] [2022-04-17T14:22:17.946Z] init-common: [2022-04-17T14:22:17.946Z] [2022-04-17T14:22:17.946Z] create-jdbc-resource-common: [2022-04-17T14:22:17.947Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:18.203Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:18.203Z] [exec] JDBC resource jdbc/s1qeDB1-xa created successfully. [2022-04-17T14:22:18.203Z] [echo] cmd executed for server [2022-04-17T14:22:18.203Z] [2022-04-17T14:22:18.203Z] setOSConditions: [2022-04-17T14:22:18.203Z] [2022-04-17T14:22:18.203Z] setToolWin: [2022-04-17T14:22:18.203Z] [2022-04-17T14:22:18.203Z] setToolUnix: [2022-04-17T14:22:18.203Z] [2022-04-17T14:22:18.203Z] setToolProperty: [2022-04-17T14:22:18.203Z] [2022-04-17T14:22:18.203Z] setS1ASclassPath: [2022-04-17T14:22:18.203Z] [2022-04-17T14:22:18.203Z] init-common: [2022-04-17T14:22:18.203Z] [2022-04-17T14:22:18.203Z] create-jdbc-connpool-common: [2022-04-17T14:22:18.778Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:18.778Z] [exec] JDBC connection pool jdbc-nopasswdfordb-xa-pool-2 created successfully. [2022-04-17T14:22:18.778Z] [2022-04-17T14:22:18.778Z] set-derby-connpool-props: [2022-04-17T14:22:19.349Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:19.349Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.User=dbuser [2022-04-17T14:22:19.608Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:19.608Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password=dbpassword [2022-04-17T14:22:20.171Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:20.171Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.driverType=4 [2022-04-17T14:22:20.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:20.696Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.portNumber=1527 [2022-04-17T14:22:20.953Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:20.953Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.dataBaseName=testdb [2022-04-17T14:22:21.548Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:21.548Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:22:21.805Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:21.805Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.create=true [2022-04-17T14:22:22.368Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:22.368Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.serverName=localhost [2022-04-17T14:22:22.368Z] [2022-04-17T14:22:22.368Z] asadmin-common-ignore-fail: [2022-04-17T14:22:22.368Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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= [2022-04-17T14:22:22.946Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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= [2022-04-17T14:22:22.946Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password= [2022-04-17T14:22:22.946Z] [2022-04-17T14:22:22.946Z] setOSConditions: [2022-04-17T14:22:22.946Z] [2022-04-17T14:22:22.946Z] setToolWin: [2022-04-17T14:22:22.946Z] [2022-04-17T14:22:22.946Z] setToolUnix: [2022-04-17T14:22:22.946Z] [2022-04-17T14:22:22.946Z] setToolProperty: [2022-04-17T14:22:22.946Z] [2022-04-17T14:22:22.946Z] setS1ASclassPath: [2022-04-17T14:22:22.946Z] [2022-04-17T14:22:22.946Z] init-common: [2022-04-17T14:22:22.946Z] [2022-04-17T14:22:22.946Z] create-jdbc-resource-common: [2022-04-17T14:22:22.946Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:23.203Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:23.203Z] [exec] JDBC resource jdbc/s1qeDB2-xa created successfully. [2022-04-17T14:22:23.204Z] [echo] cmd executed for server [2022-04-17T14:22:23.204Z] [2022-04-17T14:22:23.204Z] setOSConditions: [2022-04-17T14:22:23.204Z] [2022-04-17T14:22:23.204Z] setToolWin: [2022-04-17T14:22:23.204Z] [2022-04-17T14:22:23.204Z] setToolUnix: [2022-04-17T14:22:23.204Z] [2022-04-17T14:22:23.204Z] setToolProperty: [2022-04-17T14:22:23.204Z] [2022-04-17T14:22:23.204Z] setS1ASclassPath: [2022-04-17T14:22:23.204Z] [2022-04-17T14:22:23.204Z] init-common: [2022-04-17T14:22:23.462Z] [2022-04-17T14:22:23.462Z] deploy-common: [2022-04-17T14:22:23.462Z] [echo] Current time (ISO): 2022-04-17T14:22:23.203+0000 [2022-04-17T14:22:23.462Z] [2022-04-17T14:22:23.462Z] setOSConditions: [2022-04-17T14:22:23.462Z] [2022-04-17T14:22:23.462Z] setToolWin: [2022-04-17T14:22:23.462Z] [2022-04-17T14:22:23.462Z] setToolUnix: [2022-04-17T14:22:23.462Z] [2022-04-17T14:22:23.462Z] setToolProperty: [2022-04-17T14:22:23.462Z] [2022-04-17T14:22:23.462Z] setS1ASclassPath: [2022-04-17T14:22:23.462Z] [2022-04-17T14:22:23.462Z] init-common: [2022-04-17T14:22:23.462Z] [2022-04-17T14:22:23.462Z] deploy-common-pe: [2022-04-17T14:22:23.740Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordbApp.ear [2022-04-17T14:22:23.996Z] [exec] Application deployed with name jdbc-nopasswdfordbApp. [2022-04-17T14:22:23.996Z] [echo] Deployment on target server server successful [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setOSConditions: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setToolWin: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setToolUnix: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setToolProperty: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setS1ASclassPath: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] init-common: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] deploy-common-ee: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] run: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setOSConditions: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setToolWin: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setToolUnix: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setToolProperty: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setS1ASclassPath: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] init-common: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] execute-sql-common: [2022-04-17T14:22:23.996Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/sql/create_pointbase.sql [2022-04-17T14:22:23.996Z] [sql] Failed to execute: Drop table TXLEVELSWITCH [2022-04-17T14:22:23.996Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [2022-04-17T14:22:23.996Z] [sql] 0 rows affected [2022-04-17T14:22:23.996Z] [sql] 1 rows affected [2022-04-17T14:22:23.996Z] [sql] 1 rows affected [2022-04-17T14:22:23.996Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setOSConditions: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setToolWin: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setToolUnix: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setToolProperty: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] setS1ASclassPath: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] init-common: [2022-04-17T14:22:23.996Z] [2022-04-17T14:22:23.996Z] runclient-common: [2022-04-17T14:22:23.996Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:22:25.388Z] [exec] Apr 17, 2022 2:22:24 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:22:25.388Z] [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. [2022-04-17T14:22:28.768Z] [exec] Will fail till Derby gets a better XA driver [2022-04-17T14:22:28.768Z] [exec] Value of key is: test1 : [2022-04-17T14:22:28.768Z] [exec] Value of key is: test2 : [2022-04-17T14:22:28.768Z] [exec] Value of key is: test3 : [2022-04-17T14:22:28.768Z] [exec] Value of key is: test4 : [2022-04-17T14:22:28.768Z] [exec] Value of key is: test5 : [2022-04-17T14:22:28.768Z] [exec] Value of key is: test6 : [2022-04-17T14:22:28.768Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:22:28.768Z] [exec] [2022-04-17T14:22:28.768Z] [exec] [2022-04-17T14:22:28.768Z] [exec] ----------------------------------------- [2022-04-17T14:22:28.768Z] [exec] - test6 : : PASS - [2022-04-17T14:22:28.768Z] [exec] - test5 : : PASS - [2022-04-17T14:22:28.768Z] [exec] - test3 : : PASS - [2022-04-17T14:22:28.768Z] [exec] - test4 : : PASS - [2022-04-17T14:22:28.768Z] [exec] - test2 : : PASS - [2022-04-17T14:22:28.768Z] [exec] - test1 : : PASS - [2022-04-17T14:22:28.768Z] [exec] ----------------------------------------- [2022-04-17T14:22:28.768Z] [exec] Total PASS: 6 [2022-04-17T14:22:28.768Z] [exec] Total FAIL: 0 [2022-04-17T14:22:28.768Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:22:28.768Z] [exec] ----------------------------------------- [2022-04-17T14:22:28.768Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:22:29.025Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] checkReporting-common: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] confirmReportPresent-common: [2022-04-17T14:22:29.282Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:22:29.282Z] [echo] Test seems to be reported fine [2022-04-17T14:22:29.282Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/RepRunConf.txt [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] confirmMissingReport-common: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] undeploy: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] setOSConditions: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] setToolWin: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] setToolUnix: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] setToolProperty: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] setS1ASclassPath: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] init-common: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] execute-sql-common: [2022-04-17T14:22:29.282Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/sql/drop_pointbase.sql [2022-04-17T14:22:29.282Z] [sql] 0 rows affected [2022-04-17T14:22:29.282Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 [2022-04-17T14:22:29.282Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [2022-04-17T14:22:29.282Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] setOSConditions: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] setToolWin: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] setToolUnix: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] setToolProperty: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] setS1ASclassPath: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] init-common: [2022-04-17T14:22:29.282Z] [2022-04-17T14:22:29.282Z] delete-jdbc-resource-common: [2022-04-17T14:22:29.282Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB1 [2022-04-17T14:22:29.849Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB1 [2022-04-17T14:22:29.849Z] [exec] JDBC resource jdbc/s1qeDB1 deleted successfully [2022-04-17T14:22:29.849Z] [echo] cmd executed for server [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] setOSConditions: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] setToolWin: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] setToolUnix: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] setToolProperty: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] setS1ASclassPath: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] init-common: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] undeploy-jdbc-common: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] setOSConditions: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] setToolWin: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] setToolUnix: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] setToolProperty: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] setS1ASclassPath: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] init-common: [2022-04-17T14:22:29.849Z] [2022-04-17T14:22:29.849Z] delete-jdbc-resource-common: [2022-04-17T14:22:29.849Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB2 [2022-04-17T14:22:30.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB2 [2022-04-17T14:22:30.106Z] [exec] JDBC resource jdbc/s1qeDB2 deleted successfully [2022-04-17T14:22:30.106Z] [echo] cmd executed for server [2022-04-17T14:22:30.106Z] [2022-04-17T14:22:30.106Z] setOSConditions: [2022-04-17T14:22:30.106Z] [2022-04-17T14:22:30.106Z] setToolWin: [2022-04-17T14:22:30.106Z] [2022-04-17T14:22:30.106Z] setToolUnix: [2022-04-17T14:22:30.106Z] [2022-04-17T14:22:30.106Z] setToolProperty: [2022-04-17T14:22:30.106Z] [2022-04-17T14:22:30.106Z] setS1ASclassPath: [2022-04-17T14:22:30.106Z] [2022-04-17T14:22:30.106Z] init-common: [2022-04-17T14:22:30.106Z] [2022-04-17T14:22:30.106Z] delete-jdbc-connpool-common: [2022-04-17T14:22:30.106Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-nopasswdfordb-pool [2022-04-17T14:22:30.669Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:30.669Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-pool deleted successfully [2022-04-17T14:22:30.669Z] [echo] cmd executed for server [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] setOSConditions: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] setToolWin: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] setToolUnix: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] setToolProperty: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] setS1ASclassPath: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] init-common: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] undeploy-jdbc-common: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] setOSConditions: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] setToolWin: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] setToolUnix: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] setToolProperty: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] setS1ASclassPath: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] init-common: [2022-04-17T14:22:30.669Z] [2022-04-17T14:22:30.669Z] delete-jdbc-resource-common: [2022-04-17T14:22:30.669Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:22:31.248Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:22:31.248Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:22:31.248Z] [echo] cmd executed for server [2022-04-17T14:22:31.248Z] [2022-04-17T14:22:31.248Z] setOSConditions: [2022-04-17T14:22:31.248Z] [2022-04-17T14:22:31.248Z] setToolWin: [2022-04-17T14:22:31.248Z] [2022-04-17T14:22:31.248Z] setToolUnix: [2022-04-17T14:22:31.248Z] [2022-04-17T14:22:31.248Z] setToolProperty: [2022-04-17T14:22:31.248Z] [2022-04-17T14:22:31.248Z] setS1ASclassPath: [2022-04-17T14:22:31.248Z] [2022-04-17T14:22:31.248Z] init-common: [2022-04-17T14:22:31.248Z] [2022-04-17T14:22:31.248Z] delete-jdbc-connpool-common: [2022-04-17T14:22:31.248Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:22:31.848Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:31.848Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:22:31.848Z] [echo] cmd executed for server [2022-04-17T14:22:31.848Z] [2022-04-17T14:22:31.848Z] setOSConditions: [2022-04-17T14:22:31.848Z] [2022-04-17T14:22:31.848Z] setToolWin: [2022-04-17T14:22:31.848Z] [2022-04-17T14:22:31.848Z] setToolUnix: [2022-04-17T14:22:31.848Z] [2022-04-17T14:22:31.848Z] setToolProperty: [2022-04-17T14:22:31.848Z] [2022-04-17T14:22:31.848Z] setS1ASclassPath: [2022-04-17T14:22:31.848Z] [2022-04-17T14:22:31.848Z] init-common: [2022-04-17T14:22:31.848Z] [2022-04-17T14:22:31.848Z] delete-jdbc-resource-common: [2022-04-17T14:22:31.848Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB1-xa [2022-04-17T14:22:32.105Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:32.363Z] [exec] JDBC resource jdbc/s1qeDB1-xa deleted successfully [2022-04-17T14:22:32.363Z] [echo] cmd executed for server [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] setOSConditions: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] setToolWin: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] setToolUnix: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] setToolProperty: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] setS1ASclassPath: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] init-common: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] undeploy-jdbc-common: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] setOSConditions: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] setToolWin: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] setToolUnix: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] setToolProperty: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] setS1ASclassPath: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] init-common: [2022-04-17T14:22:32.363Z] [2022-04-17T14:22:32.363Z] delete-jdbc-resource-common: [2022-04-17T14:22:32.363Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB-xa [2022-04-17T14:22:32.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:32.620Z] [exec] JDBC resource jdbc/s1qeDB-xa deleted successfully [2022-04-17T14:22:32.620Z] [echo] cmd executed for server [2022-04-17T14:22:32.620Z] [2022-04-17T14:22:32.620Z] setOSConditions: [2022-04-17T14:22:32.620Z] [2022-04-17T14:22:32.620Z] setToolWin: [2022-04-17T14:22:32.620Z] [2022-04-17T14:22:32.620Z] setToolUnix: [2022-04-17T14:22:32.620Z] [2022-04-17T14:22:32.620Z] setToolProperty: [2022-04-17T14:22:32.620Z] [2022-04-17T14:22:32.620Z] setS1ASclassPath: [2022-04-17T14:22:32.620Z] [2022-04-17T14:22:32.620Z] init-common: [2022-04-17T14:22:32.620Z] [2022-04-17T14:22:32.620Z] delete-jdbc-connpool-common: [2022-04-17T14:22:32.620Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:33.241Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:33.241Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-xa-pool-1 deleted successfully [2022-04-17T14:22:33.242Z] [echo] cmd executed for server [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] setOSConditions: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] setToolWin: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] setToolUnix: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] setToolProperty: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] setS1ASclassPath: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] init-common: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] undeploy-jdbc-common: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] setOSConditions: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] setToolWin: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] setToolUnix: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] setToolProperty: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] setS1ASclassPath: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] init-common: [2022-04-17T14:22:33.242Z] [2022-04-17T14:22:33.242Z] delete-jdbc-resource-common: [2022-04-17T14:22:33.242Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB2-xa [2022-04-17T14:22:33.811Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:33.811Z] [exec] JDBC resource jdbc/s1qeDB2-xa deleted successfully [2022-04-17T14:22:33.811Z] [echo] cmd executed for server [2022-04-17T14:22:33.811Z] [2022-04-17T14:22:33.811Z] setOSConditions: [2022-04-17T14:22:33.811Z] [2022-04-17T14:22:33.811Z] setToolWin: [2022-04-17T14:22:33.811Z] [2022-04-17T14:22:33.811Z] setToolUnix: [2022-04-17T14:22:33.811Z] [2022-04-17T14:22:33.811Z] setToolProperty: [2022-04-17T14:22:33.811Z] [2022-04-17T14:22:33.811Z] setS1ASclassPath: [2022-04-17T14:22:33.811Z] [2022-04-17T14:22:33.811Z] init-common: [2022-04-17T14:22:33.811Z] [2022-04-17T14:22:33.811Z] delete-jdbc-connpool-common: [2022-04-17T14:22:33.811Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:34.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:34.399Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-xa-pool-2 deleted successfully [2022-04-17T14:22:34.399Z] [echo] cmd executed for server [2022-04-17T14:22:34.399Z] [2022-04-17T14:22:34.399Z] setOSConditions: [2022-04-17T14:22:34.399Z] [2022-04-17T14:22:34.399Z] setToolWin: [2022-04-17T14:22:34.399Z] [2022-04-17T14:22:34.399Z] setToolUnix: [2022-04-17T14:22:34.399Z] [2022-04-17T14:22:34.399Z] setToolProperty: [2022-04-17T14:22:34.399Z] [2022-04-17T14:22:34.399Z] setS1ASclassPath: [2022-04-17T14:22:34.399Z] [2022-04-17T14:22:34.399Z] init-common: [2022-04-17T14:22:34.399Z] [2022-04-17T14:22:34.399Z] undeploy-common: [2022-04-17T14:22:34.692Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] all: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] setOSConditions: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] setToolWin: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] setToolUnix: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] setToolProperty: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] setS1ASclassPath: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] init-common: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] clean: [2022-04-17T14:22:34.692Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:22:34.692Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] compile: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] setOSConditions: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] setToolWin: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] setToolUnix: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] setToolProperty: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] setS1ASclassPath: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] init-common: [2022-04-17T14:22:34.692Z] [2022-04-17T14:22:34.692Z] compile-common: [2022-04-17T14:22:34.692Z] [echo] Current time (ISO): 2022-04-17T14:22:34.668+0000 [2022-04-17T14:22:34.692Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:22:34.693Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:22:36.599Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:22:36.856Z] [javac] 1 warning [2022-04-17T14:22:36.856Z] [2022-04-17T14:22:36.856Z] setOSConditions: [2022-04-17T14:22:36.856Z] [2022-04-17T14:22:36.856Z] setToolWin: [2022-04-17T14:22:36.856Z] [2022-04-17T14:22:36.856Z] setToolUnix: [2022-04-17T14:22:36.856Z] [2022-04-17T14:22:36.856Z] setToolProperty: [2022-04-17T14:22:36.856Z] [2022-04-17T14:22:36.856Z] setS1ASclassPath: [2022-04-17T14:22:36.856Z] [2022-04-17T14:22:36.856Z] init-common: [2022-04-17T14:22:36.856Z] [2022-04-17T14:22:36.856Z] compile-common: [2022-04-17T14:22:36.856Z] [echo] Current time (ISO): 2022-04-17T14:22:36.810+0000 [2022-04-17T14:22:36.856Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:22:38.773Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:22:39.042Z] [javac] 1 warning [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] build: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] setOSConditions: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] fixFiles: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] convUnix: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] convWin: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] setToolWin: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] setToolUnix: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] setToolProperty: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] setS1ASclassPath: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] init-common: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] package-persistence-common: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] ejb-jar-common: [2022-04-17T14:22:39.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] package-ejbjar-common: [2022-04-17T14:22:39.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:39.042Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:39.042Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:39.042Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthrough-ejb.jar [2022-04-17T14:22:39.042Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] appclient-jar-common: [2022-04-17T14:22:39.042Z] [2022-04-17T14:22:39.042Z] package-appclientjar-common: [2022-04-17T14:22:39.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:39.042Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:39.042Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:39.043Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthrough-client.jar [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] webclient-war-common: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] build-ear-common: [2022-04-17T14:22:39.043Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:39.043Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthroughApp.ear [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setOSConditions: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] fixFiles: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] convUnix: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] convWin: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setToolWin: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setToolUnix: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setToolProperty: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setS1ASclassPath: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] init-common: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] ear-common: [2022-04-17T14:22:39.043Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/descriptor/sun-application.xml to copy. [2022-04-17T14:22:39.043Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/${glassfish-resources-ear.xml} to copy. [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] deploy: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setOSConditions: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setToolWin: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setToolUnix: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setToolProperty: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setS1ASclassPath: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] init-common: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] deploy-jdbc-common: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setOSConditions: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setToolWin: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setToolUnix: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setToolProperty: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] setS1ASclassPath: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] init-common: [2022-04-17T14:22:39.043Z] [2022-04-17T14:22:39.043Z] create-jdbc-connpool-common: [2022-04-17T14:22:39.651Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:39.651Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:22:39.651Z] [2022-04-17T14:22:39.651Z] set-derby-connpool-props: [2022-04-17T14:22:39.907Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:40.165Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:22:40.422Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:40.678Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:22:40.947Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:40.947Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:22:41.559Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:41.559Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:22:42.140Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:42.140Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:22:42.397Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:42.397Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:22:42.962Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:42.962Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:22:43.218Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:22:43.218Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:22:43.218Z] [2022-04-17T14:22:43.218Z] setOSConditions: [2022-04-17T14:22:43.218Z] [2022-04-17T14:22:43.218Z] setToolWin: [2022-04-17T14:22:43.218Z] [2022-04-17T14:22:43.218Z] setToolUnix: [2022-04-17T14:22:43.218Z] [2022-04-17T14:22:43.218Z] setToolProperty: [2022-04-17T14:22:43.218Z] [2022-04-17T14:22:43.218Z] setS1ASclassPath: [2022-04-17T14:22:43.218Z] [2022-04-17T14:22:43.218Z] init-common: [2022-04-17T14:22:43.218Z] [2022-04-17T14:22:43.218Z] create-jdbc-resource-common: [2022-04-17T14:22:43.218Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:43.783Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:43.783Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:22:43.783Z] [echo] cmd executed for server [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] setOSConditions: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] setToolWin: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] setToolUnix: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] setToolProperty: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] setS1ASclassPath: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] init-common: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] deploy-common: [2022-04-17T14:22:43.783Z] [echo] Current time (ISO): 2022-04-17T14:22:43.628+0000 [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] setOSConditions: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] setToolWin: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] setToolUnix: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] setToolProperty: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] setS1ASclassPath: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] init-common: [2022-04-17T14:22:43.783Z] [2022-04-17T14:22:43.783Z] deploy-common-pe: [2022-04-17T14:22:44.042Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthroughApp.ear [2022-04-17T14:22:44.636Z] [exec] Application deployed with name jdbc-txpassthroughApp. [2022-04-17T14:22:44.636Z] [echo] Deployment on target server server successful [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setOSConditions: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setToolWin: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setToolUnix: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setToolProperty: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setS1ASclassPath: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] init-common: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] deploy-common-ee: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] run: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setOSConditions: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setToolWin: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setToolUnix: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setToolProperty: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setS1ASclassPath: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] init-common: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] execute-sql-common: [2022-04-17T14:22:44.636Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/sql/create.sql [2022-04-17T14:22:44.636Z] [sql] Failed to execute: DROP TABLE ONLYGETCONNECTION [2022-04-17T14:22:44.636Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ONLYGETCONNECTION' because it does not exist. [2022-04-17T14:22:44.636Z] [sql] 0 rows affected [2022-04-17T14:22:44.636Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setOSConditions: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setToolWin: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setToolUnix: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setToolProperty: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] setS1ASclassPath: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] init-common: [2022-04-17T14:22:44.636Z] [2022-04-17T14:22:44.636Z] runclient-common: [2022-04-17T14:22:44.636Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:22:46.013Z] [exec] Apr 17, 2022 2:22:45 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:22:46.013Z] [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. [2022-04-17T14:22:50.239Z] [exec] Value of key is: test1 : [2022-04-17T14:22:50.239Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:22:50.239Z] [exec] [2022-04-17T14:22:50.239Z] [exec] [2022-04-17T14:22:50.239Z] [exec] ----------------------------------------- [2022-04-17T14:22:50.239Z] [exec] - test1 : : PASS - [2022-04-17T14:22:50.239Z] [exec] ----------------------------------------- [2022-04-17T14:22:50.239Z] [exec] Total PASS: 1 [2022-04-17T14:22:50.239Z] [exec] Total FAIL: 0 [2022-04-17T14:22:50.239Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:22:50.239Z] [exec] ----------------------------------------- [2022-04-17T14:22:50.239Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:22:50.239Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] checkReporting-common: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] confirmReportPresent-common: [2022-04-17T14:22:50.239Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:22:50.239Z] [echo] Test seems to be reported fine [2022-04-17T14:22:50.239Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/RepRunConf.txt [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] confirmMissingReport-common: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] undeploy: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] setOSConditions: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] setToolWin: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] setToolUnix: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] setToolProperty: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] setS1ASclassPath: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] init-common: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] undeploy-jdbc-common: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] setOSConditions: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] setToolWin: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] setToolUnix: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] setToolProperty: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] setS1ASclassPath: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] init-common: [2022-04-17T14:22:50.239Z] [2022-04-17T14:22:50.239Z] delete-jdbc-resource-common: [2022-04-17T14:22:50.239Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:22:50.506Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:22:50.506Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:22:50.506Z] [echo] cmd executed for server [2022-04-17T14:22:50.506Z] [2022-04-17T14:22:50.506Z] setOSConditions: [2022-04-17T14:22:50.506Z] [2022-04-17T14:22:50.506Z] setToolWin: [2022-04-17T14:22:50.506Z] [2022-04-17T14:22:50.506Z] setToolUnix: [2022-04-17T14:22:50.506Z] [2022-04-17T14:22:50.506Z] setToolProperty: [2022-04-17T14:22:50.506Z] [2022-04-17T14:22:50.506Z] setS1ASclassPath: [2022-04-17T14:22:50.506Z] [2022-04-17T14:22:50.506Z] init-common: [2022-04-17T14:22:50.506Z] [2022-04-17T14:22:50.506Z] delete-jdbc-connpool-common: [2022-04-17T14:22:50.506Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:22:50.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:51.038Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:22:51.038Z] [echo] cmd executed for server [2022-04-17T14:22:51.038Z] [2022-04-17T14:22:51.038Z] setOSConditions: [2022-04-17T14:22:51.038Z] [2022-04-17T14:22:51.038Z] setToolWin: [2022-04-17T14:22:51.039Z] [2022-04-17T14:22:51.039Z] setToolUnix: [2022-04-17T14:22:51.039Z] [2022-04-17T14:22:51.039Z] setToolProperty: [2022-04-17T14:22:51.039Z] [2022-04-17T14:22:51.039Z] setS1ASclassPath: [2022-04-17T14:22:51.039Z] [2022-04-17T14:22:51.039Z] init-common: [2022-04-17T14:22:51.039Z] [2022-04-17T14:22:51.039Z] undeploy-common: [2022-04-17T14:22:51.296Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] all: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setOSConditions: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolWin: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolUnix: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolProperty: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setS1ASclassPath: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] init-common: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] clean: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setOSConditions: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolWin: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolUnix: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolProperty: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setS1ASclassPath: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] init-common: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] clean-common: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setOSConditions: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolWin: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolUnix: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolProperty: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setS1ASclassPath: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] init-common: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] clean-classes-common: [2022-04-17T14:22:51.559Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setOSConditions: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolWin: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolUnix: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolProperty: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setS1ASclassPath: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] init-common: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] clean-jars-common: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] compile: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setOSConditions: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolWin: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolUnix: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setToolProperty: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] setS1ASclassPath: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] init-common: [2022-04-17T14:22:51.559Z] [2022-04-17T14:22:51.559Z] compile-common: [2022-04-17T14:22:51.559Z] [echo] Current time (ISO): 2022-04-17T14:22:51.365+0000 [2022-04-17T14:22:51.559Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:22:51.559Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:22:53.502Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:22:53.502Z] [javac] 1 warning [2022-04-17T14:22:53.502Z] [2022-04-17T14:22:53.502Z] setOSConditions: [2022-04-17T14:22:53.502Z] [2022-04-17T14:22:53.502Z] setToolWin: [2022-04-17T14:22:53.502Z] [2022-04-17T14:22:53.502Z] setToolUnix: [2022-04-17T14:22:53.502Z] [2022-04-17T14:22:53.502Z] setToolProperty: [2022-04-17T14:22:53.502Z] [2022-04-17T14:22:53.502Z] setS1ASclassPath: [2022-04-17T14:22:53.502Z] [2022-04-17T14:22:53.502Z] init-common: [2022-04-17T14:22:53.502Z] [2022-04-17T14:22:53.502Z] compile-common: [2022-04-17T14:22:53.502Z] [echo] Current time (ISO): 2022-04-17T14:22:53.469+0000 [2022-04-17T14:22:53.502Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:22:55.406Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:22:55.662Z] [javac] 1 warning [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] build: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] setOSConditions: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] fixFiles: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] convUnix: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] convWin: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] setToolWin: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] setToolUnix: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] setToolProperty: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] setS1ASclassPath: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] init-common: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] package-persistence-common: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] ejb-jar-common: [2022-04-17T14:22:55.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] package-ejbjar-common: [2022-04-17T14:22:55.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:55.662Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:55.662Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:55.662Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-ejb.jar [2022-04-17T14:22:55.662Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] appclient-jar-common: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] package-appclientjar-common: [2022-04-17T14:22:55.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:55.662Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:55.662Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:55.662Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-client.jar [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] webclient-war-common: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] build-ear-common: [2022-04-17T14:22:55.662Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:22:55.662Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] deploy: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] setOSConditions: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] setToolWin: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] setToolUnix: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] setToolProperty: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] setS1ASclassPath: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] init-common: [2022-04-17T14:22:55.662Z] [2022-04-17T14:22:55.662Z] create-jdbc-connpool-common: [2022-04-17T14:22:55.938Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:56.198Z] [exec] JDBC connection pool jdbc-txafternontx-pool created successfully. [2022-04-17T14:22:56.198Z] [2022-04-17T14:22:56.198Z] set-derby-connpool-props: [2022-04-17T14:22:56.457Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:56.457Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser [2022-04-17T14:22:57.048Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:57.048Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword [2022-04-17T14:22:57.649Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:57.649Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 [2022-04-17T14:22:57.906Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:57.906Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 [2022-04-17T14:22:58.474Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:58.474Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb [2022-04-17T14:22:59.049Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:59.049Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:22:59.307Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:59.307Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true [2022-04-17T14:22:59.873Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:22:59.873Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost [2022-04-17T14:22:59.873Z] [2022-04-17T14:22:59.873Z] setOSConditions: [2022-04-17T14:22:59.873Z] [2022-04-17T14:22:59.873Z] setToolWin: [2022-04-17T14:22:59.873Z] [2022-04-17T14:22:59.873Z] setToolUnix: [2022-04-17T14:22:59.873Z] [2022-04-17T14:22:59.873Z] setToolProperty: [2022-04-17T14:22:59.873Z] [2022-04-17T14:22:59.873Z] setS1ASclassPath: [2022-04-17T14:22:59.873Z] [2022-04-17T14:22:59.873Z] init-common: [2022-04-17T14:22:59.873Z] [2022-04-17T14:22:59.873Z] create-jdbc-resource-common: [2022-04-17T14:22:59.873Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:00.140Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:00.399Z] [exec] JDBC resource jdbc/txafternontx created successfully. [2022-04-17T14:23:00.399Z] [echo] cmd executed for server [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] setOSConditions: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] setToolWin: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] setToolUnix: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] setToolProperty: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] setS1ASclassPath: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] init-common: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] deploy-common: [2022-04-17T14:23:00.399Z] [echo] Current time (ISO): 2022-04-17T14:23:00.176+0000 [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] setOSConditions: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] setToolWin: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] setToolUnix: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] setToolProperty: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] setS1ASclassPath: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] init-common: [2022-04-17T14:23:00.399Z] [2022-04-17T14:23:00.399Z] deploy-common-pe: [2022-04-17T14:23:00.657Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear [2022-04-17T14:23:00.914Z] [exec] Application deployed with name jdbc-txafternontxApp. [2022-04-17T14:23:00.914Z] [echo] Deployment on target server server successful [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setOSConditions: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setToolWin: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setToolUnix: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setToolProperty: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setS1ASclassPath: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] init-common: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] deploy-common-ee: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] run: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setOSConditions: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setToolWin: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setToolUnix: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setToolProperty: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setS1ASclassPath: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] init-common: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] execute-sql-common: [2022-04-17T14:23:00.914Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/sql/create_pointbase.sql [2022-04-17T14:23:00.914Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:23:00.914Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:23:00.914Z] [sql] 0 rows affected [2022-04-17T14:23:00.914Z] [sql] 1 rows affected [2022-04-17T14:23:00.914Z] [sql] 1 rows affected [2022-04-17T14:23:00.914Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setOSConditions: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setToolWin: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setToolUnix: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setToolProperty: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] setS1ASclassPath: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] init-common: [2022-04-17T14:23:00.914Z] [2022-04-17T14:23:00.914Z] runclient-common: [2022-04-17T14:23:00.914Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:23:01.846Z] [exec] Apr 17, 2022 2:23:01 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:23:01.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. [2022-04-17T14:23:06.055Z] [exec] Value of key is: test1 : [2022-04-17T14:23:06.055Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:23:06.055Z] [exec] [2022-04-17T14:23:06.055Z] [exec] [2022-04-17T14:23:06.055Z] [exec] ----------------------------------------- [2022-04-17T14:23:06.055Z] [exec] - test1 : : PASS - [2022-04-17T14:23:06.055Z] [exec] ----------------------------------------- [2022-04-17T14:23:06.055Z] [exec] Total PASS: 1 [2022-04-17T14:23:06.055Z] [exec] Total FAIL: 0 [2022-04-17T14:23:06.055Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:23:06.055Z] [exec] ----------------------------------------- [2022-04-17T14:23:06.055Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:23:06.055Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] checkReporting-common: [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] confirmReportPresent-common: [2022-04-17T14:23:06.055Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:23:06.055Z] [echo] Test seems to be reported fine [2022-04-17T14:23:06.055Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/RepRunConf.txt [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] confirmMissingReport-common: [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] undeploy: [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] setOSConditions: [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] setToolWin: [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] setToolUnix: [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] setToolProperty: [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] setS1ASclassPath: [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] init-common: [2022-04-17T14:23:06.055Z] [2022-04-17T14:23:06.055Z] execute-sql-common: [2022-04-17T14:23:06.056Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/sql/drop_pointbase.sql [2022-04-17T14:23:06.056Z] [sql] 0 rows affected [2022-04-17T14:23:06.056Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:23:06.056Z] [2022-04-17T14:23:06.056Z] setOSConditions: [2022-04-17T14:23:06.056Z] [2022-04-17T14:23:06.056Z] setToolWin: [2022-04-17T14:23:06.056Z] [2022-04-17T14:23:06.056Z] setToolUnix: [2022-04-17T14:23:06.056Z] [2022-04-17T14:23:06.056Z] setToolProperty: [2022-04-17T14:23:06.056Z] [2022-04-17T14:23:06.056Z] setS1ASclassPath: [2022-04-17T14:23:06.056Z] [2022-04-17T14:23:06.056Z] init-common: [2022-04-17T14:23:06.056Z] [2022-04-17T14:23:06.056Z] delete-jdbc-resource-common: [2022-04-17T14:23:06.056Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txafternontx [2022-04-17T14:23:06.663Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txafternontx [2022-04-17T14:23:06.663Z] [exec] JDBC resource jdbc/txafternontx deleted successfully [2022-04-17T14:23:06.663Z] [echo] cmd executed for server [2022-04-17T14:23:06.663Z] [2022-04-17T14:23:06.663Z] setOSConditions: [2022-04-17T14:23:06.663Z] [2022-04-17T14:23:06.663Z] setToolWin: [2022-04-17T14:23:06.663Z] [2022-04-17T14:23:06.663Z] setToolUnix: [2022-04-17T14:23:06.663Z] [2022-04-17T14:23:06.663Z] setToolProperty: [2022-04-17T14:23:06.663Z] [2022-04-17T14:23:06.663Z] setS1ASclassPath: [2022-04-17T14:23:06.663Z] [2022-04-17T14:23:06.663Z] init-common: [2022-04-17T14:23:06.663Z] [2022-04-17T14:23:06.663Z] delete-jdbc-connpool-common: [2022-04-17T14:23:06.663Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-txafternontx-pool [2022-04-17T14:23:07.254Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:07.254Z] [exec] JDBC Connection pool jdbc-txafternontx-pool deleted successfully [2022-04-17T14:23:07.254Z] [echo] cmd executed for server [2022-04-17T14:23:07.254Z] [2022-04-17T14:23:07.254Z] setOSConditions: [2022-04-17T14:23:07.254Z] [2022-04-17T14:23:07.254Z] setToolWin: [2022-04-17T14:23:07.254Z] [2022-04-17T14:23:07.254Z] setToolUnix: [2022-04-17T14:23:07.254Z] [2022-04-17T14:23:07.254Z] setToolProperty: [2022-04-17T14:23:07.254Z] [2022-04-17T14:23:07.254Z] setS1ASclassPath: [2022-04-17T14:23:07.254Z] [2022-04-17T14:23:07.254Z] init-common: [2022-04-17T14:23:07.254Z] [2022-04-17T14:23:07.254Z] undeploy-common: [2022-04-17T14:23:07.511Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] all: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setOSConditions: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolWin: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolUnix: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolProperty: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setS1ASclassPath: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] init-common: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] clean: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setOSConditions: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolWin: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolUnix: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolProperty: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setS1ASclassPath: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] init-common: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] clean-common: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setOSConditions: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolWin: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolUnix: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolProperty: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setS1ASclassPath: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] init-common: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] clean-classes-common: [2022-04-17T14:23:07.768Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setOSConditions: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolWin: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolUnix: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolProperty: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setS1ASclassPath: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] init-common: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] clean-jars-common: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] compile: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setOSConditions: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolWin: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolUnix: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setToolProperty: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] setS1ASclassPath: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] init-common: [2022-04-17T14:23:07.768Z] [2022-04-17T14:23:07.768Z] compile-common: [2022-04-17T14:23:07.768Z] [echo] Current time (ISO): 2022-04-17T14:23:07.577+0000 [2022-04-17T14:23:07.768Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:07.768Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:09.681Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:23:09.681Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/ejb/SimpleSessionBean.java uses unchecked or unsafe operations. [2022-04-17T14:23:09.681Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T14:23:09.681Z] [javac] 1 warning [2022-04-17T14:23:09.681Z] [2022-04-17T14:23:09.681Z] setOSConditions: [2022-04-17T14:23:09.681Z] [2022-04-17T14:23:09.681Z] setToolWin: [2022-04-17T14:23:09.681Z] [2022-04-17T14:23:09.681Z] setToolUnix: [2022-04-17T14:23:09.681Z] [2022-04-17T14:23:09.681Z] setToolProperty: [2022-04-17T14:23:09.681Z] [2022-04-17T14:23:09.681Z] setS1ASclassPath: [2022-04-17T14:23:09.681Z] [2022-04-17T14:23:09.681Z] init-common: [2022-04-17T14:23:09.681Z] [2022-04-17T14:23:09.681Z] compile-common: [2022-04-17T14:23:09.681Z] [echo] Current time (ISO): 2022-04-17T14:23:09.660+0000 [2022-04-17T14:23:09.681Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:12.237Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:23:12.237Z] [javac] 1 warning [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] build: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] setOSConditions: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] fixFiles: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] convUnix: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] convWin: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] setToolWin: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] setToolUnix: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] setToolProperty: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] setS1ASclassPath: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] init-common: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] package-persistence-common: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] ejb-jar-common: [2022-04-17T14:23:12.237Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] package-ejbjar-common: [2022-04-17T14:23:12.237Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:12.237Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:12.237Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:12.237Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-ejb.jar [2022-04-17T14:23:12.237Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] appclient-jar-common: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] package-appclientjar-common: [2022-04-17T14:23:12.237Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:12.237Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:12.237Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:12.237Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-client.jar [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] webclient-war-common: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] build-ear-common: [2022-04-17T14:23:12.237Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:12.237Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] deploy: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] setOSConditions: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] setToolWin: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] setToolUnix: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] setToolProperty: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] setS1ASclassPath: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] init-common: [2022-04-17T14:23:12.237Z] [2022-04-17T14:23:12.237Z] create-jdbc-connpool-common: [2022-04-17T14:23:12.496Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:12.496Z] [exec] JDBC connection pool jdbc-txafternontx-pool created successfully. [2022-04-17T14:23:12.496Z] [2022-04-17T14:23:12.496Z] set-derby-connpool-props: [2022-04-17T14:23:12.753Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:12.753Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser [2022-04-17T14:23:13.347Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:13.347Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword [2022-04-17T14:23:13.604Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:13.604Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 [2022-04-17T14:23:14.171Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:14.171Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 [2022-04-17T14:23:14.764Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:14.764Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb [2022-04-17T14:23:15.036Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:15.036Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:23:15.646Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:15.646Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true [2022-04-17T14:23:15.904Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:15.905Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost [2022-04-17T14:23:15.905Z] [2022-04-17T14:23:15.905Z] setOSConditions: [2022-04-17T14:23:15.905Z] [2022-04-17T14:23:15.905Z] setToolWin: [2022-04-17T14:23:15.905Z] [2022-04-17T14:23:15.905Z] setToolUnix: [2022-04-17T14:23:15.905Z] [2022-04-17T14:23:15.905Z] setToolProperty: [2022-04-17T14:23:15.905Z] [2022-04-17T14:23:15.905Z] setS1ASclassPath: [2022-04-17T14:23:15.905Z] [2022-04-17T14:23:15.905Z] init-common: [2022-04-17T14:23:15.905Z] [2022-04-17T14:23:15.905Z] create-jdbc-resource-common: [2022-04-17T14:23:15.905Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:16.470Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:16.470Z] [exec] JDBC resource jdbc/txafternontx created successfully. [2022-04-17T14:23:16.470Z] [echo] cmd executed for server [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] setOSConditions: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] setToolWin: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] setToolUnix: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] setToolProperty: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] setS1ASclassPath: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] init-common: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] deploy-common: [2022-04-17T14:23:16.470Z] [echo] Current time (ISO): 2022-04-17T14:23:16.353+0000 [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] setOSConditions: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] setToolWin: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] setToolUnix: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] setToolProperty: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] setS1ASclassPath: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] init-common: [2022-04-17T14:23:16.470Z] [2022-04-17T14:23:16.470Z] deploy-common-pe: [2022-04-17T14:23:17.047Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear [2022-04-17T14:23:17.047Z] [exec] Application deployed with name jdbc-txafternontxApp. [2022-04-17T14:23:17.047Z] [echo] Deployment on target server server successful [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setOSConditions: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setToolWin: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setToolUnix: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setToolProperty: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setS1ASclassPath: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] init-common: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] deploy-common-ee: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] run: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setOSConditions: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setToolWin: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setToolUnix: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setToolProperty: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setS1ASclassPath: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] init-common: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] execute-sql-common: [2022-04-17T14:23:17.047Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/sql/create_pointbase.sql [2022-04-17T14:23:17.047Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:23:17.047Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:23:17.047Z] [sql] 0 rows affected [2022-04-17T14:23:17.047Z] [sql] 1 rows affected [2022-04-17T14:23:17.047Z] [sql] 1 rows affected [2022-04-17T14:23:17.047Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setOSConditions: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setToolWin: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setToolUnix: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setToolProperty: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] setS1ASclassPath: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] init-common: [2022-04-17T14:23:17.047Z] [2022-04-17T14:23:17.047Z] runclient-common: [2022-04-17T14:23:17.047Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:23:18.418Z] [exec] Apr 17, 2022 2:23:17 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:23:18.418Z] [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. [2022-04-17T14:23:21.944Z] [exec] Value of key is: test1 : [2022-04-17T14:23:21.944Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:23:21.944Z] [exec] [2022-04-17T14:23:21.944Z] [exec] [2022-04-17T14:23:21.944Z] [exec] ----------------------------------------- [2022-04-17T14:23:21.944Z] [exec] - test1 : : PASS - [2022-04-17T14:23:21.944Z] [exec] ----------------------------------------- [2022-04-17T14:23:21.944Z] [exec] Total PASS: 1 [2022-04-17T14:23:21.944Z] [exec] Total FAIL: 0 [2022-04-17T14:23:21.944Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:23:21.944Z] [exec] ----------------------------------------- [2022-04-17T14:23:21.944Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:23:21.944Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] checkReporting-common: [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] confirmReportPresent-common: [2022-04-17T14:23:22.202Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:23:22.202Z] [echo] Test seems to be reported fine [2022-04-17T14:23:22.202Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/RepRunConf.txt [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] confirmMissingReport-common: [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] undeploy: [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] setOSConditions: [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] setToolWin: [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] setToolUnix: [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] setToolProperty: [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] setS1ASclassPath: [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] init-common: [2022-04-17T14:23:22.202Z] [2022-04-17T14:23:22.202Z] execute-sql-common: [2022-04-17T14:23:22.203Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/sql/drop_pointbase.sql [2022-04-17T14:23:22.203Z] [sql] 0 rows affected [2022-04-17T14:23:22.203Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:23:22.203Z] [2022-04-17T14:23:22.203Z] setOSConditions: [2022-04-17T14:23:22.203Z] [2022-04-17T14:23:22.203Z] setToolWin: [2022-04-17T14:23:22.203Z] [2022-04-17T14:23:22.203Z] setToolUnix: [2022-04-17T14:23:22.203Z] [2022-04-17T14:23:22.203Z] setToolProperty: [2022-04-17T14:23:22.203Z] [2022-04-17T14:23:22.203Z] setS1ASclassPath: [2022-04-17T14:23:22.203Z] [2022-04-17T14:23:22.203Z] init-common: [2022-04-17T14:23:22.203Z] [2022-04-17T14:23:22.203Z] delete-jdbc-resource-common: [2022-04-17T14:23:22.203Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txafternontx [2022-04-17T14:23:22.772Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txafternontx [2022-04-17T14:23:22.772Z] [exec] JDBC resource jdbc/txafternontx deleted successfully [2022-04-17T14:23:22.772Z] [echo] cmd executed for server [2022-04-17T14:23:22.772Z] [2022-04-17T14:23:22.772Z] setOSConditions: [2022-04-17T14:23:22.772Z] [2022-04-17T14:23:22.772Z] setToolWin: [2022-04-17T14:23:22.772Z] [2022-04-17T14:23:22.772Z] setToolUnix: [2022-04-17T14:23:22.772Z] [2022-04-17T14:23:22.772Z] setToolProperty: [2022-04-17T14:23:22.772Z] [2022-04-17T14:23:22.772Z] setS1ASclassPath: [2022-04-17T14:23:22.772Z] [2022-04-17T14:23:22.772Z] init-common: [2022-04-17T14:23:22.772Z] [2022-04-17T14:23:22.772Z] delete-jdbc-connpool-common: [2022-04-17T14:23:22.772Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-txafternontx-pool [2022-04-17T14:23:23.360Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:23.360Z] [exec] JDBC Connection pool jdbc-txafternontx-pool deleted successfully [2022-04-17T14:23:23.360Z] [echo] cmd executed for server [2022-04-17T14:23:23.360Z] [2022-04-17T14:23:23.360Z] setOSConditions: [2022-04-17T14:23:23.360Z] [2022-04-17T14:23:23.360Z] setToolWin: [2022-04-17T14:23:23.360Z] [2022-04-17T14:23:23.360Z] setToolUnix: [2022-04-17T14:23:23.360Z] [2022-04-17T14:23:23.360Z] setToolProperty: [2022-04-17T14:23:23.360Z] [2022-04-17T14:23:23.360Z] setS1ASclassPath: [2022-04-17T14:23:23.360Z] [2022-04-17T14:23:23.360Z] init-common: [2022-04-17T14:23:23.360Z] [2022-04-17T14:23:23.360Z] undeploy-common: [2022-04-17T14:23:23.638Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] all: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setOSConditions: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolWin: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolUnix: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolProperty: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setS1ASclassPath: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] init-common: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] clean: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setOSConditions: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolWin: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolUnix: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolProperty: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setS1ASclassPath: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] init-common: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] clean-common: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setOSConditions: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolWin: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolUnix: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolProperty: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setS1ASclassPath: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] init-common: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] clean-classes-common: [2022-04-17T14:23:23.896Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setOSConditions: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolWin: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolUnix: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolProperty: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setS1ASclassPath: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] init-common: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] clean-jars-common: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] compile: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setOSConditions: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolWin: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolUnix: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setToolProperty: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] setS1ASclassPath: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] init-common: [2022-04-17T14:23:23.896Z] [2022-04-17T14:23:23.896Z] compile-common: [2022-04-17T14:23:23.896Z] [echo] Current time (ISO): 2022-04-17T14:23:23.732+0000 [2022-04-17T14:23:23.896Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:23.896Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:25.807Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:23:25.807Z] [javac] 1 warning [2022-04-17T14:23:25.807Z] [2022-04-17T14:23:25.807Z] setOSConditions: [2022-04-17T14:23:25.807Z] [2022-04-17T14:23:25.807Z] setToolWin: [2022-04-17T14:23:25.807Z] [2022-04-17T14:23:25.807Z] setToolUnix: [2022-04-17T14:23:25.807Z] [2022-04-17T14:23:25.807Z] setToolProperty: [2022-04-17T14:23:25.807Z] [2022-04-17T14:23:25.807Z] setS1ASclassPath: [2022-04-17T14:23:25.807Z] [2022-04-17T14:23:25.807Z] init-common: [2022-04-17T14:23:25.807Z] [2022-04-17T14:23:25.807Z] compile-common: [2022-04-17T14:23:25.807Z] [echo] Current time (ISO): 2022-04-17T14:23:25.712+0000 [2022-04-17T14:23:25.807Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:27.710Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:23:27.710Z] [javac] 1 warning [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] build: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] setOSConditions: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] fixFiles: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] convUnix: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] convWin: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] setToolWin: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] setToolUnix: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] setToolProperty: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] setS1ASclassPath: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] init-common: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] package-persistence-common: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] ejb-jar-common: [2022-04-17T14:23:27.710Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] package-ejbjar-common: [2022-04-17T14:23:27.710Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:27.710Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:27.710Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:27.710Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxops-ejb.jar [2022-04-17T14:23:27.710Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] appclient-jar-common: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] package-appclientjar-common: [2022-04-17T14:23:27.710Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:27.710Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:27.710Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:27.710Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxops-client.jar [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] webclient-war-common: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] build-ear-common: [2022-04-17T14:23:27.710Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:27.710Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxopsApp.ear [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] deploy: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] setOSConditions: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] setToolWin: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] setToolUnix: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] setToolProperty: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] setS1ASclassPath: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] init-common: [2022-04-17T14:23:27.710Z] [2022-04-17T14:23:27.710Z] create-jdbc-connpool-common: [2022-04-17T14:23:28.280Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:28.280Z] [exec] JDBC connection pool jdbc-notxops-pool created successfully. [2022-04-17T14:23:28.280Z] [2022-04-17T14:23:28.280Z] set-derby-connpool-props: [2022-04-17T14:23:28.537Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:28.798Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.User=dbuser [2022-04-17T14:23:29.056Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:29.056Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.Password=dbpassword [2022-04-17T14:23:29.650Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:29.650Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.driverType=4 [2022-04-17T14:23:29.907Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:29.907Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.portNumber=1527 [2022-04-17T14:23:30.471Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:30.471Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.dataBaseName=testdb [2022-04-17T14:23:31.062Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:31.062Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:23:31.318Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:31.318Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.create=true [2022-04-17T14:23:31.882Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:31.882Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.serverName=localhost [2022-04-17T14:23:31.882Z] [2022-04-17T14:23:31.882Z] asadmin-common: [2022-04-17T14:23:31.882Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:32.449Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:32.449Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.steady-pool-size=1 [2022-04-17T14:23:32.449Z] [2022-04-17T14:23:32.449Z] asadmin-common: [2022-04-17T14:23:32.449Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:32.705Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:32.705Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.max-pool-size=1 [2022-04-17T14:23:32.705Z] [2022-04-17T14:23:32.705Z] setOSConditions: [2022-04-17T14:23:32.705Z] [2022-04-17T14:23:32.705Z] setToolWin: [2022-04-17T14:23:32.705Z] [2022-04-17T14:23:32.705Z] setToolUnix: [2022-04-17T14:23:32.705Z] [2022-04-17T14:23:32.705Z] setToolProperty: [2022-04-17T14:23:32.705Z] [2022-04-17T14:23:32.705Z] setS1ASclassPath: [2022-04-17T14:23:32.705Z] [2022-04-17T14:23:32.705Z] init-common: [2022-04-17T14:23:32.705Z] [2022-04-17T14:23:32.705Z] create-jdbc-resource-common: [2022-04-17T14:23:32.705Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:33.270Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:33.270Z] [exec] JDBC resource jdbc/notxops created successfully. [2022-04-17T14:23:33.270Z] [echo] cmd executed for server [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] setOSConditions: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] setToolWin: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] setToolUnix: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] setToolProperty: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] setS1ASclassPath: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] init-common: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] deploy-common: [2022-04-17T14:23:33.270Z] [echo] Current time (ISO): 2022-04-17T14:23:33.083+0000 [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] setOSConditions: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] setToolWin: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] setToolUnix: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] setToolProperty: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] setS1ASclassPath: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] init-common: [2022-04-17T14:23:33.270Z] [2022-04-17T14:23:33.270Z] deploy-common-pe: [2022-04-17T14:23:33.538Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxopsApp.ear [2022-04-17T14:23:33.797Z] [exec] Application deployed with name jdbc-notxopsApp. [2022-04-17T14:23:33.797Z] [echo] Deployment on target server server successful [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setOSConditions: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setToolWin: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setToolUnix: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setToolProperty: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setS1ASclassPath: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] init-common: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] deploy-common-ee: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] run: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setOSConditions: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setToolWin: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setToolUnix: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setToolProperty: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setS1ASclassPath: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] init-common: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] execute-sql-common: [2022-04-17T14:23:33.797Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/sql/create_pointbase.sql [2022-04-17T14:23:33.797Z] [sql] Failed to execute: Drop table NOTXOPS [2022-04-17T14:23:33.797Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NOTXOPS' because it does not exist. [2022-04-17T14:23:33.797Z] [sql] 0 rows affected [2022-04-17T14:23:33.797Z] [sql] 1 rows affected [2022-04-17T14:23:33.797Z] [sql] 1 rows affected [2022-04-17T14:23:33.797Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setOSConditions: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setToolWin: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setToolUnix: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setToolProperty: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] setS1ASclassPath: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] init-common: [2022-04-17T14:23:33.797Z] [2022-04-17T14:23:33.797Z] runclient-common: [2022-04-17T14:23:33.797Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:23:35.179Z] [exec] Apr 17, 2022 2:23:34 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:23:35.179Z] [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. [2022-04-17T14:23:38.492Z] [exec] Will fail till a better XA driver is integrated with Derby [2022-04-17T14:23:38.492Z] [exec] Value of key is: test1 : [2022-04-17T14:23:38.492Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:23:38.492Z] [exec] [2022-04-17T14:23:38.492Z] [exec] [2022-04-17T14:23:38.492Z] [exec] ----------------------------------------- [2022-04-17T14:23:38.492Z] [exec] - test1 : : PASS - [2022-04-17T14:23:38.492Z] [exec] ----------------------------------------- [2022-04-17T14:23:38.492Z] [exec] Total PASS: 1 [2022-04-17T14:23:38.492Z] [exec] Total FAIL: 0 [2022-04-17T14:23:38.492Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:23:38.492Z] [exec] ----------------------------------------- [2022-04-17T14:23:38.492Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:23:38.492Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] checkReporting-common: [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] confirmReportPresent-common: [2022-04-17T14:23:38.749Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:23:38.749Z] [echo] Test seems to be reported fine [2022-04-17T14:23:38.749Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/RepRunConf.txt [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] confirmMissingReport-common: [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] undeploy: [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] setOSConditions: [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] setToolWin: [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] setToolUnix: [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] setToolProperty: [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] setS1ASclassPath: [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] init-common: [2022-04-17T14:23:38.749Z] [2022-04-17T14:23:38.749Z] execute-sql-common: [2022-04-17T14:23:38.749Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/sql/drop_pointbase.sql [2022-04-17T14:23:38.749Z] [sql] 0 rows affected [2022-04-17T14:23:38.749Z] [sql] Failed to execute: Drop table NOTXOPS [2022-04-17T14:23:38.749Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NOTXOPS' because it does not exist. [2022-04-17T14:23:39.038Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:23:39.039Z] [2022-04-17T14:23:39.039Z] setOSConditions: [2022-04-17T14:23:39.039Z] [2022-04-17T14:23:39.039Z] setToolWin: [2022-04-17T14:23:39.039Z] [2022-04-17T14:23:39.039Z] setToolUnix: [2022-04-17T14:23:39.039Z] [2022-04-17T14:23:39.039Z] setToolProperty: [2022-04-17T14:23:39.039Z] [2022-04-17T14:23:39.039Z] setS1ASclassPath: [2022-04-17T14:23:39.039Z] [2022-04-17T14:23:39.039Z] init-common: [2022-04-17T14:23:39.039Z] [2022-04-17T14:23:39.039Z] delete-jdbc-resource-common: [2022-04-17T14:23:39.039Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/notxops [2022-04-17T14:23:39.304Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/notxops [2022-04-17T14:23:39.304Z] [exec] JDBC resource jdbc/notxops deleted successfully [2022-04-17T14:23:39.304Z] [echo] cmd executed for server [2022-04-17T14:23:39.304Z] [2022-04-17T14:23:39.304Z] setOSConditions: [2022-04-17T14:23:39.304Z] [2022-04-17T14:23:39.304Z] setToolWin: [2022-04-17T14:23:39.304Z] [2022-04-17T14:23:39.304Z] setToolUnix: [2022-04-17T14:23:39.304Z] [2022-04-17T14:23:39.304Z] setToolProperty: [2022-04-17T14:23:39.304Z] [2022-04-17T14:23:39.304Z] setS1ASclassPath: [2022-04-17T14:23:39.304Z] [2022-04-17T14:23:39.304Z] init-common: [2022-04-17T14:23:39.304Z] [2022-04-17T14:23:39.304Z] delete-jdbc-connpool-common: [2022-04-17T14:23:39.304Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-notxops-pool [2022-04-17T14:23:39.867Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:39.867Z] [exec] JDBC Connection pool jdbc-notxops-pool deleted successfully [2022-04-17T14:23:39.867Z] [echo] cmd executed for server [2022-04-17T14:23:39.867Z] [2022-04-17T14:23:39.867Z] setOSConditions: [2022-04-17T14:23:39.867Z] [2022-04-17T14:23:39.867Z] setToolWin: [2022-04-17T14:23:39.867Z] [2022-04-17T14:23:39.867Z] setToolUnix: [2022-04-17T14:23:39.867Z] [2022-04-17T14:23:39.867Z] setToolProperty: [2022-04-17T14:23:39.867Z] [2022-04-17T14:23:39.867Z] setS1ASclassPath: [2022-04-17T14:23:39.867Z] [2022-04-17T14:23:39.867Z] init-common: [2022-04-17T14:23:39.867Z] [2022-04-17T14:23:39.867Z] undeploy-common: [2022-04-17T14:23:40.123Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] all: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] setOSConditions: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] setToolWin: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] setToolUnix: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] setToolProperty: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] setS1ASclassPath: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] init-common: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] clean: [2022-04-17T14:23:40.123Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:40.123Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] build: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] setOSConditions: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] setToolWin: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] setToolUnix: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] setToolProperty: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] setS1ASclassPath: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] init-common: [2022-04-17T14:23:40.123Z] [2022-04-17T14:23:40.123Z] compile-common: [2022-04-17T14:23:40.123Z] [echo] Current time (ISO): 2022-04-17T14:23:40.058+0000 [2022-04-17T14:23:40.123Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:40.123Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:42.018Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:23:42.018Z] [javac] 1 warning [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] deploy: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] setOSConditions: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] setToolWin: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] setToolUnix: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] setToolProperty: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] setS1ASclassPath: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] init-common: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] deploy-jdbc-common: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] setOSConditions: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] setToolWin: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] setToolUnix: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] setToolProperty: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] setS1ASclassPath: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] init-common: [2022-04-17T14:23:42.018Z] [2022-04-17T14:23:42.018Z] create-jdbc-connpool-common: [2022-04-17T14:23:42.292Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:42.292Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:23:42.292Z] [2022-04-17T14:23:42.292Z] set-derby-connpool-props: [2022-04-17T14:23:42.549Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:42.549Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:23:43.348Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:43.348Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:23:43.348Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:43.348Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:23:43.941Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:43.941Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:23:44.197Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:44.197Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:23:44.765Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:44.765Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:23:45.027Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:45.027Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:23:45.592Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:45.592Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:23:45.592Z] [2022-04-17T14:23:45.592Z] setOSConditions: [2022-04-17T14:23:45.592Z] [2022-04-17T14:23:45.592Z] setToolWin: [2022-04-17T14:23:45.592Z] [2022-04-17T14:23:45.592Z] setToolUnix: [2022-04-17T14:23:45.592Z] [2022-04-17T14:23:45.592Z] setToolProperty: [2022-04-17T14:23:45.592Z] [2022-04-17T14:23:45.592Z] setS1ASclassPath: [2022-04-17T14:23:45.592Z] [2022-04-17T14:23:45.592Z] init-common: [2022-04-17T14:23:45.592Z] [2022-04-17T14:23:45.592Z] create-jdbc-resource-common: [2022-04-17T14:23:45.592Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:45.849Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:46.106Z] [exec] JDBC resource jdbc/nonacc created successfully. [2022-04-17T14:23:46.106Z] [echo] cmd executed for server [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] run: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setOSConditions: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setToolWin: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setToolUnix: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setToolProperty: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setS1ASclassPath: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] init-common: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setup-sql: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setOSConditions: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setToolWin: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setToolUnix: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setToolProperty: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] setS1ASclassPath: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] init-common: [2022-04-17T14:23:46.106Z] [2022-04-17T14:23:46.106Z] execute-sql-common: [2022-04-17T14:23:46.106Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nonacc/sql/create.sql [2022-04-17T14:23:46.106Z] [sql] Failed to execute: DROP TABLE NONACC [2022-04-17T14:23:46.106Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NONACC' because it does not exist. [2022-04-17T14:23:46.106Z] [sql] 0 rows affected [2022-04-17T14:23:46.106Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:23:46.671Z] [java] Apr 17, 2022 2:23:46 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T14:23:46.671Z] [java] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T14:23:50.004Z] [java] Apr 17, 2022 2:23:49 PM org.hibernate.validator.internal.util.Version [2022-04-17T14:23:50.004Z] [java] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T14:23:50.857Z] [java] Got connection com.sun.gjc.spi.jdbc40.ConnectionWrapper40@da22aa [2022-04-17T14:23:50.857Z] [java] Value of key is: test1 [2022-04-17T14:23:50.857Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:23:50.857Z] [java] [2022-04-17T14:23:50.857Z] [java] [2022-04-17T14:23:50.857Z] [java] ----------------------------------------- [2022-04-17T14:23:50.857Z] [java] - test1 : PASS - [2022-04-17T14:23:50.857Z] [java] ----------------------------------------- [2022-04-17T14:23:50.857Z] [java] Total PASS: 1 [2022-04-17T14:23:50.857Z] [java] Total FAIL: 0 [2022-04-17T14:23:50.858Z] [java] Total DID NOT RUN: 0 [2022-04-17T14:23:50.858Z] [java] ----------------------------------------- [2022-04-17T14:23:50.858Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T14:23:50.858Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] undeploy: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] setOSConditions: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] setToolWin: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] setToolUnix: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] setToolProperty: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] setS1ASclassPath: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] init-common: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] undeploy-jdbc-common: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] setOSConditions: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] setToolWin: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] setToolUnix: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] setToolProperty: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] setS1ASclassPath: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] init-common: [2022-04-17T14:23:51.114Z] [2022-04-17T14:23:51.114Z] delete-jdbc-resource-common: [2022-04-17T14:23:51.114Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonacc [2022-04-17T14:23:51.680Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonacc [2022-04-17T14:23:51.680Z] [exec] JDBC resource jdbc/nonacc deleted successfully [2022-04-17T14:23:51.680Z] [echo] cmd executed for server [2022-04-17T14:23:51.680Z] [2022-04-17T14:23:51.680Z] setOSConditions: [2022-04-17T14:23:51.680Z] [2022-04-17T14:23:51.680Z] setToolWin: [2022-04-17T14:23:51.680Z] [2022-04-17T14:23:51.680Z] setToolUnix: [2022-04-17T14:23:51.680Z] [2022-04-17T14:23:51.681Z] setToolProperty: [2022-04-17T14:23:51.681Z] [2022-04-17T14:23:51.681Z] setS1ASclassPath: [2022-04-17T14:23:51.681Z] [2022-04-17T14:23:51.681Z] init-common: [2022-04-17T14:23:51.681Z] [2022-04-17T14:23:51.681Z] delete-jdbc-connpool-common: [2022-04-17T14:23:51.681Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:23:51.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:51.945Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:23:51.945Z] [echo] cmd executed for server [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] all: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setOSConditions: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setToolWin: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setToolUnix: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setToolProperty: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setS1ASclassPath: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] init-common: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] clean: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setOSConditions: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setToolWin: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setToolUnix: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setToolProperty: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setS1ASclassPath: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] init-common: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] clean-common: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setOSConditions: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setToolWin: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setToolUnix: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setToolProperty: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] setS1ASclassPath: [2022-04-17T14:23:51.945Z] [2022-04-17T14:23:51.945Z] init-common: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] clean-classes-common: [2022-04-17T14:23:52.211Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] setOSConditions: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] setToolWin: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] setToolUnix: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] setToolProperty: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] setS1ASclassPath: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] init-common: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] clean-jars-common: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] compile: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] setOSConditions: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] setToolWin: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] setToolUnix: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] setToolProperty: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] setS1ASclassPath: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] init-common: [2022-04-17T14:23:52.211Z] [2022-04-17T14:23:52.211Z] compile-common: [2022-04-17T14:23:52.211Z] [echo] Current time (ISO): 2022-04-17T14:23:51.958+0000 [2022-04-17T14:23:52.211Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:52.211Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:53.793Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:23:54.051Z] [javac] 1 warning [2022-04-17T14:23:54.051Z] [2022-04-17T14:23:54.051Z] setOSConditions: [2022-04-17T14:23:54.051Z] [2022-04-17T14:23:54.051Z] setToolWin: [2022-04-17T14:23:54.051Z] [2022-04-17T14:23:54.051Z] setToolUnix: [2022-04-17T14:23:54.051Z] [2022-04-17T14:23:54.051Z] setToolProperty: [2022-04-17T14:23:54.051Z] [2022-04-17T14:23:54.051Z] setS1ASclassPath: [2022-04-17T14:23:54.051Z] [2022-04-17T14:23:54.051Z] init-common: [2022-04-17T14:23:54.051Z] [2022-04-17T14:23:54.051Z] compile-common: [2022-04-17T14:23:54.051Z] [echo] Current time (ISO): 2022-04-17T14:23:53.908+0000 [2022-04-17T14:23:54.052Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:23:55.984Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:23:55.984Z] [javac] 1 warning [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] build: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setOSConditions: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] fixFiles: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] convUnix: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] convWin: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setToolWin: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setToolUnix: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setToolProperty: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setS1ASclassPath: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] init-common: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] package-persistence-common: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] ejb-jar-common: [2022-04-17T14:23:55.984Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] package-ejbjar-common: [2022-04-17T14:23:55.984Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:55.984Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:55.984Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:55.984Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassoc-ejb.jar [2022-04-17T14:23:55.984Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] appclient-jar-common: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] package-appclientjar-common: [2022-04-17T14:23:55.984Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:55.984Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:55.984Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:55.984Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassoc-client.jar [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] webclient-war-common: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] build-ear-common: [2022-04-17T14:23:55.984Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:23:55.984Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassocApp.ear [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] deploy: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setOSConditions: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setToolWin: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setToolUnix: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setToolProperty: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setS1ASclassPath: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] init-common: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] deploy-jdbc-common: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setOSConditions: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setToolWin: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setToolUnix: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setToolProperty: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] setS1ASclassPath: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] init-common: [2022-04-17T14:23:55.984Z] [2022-04-17T14:23:55.984Z] create-jdbc-connpool-common: [2022-04-17T14:23:56.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:23:56.552Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:23:56.552Z] [2022-04-17T14:23:56.552Z] set-derby-connpool-props: [2022-04-17T14:23:57.027Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:57.027Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:23:57.598Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:57.598Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:23:57.859Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:57.859Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:23:58.654Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:58.654Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:23:58.912Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:58.912Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:23:59.478Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:59.478Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:23:59.736Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:23:59.736Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:24:00.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:24:00.340Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:24:00.340Z] [2022-04-17T14:24:00.340Z] setOSConditions: [2022-04-17T14:24:00.340Z] [2022-04-17T14:24:00.340Z] setToolWin: [2022-04-17T14:24:00.340Z] [2022-04-17T14:24:00.340Z] setToolUnix: [2022-04-17T14:24:00.340Z] [2022-04-17T14:24:00.340Z] setToolProperty: [2022-04-17T14:24:00.340Z] [2022-04-17T14:24:00.340Z] setS1ASclassPath: [2022-04-17T14:24:00.340Z] [2022-04-17T14:24:00.340Z] init-common: [2022-04-17T14:24:00.340Z] [2022-04-17T14:24:00.340Z] create-jdbc-resource-common: [2022-04-17T14:24:00.340Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:00.850Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:00.850Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:24:00.850Z] [echo] cmd executed for server [2022-04-17T14:24:00.850Z] [2022-04-17T14:24:00.850Z] asadmin-common: [2022-04-17T14:24:00.850Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:01.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:24:01.106Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-enlistment=true [2022-04-17T14:24:01.106Z] [2022-04-17T14:24:01.106Z] asadmin-common: [2022-04-17T14:24:01.106Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:01.669Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:24:01.669Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-association=true [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] setOSConditions: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] setToolWin: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] setToolUnix: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] setToolProperty: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] setS1ASclassPath: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] init-common: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] deploy-common: [2022-04-17T14:24:01.669Z] [echo] Current time (ISO): 2022-04-17T14:24:01.437+0000 [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] setOSConditions: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] setToolWin: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] setToolUnix: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] setToolProperty: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] setS1ASclassPath: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] init-common: [2022-04-17T14:24:01.669Z] [2022-04-17T14:24:01.669Z] deploy-common-pe: [2022-04-17T14:24:01.925Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassocApp.ear [2022-04-17T14:24:02.191Z] [exec] Application deployed with name jdbc-lazyassocApp. [2022-04-17T14:24:02.191Z] [echo] Deployment on target server server successful [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setOSConditions: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setToolWin: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setToolUnix: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setToolProperty: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setS1ASclassPath: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] init-common: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] deploy-common-ee: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] run: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setOSConditions: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setToolWin: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setToolUnix: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setToolProperty: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setS1ASclassPath: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] init-common: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] execute-sql-common: [2022-04-17T14:24:02.191Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/sql/create_pointbase.sql [2022-04-17T14:24:02.191Z] [sql] Failed to execute: Drop table TXLEVELSWITCH [2022-04-17T14:24:02.191Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [2022-04-17T14:24:02.191Z] [sql] 0 rows affected [2022-04-17T14:24:02.191Z] [sql] 1 rows affected [2022-04-17T14:24:02.191Z] [sql] 1 rows affected [2022-04-17T14:24:02.191Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setOSConditions: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setToolWin: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setToolUnix: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setToolProperty: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] setS1ASclassPath: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] init-common: [2022-04-17T14:24:02.191Z] [2022-04-17T14:24:02.191Z] runclient-common: [2022-04-17T14:24:02.191Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:24:03.144Z] [exec] Apr 17, 2022 2:24:03 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:24:03.144Z] [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. [2022-04-17T14:24:07.436Z] [exec] Value of key is: test1 : [2022-04-17T14:24:07.436Z] [exec] Value of key is: test2 : [2022-04-17T14:24:07.436Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:24:07.436Z] [exec] [2022-04-17T14:24:07.436Z] [exec] [2022-04-17T14:24:07.436Z] [exec] ----------------------------------------- [2022-04-17T14:24:07.436Z] [exec] - test2 : : PASS - [2022-04-17T14:24:07.436Z] [exec] - test1 : : PASS - [2022-04-17T14:24:07.436Z] [exec] ----------------------------------------- [2022-04-17T14:24:07.436Z] [exec] Total PASS: 2 [2022-04-17T14:24:07.436Z] [exec] Total FAIL: 0 [2022-04-17T14:24:07.436Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:24:07.436Z] [exec] ----------------------------------------- [2022-04-17T14:24:07.436Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:24:07.436Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] checkReporting-common: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] confirmReportPresent-common: [2022-04-17T14:24:07.693Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:24:07.693Z] [echo] Test seems to be reported fine [2022-04-17T14:24:07.693Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/RepRunConf.txt [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] confirmMissingReport-common: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] undeploy: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] setOSConditions: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] setToolWin: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] setToolUnix: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] setToolProperty: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] setS1ASclassPath: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] init-common: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] execute-sql-common: [2022-04-17T14:24:07.693Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/sql/drop_pointbase.sql [2022-04-17T14:24:07.693Z] [sql] 0 rows affected [2022-04-17T14:24:07.693Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 [2022-04-17T14:24:07.693Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [2022-04-17T14:24:07.693Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] setOSConditions: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] setToolWin: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] setToolUnix: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] setToolProperty: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] setS1ASclassPath: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] init-common: [2022-04-17T14:24:07.693Z] [2022-04-17T14:24:07.693Z] undeploy-common: [2022-04-17T14:24:08.262Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] setOSConditions: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] setToolWin: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] setToolUnix: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] setToolProperty: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] setS1ASclassPath: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] init-common: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] undeploy-jdbc-common: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] setOSConditions: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] setToolWin: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] setToolUnix: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] setToolProperty: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] setS1ASclassPath: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] init-common: [2022-04-17T14:24:08.262Z] [2022-04-17T14:24:08.262Z] delete-jdbc-resource-common: [2022-04-17T14:24:08.262Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:24:08.519Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:24:08.519Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:24:08.519Z] [echo] cmd executed for server [2022-04-17T14:24:08.519Z] [2022-04-17T14:24:08.519Z] setOSConditions: [2022-04-17T14:24:08.519Z] [2022-04-17T14:24:08.519Z] setToolWin: [2022-04-17T14:24:08.519Z] [2022-04-17T14:24:08.519Z] setToolUnix: [2022-04-17T14:24:08.519Z] [2022-04-17T14:24:08.519Z] setToolProperty: [2022-04-17T14:24:08.519Z] [2022-04-17T14:24:08.519Z] setS1ASclassPath: [2022-04-17T14:24:08.519Z] [2022-04-17T14:24:08.519Z] init-common: [2022-04-17T14:24:08.519Z] [2022-04-17T14:24:08.519Z] delete-jdbc-connpool-common: [2022-04-17T14:24:08.519Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:24:09.358Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:09.358Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:24:09.358Z] [echo] cmd executed for server [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] all: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setOSConditions: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolWin: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolUnix: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolProperty: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setS1ASclassPath: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] init-common: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] clean: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setOSConditions: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolWin: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolUnix: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolProperty: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setS1ASclassPath: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] init-common: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] clean-common: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setOSConditions: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolWin: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolUnix: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolProperty: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setS1ASclassPath: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] init-common: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] clean-classes-common: [2022-04-17T14:24:09.358Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setOSConditions: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolWin: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolUnix: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolProperty: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setS1ASclassPath: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] init-common: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] clean-jars-common: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] compile: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setOSConditions: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolWin: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolUnix: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setToolProperty: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] setS1ASclassPath: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] init-common: [2022-04-17T14:24:09.358Z] [2022-04-17T14:24:09.358Z] compile-common: [2022-04-17T14:24:09.358Z] [echo] Current time (ISO): 2022-04-17T14:24:09.044+0000 [2022-04-17T14:24:09.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:24:09.358Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:24:11.285Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:24:11.285Z] [javac] 1 warning [2022-04-17T14:24:11.285Z] [2022-04-17T14:24:11.285Z] setOSConditions: [2022-04-17T14:24:11.285Z] [2022-04-17T14:24:11.285Z] setToolWin: [2022-04-17T14:24:11.285Z] [2022-04-17T14:24:11.285Z] setToolUnix: [2022-04-17T14:24:11.285Z] [2022-04-17T14:24:11.285Z] setToolProperty: [2022-04-17T14:24:11.285Z] [2022-04-17T14:24:11.285Z] setS1ASclassPath: [2022-04-17T14:24:11.285Z] [2022-04-17T14:24:11.285Z] init-common: [2022-04-17T14:24:11.285Z] [2022-04-17T14:24:11.285Z] compile-common: [2022-04-17T14:24:11.285Z] [echo] Current time (ISO): 2022-04-17T14:24:11.069+0000 [2022-04-17T14:24:11.285Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:24:12.888Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:24:13.145Z] [javac] 1 warning [2022-04-17T14:24:13.145Z] [2022-04-17T14:24:13.145Z] build: [2022-04-17T14:24:13.145Z] [2022-04-17T14:24:13.145Z] setOSConditions: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] fixFiles: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] convUnix: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] convWin: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolWin: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolUnix: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolProperty: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setS1ASclassPath: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] init-common: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] package-persistence-common: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] ejb-jar-common: [2022-04-17T14:24:13.146Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] package-ejbjar-common: [2022-04-17T14:24:13.146Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:13.146Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:13.146Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:13.146Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.local-ejb.jar [2022-04-17T14:24:13.146Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] appclient-jar-common: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] package-appclientjar-common: [2022-04-17T14:24:13.146Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:13.146Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:13.146Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:13.146Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.local-client.jar [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] webclient-war-common: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] build-ear-common: [2022-04-17T14:24:13.146Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:13.146Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.localApp.ear [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] deploy: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setOSConditions: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolWin: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolUnix: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolProperty: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setS1ASclassPath: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] init-common: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] execute-sql-common: [2022-04-17T14:24:13.146Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/create_pointbase.sql [2022-04-17T14:24:13.146Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:24:13.146Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:24:13.146Z] [sql] 0 rows affected [2022-04-17T14:24:13.146Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setOSConditions: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolWin: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolUnix: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolProperty: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setS1ASclassPath: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] init-common: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setup: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setOSConditions: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolWin: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolUnix: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolProperty: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setS1ASclassPath: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] init-common: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] deploy-jdbc-common: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setOSConditions: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolWin: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolUnix: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setToolProperty: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] setS1ASclassPath: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] init-common: [2022-04-17T14:24:13.146Z] [2022-04-17T14:24:13.146Z] create-jdbc-connpool-common: [2022-04-17T14:24:13.770Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:13.770Z] [exec] JDBC connection pool jdbc-markconnectionasbad-local-pool created successfully. [2022-04-17T14:24:13.770Z] [2022-04-17T14:24:13.770Z] set-derby-connpool-props: [2022-04-17T14:24:14.359Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:14.359Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.User=dbuser [2022-04-17T14:24:14.616Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:14.616Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.Password=dbpassword [2022-04-17T14:24:15.183Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:15.183Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.driverType=4 [2022-04-17T14:24:15.441Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:15.740Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.portNumber=1527 [2022-04-17T14:24:15.997Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:15.997Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.dataBaseName=testdb [2022-04-17T14:24:16.562Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:16.562Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:24:17.145Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:17.145Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.create=true [2022-04-17T14:24:17.402Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:17.402Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.serverName=localhost [2022-04-17T14:24:17.402Z] [2022-04-17T14:24:17.402Z] setOSConditions: [2022-04-17T14:24:17.402Z] [2022-04-17T14:24:17.402Z] setToolWin: [2022-04-17T14:24:17.402Z] [2022-04-17T14:24:17.402Z] setToolUnix: [2022-04-17T14:24:17.402Z] [2022-04-17T14:24:17.402Z] setToolProperty: [2022-04-17T14:24:17.402Z] [2022-04-17T14:24:17.402Z] setS1ASclassPath: [2022-04-17T14:24:17.402Z] [2022-04-17T14:24:17.402Z] init-common: [2022-04-17T14:24:17.402Z] [2022-04-17T14:24:17.402Z] create-jdbc-resource-common: [2022-04-17T14:24:17.402Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:17.966Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:17.966Z] [exec] JDBC resource jdbc/markconnectionasbad-local created successfully. [2022-04-17T14:24:17.966Z] [echo] cmd executed for server [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] setOSConditions: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] setToolWin: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] setToolUnix: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] setToolProperty: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] setS1ASclassPath: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] init-common: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] deploy-jdbc-common: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] setOSConditions: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] setToolWin: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] setToolUnix: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] setToolProperty: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] setS1ASclassPath: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] init-common: [2022-04-17T14:24:17.966Z] [2022-04-17T14:24:17.966Z] create-jdbc-connpool-common: [2022-04-17T14:24:18.223Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:18.223Z] [exec] JDBC connection pool jdbc-markconnectionasbad-local-unshareable-pool created successfully. [2022-04-17T14:24:18.223Z] [2022-04-17T14:24:18.223Z] set-derby-connpool-props: [2022-04-17T14:24:18.788Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:18.788Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.User=dbuser [2022-04-17T14:24:19.351Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:19.351Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.Password=dbpassword [2022-04-17T14:24:19.616Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:19.616Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.driverType=4 [2022-04-17T14:24:20.254Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:20.254Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.portNumber=1527 [2022-04-17T14:24:20.856Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:20.856Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.dataBaseName=testdb [2022-04-17T14:24:21.117Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:21.117Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:24:21.682Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:21.682Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.create=true [2022-04-17T14:24:21.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:21.939Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.serverName=localhost [2022-04-17T14:24:21.939Z] [2022-04-17T14:24:21.939Z] setOSConditions: [2022-04-17T14:24:21.939Z] [2022-04-17T14:24:21.939Z] setToolWin: [2022-04-17T14:24:21.939Z] [2022-04-17T14:24:21.939Z] setToolUnix: [2022-04-17T14:24:21.939Z] [2022-04-17T14:24:21.939Z] setToolProperty: [2022-04-17T14:24:21.939Z] [2022-04-17T14:24:21.939Z] setS1ASclassPath: [2022-04-17T14:24:21.939Z] [2022-04-17T14:24:21.939Z] init-common: [2022-04-17T14:24:21.939Z] [2022-04-17T14:24:21.939Z] create-jdbc-resource-common: [2022-04-17T14:24:21.939Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:22.503Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:22.503Z] [exec] JDBC resource jdbc/markconnectionasbad-local-unshareable created successfully. [2022-04-17T14:24:22.503Z] [echo] cmd executed for server [2022-04-17T14:24:22.503Z] [2022-04-17T14:24:22.503Z] asadmin-common: [2022-04-17T14:24:22.503Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:23.074Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:23.074Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.steady-pool-size=1 [2022-04-17T14:24:23.074Z] [2022-04-17T14:24:23.074Z] asadmin-common: [2022-04-17T14:24:23.074Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:23.334Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:23.334Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.max-pool-size=1 [2022-04-17T14:24:23.334Z] [2022-04-17T14:24:23.334Z] asadmin-common: [2022-04-17T14:24:23.335Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:23.900Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:23.900Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] setOSConditions: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] setToolWin: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] setToolUnix: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] setToolProperty: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] setS1ASclassPath: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] init-common: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] deploy-common: [2022-04-17T14:24:23.900Z] [echo] Current time (ISO): 2022-04-17T14:24:23.730+0000 [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] setOSConditions: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] setToolWin: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] setToolUnix: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] setToolProperty: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] setS1ASclassPath: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] init-common: [2022-04-17T14:24:23.900Z] [2022-04-17T14:24:23.900Z] deploy-common-pe: [2022-04-17T14:24:24.464Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.localApp.ear [2022-04-17T14:24:24.464Z] [exec] Application deployed with name jdbc-markconnectionasbad.localApp. [2022-04-17T14:24:24.464Z] [echo] Deployment on target server server successful [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setOSConditions: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setToolWin: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setToolUnix: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setToolProperty: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setS1ASclassPath: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] init-common: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] deploy-common-ee: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] run: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setOSConditions: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setToolWin: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setToolUnix: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setToolProperty: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setS1ASclassPath: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] init-common: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] execute-sql-common: [2022-04-17T14:24:24.464Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/create_pointbase.sql [2022-04-17T14:24:24.464Z] [sql] 0 rows affected [2022-04-17T14:24:24.464Z] [sql] 0 rows affected [2022-04-17T14:24:24.464Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setOSConditions: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setToolWin: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setToolUnix: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setToolProperty: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] setS1ASclassPath: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] init-common: [2022-04-17T14:24:24.464Z] [2022-04-17T14:24:24.464Z] runclient-common: [2022-04-17T14:24:24.464Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:24:25.875Z] [exec] Apr 17, 2022 2:24:25 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:24:25.875Z] [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. [2022-04-17T14:24:29.195Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - Shareable - ReadOnly] : [2022-04-17T14:24:29.499Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - Shareable Write] : [2022-04-17T14:24:29.499Z] [exec] Value of key is: Mark-Connection-As-Bad [local - NoTx - Shareable ReadOnly] : [2022-04-17T14:24:29.499Z] [exec] Value of key is: Mark-Connection-As-Bad [local - NoTx - Shareable Write] : [2022-04-17T14:24:29.499Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (1) ] : [2022-04-17T14:24:29.499Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (2) ] : [2022-04-17T14:24:29.499Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (3) ] : [2022-04-17T14:24:29.499Z] [exec] Mark-Connection-As-Bad Status: [2022-04-17T14:24:29.499Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:24:29.499Z] [exec] [2022-04-17T14:24:29.499Z] [exec] [2022-04-17T14:24:29.499Z] [exec] ----------------------------------------- [2022-04-17T14:24:29.499Z] [exec] - Mark-Connection-As-Bad [local - Tx - Shareable - ReadOnly] : : PASS - [2022-04-17T14:24:29.499Z] [exec] - Mark-Connection-As-Bad [local - NoTx - Shareable Write] : : PASS - [2022-04-17T14:24:29.499Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (1) ] : : PASS - [2022-04-17T14:24:29.499Z] [exec] - Mark-Connection-As-Bad [local - NoTx - Shareable ReadOnly] : : PASS - [2022-04-17T14:24:29.499Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (3) ] : : PASS - [2022-04-17T14:24:29.499Z] [exec] - Mark-Connection-As-Bad [local - Tx - Shareable Write] : : PASS - [2022-04-17T14:24:29.499Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (2) ] : : PASS - [2022-04-17T14:24:29.499Z] [exec] ----------------------------------------- [2022-04-17T14:24:29.499Z] [exec] Total PASS: 7 [2022-04-17T14:24:29.499Z] [exec] Total FAIL: 0 [2022-04-17T14:24:29.499Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:24:29.499Z] [exec] ----------------------------------------- [2022-04-17T14:24:29.499Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:24:29.499Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:24:29.766Z] [2022-04-17T14:24:29.766Z] checkReporting-common: [2022-04-17T14:24:29.766Z] [2022-04-17T14:24:29.766Z] confirmReportPresent-common: [2022-04-17T14:24:29.766Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:24:29.766Z] [echo] Test seems to be reported fine [2022-04-17T14:24:29.766Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/RepRunConf.txt [2022-04-17T14:24:29.766Z] [2022-04-17T14:24:29.766Z] confirmMissingReport-common: [2022-04-17T14:24:29.766Z] [2022-04-17T14:24:29.766Z] undeploy: [2022-04-17T14:24:29.766Z] [2022-04-17T14:24:29.767Z] setOSConditions: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] setToolWin: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] setToolUnix: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] setToolProperty: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] setS1ASclassPath: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] init-common: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] execute-sql-common: [2022-04-17T14:24:29.767Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/drop_pointbase.sql [2022-04-17T14:24:29.767Z] [sql] 0 rows affected [2022-04-17T14:24:29.767Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] unsetup: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] setOSConditions: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] setToolWin: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] setToolUnix: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] setToolProperty: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] setS1ASclassPath: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] init-common: [2022-04-17T14:24:29.767Z] [2022-04-17T14:24:29.767Z] delete-jdbc-resource-common: [2022-04-17T14:24:29.767Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/markconnectionasbad-local [2022-04-17T14:24:30.362Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:30.362Z] [exec] JDBC resource jdbc/markconnectionasbad-local deleted successfully [2022-04-17T14:24:30.362Z] [echo] cmd executed for server [2022-04-17T14:24:30.362Z] [2022-04-17T14:24:30.362Z] setOSConditions: [2022-04-17T14:24:30.362Z] [2022-04-17T14:24:30.362Z] setToolWin: [2022-04-17T14:24:30.362Z] [2022-04-17T14:24:30.362Z] setToolUnix: [2022-04-17T14:24:30.362Z] [2022-04-17T14:24:30.362Z] setToolProperty: [2022-04-17T14:24:30.362Z] [2022-04-17T14:24:30.362Z] setS1ASclassPath: [2022-04-17T14:24:30.362Z] [2022-04-17T14:24:30.362Z] init-common: [2022-04-17T14:24:30.362Z] [2022-04-17T14:24:30.362Z] delete-jdbc-resource-common: [2022-04-17T14:24:30.362Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:30.642Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:30.910Z] [exec] JDBC resource jdbc/markconnectionasbad-local-unshareable deleted successfully [2022-04-17T14:24:30.910Z] [echo] cmd executed for server [2022-04-17T14:24:30.910Z] [2022-04-17T14:24:30.910Z] setOSConditions: [2022-04-17T14:24:30.910Z] [2022-04-17T14:24:30.910Z] setToolWin: [2022-04-17T14:24:30.910Z] [2022-04-17T14:24:30.910Z] setToolUnix: [2022-04-17T14:24:30.910Z] [2022-04-17T14:24:30.910Z] setToolProperty: [2022-04-17T14:24:30.910Z] [2022-04-17T14:24:30.910Z] setS1ASclassPath: [2022-04-17T14:24:30.910Z] [2022-04-17T14:24:30.910Z] init-common: [2022-04-17T14:24:30.910Z] [2022-04-17T14:24:30.910Z] delete-jdbc-connpool-common: [2022-04-17T14:24:30.910Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:31.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:31.195Z] [exec] JDBC Connection pool jdbc-markconnectionasbad-local-pool deleted successfully [2022-04-17T14:24:31.195Z] [echo] cmd executed for server [2022-04-17T14:24:31.195Z] [2022-04-17T14:24:31.195Z] setOSConditions: [2022-04-17T14:24:31.195Z] [2022-04-17T14:24:31.195Z] setToolWin: [2022-04-17T14:24:31.195Z] [2022-04-17T14:24:31.195Z] setToolUnix: [2022-04-17T14:24:31.195Z] [2022-04-17T14:24:31.195Z] setToolProperty: [2022-04-17T14:24:31.195Z] [2022-04-17T14:24:31.195Z] setS1ASclassPath: [2022-04-17T14:24:31.195Z] [2022-04-17T14:24:31.195Z] init-common: [2022-04-17T14:24:31.195Z] [2022-04-17T14:24:31.195Z] delete-jdbc-connpool-common: [2022-04-17T14:24:31.195Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:31.772Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:31.772Z] [exec] JDBC Connection pool jdbc-markconnectionasbad-local-unshareable-pool deleted successfully [2022-04-17T14:24:31.772Z] [echo] cmd executed for server [2022-04-17T14:24:31.772Z] [2022-04-17T14:24:31.772Z] setOSConditions: [2022-04-17T14:24:31.772Z] [2022-04-17T14:24:31.772Z] setToolWin: [2022-04-17T14:24:31.772Z] [2022-04-17T14:24:31.772Z] setToolUnix: [2022-04-17T14:24:31.772Z] [2022-04-17T14:24:31.772Z] setToolProperty: [2022-04-17T14:24:31.772Z] [2022-04-17T14:24:31.772Z] setS1ASclassPath: [2022-04-17T14:24:31.772Z] [2022-04-17T14:24:31.772Z] init-common: [2022-04-17T14:24:31.772Z] [2022-04-17T14:24:31.772Z] undeploy-common: [2022-04-17T14:24:32.359Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] all: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setOSConditions: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolWin: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolUnix: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolProperty: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setS1ASclassPath: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] init-common: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] clean: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setOSConditions: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolWin: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolUnix: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolProperty: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setS1ASclassPath: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] init-common: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] clean-common: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setOSConditions: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolWin: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolUnix: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolProperty: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setS1ASclassPath: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] init-common: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] clean-classes-common: [2022-04-17T14:24:32.359Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setOSConditions: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolWin: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolUnix: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolProperty: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setS1ASclassPath: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] init-common: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] clean-jars-common: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] compile: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setOSConditions: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolWin: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolUnix: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setToolProperty: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] setS1ASclassPath: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] init-common: [2022-04-17T14:24:32.359Z] [2022-04-17T14:24:32.359Z] compile-common: [2022-04-17T14:24:32.359Z] [echo] Current time (ISO): 2022-04-17T14:24:32.144+0000 [2022-04-17T14:24:32.359Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:24:32.359Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:24:34.478Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:24:34.478Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:34.478Z] [javac] return new Integer(1); [2022-04-17T14:24:34.478Z] [javac] ^ [2022-04-17T14:24:34.478Z] [javac] 2 warnings [2022-04-17T14:24:34.478Z] [2022-04-17T14:24:34.478Z] setOSConditions: [2022-04-17T14:24:34.478Z] [2022-04-17T14:24:34.478Z] setToolWin: [2022-04-17T14:24:34.478Z] [2022-04-17T14:24:34.478Z] setToolUnix: [2022-04-17T14:24:34.478Z] [2022-04-17T14:24:34.478Z] setToolProperty: [2022-04-17T14:24:34.478Z] [2022-04-17T14:24:34.478Z] setS1ASclassPath: [2022-04-17T14:24:34.478Z] [2022-04-17T14:24:34.478Z] init-common: [2022-04-17T14:24:34.478Z] [2022-04-17T14:24:34.478Z] compile-common: [2022-04-17T14:24:34.478Z] [echo] Current time (ISO): 2022-04-17T14:24:34.211+0000 [2022-04-17T14:24:34.478Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:24:36.379Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:24:36.379Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:36.379Z] [javac] return new Integer(returnValue.get("count").toString()); [2022-04-17T14:24:36.379Z] [javac] ^ [2022-04-17T14:24:36.379Z] [javac] 2 warnings [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] build: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setOSConditions: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] fixFiles: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] convUnix: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] convWin: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setToolWin: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setToolUnix: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setToolProperty: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setS1ASclassPath: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] init-common: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] package-persistence-common: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] ejb-jar-common: [2022-04-17T14:24:36.379Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] package-ejbjar-common: [2022-04-17T14:24:36.379Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:36.379Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:36.379Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:36.379Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar [2022-04-17T14:24:36.379Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] appclient-jar-common: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] package-appclientjar-common: [2022-04-17T14:24:36.379Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:36.379Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:36.379Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:36.379Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] webclient-war-common: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] build-ear-common: [2022-04-17T14:24:36.379Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:24:36.379Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] deploy: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setOSConditions: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setToolWin: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setToolUnix: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setToolProperty: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setS1ASclassPath: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] init-common: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] execute-sql-common: [2022-04-17T14:24:36.379Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/create_pointbase.sql [2022-04-17T14:24:36.379Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:24:36.379Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:24:36.379Z] [sql] 0 rows affected [2022-04-17T14:24:36.379Z] [sql] Failed to execute: drop table owner [2022-04-17T14:24:36.379Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. [2022-04-17T14:24:36.379Z] [sql] 0 rows affected [2022-04-17T14:24:36.379Z] [sql] 2 of 4 SQL statements executed successfully [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setOSConditions: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setToolWin: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setToolUnix: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setToolProperty: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setS1ASclassPath: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] init-common: [2022-04-17T14:24:36.379Z] [2022-04-17T14:24:36.379Z] setup: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] setOSConditions: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] setToolWin: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] setToolUnix: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] setToolProperty: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] setS1ASclassPath: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] init-common: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] deploy-jdbc-common: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] setOSConditions: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] setToolWin: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] setToolUnix: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] setToolProperty: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] setS1ASclassPath: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] init-common: [2022-04-17T14:24:36.846Z] [2022-04-17T14:24:36.846Z] create-jdbc-connpool-common: [2022-04-17T14:24:37.141Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:37.141Z] [exec] JDBC connection pool jdbc/jdbc-unshareable-pool created successfully. [2022-04-17T14:24:37.141Z] [2022-04-17T14:24:37.141Z] set-derby-connpool-props: [2022-04-17T14:24:37.708Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:37.708Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.User=dbuser [2022-04-17T14:24:37.992Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:37.992Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.Password=dbpassword [2022-04-17T14:24:38.461Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:38.461Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.driverType=4 [2022-04-17T14:24:39.109Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:39.109Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.portNumber=1527 [2022-04-17T14:24:39.427Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:39.427Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.dataBaseName=testdb [2022-04-17T14:24:40.043Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:40.043Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:24:40.653Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:40.653Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.create=true [2022-04-17T14:24:41.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:41.256Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.serverName=localhost [2022-04-17T14:24:41.256Z] [2022-04-17T14:24:41.256Z] setOSConditions: [2022-04-17T14:24:41.256Z] [2022-04-17T14:24:41.256Z] setToolWin: [2022-04-17T14:24:41.256Z] [2022-04-17T14:24:41.256Z] setToolUnix: [2022-04-17T14:24:41.256Z] [2022-04-17T14:24:41.256Z] setToolProperty: [2022-04-17T14:24:41.256Z] [2022-04-17T14:24:41.256Z] setS1ASclassPath: [2022-04-17T14:24:41.256Z] [2022-04-17T14:24:41.256Z] init-common: [2022-04-17T14:24:41.256Z] [2022-04-17T14:24:41.256Z] create-jdbc-resource-common: [2022-04-17T14:24:41.256Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:41.513Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:41.513Z] [exec] JDBC resource jdbc/unshareable created successfully. [2022-04-17T14:24:41.513Z] [echo] cmd executed for server [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] setOSConditions: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] setToolWin: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] setToolUnix: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] setToolProperty: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] setS1ASclassPath: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] init-common: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] deploy-jdbc-common: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] setOSConditions: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] setToolWin: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] setToolUnix: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] setToolProperty: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] setS1ASclassPath: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] init-common: [2022-04-17T14:24:41.513Z] [2022-04-17T14:24:41.513Z] create-jdbc-connpool-common: [2022-04-17T14:24:42.076Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:42.076Z] [exec] JDBC connection pool jdbc-shareable-pool created successfully. [2022-04-17T14:24:42.076Z] [2022-04-17T14:24:42.076Z] set-derby-connpool-props: [2022-04-17T14:24:42.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:42.807Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser [2022-04-17T14:24:42.807Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:43.068Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword [2022-04-17T14:24:43.324Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:43.324Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 [2022-04-17T14:24:43.887Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:43.887Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 [2022-04-17T14:24:44.471Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:44.471Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb [2022-04-17T14:24:44.727Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:44.727Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:24:45.290Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:45.290Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true [2022-04-17T14:24:45.860Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:45.860Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost [2022-04-17T14:24:45.860Z] [2022-04-17T14:24:45.861Z] setOSConditions: [2022-04-17T14:24:45.861Z] [2022-04-17T14:24:45.861Z] setToolWin: [2022-04-17T14:24:45.861Z] [2022-04-17T14:24:45.861Z] setToolUnix: [2022-04-17T14:24:45.861Z] [2022-04-17T14:24:45.861Z] setToolProperty: [2022-04-17T14:24:45.861Z] [2022-04-17T14:24:45.861Z] setS1ASclassPath: [2022-04-17T14:24:45.861Z] [2022-04-17T14:24:45.861Z] init-common: [2022-04-17T14:24:45.861Z] [2022-04-17T14:24:45.861Z] create-jdbc-resource-common: [2022-04-17T14:24:45.861Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:46.118Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:46.118Z] [exec] JDBC resource jdbc/shareable created successfully. [2022-04-17T14:24:46.118Z] [echo] cmd executed for server [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] setOSConditions: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] setToolWin: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] setToolUnix: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] setToolProperty: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] setS1ASclassPath: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] init-common: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] deploy-jdbc-common: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] setOSConditions: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] setToolWin: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] setToolUnix: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] setToolProperty: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] setS1ASclassPath: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] init-common: [2022-04-17T14:24:46.118Z] [2022-04-17T14:24:46.118Z] create-jdbc-connpool-common: [2022-04-17T14:24:46.681Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:46.681Z] [exec] JDBC connection pool jdbc-local-pool created successfully. [2022-04-17T14:24:46.681Z] [2022-04-17T14:24:46.681Z] set-derby-connpool-props: [2022-04-17T14:24:46.938Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:47.195Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.User=dbuser [2022-04-17T14:24:47.451Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:47.451Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.Password=dbpassword [2022-04-17T14:24:48.049Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:48.050Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.driverType=4 [2022-04-17T14:24:48.306Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:48.306Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.portNumber=1527 [2022-04-17T14:24:48.869Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:48.869Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.dataBaseName=testdb [2022-04-17T14:24:49.453Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:49.453Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:24:49.710Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:49.710Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.create=true [2022-04-17T14:24:50.274Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:50.274Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.serverName=localhost [2022-04-17T14:24:50.274Z] [2022-04-17T14:24:50.274Z] setOSConditions: [2022-04-17T14:24:50.274Z] [2022-04-17T14:24:50.274Z] setToolWin: [2022-04-17T14:24:50.274Z] [2022-04-17T14:24:50.274Z] setToolUnix: [2022-04-17T14:24:50.274Z] [2022-04-17T14:24:50.274Z] setToolProperty: [2022-04-17T14:24:50.274Z] [2022-04-17T14:24:50.274Z] setS1ASclassPath: [2022-04-17T14:24:50.274Z] [2022-04-17T14:24:50.274Z] init-common: [2022-04-17T14:24:50.274Z] [2022-04-17T14:24:50.274Z] create-jdbc-resource-common: [2022-04-17T14:24:50.274Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:50.855Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:50.855Z] [exec] JDBC resource jdbc/localdatasource created successfully. [2022-04-17T14:24:50.855Z] [echo] cmd executed for server [2022-04-17T14:24:50.855Z] [2022-04-17T14:24:50.855Z] asadmin-common: [2022-04-17T14:24:50.855Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:51.418Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:51.418Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH [2022-04-17T14:24:51.418Z] [2022-04-17T14:24:51.418Z] asadmin-common: [2022-04-17T14:24:51.418Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:51.691Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:51.691Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady-pool-size=5 [2022-04-17T14:24:51.949Z] [2022-04-17T14:24:51.949Z] asadmin-common: [2022-04-17T14:24:51.949Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:52.206Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:52.206Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max-pool-size=5 [2022-04-17T14:24:52.206Z] [2022-04-17T14:24:52.206Z] asadmin-common: [2022-04-17T14:24:52.206Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:52.770Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:52.770Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:24:52.770Z] [2022-04-17T14:24:52.770Z] asadmin-common: [2022-04-17T14:24:52.770Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:53.036Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:53.293Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.steady-pool-size=5 [2022-04-17T14:24:53.293Z] [2022-04-17T14:24:53.293Z] asadmin-common: [2022-04-17T14:24:53.293Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:53.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:53.552Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.max-pool-size=5 [2022-04-17T14:24:53.552Z] [2022-04-17T14:24:53.552Z] asadmin-common: [2022-04-17T14:24:53.552Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:54.152Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:54.152Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:24:54.152Z] [2022-04-17T14:24:54.152Z] asadmin-common: [2022-04-17T14:24:54.152Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:54.743Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:54.743Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 [2022-04-17T14:24:54.743Z] [2022-04-17T14:24:54.743Z] asadmin-common: [2022-04-17T14:24:54.743Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:54.999Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:54.999Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 [2022-04-17T14:24:54.999Z] [2022-04-17T14:24:54.999Z] asadmin-common: [2022-04-17T14:24:55.000Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:55.562Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:24:55.562Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] setOSConditions: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] setToolWin: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] setToolUnix: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] setToolProperty: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] setS1ASclassPath: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] init-common: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] deploy-common: [2022-04-17T14:24:55.562Z] [echo] Current time (ISO): 2022-04-17T14:24:55.374+0000 [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] setOSConditions: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] setToolWin: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] setToolUnix: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] setToolProperty: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] setS1ASclassPath: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] init-common: [2022-04-17T14:24:55.562Z] [2022-04-17T14:24:55.562Z] deploy-common-pe: [2022-04-17T14:24:55.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T14:24:56.093Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. [2022-04-17T14:24:56.093Z] [echo] Deployment on target server server successful [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setOSConditions: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setToolWin: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setToolUnix: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setToolProperty: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setS1ASclassPath: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] init-common: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] deploy-common-ee: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] run: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setOSConditions: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setToolWin: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setToolUnix: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setToolProperty: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setS1ASclassPath: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] init-common: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] execute-sql-common: [2022-04-17T14:24:56.093Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/create_pointbase.sql [2022-04-17T14:24:56.093Z] [sql] 0 rows affected [2022-04-17T14:24:56.093Z] [sql] 0 rows affected [2022-04-17T14:24:56.093Z] [sql] 0 rows affected [2022-04-17T14:24:56.093Z] [sql] 0 rows affected [2022-04-17T14:24:56.093Z] [sql] 4 of 4 SQL statements executed successfully [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setOSConditions: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setToolWin: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setToolUnix: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setToolProperty: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] setS1ASclassPath: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] init-common: [2022-04-17T14:24:56.093Z] [2022-04-17T14:24:56.093Z] runclient-common: [2022-04-17T14:24:56.093Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:24:57.481Z] [exec] Apr 17, 2022 2:24:57 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:24:57.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. [2022-04-17T14:25:04.040Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : [2022-04-17T14:25:04.040Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : [2022-04-17T14:25:04.040Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : [2022-04-17T14:25:04.040Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : [2022-04-17T14:25:04.040Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : [2022-04-17T14:25:04.040Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : [2022-04-17T14:25:04.040Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : [2022-04-17T14:25:04.338Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : [2022-04-17T14:25:04.338Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : [2022-04-17T14:25:04.338Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : [2022-04-17T14:25:04.597Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : [2022-04-17T14:25:04.597Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : [2022-04-17T14:25:04.597Z] [exec] Mark-Connection-As-Bad [2022-04-17T14:25:04.597Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:25:04.597Z] [exec] [2022-04-17T14:25:04.597Z] [exec] [2022-04-17T14:25:04.597Z] [exec] ----------------------------------------- [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : : PASS - [2022-04-17T14:25:04.597Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : : PASS - [2022-04-17T14:25:04.597Z] [exec] ----------------------------------------- [2022-04-17T14:25:04.597Z] [exec] Total PASS: 12 [2022-04-17T14:25:04.597Z] [exec] Total FAIL: 0 [2022-04-17T14:25:04.597Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:25:04.597Z] [exec] ----------------------------------------- [2022-04-17T14:25:04.597Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:25:04.597Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] checkReporting-common: [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] confirmReportPresent-common: [2022-04-17T14:25:04.854Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:25:04.854Z] [echo] Test seems to be reported fine [2022-04-17T14:25:04.854Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/RepRunConf.txt [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] confirmMissingReport-common: [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] undeploy: [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] setOSConditions: [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] setToolWin: [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] setToolUnix: [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] setToolProperty: [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] setS1ASclassPath: [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] init-common: [2022-04-17T14:25:04.854Z] [2022-04-17T14:25:04.854Z] execute-sql-common: [2022-04-17T14:25:04.854Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/drop_pointbase.sql [2022-04-17T14:25:04.854Z] [sql] 0 rows affected [2022-04-17T14:25:04.854Z] [sql] 0 rows affected [2022-04-17T14:25:05.137Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:25:05.137Z] [2022-04-17T14:25:05.137Z] unsetup: [2022-04-17T14:25:05.137Z] [2022-04-17T14:25:05.137Z] asadmin-common: [2022-04-17T14:25:05.137Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:05.393Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:05.393Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF [2022-04-17T14:25:05.393Z] [2022-04-17T14:25:05.393Z] setOSConditions: [2022-04-17T14:25:05.393Z] [2022-04-17T14:25:05.393Z] setToolWin: [2022-04-17T14:25:05.393Z] [2022-04-17T14:25:05.393Z] setToolUnix: [2022-04-17T14:25:05.393Z] [2022-04-17T14:25:05.393Z] setToolProperty: [2022-04-17T14:25:05.393Z] [2022-04-17T14:25:05.393Z] setS1ASclassPath: [2022-04-17T14:25:05.393Z] [2022-04-17T14:25:05.393Z] init-common: [2022-04-17T14:25:05.393Z] [2022-04-17T14:25:05.393Z] delete-jdbc-resource-common: [2022-04-17T14:25:05.393Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/unshareable [2022-04-17T14:25:05.956Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/unshareable [2022-04-17T14:25:05.956Z] [exec] JDBC resource jdbc/unshareable deleted successfully [2022-04-17T14:25:05.956Z] [echo] cmd executed for server [2022-04-17T14:25:05.956Z] [2022-04-17T14:25:05.956Z] setOSConditions: [2022-04-17T14:25:05.956Z] [2022-04-17T14:25:05.956Z] setToolWin: [2022-04-17T14:25:05.956Z] [2022-04-17T14:25:05.956Z] setToolUnix: [2022-04-17T14:25:05.956Z] [2022-04-17T14:25:05.956Z] setToolProperty: [2022-04-17T14:25:05.956Z] [2022-04-17T14:25:05.956Z] setS1ASclassPath: [2022-04-17T14:25:05.956Z] [2022-04-17T14:25:05.956Z] init-common: [2022-04-17T14:25:05.956Z] [2022-04-17T14:25:05.956Z] delete-jdbc-connpool-common: [2022-04-17T14:25:05.956Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:06.212Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:06.212Z] [exec] JDBC Connection pool jdbc/jdbc-unshareable-pool deleted successfully [2022-04-17T14:25:06.212Z] [echo] cmd executed for server [2022-04-17T14:25:06.212Z] [2022-04-17T14:25:06.212Z] setOSConditions: [2022-04-17T14:25:06.212Z] [2022-04-17T14:25:06.212Z] setToolWin: [2022-04-17T14:25:06.212Z] [2022-04-17T14:25:06.212Z] setToolUnix: [2022-04-17T14:25:06.212Z] [2022-04-17T14:25:06.212Z] setToolProperty: [2022-04-17T14:25:06.212Z] [2022-04-17T14:25:06.212Z] setS1ASclassPath: [2022-04-17T14:25:06.212Z] [2022-04-17T14:25:06.212Z] init-common: [2022-04-17T14:25:06.212Z] [2022-04-17T14:25:06.212Z] delete-jdbc-resource-common: [2022-04-17T14:25:06.212Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/shareable [2022-04-17T14:25:06.774Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/shareable [2022-04-17T14:25:06.774Z] [exec] JDBC resource jdbc/shareable deleted successfully [2022-04-17T14:25:06.774Z] [echo] cmd executed for server [2022-04-17T14:25:06.774Z] [2022-04-17T14:25:06.774Z] setOSConditions: [2022-04-17T14:25:06.774Z] [2022-04-17T14:25:06.774Z] setToolWin: [2022-04-17T14:25:06.774Z] [2022-04-17T14:25:06.774Z] setToolUnix: [2022-04-17T14:25:06.774Z] [2022-04-17T14:25:06.774Z] setToolProperty: [2022-04-17T14:25:06.774Z] [2022-04-17T14:25:06.774Z] setS1ASclassPath: [2022-04-17T14:25:06.774Z] [2022-04-17T14:25:06.774Z] init-common: [2022-04-17T14:25:06.774Z] [2022-04-17T14:25:06.774Z] delete-jdbc-connpool-common: [2022-04-17T14:25:06.774Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-shareable-pool [2022-04-17T14:25:07.031Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:07.031Z] [exec] JDBC Connection pool jdbc-shareable-pool deleted successfully [2022-04-17T14:25:07.031Z] [echo] cmd executed for server [2022-04-17T14:25:07.031Z] [2022-04-17T14:25:07.031Z] setOSConditions: [2022-04-17T14:25:07.031Z] [2022-04-17T14:25:07.031Z] setToolWin: [2022-04-17T14:25:07.031Z] [2022-04-17T14:25:07.031Z] setToolUnix: [2022-04-17T14:25:07.031Z] [2022-04-17T14:25:07.031Z] setToolProperty: [2022-04-17T14:25:07.031Z] [2022-04-17T14:25:07.031Z] setS1ASclassPath: [2022-04-17T14:25:07.031Z] [2022-04-17T14:25:07.031Z] init-common: [2022-04-17T14:25:07.031Z] [2022-04-17T14:25:07.031Z] delete-jdbc-resource-common: [2022-04-17T14:25:07.031Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource [2022-04-17T14:25:07.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource [2022-04-17T14:25:07.594Z] [exec] JDBC resource jdbc/localdatasource deleted successfully [2022-04-17T14:25:07.594Z] [echo] cmd executed for server [2022-04-17T14:25:07.594Z] [2022-04-17T14:25:07.594Z] setOSConditions: [2022-04-17T14:25:07.594Z] [2022-04-17T14:25:07.594Z] setToolWin: [2022-04-17T14:25:07.594Z] [2022-04-17T14:25:07.594Z] setToolUnix: [2022-04-17T14:25:07.594Z] [2022-04-17T14:25:07.594Z] setToolProperty: [2022-04-17T14:25:07.594Z] [2022-04-17T14:25:07.594Z] setS1ASclassPath: [2022-04-17T14:25:07.594Z] [2022-04-17T14:25:07.594Z] init-common: [2022-04-17T14:25:07.594Z] [2022-04-17T14:25:07.594Z] delete-jdbc-connpool-common: [2022-04-17T14:25:07.594Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool [2022-04-17T14:25:08.183Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:08.183Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully [2022-04-17T14:25:08.183Z] [echo] cmd executed for server [2022-04-17T14:25:08.183Z] [2022-04-17T14:25:08.183Z] setOSConditions: [2022-04-17T14:25:08.183Z] [2022-04-17T14:25:08.183Z] setToolWin: [2022-04-17T14:25:08.183Z] [2022-04-17T14:25:08.183Z] setToolUnix: [2022-04-17T14:25:08.183Z] [2022-04-17T14:25:08.183Z] setToolProperty: [2022-04-17T14:25:08.183Z] [2022-04-17T14:25:08.183Z] setS1ASclassPath: [2022-04-17T14:25:08.183Z] [2022-04-17T14:25:08.183Z] init-common: [2022-04-17T14:25:08.183Z] [2022-04-17T14:25:08.183Z] undeploy-common: [2022-04-17T14:25:08.442Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] all: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setOSConditions: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolWin: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolUnix: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolProperty: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setS1ASclassPath: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] init-common: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] clean: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setOSConditions: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolWin: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolUnix: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolProperty: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setS1ASclassPath: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] init-common: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] clean-common: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setOSConditions: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolWin: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolUnix: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolProperty: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setS1ASclassPath: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] init-common: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] clean-classes-common: [2022-04-17T14:25:08.907Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setOSConditions: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolWin: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolUnix: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolProperty: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setS1ASclassPath: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] init-common: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] clean-jars-common: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] compile: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setOSConditions: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolWin: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolUnix: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setToolProperty: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] setS1ASclassPath: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] init-common: [2022-04-17T14:25:08.907Z] [2022-04-17T14:25:08.907Z] compile-common: [2022-04-17T14:25:08.907Z] [echo] Current time (ISO): 2022-04-17T14:25:08.537+0000 [2022-04-17T14:25:08.907Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:25:08.907Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:25:10.862Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:25:10.862Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:10.862Z] [javac] return new Integer(1); [2022-04-17T14:25:10.862Z] [javac] ^ [2022-04-17T14:25:10.862Z] [javac] 2 warnings [2022-04-17T14:25:10.862Z] [2022-04-17T14:25:10.862Z] setOSConditions: [2022-04-17T14:25:10.862Z] [2022-04-17T14:25:10.862Z] setToolWin: [2022-04-17T14:25:10.862Z] [2022-04-17T14:25:10.862Z] setToolUnix: [2022-04-17T14:25:10.862Z] [2022-04-17T14:25:10.862Z] setToolProperty: [2022-04-17T14:25:10.862Z] [2022-04-17T14:25:10.862Z] setS1ASclassPath: [2022-04-17T14:25:10.862Z] [2022-04-17T14:25:10.862Z] init-common: [2022-04-17T14:25:10.862Z] [2022-04-17T14:25:10.862Z] compile-common: [2022-04-17T14:25:10.862Z] [echo] Current time (ISO): 2022-04-17T14:25:10.623+0000 [2022-04-17T14:25:10.862Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:25:12.803Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:25:12.803Z] [javac] 1 warning [2022-04-17T14:25:12.803Z] [2022-04-17T14:25:12.803Z] build: [2022-04-17T14:25:12.803Z] [2022-04-17T14:25:12.803Z] setOSConditions: [2022-04-17T14:25:12.803Z] [2022-04-17T14:25:12.803Z] fixFiles: [2022-04-17T14:25:12.803Z] [2022-04-17T14:25:12.803Z] convUnix: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] convWin: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolWin: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolUnix: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolProperty: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setS1ASclassPath: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] init-common: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] package-persistence-common: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] ejb-jar-common: [2022-04-17T14:25:12.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] package-ejbjar-common: [2022-04-17T14:25:12.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:12.804Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:12.804Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:12.804Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-ejb.jar [2022-04-17T14:25:12.804Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] appclient-jar-common: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] package-appclientjar-common: [2022-04-17T14:25:12.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:12.804Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:12.804Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:12.804Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-client.jar [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] webclient-war-common: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] build-ear-common: [2022-04-17T14:25:12.804Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:12.804Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] deploy: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setOSConditions: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolWin: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolUnix: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolProperty: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setS1ASclassPath: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] init-common: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] execute-sql-common: [2022-04-17T14:25:12.804Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/create_pointbase.sql [2022-04-17T14:25:12.804Z] [sql] Failed to execute: Drop table customer_stmt_wrapper [2022-04-17T14:25:12.804Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. [2022-04-17T14:25:12.804Z] [sql] 0 rows affected [2022-04-17T14:25:12.804Z] [sql] 1 rows affected [2022-04-17T14:25:12.804Z] [sql] 1 rows affected [2022-04-17T14:25:12.804Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setOSConditions: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolWin: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolUnix: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolProperty: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setS1ASclassPath: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] init-common: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] deploy-jdbc-common: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setOSConditions: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolWin: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolUnix: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setToolProperty: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] setS1ASclassPath: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] init-common: [2022-04-17T14:25:12.804Z] [2022-04-17T14:25:12.804Z] create-jdbc-connpool-common: [2022-04-17T14:25:13.366Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:13.366Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:25:13.366Z] [2022-04-17T14:25:13.366Z] set-derby-connpool-props: [2022-04-17T14:25:13.640Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:25:13.898Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:25:14.157Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:25:14.157Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:25:14.749Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:25:14.749Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:25:15.007Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:25:15.007Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:25:15.605Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:25:15.605Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:25:15.909Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:25:15.909Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:25:16.551Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:25:16.551Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:25:17.138Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:25:17.138Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:25:17.138Z] [2022-04-17T14:25:17.138Z] setOSConditions: [2022-04-17T14:25:17.138Z] [2022-04-17T14:25:17.138Z] setToolWin: [2022-04-17T14:25:17.138Z] [2022-04-17T14:25:17.138Z] setToolUnix: [2022-04-17T14:25:17.138Z] [2022-04-17T14:25:17.138Z] setToolProperty: [2022-04-17T14:25:17.138Z] [2022-04-17T14:25:17.138Z] setS1ASclassPath: [2022-04-17T14:25:17.138Z] [2022-04-17T14:25:17.138Z] init-common: [2022-04-17T14:25:17.138Z] [2022-04-17T14:25:17.138Z] create-jdbc-resource-common: [2022-04-17T14:25:17.138Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:17.395Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:17.395Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:25:17.395Z] [echo] cmd executed for server [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] setOSConditions: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] setToolWin: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] setToolUnix: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] setToolProperty: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] setS1ASclassPath: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] init-common: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] deploy-common: [2022-04-17T14:25:17.395Z] [echo] Current time (ISO): 2022-04-17T14:25:17.290+0000 [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] setOSConditions: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] setToolWin: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] setToolUnix: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] setToolProperty: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] setS1ASclassPath: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] init-common: [2022-04-17T14:25:17.395Z] [2022-04-17T14:25:17.395Z] deploy-common-pe: [2022-04-17T14:25:17.962Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear [2022-04-17T14:25:18.238Z] [exec] Application deployed with name ejb-bmp-statementwrapperApp. [2022-04-17T14:25:18.238Z] [echo] Deployment on target server server successful [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setOSConditions: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setToolWin: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setToolUnix: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setToolProperty: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setS1ASclassPath: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] init-common: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] deploy-common-ee: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] run: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setOSConditions: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setToolWin: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setToolUnix: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setToolProperty: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setS1ASclassPath: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] init-common: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] execute-sql-common: [2022-04-17T14:25:18.238Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/create_pointbase.sql [2022-04-17T14:25:18.238Z] [sql] 0 rows affected [2022-04-17T14:25:18.238Z] [sql] 0 rows affected [2022-04-17T14:25:18.238Z] [sql] 1 rows affected [2022-04-17T14:25:18.238Z] [sql] 1 rows affected [2022-04-17T14:25:18.238Z] [sql] 4 of 4 SQL statements executed successfully [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setOSConditions: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setToolWin: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setToolUnix: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setToolProperty: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] setS1ASclassPath: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] init-common: [2022-04-17T14:25:18.238Z] [2022-04-17T14:25:18.238Z] runclient-common: [2022-04-17T14:25:18.238Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:25:19.169Z] [exec] Apr 17, 2022 2:25:19 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:25:19.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. [2022-04-17T14:25:23.391Z] [exec] Value of key is: statementTest : [2022-04-17T14:25:23.391Z] [exec] Value of key is: preparedStatementTest : [2022-04-17T14:25:23.391Z] [exec] Value of key is: callableStatementTest : [2022-04-17T14:25:23.391Z] [exec] Value of key is: metaDataTest : [2022-04-17T14:25:23.391Z] [exec] Value of key is: resultSetTest : [2022-04-17T14:25:23.391Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:25:23.391Z] [exec] [2022-04-17T14:25:23.391Z] [exec] [2022-04-17T14:25:23.391Z] [exec] ----------------------------------------- [2022-04-17T14:25:23.391Z] [exec] - callableStatementTest : : PASS - [2022-04-17T14:25:23.391Z] [exec] - statementTest : : PASS - [2022-04-17T14:25:23.391Z] [exec] - metaDataTest : : PASS - [2022-04-17T14:25:23.391Z] [exec] - preparedStatementTest : : PASS - [2022-04-17T14:25:23.391Z] [exec] - resultSetTest : : PASS - [2022-04-17T14:25:23.391Z] [exec] ----------------------------------------- [2022-04-17T14:25:23.391Z] [exec] Total PASS: 5 [2022-04-17T14:25:23.391Z] [exec] Total FAIL: 0 [2022-04-17T14:25:23.391Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:25:23.391Z] [exec] ----------------------------------------- [2022-04-17T14:25:23.391Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:25:23.391Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] checkReporting-common: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] confirmReportPresent-common: [2022-04-17T14:25:23.391Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:25:23.391Z] [echo] Test seems to be reported fine [2022-04-17T14:25:23.391Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/RepRunConf.txt [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] confirmMissingReport-common: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] undeploy: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setOSConditions: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setToolWin: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setToolUnix: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setToolProperty: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setS1ASclassPath: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] init-common: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] execute-sql-common: [2022-04-17T14:25:23.391Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/drop_pointbase.sql [2022-04-17T14:25:23.391Z] [sql] 0 rows affected [2022-04-17T14:25:23.391Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setOSConditions: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setToolWin: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setToolUnix: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setToolProperty: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setS1ASclassPath: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] init-common: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] undeploy-jdbc-common: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setOSConditions: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setToolWin: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setToolUnix: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setToolProperty: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] setS1ASclassPath: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] init-common: [2022-04-17T14:25:23.391Z] [2022-04-17T14:25:23.391Z] delete-jdbc-resource-common: [2022-04-17T14:25:23.391Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:25:23.979Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:25:23.979Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:25:23.979Z] [echo] cmd executed for server [2022-04-17T14:25:23.979Z] [2022-04-17T14:25:23.979Z] setOSConditions: [2022-04-17T14:25:23.979Z] [2022-04-17T14:25:23.979Z] setToolWin: [2022-04-17T14:25:23.979Z] [2022-04-17T14:25:23.979Z] setToolUnix: [2022-04-17T14:25:23.979Z] [2022-04-17T14:25:23.979Z] setToolProperty: [2022-04-17T14:25:23.979Z] [2022-04-17T14:25:23.979Z] setS1ASclassPath: [2022-04-17T14:25:23.979Z] [2022-04-17T14:25:23.979Z] init-common: [2022-04-17T14:25:23.979Z] [2022-04-17T14:25:23.979Z] delete-jdbc-connpool-common: [2022-04-17T14:25:23.979Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:25:24.270Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:24.270Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:25:24.270Z] [echo] cmd executed for server [2022-04-17T14:25:24.270Z] [2022-04-17T14:25:24.270Z] setOSConditions: [2022-04-17T14:25:24.270Z] [2022-04-17T14:25:24.270Z] setToolWin: [2022-04-17T14:25:24.270Z] [2022-04-17T14:25:24.270Z] setToolUnix: [2022-04-17T14:25:24.270Z] [2022-04-17T14:25:24.270Z] setToolProperty: [2022-04-17T14:25:24.270Z] [2022-04-17T14:25:24.270Z] setS1ASclassPath: [2022-04-17T14:25:24.270Z] [2022-04-17T14:25:24.270Z] init-common: [2022-04-17T14:25:24.270Z] [2022-04-17T14:25:24.270Z] undeploy-common: [2022-04-17T14:25:24.983Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] all: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setOSConditions: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolWin: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolUnix: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolProperty: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setS1ASclassPath: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] init-common: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] clean: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setOSConditions: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolWin: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolUnix: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolProperty: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setS1ASclassPath: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] init-common: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] clean-common: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setOSConditions: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolWin: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolUnix: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolProperty: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setS1ASclassPath: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] init-common: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] clean-classes-common: [2022-04-17T14:25:24.983Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setOSConditions: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolWin: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolUnix: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolProperty: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setS1ASclassPath: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] init-common: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] clean-jars-common: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] compile: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setOSConditions: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolWin: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolUnix: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setToolProperty: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] setS1ASclassPath: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] init-common: [2022-04-17T14:25:24.983Z] [2022-04-17T14:25:24.983Z] compile-common: [2022-04-17T14:25:24.983Z] [echo] Current time (ISO): 2022-04-17T14:25:24.789+0000 [2022-04-17T14:25:24.983Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:25:24.983Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:25:26.900Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:25:26.900Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:26.900Z] [javac] return new Integer(1); [2022-04-17T14:25:26.900Z] [javac] ^ [2022-04-17T14:25:26.900Z] [javac] 2 warnings [2022-04-17T14:25:26.900Z] [2022-04-17T14:25:26.900Z] setOSConditions: [2022-04-17T14:25:26.900Z] [2022-04-17T14:25:26.900Z] setToolWin: [2022-04-17T14:25:26.900Z] [2022-04-17T14:25:26.900Z] setToolUnix: [2022-04-17T14:25:26.900Z] [2022-04-17T14:25:26.900Z] setToolProperty: [2022-04-17T14:25:26.900Z] [2022-04-17T14:25:26.900Z] setS1ASclassPath: [2022-04-17T14:25:26.900Z] [2022-04-17T14:25:26.900Z] init-common: [2022-04-17T14:25:26.900Z] [2022-04-17T14:25:26.900Z] compile-common: [2022-04-17T14:25:26.900Z] [echo] Current time (ISO): 2022-04-17T14:25:26.881+0000 [2022-04-17T14:25:26.900Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:25:28.927Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:25:28.927Z] [javac] 1 warning [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] build: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setOSConditions: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] fixFiles: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] convUnix: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] convWin: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolWin: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolUnix: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolProperty: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setS1ASclassPath: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] init-common: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] package-persistence-common: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] ejb-jar-common: [2022-04-17T14:25:28.927Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] package-ejbjar-common: [2022-04-17T14:25:28.927Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:28.927Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:28.927Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:28.927Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusage-ejb.jar [2022-04-17T14:25:28.927Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] appclient-jar-common: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] package-appclientjar-common: [2022-04-17T14:25:28.927Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:28.927Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:28.927Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:28.927Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusage-client.jar [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] webclient-war-common: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] build-ear-common: [2022-04-17T14:25:28.927Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:28.927Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusageApp.ear [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] deploy: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setOSConditions: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolWin: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolUnix: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolProperty: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setS1ASclassPath: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] init-common: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] execute-sql-common: [2022-04-17T14:25:28.927Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/create_pointbase.sql [2022-04-17T14:25:28.927Z] [sql] Failed to execute: Drop table max_connection_usage [2022-04-17T14:25:28.927Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAX_CONNECTION_USAGE' because it does not exist. [2022-04-17T14:25:28.927Z] [sql] 0 rows affected [2022-04-17T14:25:28.927Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setOSConditions: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolWin: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolUnix: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolProperty: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setS1ASclassPath: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] init-common: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setup: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setOSConditions: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolWin: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolUnix: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolProperty: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setS1ASclassPath: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] init-common: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] deploy-jdbc-common: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setOSConditions: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolWin: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolUnix: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setToolProperty: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] setS1ASclassPath: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] init-common: [2022-04-17T14:25:28.927Z] [2022-04-17T14:25:28.927Z] create-jdbc-connpool-common: [2022-04-17T14:25:29.496Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:29.496Z] [exec] JDBC connection pool jdbc-maxconnectionusage-pool created successfully. [2022-04-17T14:25:29.496Z] [2022-04-17T14:25:29.496Z] set-derby-connpool-props: [2022-04-17T14:25:29.787Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:29.787Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.User=dbuser [2022-04-17T14:25:30.422Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:30.422Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.Password=dbpassword [2022-04-17T14:25:30.691Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:30.692Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.driverType=4 [2022-04-17T14:25:31.264Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:31.264Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.portNumber=1527 [2022-04-17T14:25:31.539Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:31.796Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.dataBaseName=testdb [2022-04-17T14:25:32.052Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:32.052Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:25:32.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:32.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.create=true [2022-04-17T14:25:32.902Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:33.168Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.serverName=localhost [2022-04-17T14:25:33.168Z] [2022-04-17T14:25:33.168Z] setOSConditions: [2022-04-17T14:25:33.168Z] [2022-04-17T14:25:33.168Z] setToolWin: [2022-04-17T14:25:33.168Z] [2022-04-17T14:25:33.168Z] setToolUnix: [2022-04-17T14:25:33.168Z] [2022-04-17T14:25:33.168Z] setToolProperty: [2022-04-17T14:25:33.168Z] [2022-04-17T14:25:33.168Z] setS1ASclassPath: [2022-04-17T14:25:33.168Z] [2022-04-17T14:25:33.168Z] init-common: [2022-04-17T14:25:33.168Z] [2022-04-17T14:25:33.168Z] create-jdbc-resource-common: [2022-04-17T14:25:33.168Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:33.425Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:33.425Z] [exec] JDBC resource jdbc/maxconnectionusage created successfully. [2022-04-17T14:25:33.425Z] [echo] cmd executed for server [2022-04-17T14:25:33.425Z] [2022-04-17T14:25:33.425Z] asadmin-common: [2022-04-17T14:25:33.425Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:33.989Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:33.989Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.steady-pool-size=1 [2022-04-17T14:25:33.989Z] [2022-04-17T14:25:33.990Z] asadmin-common: [2022-04-17T14:25:33.990Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:34.456Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:34.456Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max-pool-size=1 [2022-04-17T14:25:34.456Z] [2022-04-17T14:25:34.456Z] asadmin-common: [2022-04-17T14:25:34.456Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:35.049Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:35.050Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max-connection-usage-count=10 [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] setOSConditions: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] setToolWin: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] setToolUnix: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] setToolProperty: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] setS1ASclassPath: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] init-common: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] deploy-jdbc-common: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] setOSConditions: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] setToolWin: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] setToolUnix: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] setToolProperty: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] setS1ASclassPath: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] init-common: [2022-04-17T14:25:35.050Z] [2022-04-17T14:25:35.050Z] create-jdbc-connpool-common: [2022-04-17T14:25:35.307Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:35.307Z] [exec] JDBC connection pool jdbc-maxconnectionusageXA-pool created successfully. [2022-04-17T14:25:35.307Z] [2022-04-17T14:25:35.307Z] set-derby-connpool-props: [2022-04-17T14:25:35.876Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:35.876Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.User=dbuser [2022-04-17T14:25:36.143Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:36.400Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.Password=dbpassword [2022-04-17T14:25:36.964Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:36.964Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.driverType=4 [2022-04-17T14:25:37.237Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:37.237Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.portNumber=1527 [2022-04-17T14:25:37.802Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:37.802Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.dataBaseName=testdb [2022-04-17T14:25:38.060Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:38.342Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:25:38.603Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:38.603Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.create=true [2022-04-17T14:25:39.167Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:39.167Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.serverName=localhost [2022-04-17T14:25:39.167Z] [2022-04-17T14:25:39.167Z] setOSConditions: [2022-04-17T14:25:39.167Z] [2022-04-17T14:25:39.167Z] setToolWin: [2022-04-17T14:25:39.167Z] [2022-04-17T14:25:39.167Z] setToolUnix: [2022-04-17T14:25:39.167Z] [2022-04-17T14:25:39.167Z] setToolProperty: [2022-04-17T14:25:39.167Z] [2022-04-17T14:25:39.167Z] setS1ASclassPath: [2022-04-17T14:25:39.167Z] [2022-04-17T14:25:39.167Z] init-common: [2022-04-17T14:25:39.167Z] [2022-04-17T14:25:39.167Z] create-jdbc-resource-common: [2022-04-17T14:25:39.167Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:39.436Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:39.736Z] [exec] JDBC resource jdbc/maxconnectionusageXA created successfully. [2022-04-17T14:25:39.736Z] [echo] cmd executed for server [2022-04-17T14:25:39.736Z] [2022-04-17T14:25:39.736Z] asadmin-common: [2022-04-17T14:25:39.736Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:39.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:39.994Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.steady-pool-size=1 [2022-04-17T14:25:39.994Z] [2022-04-17T14:25:39.994Z] asadmin-common: [2022-04-17T14:25:39.994Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:40.558Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:40.558Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max-pool-size=1 [2022-04-17T14:25:40.558Z] [2022-04-17T14:25:40.558Z] asadmin-common: [2022-04-17T14:25:40.558Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:41.141Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:41.141Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max-connection-usage-count=10 [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] setOSConditions: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] setToolWin: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] setToolUnix: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] setToolProperty: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] setS1ASclassPath: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] init-common: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] deploy-common: [2022-04-17T14:25:41.141Z] [echo] Current time (ISO): 2022-04-17T14:25:40.869+0000 [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] setOSConditions: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] setToolWin: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] setToolUnix: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] setToolProperty: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] setS1ASclassPath: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] init-common: [2022-04-17T14:25:41.141Z] [2022-04-17T14:25:41.141Z] deploy-common-pe: [2022-04-17T14:25:41.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusageApp.ear [2022-04-17T14:25:41.655Z] [exec] Application deployed with name jdbc-maxconnectionusageApp. [2022-04-17T14:25:41.655Z] [echo] Deployment on target server server successful [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setOSConditions: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setToolWin: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setToolUnix: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setToolProperty: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setS1ASclassPath: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] init-common: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] deploy-common-ee: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] run: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setOSConditions: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setToolWin: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setToolUnix: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setToolProperty: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setS1ASclassPath: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] init-common: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] execute-sql-common: [2022-04-17T14:25:41.655Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/create_pointbase.sql [2022-04-17T14:25:41.655Z] [sql] 0 rows affected [2022-04-17T14:25:41.655Z] [sql] 0 rows affected [2022-04-17T14:25:41.655Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setOSConditions: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setToolWin: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setToolUnix: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setToolProperty: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] setS1ASclassPath: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] init-common: [2022-04-17T14:25:41.655Z] [2022-04-17T14:25:41.655Z] runclient-common: [2022-04-17T14:25:41.656Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:25:43.055Z] [exec] Apr 17, 2022 2:25:42 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:25:43.055Z] [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. [2022-04-17T14:25:47.297Z] [exec] Value of key is: Max Connection Usage - (local-TxNotSupported): [2022-04-17T14:25:47.297Z] [exec] Value of key is: Max Connection Usage - (local-Tx-Sharing) : [2022-04-17T14:25:47.297Z] [exec] Value of key is: Max Connection Usage - (XA-TxNotSupported) : [2022-04-17T14:25:47.297Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:25:47.297Z] [exec] [2022-04-17T14:25:47.297Z] [exec] [2022-04-17T14:25:47.297Z] [exec] ----------------------------------------- [2022-04-17T14:25:47.297Z] [exec] - Max Connection Usage - (local-TxNotSupported): : PASS - [2022-04-17T14:25:47.297Z] [exec] - Max Connection Usage - (local-Tx-Sharing) : : PASS - [2022-04-17T14:25:47.297Z] [exec] - Max Connection Usage - (XA-TxNotSupported) : : PASS - [2022-04-17T14:25:47.297Z] [exec] ----------------------------------------- [2022-04-17T14:25:47.297Z] [exec] Total PASS: 3 [2022-04-17T14:25:47.297Z] [exec] Total FAIL: 0 [2022-04-17T14:25:47.297Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:25:47.297Z] [exec] ----------------------------------------- [2022-04-17T14:25:47.297Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:25:47.297Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] checkReporting-common: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] confirmReportPresent-common: [2022-04-17T14:25:47.297Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:25:47.297Z] [echo] Test seems to be reported fine [2022-04-17T14:25:47.297Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/RepRunConf.txt [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] confirmMissingReport-common: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] undeploy: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] setOSConditions: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] setToolWin: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] setToolUnix: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] setToolProperty: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] setS1ASclassPath: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] init-common: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] execute-sql-common: [2022-04-17T14:25:47.297Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/drop_pointbase.sql [2022-04-17T14:25:47.297Z] [sql] 0 rows affected [2022-04-17T14:25:47.297Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] unsetup: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] setOSConditions: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] setToolWin: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] setToolUnix: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] setToolProperty: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] setS1ASclassPath: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] init-common: [2022-04-17T14:25:47.297Z] [2022-04-17T14:25:47.297Z] delete-jdbc-resource-common: [2022-04-17T14:25:47.297Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxconnectionusage [2022-04-17T14:25:47.863Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxconnectionusage [2022-04-17T14:25:47.863Z] [exec] JDBC resource jdbc/maxconnectionusage deleted successfully [2022-04-17T14:25:47.863Z] [echo] cmd executed for server [2022-04-17T14:25:47.863Z] [2022-04-17T14:25:47.863Z] setOSConditions: [2022-04-17T14:25:47.863Z] [2022-04-17T14:25:47.863Z] setToolWin: [2022-04-17T14:25:47.863Z] [2022-04-17T14:25:47.863Z] setToolUnix: [2022-04-17T14:25:47.863Z] [2022-04-17T14:25:47.863Z] setToolProperty: [2022-04-17T14:25:47.863Z] [2022-04-17T14:25:47.863Z] setS1ASclassPath: [2022-04-17T14:25:47.863Z] [2022-04-17T14:25:47.863Z] init-common: [2022-04-17T14:25:47.863Z] [2022-04-17T14:25:47.863Z] delete-jdbc-connpool-common: [2022-04-17T14:25:47.863Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxconnectionusage-pool [2022-04-17T14:25:48.119Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:48.119Z] [exec] JDBC Connection pool jdbc-maxconnectionusage-pool deleted successfully [2022-04-17T14:25:48.119Z] [echo] cmd executed for server [2022-04-17T14:25:48.119Z] [2022-04-17T14:25:48.119Z] setOSConditions: [2022-04-17T14:25:48.119Z] [2022-04-17T14:25:48.119Z] setToolWin: [2022-04-17T14:25:48.119Z] [2022-04-17T14:25:48.119Z] setToolUnix: [2022-04-17T14:25:48.119Z] [2022-04-17T14:25:48.119Z] setToolProperty: [2022-04-17T14:25:48.119Z] [2022-04-17T14:25:48.119Z] setS1ASclassPath: [2022-04-17T14:25:48.119Z] [2022-04-17T14:25:48.119Z] init-common: [2022-04-17T14:25:48.119Z] [2022-04-17T14:25:48.119Z] delete-jdbc-resource-common: [2022-04-17T14:25:48.119Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxconnectionusageXA [2022-04-17T14:25:48.701Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxconnectionusageXA [2022-04-17T14:25:48.701Z] [exec] JDBC resource jdbc/maxconnectionusageXA deleted successfully [2022-04-17T14:25:48.701Z] [echo] cmd executed for server [2022-04-17T14:25:48.701Z] [2022-04-17T14:25:48.701Z] setOSConditions: [2022-04-17T14:25:48.701Z] [2022-04-17T14:25:48.701Z] setToolWin: [2022-04-17T14:25:48.701Z] [2022-04-17T14:25:48.701Z] setToolUnix: [2022-04-17T14:25:48.701Z] [2022-04-17T14:25:48.701Z] setToolProperty: [2022-04-17T14:25:48.701Z] [2022-04-17T14:25:48.701Z] setS1ASclassPath: [2022-04-17T14:25:48.701Z] [2022-04-17T14:25:48.701Z] init-common: [2022-04-17T14:25:48.701Z] [2022-04-17T14:25:48.701Z] delete-jdbc-connpool-common: [2022-04-17T14:25:48.701Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxconnectionusageXA-pool [2022-04-17T14:25:49.265Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:49.265Z] [exec] JDBC Connection pool jdbc-maxconnectionusageXA-pool deleted successfully [2022-04-17T14:25:49.265Z] [echo] cmd executed for server [2022-04-17T14:25:49.265Z] [2022-04-17T14:25:49.265Z] setOSConditions: [2022-04-17T14:25:49.265Z] [2022-04-17T14:25:49.265Z] setToolWin: [2022-04-17T14:25:49.265Z] [2022-04-17T14:25:49.265Z] setToolUnix: [2022-04-17T14:25:49.265Z] [2022-04-17T14:25:49.265Z] setToolProperty: [2022-04-17T14:25:49.265Z] [2022-04-17T14:25:49.265Z] setS1ASclassPath: [2022-04-17T14:25:49.265Z] [2022-04-17T14:25:49.265Z] init-common: [2022-04-17T14:25:49.265Z] [2022-04-17T14:25:49.265Z] undeploy-common: [2022-04-17T14:25:49.830Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] all: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setOSConditions: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolWin: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolUnix: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolProperty: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setS1ASclassPath: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] init-common: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] clean: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setOSConditions: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolWin: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolUnix: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolProperty: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setS1ASclassPath: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] init-common: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] clean-common: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setOSConditions: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolWin: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolUnix: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolProperty: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setS1ASclassPath: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] init-common: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] clean-classes-common: [2022-04-17T14:25:49.830Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setOSConditions: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolWin: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolUnix: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolProperty: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setS1ASclassPath: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] init-common: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] clean-jars-common: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] compile: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setOSConditions: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolWin: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolUnix: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setToolProperty: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] setS1ASclassPath: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] init-common: [2022-04-17T14:25:49.830Z] [2022-04-17T14:25:49.830Z] compile-common: [2022-04-17T14:25:49.830Z] [echo] Current time (ISO): 2022-04-17T14:25:49.598+0000 [2022-04-17T14:25:49.830Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:25:49.830Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:25:51.884Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:25:51.884Z] [javac] 1 warning [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] build: [2022-04-17T14:25:51.884Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] package-appclientjar-common: [2022-04-17T14:25:51.884Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:51.884Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:51.884Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:25:51.884Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/switchoffACCconnpoolingAppClient.jar [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setup: [2022-04-17T14:25:51.884Z] [echo] Setting up derby .... [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setOSConditions: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setToolWin: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setToolUnix: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setToolProperty: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setS1ASclassPath: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] init-common: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] deploy-jdbc-common: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setOSConditions: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setToolWin: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setToolUnix: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setToolProperty: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] setS1ASclassPath: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] init-common: [2022-04-17T14:25:51.884Z] [2022-04-17T14:25:51.884Z] create-jdbc-connpool-common: [2022-04-17T14:25:52.145Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:52.401Z] [exec] JDBC connection pool jdbc-derby-pool created successfully. [2022-04-17T14:25:52.401Z] [2022-04-17T14:25:52.401Z] set-derby-connpool-props: [2022-04-17T14:25:52.658Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:52.940Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser [2022-04-17T14:25:53.198Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:53.198Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword [2022-04-17T14:25:53.761Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:53.761Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 [2022-04-17T14:25:54.017Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:54.017Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 [2022-04-17T14:25:54.583Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:54.583Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb [2022-04-17T14:25:55.154Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:55.154Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:25:55.423Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:55.423Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true [2022-04-17T14:25:55.990Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:55.990Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost [2022-04-17T14:25:55.990Z] [2022-04-17T14:25:55.990Z] setOSConditions: [2022-04-17T14:25:55.990Z] [2022-04-17T14:25:55.990Z] setToolWin: [2022-04-17T14:25:55.990Z] [2022-04-17T14:25:55.990Z] setToolUnix: [2022-04-17T14:25:55.990Z] [2022-04-17T14:25:55.990Z] setToolProperty: [2022-04-17T14:25:55.990Z] [2022-04-17T14:25:55.990Z] setS1ASclassPath: [2022-04-17T14:25:55.990Z] [2022-04-17T14:25:55.990Z] init-common: [2022-04-17T14:25:55.990Z] [2022-04-17T14:25:55.990Z] create-jdbc-resource-common: [2022-04-17T14:25:55.990Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:56.258Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:56.540Z] [exec] JDBC resource jdbc/nonxaresource created successfully. [2022-04-17T14:25:56.540Z] [echo] cmd executed for server [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] setOSConditions: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] setToolWin: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] setToolUnix: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] setToolProperty: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] setS1ASclassPath: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] init-common: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] deploy-jdbc-common: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] setOSConditions: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] setToolWin: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] setToolUnix: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] setToolProperty: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] setS1ASclassPath: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] init-common: [2022-04-17T14:25:56.540Z] [2022-04-17T14:25:56.540Z] create-jdbc-connpool-common: [2022-04-17T14:25:56.803Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:57.060Z] [exec] JDBC connection pool jdbc-derby-xa-pool created successfully. [2022-04-17T14:25:57.060Z] [2022-04-17T14:25:57.060Z] set-derby-connpool-props: [2022-04-17T14:25:57.649Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:57.649Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser [2022-04-17T14:25:57.908Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:57.908Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword [2022-04-17T14:25:58.471Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:58.471Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 [2022-04-17T14:25:59.046Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:59.046Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 [2022-04-17T14:25:59.303Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:59.303Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb [2022-04-17T14:25:59.867Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:25:59.867Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:26:00.123Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:00.124Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true [2022-04-17T14:26:00.690Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:00.690Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost [2022-04-17T14:26:00.690Z] [2022-04-17T14:26:00.690Z] setOSConditions: [2022-04-17T14:26:00.690Z] [2022-04-17T14:26:00.690Z] setToolWin: [2022-04-17T14:26:00.690Z] [2022-04-17T14:26:00.690Z] setToolUnix: [2022-04-17T14:26:00.690Z] [2022-04-17T14:26:00.690Z] setToolProperty: [2022-04-17T14:26:00.691Z] [2022-04-17T14:26:00.691Z] setS1ASclassPath: [2022-04-17T14:26:00.691Z] [2022-04-17T14:26:00.691Z] init-common: [2022-04-17T14:26:00.691Z] [2022-04-17T14:26:00.691Z] create-jdbc-resource-common: [2022-04-17T14:26:00.691Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:01.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:01.256Z] [exec] JDBC resource jdbc/xaresource created successfully. [2022-04-17T14:26:01.256Z] [echo] cmd executed for server [2022-04-17T14:26:01.256Z] [2022-04-17T14:26:01.256Z] asadmin-common: [2022-04-17T14:26:01.256Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:26:01.840Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:26:01.840Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; [2022-04-17T14:26:01.840Z] [2022-04-17T14:26:01.840Z] asadmin-common: [2022-04-17T14:26:01.840Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:26:02.103Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:26:02.103Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; [2022-04-17T14:26:02.103Z] [2022-04-17T14:26:02.103Z] run: [2022-04-17T14:26:02.103Z] [2022-04-17T14:26:02.103Z] setOSConditions: [2022-04-17T14:26:02.103Z] [2022-04-17T14:26:02.103Z] setToolWin: [2022-04-17T14:26:02.103Z] [2022-04-17T14:26:02.103Z] setToolUnix: [2022-04-17T14:26:02.103Z] [2022-04-17T14:26:02.103Z] setToolProperty: [2022-04-17T14:26:02.103Z] [2022-04-17T14:26:02.103Z] setS1ASclassPath: [2022-04-17T14:26:02.103Z] [2022-04-17T14:26:02.103Z] init-common: [2022-04-17T14:26:02.103Z] [2022-04-17T14:26:02.103Z] myrunclient: [2022-04-17T14:26:02.103Z] [echo] appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:26:03.488Z] [exec] Apr 17, 2022 2:26:02 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:26:03.488Z] [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. [2022-04-17T14:26:04.983Z] [exec] verifying uniqueness of all connection [2022-04-17T14:26:07.539Z] [exec] Apr 17, 2022 2:26:06 PM org.hibernate.validator.internal.util.Version [2022-04-17T14:26:07.539Z] [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7178d811 [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3883b5e9 [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@23c00420 [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@f6bc75c [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@59a3eaf7 [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3661b732 [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@359fa722 [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@14d53884 [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2842ef02 [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@31859960 [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@f5167f0 [2022-04-17T14:26:07.798Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6787bd41 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5d202dc4 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@787a4519 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@18c0f025 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@dddcd91 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@25a52a60 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6956eb58 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@36c45149 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4ed19540 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4feaa4b8 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6442cf3e [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4154ecd3 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@52a3eef8 [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@84e43fb [2022-04-17T14:26:08.140Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@64d1f549 [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6a358906 [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5bbc033f [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@256c6f7a [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2d568cff [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@397bd46b [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@74ed7111 [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@224e7aa5 [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2a7b4bb6 [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4abb4041 [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7b6b8cea [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4f3b11e6 [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5de6c7d7 [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2cf97875 [2022-04-17T14:26:08.440Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@20f3291d [2022-04-17T14:26:08.440Z] [exec] Total connection requested : 40 [2022-04-17T14:26:08.440Z] [exec] Total connection created : 40 [2022-04-17T14:26:08.440Z] [exec] Total number of unique connection : 40 [2022-04-17T14:26:08.440Z] [exec] Value of key is:switchoffACCconnpooling-test1 [2022-04-17T14:26:08.440Z] [exec] switchoffACCconnpooling-test1: passed [2022-04-17T14:26:08.440Z] [exec] creating connection upto max-pool-size of 32 [2022-04-17T14:26:09.051Z] [exec] Able to create max connections [2022-04-17T14:26:09.051Z] [exec] Value of key is:switchoffACCconnpooling-test2 [2022-04-17T14:26:09.051Z] [exec] switchoffACCconnpooling-test2: passed [2022-04-17T14:26:09.051Z] [exec] Unable to create beyond max connections [2022-04-17T14:26:09.051Z] [exec] Value of key is:switchoffACCconnpooling-test3 [2022-04-17T14:26:09.051Z] [exec] switchoffACCconnpooling-test3: passed [2022-04-17T14:26:09.051Z] [exec] rollback set to false [2022-04-17T14:26:09.051Z] [exec] Apr 17, 2022 2:26:08 PM com.sun.enterprise.resource.pool.UnpooledResource incrementPoolSize [2022-04-17T14:26:09.051Z] [exec] INFO: Fail as poolSize : 32 [2022-04-17T14:26:09.051Z] [exec] Apr 17, 2022 2:26:08 PM com.sun.enterprise.connectors.ConnectionManagerImpl internalGetConnection [2022-04-17T14:26:09.051Z] [exec] WARNING: RAR5117 : Failed to obtain/create connection from connection pool [ jdbc-derby-pool ]. Reason : com.sun.appserv.connectors.internal.api.PoolingException: In-use connections equal max-pool-size therefore cannot allocate any more connections. [2022-04-17T14:26:09.051Z] [exec] Apr 17, 2022 2:26:08 PM com.sun.gjc.spi.base.AbstractDataSource logNonTransientException [2022-04-17T14:26:09.051Z] [exec] WARNING: jdbc.exc_get_conn [2022-04-17T14:26:09.051Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4b7ab262 [2022-04-17T14:26:09.342Z] [exec] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:540) [2022-04-17T14:26:09.342Z] [exec] at com.sun.gjc.spi.base.StatementWrapper.executeUpdate(StatementWrapper.java:94) [2022-04-17T14:26:09.342Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.createTable(Client.java:357) [2022-04-17T14:26:09.342Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.test1(Client.java:99) [2022-04-17T14:26:09.342Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.runTest(Client.java:70) [2022-04-17T14:26:09.342Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.main(Client.java:58) [2022-04-17T14:26:09.342Z] [exec] Caused by: ERROR 42Y55: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.am.ClientStatement.completeExecuteImmediate(ClientStatement.java:1683) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(NetStatementReply.java:209) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(NetStatementReply.java:60) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.net.StatementReply.readExecuteImmediate(StatementReply.java:47) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(NetStatement.java:142) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.am.ClientStatement.readExecuteImmediate(ClientStatement.java:1679) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.am.ClientStatement.flowExecute(ClientStatement.java:2408) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdateX(ClientStatement.java:566) [2022-04-17T14:26:09.342Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:531) [2022-04-17T14:26:09.342Z] [exec] ... 5 more [2022-04-17T14:26:09.342Z] [exec] count1 : 0 [2022-04-17T14:26:09.342Z] [exec] count2 : 10 [2022-04-17T14:26:09.342Z] [exec] Value of key is:switchoffACCconnpooling-test4 [2022-04-17T14:26:09.342Z] [exec] switchoffACCconnpooling-test4: passed [2022-04-17T14:26:09.641Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@196c8b93 [2022-04-17T14:26:09.641Z] [exec] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE_XA' because it does not exist. [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:540) [2022-04-17T14:26:09.641Z] [exec] at com.sun.gjc.spi.base.StatementWrapper.executeUpdate(StatementWrapper.java:94) [2022-04-17T14:26:09.641Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.createTable(Client.java:357) [2022-04-17T14:26:09.641Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.test1(Client.java:99) [2022-04-17T14:26:09.641Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.runTest(Client.java:73) [2022-04-17T14:26:09.641Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.main(Client.java:58) [2022-04-17T14:26:09.641Z] [exec] Caused by: ERROR 42Y55: 'DROP TABLE' cannot be performed on 'COFFEE_XA' because it does not exist. [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.am.ClientStatement.completeExecuteImmediate(ClientStatement.java:1683) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(NetStatementReply.java:209) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(NetStatementReply.java:60) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.net.StatementReply.readExecuteImmediate(StatementReply.java:47) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(NetStatement.java:142) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.am.ClientStatement.readExecuteImmediate(ClientStatement.java:1679) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.am.ClientStatement.flowExecute(ClientStatement.java:2408) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdateX(ClientStatement.java:566) [2022-04-17T14:26:09.641Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:531) [2022-04-17T14:26:09.641Z] [exec] ... 5 more [2022-04-17T14:26:09.641Z] [exec] count1 : 0 [2022-04-17T14:26:09.641Z] [exec] count2 : 10 [2022-04-17T14:26:09.641Z] [exec] Value of key is:switchoffACCconnpooling-test5 [2022-04-17T14:26:09.641Z] [exec] switchoffACCconnpooling-test5: passed [2022-04-17T14:26:09.641Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5b344510 [2022-04-17T14:26:09.945Z] [exec] count1 : 0 [2022-04-17T14:26:09.945Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6752d7fc [2022-04-17T14:26:09.945Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5b1e336c [2022-04-17T14:26:09.945Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5513745d [2022-04-17T14:26:09.945Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6dac64ea [2022-04-17T14:26:09.945Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@26a9754a [2022-04-17T14:26:09.945Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@20bed60a [2022-04-17T14:26:09.945Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3746749 [2022-04-17T14:26:09.945Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1c7094eb [2022-04-17T14:26:09.945Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7bdab06c [2022-04-17T14:26:09.945Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@72f9cd3f [2022-04-17T14:26:09.945Z] [exec] count2 : 10 [2022-04-17T14:26:09.945Z] [exec] Value of key is:switchoffACCconnpooling-test6 [2022-04-17T14:26:09.945Z] [exec] switchoffACCconnpooling-test6: passed [2022-04-17T14:26:09.945Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@613d4fa6 [2022-04-17T14:26:10.206Z] [exec] count1 : 0 [2022-04-17T14:26:10.206Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7e04af28 [2022-04-17T14:26:10.206Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@b78dcdf [2022-04-17T14:26:10.206Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@183ab40f [2022-04-17T14:26:10.206Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@63be03c8 [2022-04-17T14:26:10.206Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@38988d78 [2022-04-17T14:26:10.206Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@75cb2090 [2022-04-17T14:26:10.206Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@381c78ea [2022-04-17T14:26:10.206Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2baf9c62 [2022-04-17T14:26:10.206Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@57202722 [2022-04-17T14:26:10.206Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7bc342f6 [2022-04-17T14:26:10.206Z] [exec] count2 : 10 [2022-04-17T14:26:10.206Z] [exec] Value of key is:switchoffACCconnpooling-test7 [2022-04-17T14:26:10.206Z] [exec] switchoffACCconnpooling-test7: passed [2022-04-17T14:26:10.206Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2006673c [2022-04-17T14:26:10.206Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@6a82d4b4 [2022-04-17T14:26:10.206Z] [exec] count1 : 0 [2022-04-17T14:26:10.206Z] [exec] count3 : 0 [2022-04-17T14:26:10.469Z] [exec] count2 : 10 [2022-04-17T14:26:10.469Z] [exec] count4 : 10 [2022-04-17T14:26:10.469Z] [exec] Value of key is:switchoffACCconnpooling-test8 [2022-04-17T14:26:10.469Z] [exec] switchoffACCconnpooling-test8: passed [2022-04-17T14:26:10.469Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4e3931 [2022-04-17T14:26:10.469Z] [exec] count1 : 0 xacount1 : 0 [2022-04-17T14:26:10.469Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6880c06b [2022-04-17T14:26:10.469Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@42775280 [2022-04-17T14:26:10.742Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4670caf6 [2022-04-17T14:26:10.742Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2df5fc0f [2022-04-17T14:26:10.742Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@20bc4c09 [2022-04-17T14:26:10.742Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@75c85a8a [2022-04-17T14:26:10.742Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@676a2d36 [2022-04-17T14:26:10.742Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@18182680 [2022-04-17T14:26:10.742Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6ec2108c [2022-04-17T14:26:10.742Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@67c907b0 [2022-04-17T14:26:11.037Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@43c28101 [2022-04-17T14:26:11.037Z] [exec] count2 : 10 xacount2 : 1 [2022-04-17T14:26:11.037Z] [exec] Value of key is:switchoffACCconnpooling-test9 [2022-04-17T14:26:11.037Z] [exec] switchoffACCconnpooling-test9: passed [2022-04-17T14:26:11.037Z] [exec] rollback set to true [2022-04-17T14:26:11.037Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5f7a911f [2022-04-17T14:26:11.037Z] [exec] count1 : 0 [2022-04-17T14:26:11.037Z] [exec] count2 : 0 [2022-04-17T14:26:11.037Z] [exec] Value of key is:switchoffACCconnpooling-test10 [2022-04-17T14:26:11.037Z] [exec] switchoffACCconnpooling-test10: passed [2022-04-17T14:26:11.037Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@1c22aae1 [2022-04-17T14:26:11.037Z] [exec] count1 : 0 [2022-04-17T14:26:11.299Z] [exec] count2 : 0 [2022-04-17T14:26:11.299Z] [exec] Value of key is:switchoffACCconnpooling-test11 [2022-04-17T14:26:11.299Z] [exec] switchoffACCconnpooling-test11: passed [2022-04-17T14:26:11.299Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1ecd979e [2022-04-17T14:26:11.299Z] [exec] count1 : 0 [2022-04-17T14:26:11.299Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@68344a08 [2022-04-17T14:26:11.299Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3de9a4f4 [2022-04-17T14:26:11.299Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2e16c98b [2022-04-17T14:26:11.299Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2afac2f7 [2022-04-17T14:26:11.299Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7ee0a60a [2022-04-17T14:26:11.299Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@77dd90ce [2022-04-17T14:26:11.299Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@652c7ba2 [2022-04-17T14:26:11.299Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@329ba591 [2022-04-17T14:26:11.556Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@31725710 [2022-04-17T14:26:11.556Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@266b1bd9 [2022-04-17T14:26:11.556Z] [exec] count2 : 0 [2022-04-17T14:26:11.556Z] [exec] Value of key is:switchoffACCconnpooling-test12 [2022-04-17T14:26:11.556Z] [exec] switchoffACCconnpooling-test12: passed [2022-04-17T14:26:11.556Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@5b478eab [2022-04-17T14:26:11.556Z] [exec] count1 : 0 [2022-04-17T14:26:11.556Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7a16602e [2022-04-17T14:26:11.556Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@18c847cc [2022-04-17T14:26:11.556Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4a14edc4 [2022-04-17T14:26:11.556Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2c28414b [2022-04-17T14:26:11.556Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@65f653f0 [2022-04-17T14:26:11.556Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3f5a8ea5 [2022-04-17T14:26:11.556Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@524d3e47 [2022-04-17T14:26:11.556Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3c810f5c [2022-04-17T14:26:11.556Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6b3fa2ef [2022-04-17T14:26:11.556Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@fb268b [2022-04-17T14:26:11.556Z] [exec] count2 : 0 [2022-04-17T14:26:11.556Z] [exec] Value of key is:switchoffACCconnpooling-test13 [2022-04-17T14:26:11.556Z] [exec] switchoffACCconnpooling-test13: passed [2022-04-17T14:26:11.556Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7bb8ede7 [2022-04-17T14:26:11.556Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@7d143e6e [2022-04-17T14:26:11.840Z] [exec] count1 : 0 [2022-04-17T14:26:11.840Z] [exec] count3 : 0 [2022-04-17T14:26:11.840Z] [exec] count2 : 0 [2022-04-17T14:26:11.840Z] [exec] count4 : 0 [2022-04-17T14:26:11.840Z] [exec] Value of key is:switchoffACCconnpooling-test14 [2022-04-17T14:26:11.840Z] [exec] switchoffACCconnpooling-test14: passed [2022-04-17T14:26:11.840Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2203ee34 [2022-04-17T14:26:12.097Z] [exec] count1 : 0 xacount1 : 0 [2022-04-17T14:26:12.097Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@21c64b8e [2022-04-17T14:26:12.097Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@48821e3c [2022-04-17T14:26:12.097Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@235bbc1e [2022-04-17T14:26:12.097Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@fb7cc8f [2022-04-17T14:26:12.097Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5299c25d [2022-04-17T14:26:12.097Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7aee9f49 [2022-04-17T14:26:12.097Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1e2200ee [2022-04-17T14:26:12.097Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@513b2cda [2022-04-17T14:26:12.097Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4afbc9bf [2022-04-17T14:26:12.097Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@69dc041a [2022-04-17T14:26:12.097Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@40883ca7 [2022-04-17T14:26:12.097Z] [exec] count2 : 0 xacount2 : 0 [2022-04-17T14:26:12.097Z] [exec] Value of key is:switchoffACCconnpooling-test15 [2022-04-17T14:26:12.097Z] [exec] switchoffACCconnpooling-test15: passed [2022-04-17T14:26:12.097Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:26:12.097Z] [exec] [2022-04-17T14:26:12.097Z] [exec] [2022-04-17T14:26:12.097Z] [exec] ----------------------------------------- [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test1: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test10: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test2: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test11: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test12: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test13: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test14: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test15: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test7: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test8: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test9: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test3: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test4: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test5: PASS - [2022-04-17T14:26:12.097Z] [exec] - switchoffACCconnpooling-test6: PASS - [2022-04-17T14:26:12.097Z] [exec] ----------------------------------------- [2022-04-17T14:26:12.097Z] [exec] Total PASS: 15 [2022-04-17T14:26:12.097Z] [exec] Total FAIL: 0 [2022-04-17T14:26:12.097Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:26:12.097Z] [exec] ----------------------------------------- [2022-04-17T14:26:12.097Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:26:12.097Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] checkReporting-common: [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] confirmReportPresent-common: [2022-04-17T14:26:12.660Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:26:12.660Z] [echo] Test seems to be reported fine [2022-04-17T14:26:12.660Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/switchoffACCconnpooling/RepRunConf.txt [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] confirmMissingReport-common: [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] unsetup: [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] setOSConditions: [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] setToolWin: [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] setToolUnix: [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] setToolProperty: [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] setS1ASclassPath: [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] init-common: [2022-04-17T14:26:12.660Z] [2022-04-17T14:26:12.660Z] delete-jdbc-resource-common: [2022-04-17T14:26:12.660Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource [2022-04-17T14:26:12.917Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonxaresource [2022-04-17T14:26:12.917Z] [exec] JDBC resource jdbc/nonxaresource deleted successfully [2022-04-17T14:26:12.917Z] [echo] cmd executed for server [2022-04-17T14:26:12.917Z] [2022-04-17T14:26:12.917Z] setOSConditions: [2022-04-17T14:26:12.917Z] [2022-04-17T14:26:12.917Z] setToolWin: [2022-04-17T14:26:12.917Z] [2022-04-17T14:26:12.917Z] setToolUnix: [2022-04-17T14:26:12.917Z] [2022-04-17T14:26:12.917Z] setToolProperty: [2022-04-17T14:26:12.917Z] [2022-04-17T14:26:12.917Z] setS1ASclassPath: [2022-04-17T14:26:12.917Z] [2022-04-17T14:26:12.917Z] init-common: [2022-04-17T14:26:12.917Z] [2022-04-17T14:26:12.917Z] delete-jdbc-connpool-common: [2022-04-17T14:26:12.917Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool [2022-04-17T14:26:13.483Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:13.483Z] [exec] JDBC Connection pool jdbc-derby-pool deleted successfully [2022-04-17T14:26:13.483Z] [echo] cmd executed for server [2022-04-17T14:26:13.483Z] [2022-04-17T14:26:13.483Z] setOSConditions: [2022-04-17T14:26:13.483Z] [2022-04-17T14:26:13.483Z] setToolWin: [2022-04-17T14:26:13.483Z] [2022-04-17T14:26:13.483Z] setToolUnix: [2022-04-17T14:26:13.483Z] [2022-04-17T14:26:13.483Z] setToolProperty: [2022-04-17T14:26:13.483Z] [2022-04-17T14:26:13.483Z] setS1ASclassPath: [2022-04-17T14:26:13.483Z] [2022-04-17T14:26:13.483Z] init-common: [2022-04-17T14:26:13.483Z] [2022-04-17T14:26:13.483Z] delete-jdbc-resource-common: [2022-04-17T14:26:13.483Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xaresource [2022-04-17T14:26:14.057Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/xaresource [2022-04-17T14:26:14.057Z] [exec] JDBC resource jdbc/xaresource deleted successfully [2022-04-17T14:26:14.057Z] [echo] cmd executed for server [2022-04-17T14:26:14.057Z] [2022-04-17T14:26:14.057Z] setOSConditions: [2022-04-17T14:26:14.057Z] [2022-04-17T14:26:14.057Z] setToolWin: [2022-04-17T14:26:14.057Z] [2022-04-17T14:26:14.057Z] setToolUnix: [2022-04-17T14:26:14.057Z] [2022-04-17T14:26:14.057Z] setToolProperty: [2022-04-17T14:26:14.057Z] [2022-04-17T14:26:14.057Z] setS1ASclassPath: [2022-04-17T14:26:14.057Z] [2022-04-17T14:26:14.057Z] init-common: [2022-04-17T14:26:14.057Z] [2022-04-17T14:26:14.057Z] delete-jdbc-connpool-common: [2022-04-17T14:26:14.057Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:14.641Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:14.641Z] [exec] JDBC Connection pool jdbc-derby-xa-pool deleted successfully [2022-04-17T14:26:14.641Z] [echo] cmd executed for server [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] all: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setOSConditions: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolWin: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolUnix: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolProperty: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setS1ASclassPath: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] init-common: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] clean: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setOSConditions: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolWin: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolUnix: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolProperty: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setS1ASclassPath: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] init-common: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] clean-common: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setOSConditions: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolWin: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolUnix: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolProperty: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setS1ASclassPath: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] init-common: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] clean-classes-common: [2022-04-17T14:26:14.641Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setOSConditions: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolWin: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolUnix: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolProperty: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setS1ASclassPath: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] init-common: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] clean-jars-common: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] compile: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setOSConditions: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolWin: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolUnix: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setToolProperty: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] setS1ASclassPath: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] init-common: [2022-04-17T14:26:14.641Z] [2022-04-17T14:26:14.641Z] compile-common: [2022-04-17T14:26:14.641Z] [echo] Current time (ISO): 2022-04-17T14:26:14.415+0000 [2022-04-17T14:26:14.642Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:26:14.642Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:26:16.749Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:26:16.749Z] [javac] 1 warning [2022-04-17T14:26:16.749Z] [2022-04-17T14:26:16.749Z] setOSConditions: [2022-04-17T14:26:16.749Z] [2022-04-17T14:26:16.749Z] setToolWin: [2022-04-17T14:26:16.749Z] [2022-04-17T14:26:16.749Z] setToolUnix: [2022-04-17T14:26:16.749Z] [2022-04-17T14:26:16.749Z] setToolProperty: [2022-04-17T14:26:16.749Z] [2022-04-17T14:26:16.749Z] setS1ASclassPath: [2022-04-17T14:26:16.749Z] [2022-04-17T14:26:16.749Z] init-common: [2022-04-17T14:26:16.749Z] [2022-04-17T14:26:16.749Z] compile-common: [2022-04-17T14:26:16.749Z] [echo] Current time (ISO): 2022-04-17T14:26:16.403+0000 [2022-04-17T14:26:16.749Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:26:18.744Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:26:18.744Z] [javac] 1 warning [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] build: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] setOSConditions: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] fixFiles: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] convUnix: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] convWin: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] setToolWin: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] setToolUnix: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] setToolProperty: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] setS1ASclassPath: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] init-common: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] package-persistence-common: [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] ejb-jar-common: [2022-04-17T14:26:18.744Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:26:18.744Z] [2022-04-17T14:26:18.744Z] package-ejbjar-common: [2022-04-17T14:26:18.744Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:18.744Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:18.745Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:18.745Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentials-ejb.jar [2022-04-17T14:26:18.745Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] appclient-jar-common: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] package-appclientjar-common: [2022-04-17T14:26:18.745Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:18.745Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:18.745Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:18.745Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentials-client.jar [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] webclient-war-common: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] build-ear-common: [2022-04-17T14:26:18.745Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:18.745Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentialsApp.ear [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] deploy: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] setOSConditions: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] setToolWin: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] setToolUnix: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] setToolProperty: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] setS1ASclassPath: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] init-common: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] deploy-jdbc-common: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] setOSConditions: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] setToolWin: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] setToolUnix: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] setToolProperty: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] setS1ASclassPath: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] init-common: [2022-04-17T14:26:18.745Z] [2022-04-17T14:26:18.745Z] create-jdbc-connpool-common: [2022-04-17T14:26:19.006Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:19.006Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:26:19.006Z] [2022-04-17T14:26:19.006Z] set-derby-connpool-props: [2022-04-17T14:26:19.570Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:19.570Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:26:20.145Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:20.145Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:26:20.402Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:20.402Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:26:20.966Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:20.966Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:26:21.547Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:21.547Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:26:21.802Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:21.802Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:26:22.368Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:22.368Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:26:22.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:22.945Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:26:22.945Z] [2022-04-17T14:26:22.945Z] setOSConditions: [2022-04-17T14:26:22.945Z] [2022-04-17T14:26:22.945Z] setToolWin: [2022-04-17T14:26:22.945Z] [2022-04-17T14:26:22.945Z] setToolUnix: [2022-04-17T14:26:22.945Z] [2022-04-17T14:26:22.945Z] setToolProperty: [2022-04-17T14:26:22.945Z] [2022-04-17T14:26:22.945Z] setS1ASclassPath: [2022-04-17T14:26:22.945Z] [2022-04-17T14:26:22.945Z] init-common: [2022-04-17T14:26:22.945Z] [2022-04-17T14:26:22.945Z] create-jdbc-resource-common: [2022-04-17T14:26:22.945Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:23.201Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:23.201Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:26:23.201Z] [echo] cmd executed for server [2022-04-17T14:26:23.201Z] [2022-04-17T14:26:23.201Z] asadmin-common: [2022-04-17T14:26:23.201Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:23.770Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:26:23.770Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.match-connections=true [2022-04-17T14:26:23.770Z] [2022-04-17T14:26:23.770Z] asadmin-common: [2022-04-17T14:26:23.770Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:24.356Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:26:24.356Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle-timeout-in-seconds=900 [2022-04-17T14:26:24.356Z] [2022-04-17T14:26:24.356Z] asadmin-common: [2022-04-17T14:26:24.356Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:24.616Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:26:24.872Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.max-wait-time-in-millis=15000 [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] setOSConditions: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] setToolWin: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] setToolUnix: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] setToolProperty: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] setS1ASclassPath: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] init-common: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] deploy-common: [2022-04-17T14:26:24.872Z] [echo] Current time (ISO): 2022-04-17T14:26:24.645+0000 [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] setOSConditions: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] setToolWin: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] setToolUnix: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] setToolProperty: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] setS1ASclassPath: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] init-common: [2022-04-17T14:26:24.872Z] [2022-04-17T14:26:24.872Z] deploy-common-pe: [2022-04-17T14:26:25.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentialsApp.ear [2022-04-17T14:26:25.395Z] [exec] Application deployed with name jdbc-multipleusercredentialsApp. [2022-04-17T14:26:25.395Z] [echo] Deployment on target server server successful [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setOSConditions: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setToolWin: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setToolUnix: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setToolProperty: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setS1ASclassPath: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] init-common: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] deploy-common-ee: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] run: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setOSConditions: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setToolWin: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setToolUnix: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setToolProperty: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setS1ASclassPath: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] init-common: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] execute-sql-common: [2022-04-17T14:26:25.395Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/sql/create_pointbase.sql [2022-04-17T14:26:25.395Z] [sql] 0 rows affected [2022-04-17T14:26:25.395Z] [sql] 0 rows affected [2022-04-17T14:26:25.395Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setOSConditions: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setToolWin: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setToolUnix: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setToolProperty: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] setS1ASclassPath: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] init-common: [2022-04-17T14:26:25.395Z] [2022-04-17T14:26:25.395Z] runclient-common: [2022-04-17T14:26:25.395Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:26:26.789Z] [exec] Apr 17, 2022 2:26:26 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:26:26.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. [2022-04-17T14:26:33.374Z] [exec] Value of key is: test1 : [2022-04-17T14:26:33.374Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:26:33.374Z] [exec] [2022-04-17T14:26:33.374Z] [exec] [2022-04-17T14:26:33.374Z] [exec] ----------------------------------------- [2022-04-17T14:26:33.374Z] [exec] - test1 : : PASS - [2022-04-17T14:26:33.374Z] [exec] ----------------------------------------- [2022-04-17T14:26:33.374Z] [exec] Total PASS: 1 [2022-04-17T14:26:33.374Z] [exec] Total FAIL: 0 [2022-04-17T14:26:33.374Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:26:33.374Z] [exec] ----------------------------------------- [2022-04-17T14:26:33.374Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:26:33.374Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] checkReporting-common: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] confirmReportPresent-common: [2022-04-17T14:26:33.374Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:26:33.374Z] [echo] Test seems to be reported fine [2022-04-17T14:26:33.374Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/RepRunConf.txt [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] confirmMissingReport-common: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] undeploy: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] setOSConditions: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] setToolWin: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] setToolUnix: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] setToolProperty: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] setS1ASclassPath: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] init-common: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] execute-sql-common: [2022-04-17T14:26:33.374Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/sql/drop_pointbase.sql [2022-04-17T14:26:33.374Z] [sql] 0 of 0 SQL statements executed successfully [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] setOSConditions: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] setToolWin: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] setToolUnix: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] setToolProperty: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] setS1ASclassPath: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] init-common: [2022-04-17T14:26:33.374Z] [2022-04-17T14:26:33.374Z] undeploy-common: [2022-04-17T14:26:33.374Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] setOSConditions: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] setToolWin: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] setToolUnix: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] setToolProperty: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] setS1ASclassPath: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] init-common: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] undeploy-jdbc-common: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] setOSConditions: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] setToolWin: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] setToolUnix: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] setToolProperty: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] setS1ASclassPath: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] init-common: [2022-04-17T14:26:33.643Z] [2022-04-17T14:26:33.643Z] delete-jdbc-resource-common: [2022-04-17T14:26:33.643Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:26:34.241Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:26:34.241Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:26:34.241Z] [echo] cmd executed for server [2022-04-17T14:26:34.241Z] [2022-04-17T14:26:34.241Z] setOSConditions: [2022-04-17T14:26:34.241Z] [2022-04-17T14:26:34.241Z] setToolWin: [2022-04-17T14:26:34.241Z] [2022-04-17T14:26:34.241Z] setToolUnix: [2022-04-17T14:26:34.241Z] [2022-04-17T14:26:34.241Z] setToolProperty: [2022-04-17T14:26:34.241Z] [2022-04-17T14:26:34.241Z] setS1ASclassPath: [2022-04-17T14:26:34.241Z] [2022-04-17T14:26:34.241Z] init-common: [2022-04-17T14:26:34.241Z] [2022-04-17T14:26:34.241Z] delete-jdbc-connpool-common: [2022-04-17T14:26:34.241Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:26:34.501Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:34.501Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:26:34.501Z] [echo] cmd executed for server [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] all: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setOSConditions: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolWin: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolUnix: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolProperty: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setS1ASclassPath: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] init-common: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] clean: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setOSConditions: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolWin: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolUnix: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolProperty: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setS1ASclassPath: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] init-common: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] clean-common: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setOSConditions: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolWin: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolUnix: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolProperty: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setS1ASclassPath: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] init-common: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] clean-classes-common: [2022-04-17T14:26:34.501Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setOSConditions: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolWin: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolUnix: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setToolProperty: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setS1ASclassPath: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] init-common: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] clean-jars-common: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] compile: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.501Z] setOSConditions: [2022-04-17T14:26:34.501Z] [2022-04-17T14:26:34.502Z] setToolWin: [2022-04-17T14:26:34.502Z] [2022-04-17T14:26:34.502Z] setToolUnix: [2022-04-17T14:26:34.502Z] [2022-04-17T14:26:34.502Z] setToolProperty: [2022-04-17T14:26:34.502Z] [2022-04-17T14:26:34.502Z] setS1ASclassPath: [2022-04-17T14:26:34.502Z] [2022-04-17T14:26:34.502Z] init-common: [2022-04-17T14:26:34.502Z] [2022-04-17T14:26:34.502Z] compile-common: [2022-04-17T14:26:34.502Z] [echo] Current time (ISO): 2022-04-17T14:26:34.495+0000 [2022-04-17T14:26:34.502Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:26:34.502Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:26:37.040Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:26:37.040Z] [javac] 1 warning [2022-04-17T14:26:37.040Z] [2022-04-17T14:26:37.040Z] setOSConditions: [2022-04-17T14:26:37.040Z] [2022-04-17T14:26:37.040Z] setToolWin: [2022-04-17T14:26:37.040Z] [2022-04-17T14:26:37.040Z] setToolUnix: [2022-04-17T14:26:37.040Z] [2022-04-17T14:26:37.040Z] setToolProperty: [2022-04-17T14:26:37.040Z] [2022-04-17T14:26:37.040Z] setS1ASclassPath: [2022-04-17T14:26:37.040Z] [2022-04-17T14:26:37.040Z] init-common: [2022-04-17T14:26:37.040Z] [2022-04-17T14:26:37.040Z] compile-common: [2022-04-17T14:26:37.040Z] [echo] Current time (ISO): 2022-04-17T14:26:36.610+0000 [2022-04-17T14:26:37.040Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:26:38.441Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:26:38.698Z] [javac] 1 warning [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] build: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setOSConditions: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] fixFiles: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] convUnix: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] convWin: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setToolWin: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setToolUnix: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setToolProperty: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setS1ASclassPath: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] init-common: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] package-persistence-common: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] ejb-jar-common: [2022-04-17T14:26:38.699Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] package-ejbjar-common: [2022-04-17T14:26:38.699Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:38.699Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:38.699Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:38.699Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnection-ejb.jar [2022-04-17T14:26:38.699Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] appclient-jar-common: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] package-appclientjar-common: [2022-04-17T14:26:38.699Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:38.699Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:38.699Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:38.699Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnection-client.jar [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] webclient-war-common: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] build-ear-common: [2022-04-17T14:26:38.699Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:38.699Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnectionApp.ear [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] deploy: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setOSConditions: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setToolWin: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setToolUnix: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setToolProperty: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setS1ASclassPath: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] init-common: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] deploy-jdbc-common: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setOSConditions: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setToolWin: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setToolUnix: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setToolProperty: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] setS1ASclassPath: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] init-common: [2022-04-17T14:26:38.699Z] [2022-04-17T14:26:38.699Z] create-jdbc-connpool-common: [2022-04-17T14:26:39.278Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:39.278Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:26:39.278Z] [2022-04-17T14:26:39.278Z] set-derby-connpool-props: [2022-04-17T14:26:39.849Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:39.849Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:26:40.109Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:40.109Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:26:40.673Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:40.673Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:26:41.247Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:41.247Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:26:41.504Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:41.504Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:26:42.067Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:42.067Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:26:42.324Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:42.324Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:26:42.890Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:42.890Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:26:42.890Z] [2022-04-17T14:26:42.890Z] setOSConditions: [2022-04-17T14:26:42.890Z] [2022-04-17T14:26:42.890Z] setToolWin: [2022-04-17T14:26:42.890Z] [2022-04-17T14:26:42.890Z] setToolUnix: [2022-04-17T14:26:42.890Z] [2022-04-17T14:26:42.890Z] setToolProperty: [2022-04-17T14:26:42.890Z] [2022-04-17T14:26:42.890Z] setS1ASclassPath: [2022-04-17T14:26:42.890Z] [2022-04-17T14:26:42.890Z] init-common: [2022-04-17T14:26:42.890Z] [2022-04-17T14:26:42.890Z] create-jdbc-resource-common: [2022-04-17T14:26:42.890Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:43.454Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:43.454Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:26:43.454Z] [echo] cmd executed for server [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] setOSConditions: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] setToolWin: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] setToolUnix: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] setToolProperty: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] setS1ASclassPath: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] init-common: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] deploy-common: [2022-04-17T14:26:43.454Z] [echo] Current time (ISO): 2022-04-17T14:26:43.253+0000 [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] setOSConditions: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] setToolWin: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] setToolUnix: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] setToolProperty: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] setS1ASclassPath: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] init-common: [2022-04-17T14:26:43.454Z] [2022-04-17T14:26:43.454Z] deploy-common-pe: [2022-04-17T14:26:43.710Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnectionApp.ear [2022-04-17T14:26:43.974Z] [exec] Application deployed with name jdbc-multiplecloseconnectionApp. [2022-04-17T14:26:43.974Z] [echo] Deployment on target server server successful [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] setOSConditions: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] setToolWin: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] setToolUnix: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] setToolProperty: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] setS1ASclassPath: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] init-common: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] deploy-common-ee: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] run: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] setOSConditions: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] setToolWin: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] setToolUnix: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] setToolProperty: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] setS1ASclassPath: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] init-common: [2022-04-17T14:26:43.974Z] [2022-04-17T14:26:43.974Z] execute-sql-common: [2022-04-17T14:26:43.974Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/sql/create_pointbase.sql [2022-04-17T14:26:43.974Z] [sql] Failed to execute: Drop table TXLEVELSWITCH [2022-04-17T14:26:43.974Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [2022-04-17T14:26:44.243Z] [sql] 0 rows affected [2022-04-17T14:26:44.243Z] [sql] 1 rows affected [2022-04-17T14:26:44.243Z] [sql] 1 rows affected [2022-04-17T14:26:44.243Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:26:44.243Z] [2022-04-17T14:26:44.243Z] setOSConditions: [2022-04-17T14:26:44.243Z] [2022-04-17T14:26:44.243Z] setToolWin: [2022-04-17T14:26:44.243Z] [2022-04-17T14:26:44.243Z] setToolUnix: [2022-04-17T14:26:44.243Z] [2022-04-17T14:26:44.243Z] setToolProperty: [2022-04-17T14:26:44.243Z] [2022-04-17T14:26:44.243Z] setS1ASclassPath: [2022-04-17T14:26:44.243Z] [2022-04-17T14:26:44.243Z] init-common: [2022-04-17T14:26:44.243Z] [2022-04-17T14:26:44.243Z] runclient-common: [2022-04-17T14:26:44.243Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:26:45.753Z] [exec] Apr 17, 2022 2:26:45 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:26:45.753Z] [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. [2022-04-17T14:26:49.952Z] [exec] Value of key is: test1 : [2022-04-17T14:26:49.952Z] [exec] Value of key is: test2 : [2022-04-17T14:26:49.952Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:26:49.952Z] [exec] [2022-04-17T14:26:49.952Z] [exec] [2022-04-17T14:26:49.952Z] [exec] ----------------------------------------- [2022-04-17T14:26:49.952Z] [exec] - test2 : : PASS - [2022-04-17T14:26:49.952Z] [exec] - test1 : : PASS - [2022-04-17T14:26:49.952Z] [exec] ----------------------------------------- [2022-04-17T14:26:49.952Z] [exec] Total PASS: 2 [2022-04-17T14:26:49.952Z] [exec] Total FAIL: 0 [2022-04-17T14:26:49.952Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:26:49.952Z] [exec] ----------------------------------------- [2022-04-17T14:26:49.952Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:26:49.952Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] checkReporting-common: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] confirmReportPresent-common: [2022-04-17T14:26:49.952Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:26:49.952Z] [echo] Test seems to be reported fine [2022-04-17T14:26:49.952Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/RepRunConf.txt [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] confirmMissingReport-common: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] undeploy: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] setOSConditions: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] setToolWin: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] setToolUnix: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] setToolProperty: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] setS1ASclassPath: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] init-common: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] execute-sql-common: [2022-04-17T14:26:49.952Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/sql/drop_pointbase.sql [2022-04-17T14:26:49.952Z] [sql] 0 rows affected [2022-04-17T14:26:49.952Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 [2022-04-17T14:26:49.952Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [2022-04-17T14:26:49.952Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] setOSConditions: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] setToolWin: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] setToolUnix: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] setToolProperty: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] setS1ASclassPath: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] init-common: [2022-04-17T14:26:49.952Z] [2022-04-17T14:26:49.952Z] undeploy-common: [2022-04-17T14:26:50.544Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] setOSConditions: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] setToolWin: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] setToolUnix: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] setToolProperty: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] setS1ASclassPath: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] init-common: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] undeploy-jdbc-common: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] setOSConditions: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] setToolWin: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] setToolUnix: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] setToolProperty: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] setS1ASclassPath: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] init-common: [2022-04-17T14:26:50.544Z] [2022-04-17T14:26:50.544Z] delete-jdbc-resource-common: [2022-04-17T14:26:50.544Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:26:50.800Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:26:51.057Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:26:51.057Z] [echo] cmd executed for server [2022-04-17T14:26:51.057Z] [2022-04-17T14:26:51.057Z] setOSConditions: [2022-04-17T14:26:51.057Z] [2022-04-17T14:26:51.057Z] setToolWin: [2022-04-17T14:26:51.057Z] [2022-04-17T14:26:51.057Z] setToolUnix: [2022-04-17T14:26:51.057Z] [2022-04-17T14:26:51.057Z] setToolProperty: [2022-04-17T14:26:51.057Z] [2022-04-17T14:26:51.057Z] setS1ASclassPath: [2022-04-17T14:26:51.057Z] [2022-04-17T14:26:51.057Z] init-common: [2022-04-17T14:26:51.057Z] [2022-04-17T14:26:51.057Z] delete-jdbc-connpool-common: [2022-04-17T14:26:51.057Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:26:51.314Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:51.314Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:26:51.314Z] [echo] cmd executed for server [2022-04-17T14:26:51.314Z] [2022-04-17T14:26:51.314Z] all: [2022-04-17T14:26:51.314Z] [2022-04-17T14:26:51.314Z] setOSConditions: [2022-04-17T14:26:51.314Z] [2022-04-17T14:26:51.314Z] setToolWin: [2022-04-17T14:26:51.314Z] [2022-04-17T14:26:51.314Z] setToolUnix: [2022-04-17T14:26:51.314Z] [2022-04-17T14:26:51.314Z] setToolProperty: [2022-04-17T14:26:51.314Z] [2022-04-17T14:26:51.314Z] setS1ASclassPath: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] init-common: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] clean: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setOSConditions: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolWin: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolUnix: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolProperty: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setS1ASclassPath: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] init-common: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] clean-common: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setOSConditions: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolWin: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolUnix: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolProperty: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setS1ASclassPath: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] init-common: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] clean-classes-common: [2022-04-17T14:26:51.570Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setOSConditions: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolWin: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolUnix: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolProperty: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setS1ASclassPath: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] init-common: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] clean-jars-common: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] compile: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setOSConditions: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolWin: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolUnix: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setToolProperty: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] setS1ASclassPath: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] init-common: [2022-04-17T14:26:51.570Z] [2022-04-17T14:26:51.570Z] compile-common: [2022-04-17T14:26:51.570Z] [echo] Current time (ISO): 2022-04-17T14:26:51.335+0000 [2022-04-17T14:26:51.570Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:26:51.570Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:26:53.506Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:26:53.506Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:53.506Z] [javac] return new Integer(1); [2022-04-17T14:26:53.506Z] [javac] ^ [2022-04-17T14:26:53.506Z] [javac] 2 warnings [2022-04-17T14:26:53.506Z] [2022-04-17T14:26:53.506Z] setOSConditions: [2022-04-17T14:26:53.506Z] [2022-04-17T14:26:53.506Z] setToolWin: [2022-04-17T14:26:53.506Z] [2022-04-17T14:26:53.506Z] setToolUnix: [2022-04-17T14:26:53.506Z] [2022-04-17T14:26:53.506Z] setToolProperty: [2022-04-17T14:26:53.506Z] [2022-04-17T14:26:53.506Z] setS1ASclassPath: [2022-04-17T14:26:53.506Z] [2022-04-17T14:26:53.506Z] init-common: [2022-04-17T14:26:53.506Z] [2022-04-17T14:26:53.506Z] compile-common: [2022-04-17T14:26:53.506Z] [echo] Current time (ISO): 2022-04-17T14:26:53.322+0000 [2022-04-17T14:26:53.506Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:26:55.408Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:26:55.408Z] [javac] 1 warning [2022-04-17T14:26:55.408Z] [2022-04-17T14:26:55.408Z] build: [2022-04-17T14:26:55.408Z] [2022-04-17T14:26:55.409Z] setOSConditions: [2022-04-17T14:26:55.409Z] [2022-04-17T14:26:55.409Z] fixFiles: [2022-04-17T14:26:55.409Z] [2022-04-17T14:26:55.409Z] convUnix: [2022-04-17T14:26:55.409Z] [2022-04-17T14:26:55.409Z] convWin: [2022-04-17T14:26:55.409Z] [2022-04-17T14:26:55.409Z] setToolWin: [2022-04-17T14:26:55.409Z] [2022-04-17T14:26:55.409Z] setToolUnix: [2022-04-17T14:26:55.409Z] [2022-04-17T14:26:55.409Z] setToolProperty: [2022-04-17T14:26:55.409Z] [2022-04-17T14:26:55.409Z] setS1ASclassPath: [2022-04-17T14:26:55.409Z] [2022-04-17T14:26:55.409Z] init-common: [2022-04-17T14:26:55.409Z] [2022-04-17T14:26:55.409Z] package-persistence-common: [2022-04-17T14:26:55.409Z] [2022-04-17T14:26:55.409Z] ejb-jar-common: [2022-04-17T14:26:55.409Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] package-ejbjar-common: [2022-04-17T14:26:55.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:55.665Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:55.665Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:55.665Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeout-ejb.jar [2022-04-17T14:26:55.665Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] appclient-jar-common: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] package-appclientjar-common: [2022-04-17T14:26:55.665Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:55.665Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:55.665Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:55.665Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeout-client.jar [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] webclient-war-common: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] build-ear-common: [2022-04-17T14:26:55.665Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:26:55.665Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeoutApp.ear [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] deploy: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setOSConditions: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setToolWin: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setToolUnix: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setToolProperty: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setS1ASclassPath: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] init-common: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] execute-sql-common: [2022-04-17T14:26:55.665Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/create_pointbase.sql [2022-04-17T14:26:55.665Z] [sql] Failed to execute: Drop table customer_stmt_wrapper [2022-04-17T14:26:55.665Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. [2022-04-17T14:26:55.665Z] [sql] 0 rows affected [2022-04-17T14:26:55.665Z] [sql] 1 rows affected [2022-04-17T14:26:55.665Z] [sql] 1 rows affected [2022-04-17T14:26:55.665Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setOSConditions: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setToolWin: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setToolUnix: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setToolProperty: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setS1ASclassPath: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] init-common: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] deploy-jdbc-common: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setOSConditions: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setToolWin: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setToolUnix: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setToolProperty: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] setS1ASclassPath: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] init-common: [2022-04-17T14:26:55.665Z] [2022-04-17T14:26:55.665Z] create-jdbc-connpool-common: [2022-04-17T14:26:55.922Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:26:55.922Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:26:55.922Z] [2022-04-17T14:26:55.922Z] set-derby-connpool-props: [2022-04-17T14:26:56.485Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:56.485Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:26:57.050Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:57.050Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:26:57.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:57.645Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:26:57.902Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:58.161Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:26:58.418Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:58.418Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:26:58.983Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:58.983Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:26:59.550Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:59.550Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:26:59.809Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:26:59.809Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:26:59.809Z] [2022-04-17T14:26:59.809Z] setOSConditions: [2022-04-17T14:26:59.809Z] [2022-04-17T14:26:59.809Z] setToolWin: [2022-04-17T14:26:59.809Z] [2022-04-17T14:26:59.809Z] setToolUnix: [2022-04-17T14:26:59.809Z] [2022-04-17T14:26:59.809Z] setToolProperty: [2022-04-17T14:26:59.809Z] [2022-04-17T14:26:59.809Z] setS1ASclassPath: [2022-04-17T14:26:59.809Z] [2022-04-17T14:26:59.809Z] init-common: [2022-04-17T14:26:59.809Z] [2022-04-17T14:26:59.809Z] create-jdbc-resource-common: [2022-04-17T14:26:59.809Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:00.379Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:00.379Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:27:00.379Z] [echo] cmd executed for server [2022-04-17T14:27:00.379Z] [2022-04-17T14:27:00.379Z] asadmin-common: [2022-04-17T14:27:00.379Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:00.637Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:27:00.939Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.statement-timeout-in-seconds=30 [2022-04-17T14:27:00.940Z] [2022-04-17T14:27:00.940Z] setOSConditions: [2022-04-17T14:27:00.940Z] [2022-04-17T14:27:00.940Z] setToolWin: [2022-04-17T14:27:00.940Z] [2022-04-17T14:27:00.940Z] setToolUnix: [2022-04-17T14:27:00.940Z] [2022-04-17T14:27:00.940Z] setToolProperty: [2022-04-17T14:27:00.940Z] [2022-04-17T14:27:00.940Z] setS1ASclassPath: [2022-04-17T14:27:00.940Z] [2022-04-17T14:27:00.940Z] init-common: [2022-04-17T14:27:00.940Z] [2022-04-17T14:27:00.940Z] create-persistence-resource-common: [2022-04-17T14:27:00.940Z] [echo] asadmin create-persistence-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdo/s1qePM [2022-04-17T14:27:01.197Z] [exec] Command create-persistence-resource failed. [2022-04-17T14:27:01.197Z] [exec] CLI194: Previously supported command: create-persistence-resource is not supported for this release. [2022-04-17T14:27:01.197Z] [exec] Result: 1 [2022-04-17T14:27:01.197Z] [echo] Created jdo/s1qePM --target server [2022-04-17T14:27:01.197Z] [2022-04-17T14:27:01.197Z] asadmin-common-ignore-fail: [2022-04-17T14:27:01.197Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:01.453Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:01.453Z] [exec] remote failure: No configuration found for domain.resources.persistence-manager-factory-resource.jdo/s1qePM [2022-04-17T14:27:01.453Z] [exec] Result: 1 [2022-04-17T14:27:01.453Z] [2022-04-17T14:27:01.453Z] asadmin-common-ignore-fail: [2022-04-17T14:27:01.453Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:02.044Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:02.044Z] [exec] remote failure: No configuration found for domain.resources.persistence-manager-factory-resource.jdo/s1qePM [2022-04-17T14:27:02.044Z] [exec] Result: 1 [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] setOSConditions: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] setToolWin: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] setToolUnix: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] setToolProperty: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] setS1ASclassPath: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] init-common: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] deploy-common: [2022-04-17T14:27:02.044Z] [echo] Current time (ISO): 2022-04-17T14:27:01.890+0000 [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] setOSConditions: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] setToolWin: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] setToolUnix: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] setToolProperty: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] setS1ASclassPath: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] init-common: [2022-04-17T14:27:02.044Z] [2022-04-17T14:27:02.044Z] deploy-common-pe: [2022-04-17T14:27:02.638Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeoutApp.ear [2022-04-17T14:27:02.638Z] [exec] Application deployed with name ejb-bmp-statementtimeoutApp. [2022-04-17T14:27:02.638Z] [echo] Deployment on target server server successful [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] setOSConditions: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] setToolWin: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] setToolUnix: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] setToolProperty: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] setS1ASclassPath: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] init-common: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] deploy-common-ee: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] run: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] setOSConditions: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] setToolWin: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] setToolUnix: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] setToolProperty: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] setS1ASclassPath: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] init-common: [2022-04-17T14:27:02.638Z] [2022-04-17T14:27:02.638Z] execute-sql-common: [2022-04-17T14:27:02.638Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/create_pointbase.sql [2022-04-17T14:27:02.638Z] [sql] 0 rows affected [2022-04-17T14:27:02.896Z] [sql] 0 rows affected [2022-04-17T14:27:02.896Z] [sql] 1 rows affected [2022-04-17T14:27:02.896Z] [sql] 1 rows affected [2022-04-17T14:27:02.896Z] [sql] 4 of 4 SQL statements executed successfully [2022-04-17T14:27:02.896Z] [2022-04-17T14:27:02.896Z] setOSConditions: [2022-04-17T14:27:02.896Z] [2022-04-17T14:27:02.896Z] setToolWin: [2022-04-17T14:27:02.896Z] [2022-04-17T14:27:02.896Z] setToolUnix: [2022-04-17T14:27:02.896Z] [2022-04-17T14:27:02.896Z] setToolProperty: [2022-04-17T14:27:02.896Z] [2022-04-17T14:27:02.896Z] setS1ASclassPath: [2022-04-17T14:27:02.896Z] [2022-04-17T14:27:02.896Z] init-common: [2022-04-17T14:27:02.896Z] [2022-04-17T14:27:02.896Z] runclient-common: [2022-04-17T14:27:02.896Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:27:03.826Z] [exec] Apr 17, 2022 2:27:03 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:27:03.826Z] [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. [2022-04-17T14:27:08.017Z] [exec] Value of key is: statementTest : [2022-04-17T14:27:08.017Z] [exec] Value of key is: preparedStatementTest : [2022-04-17T14:27:08.017Z] [exec] Value of key is: callableStatementTest : [2022-04-17T14:27:08.018Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:27:08.018Z] [exec] [2022-04-17T14:27:08.018Z] [exec] [2022-04-17T14:27:08.018Z] [exec] ----------------------------------------- [2022-04-17T14:27:08.018Z] [exec] - callableStatementTest : : PASS - [2022-04-17T14:27:08.018Z] [exec] - statementTest : : PASS - [2022-04-17T14:27:08.018Z] [exec] - preparedStatementTest : : PASS - [2022-04-17T14:27:08.018Z] [exec] ----------------------------------------- [2022-04-17T14:27:08.018Z] [exec] Total PASS: 3 [2022-04-17T14:27:08.018Z] [exec] Total FAIL: 0 [2022-04-17T14:27:08.018Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:27:08.018Z] [exec] ----------------------------------------- [2022-04-17T14:27:08.018Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:27:08.018Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] checkReporting-common: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] confirmReportPresent-common: [2022-04-17T14:27:08.018Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:27:08.018Z] [echo] Test seems to be reported fine [2022-04-17T14:27:08.018Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/RepRunConf.txt [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] confirmMissingReport-common: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] undeploy: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] setOSConditions: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] setToolWin: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] setToolUnix: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] setToolProperty: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] setS1ASclassPath: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] init-common: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] execute-sql-common: [2022-04-17T14:27:08.018Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/drop_pointbase.sql [2022-04-17T14:27:08.018Z] [sql] 0 rows affected [2022-04-17T14:27:08.018Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] setOSConditions: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] setToolWin: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] setToolUnix: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] setToolProperty: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] setS1ASclassPath: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] init-common: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] delete-persistence-resource-common: [2022-04-17T14:27:08.018Z] [2022-04-17T14:27:08.018Z] asadmin-common-ignore-fail: [2022-04-17T14:27:08.018Z] [echo] asadmin delete-persistence-resource --target server --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdo/s1qePM [2022-04-17T14:27:08.293Z] [exec] Command delete-persistence-resource failed. [2022-04-17T14:27:08.293Z] [exec] CLI194: Previously supported command: delete-persistence-resource is not supported for this release. [2022-04-17T14:27:08.293Z] [exec] Result: 1 [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] setOSConditions: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] setToolWin: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] setToolUnix: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] setToolProperty: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] setS1ASclassPath: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] init-common: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] undeploy-jdbc-common: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] setOSConditions: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] setToolWin: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] setToolUnix: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] setToolProperty: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] setS1ASclassPath: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] init-common: [2022-04-17T14:27:08.293Z] [2022-04-17T14:27:08.293Z] delete-jdbc-resource-common: [2022-04-17T14:27:08.293Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:27:08.863Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:27:08.863Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:27:08.863Z] [echo] cmd executed for server [2022-04-17T14:27:08.863Z] [2022-04-17T14:27:08.863Z] setOSConditions: [2022-04-17T14:27:08.863Z] [2022-04-17T14:27:08.863Z] setToolWin: [2022-04-17T14:27:08.863Z] [2022-04-17T14:27:08.863Z] setToolUnix: [2022-04-17T14:27:08.863Z] [2022-04-17T14:27:08.863Z] setToolProperty: [2022-04-17T14:27:08.863Z] [2022-04-17T14:27:08.863Z] setS1ASclassPath: [2022-04-17T14:27:08.863Z] [2022-04-17T14:27:08.863Z] init-common: [2022-04-17T14:27:08.863Z] [2022-04-17T14:27:08.863Z] delete-jdbc-connpool-common: [2022-04-17T14:27:08.863Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:27:09.119Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:09.119Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:27:09.119Z] [echo] cmd executed for server [2022-04-17T14:27:09.119Z] [2022-04-17T14:27:09.119Z] setOSConditions: [2022-04-17T14:27:09.119Z] [2022-04-17T14:27:09.119Z] setToolWin: [2022-04-17T14:27:09.119Z] [2022-04-17T14:27:09.119Z] setToolUnix: [2022-04-17T14:27:09.119Z] [2022-04-17T14:27:09.119Z] setToolProperty: [2022-04-17T14:27:09.119Z] [2022-04-17T14:27:09.120Z] setS1ASclassPath: [2022-04-17T14:27:09.120Z] [2022-04-17T14:27:09.120Z] init-common: [2022-04-17T14:27:09.120Z] [2022-04-17T14:27:09.120Z] undeploy-common: [2022-04-17T14:27:09.687Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] all: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setOSConditions: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolWin: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolUnix: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolProperty: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setS1ASclassPath: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] init-common: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] clean: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setOSConditions: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolWin: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolUnix: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolProperty: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setS1ASclassPath: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] init-common: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] clean-common: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setOSConditions: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolWin: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolUnix: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolProperty: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setS1ASclassPath: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] init-common: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] clean-classes-common: [2022-04-17T14:27:09.687Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setOSConditions: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolWin: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolUnix: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setToolProperty: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.687Z] setS1ASclassPath: [2022-04-17T14:27:09.687Z] [2022-04-17T14:27:09.688Z] init-common: [2022-04-17T14:27:09.688Z] [2022-04-17T14:27:09.688Z] clean-jars-common: [2022-04-17T14:27:09.688Z] [2022-04-17T14:27:09.688Z] compile: [2022-04-17T14:27:09.688Z] [2022-04-17T14:27:09.688Z] setOSConditions: [2022-04-17T14:27:09.688Z] [2022-04-17T14:27:09.688Z] setToolWin: [2022-04-17T14:27:09.688Z] [2022-04-17T14:27:09.688Z] setToolUnix: [2022-04-17T14:27:09.688Z] [2022-04-17T14:27:09.688Z] setToolProperty: [2022-04-17T14:27:09.688Z] [2022-04-17T14:27:09.688Z] setS1ASclassPath: [2022-04-17T14:27:09.688Z] [2022-04-17T14:27:09.688Z] init-common: [2022-04-17T14:27:09.688Z] [2022-04-17T14:27:09.688Z] compile-common: [2022-04-17T14:27:09.688Z] [echo] Current time (ISO): 2022-04-17T14:27:09.625+0000 [2022-04-17T14:27:09.688Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:27:09.688Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:27:11.602Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:27:11.602Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:11.602Z] [javac] return new Integer(1); [2022-04-17T14:27:11.602Z] [javac] ^ [2022-04-17T14:27:11.602Z] [javac] 2 warnings [2022-04-17T14:27:11.602Z] [2022-04-17T14:27:11.602Z] setOSConditions: [2022-04-17T14:27:11.602Z] [2022-04-17T14:27:11.602Z] setToolWin: [2022-04-17T14:27:11.602Z] [2022-04-17T14:27:11.602Z] setToolUnix: [2022-04-17T14:27:11.602Z] [2022-04-17T14:27:11.602Z] setToolProperty: [2022-04-17T14:27:11.602Z] [2022-04-17T14:27:11.602Z] setS1ASclassPath: [2022-04-17T14:27:11.602Z] [2022-04-17T14:27:11.602Z] init-common: [2022-04-17T14:27:11.602Z] [2022-04-17T14:27:11.602Z] compile-common: [2022-04-17T14:27:11.602Z] [echo] Current time (ISO): 2022-04-17T14:27:11.596+0000 [2022-04-17T14:27:11.602Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:27:13.538Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:27:13.795Z] [javac] 1 warning [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] build: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setOSConditions: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] fixFiles: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] convUnix: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] convWin: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setToolWin: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setToolUnix: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setToolProperty: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setS1ASclassPath: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] init-common: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] package-persistence-common: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] ejb-jar-common: [2022-04-17T14:27:13.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] package-ejbjar-common: [2022-04-17T14:27:13.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:27:13.795Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:27:13.795Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:27:13.795Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-ejb.jar [2022-04-17T14:27:13.795Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] appclient-jar-common: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] package-appclientjar-common: [2022-04-17T14:27:13.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:27:13.795Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:27:13.795Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:27:13.795Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-client.jar [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] webclient-war-common: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] build-ear-common: [2022-04-17T14:27:13.795Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:27:13.795Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] create-jdbc-stuff: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setOSConditions: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setToolWin: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setToolUnix: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setToolProperty: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setS1ASclassPath: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] init-common: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] deploy-jdbc-common: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setOSConditions: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setToolWin: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setToolUnix: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setToolProperty: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] setS1ASclassPath: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] init-common: [2022-04-17T14:27:13.795Z] [2022-04-17T14:27:13.795Z] create-jdbc-connpool-common: [2022-04-17T14:27:14.359Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:14.359Z] [exec] JDBC connection pool jdbc-conval created successfully. [2022-04-17T14:27:14.359Z] [2022-04-17T14:27:14.359Z] set-derby-connpool-props: [2022-04-17T14:27:14.616Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:14.616Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser [2022-04-17T14:27:15.180Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:15.180Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword [2022-04-17T14:27:15.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:15.744Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 [2022-04-17T14:27:16.001Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:16.001Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 [2022-04-17T14:27:16.570Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:16.570Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb [2022-04-17T14:27:16.829Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:16.829Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:27:17.393Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:17.393Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true [2022-04-17T14:27:17.964Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:17.964Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost [2022-04-17T14:27:17.964Z] [2022-04-17T14:27:17.964Z] setOSConditions: [2022-04-17T14:27:17.964Z] [2022-04-17T14:27:17.964Z] setToolWin: [2022-04-17T14:27:17.964Z] [2022-04-17T14:27:17.964Z] setToolUnix: [2022-04-17T14:27:17.964Z] [2022-04-17T14:27:17.964Z] setToolProperty: [2022-04-17T14:27:17.964Z] [2022-04-17T14:27:17.964Z] setS1ASclassPath: [2022-04-17T14:27:17.964Z] [2022-04-17T14:27:17.964Z] init-common: [2022-04-17T14:27:17.964Z] [2022-04-17T14:27:17.964Z] create-jdbc-resource-common: [2022-04-17T14:27:17.964Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:18.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:18.482Z] [exec] JDBC resource jdbc/convalDB created successfully. [2022-04-17T14:27:18.482Z] [echo] cmd executed for server [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] deploy: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] setOSConditions: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] setToolWin: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] setToolUnix: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] setToolProperty: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] setS1ASclassPath: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] init-common: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] deploy-common: [2022-04-17T14:27:18.482Z] [echo] Current time (ISO): 2022-04-17T14:27:18.229+0000 [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] setOSConditions: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] setToolWin: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] setToolUnix: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] setToolProperty: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] setS1ASclassPath: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] init-common: [2022-04-17T14:27:18.482Z] [2022-04-17T14:27:18.482Z] deploy-common-pe: [2022-04-17T14:27:18.748Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear [2022-04-17T14:27:19.012Z] [exec] Application deployed with name jdbc-convalApp. [2022-04-17T14:27:19.012Z] [echo] Deployment on target server server successful [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setOSConditions: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setToolWin: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setToolUnix: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setToolProperty: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setS1ASclassPath: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] init-common: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] deploy-common-ee: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] run: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setOSConditions: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setToolWin: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setToolUnix: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setToolProperty: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setS1ASclassPath: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] init-common: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] execute-sql-common: [2022-04-17T14:27:19.012Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/create_pointbase.sql [2022-04-17T14:27:19.012Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:27:19.012Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:27:19.012Z] [sql] 0 rows affected [2022-04-17T14:27:19.012Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setOSConditions: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setToolWin: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setToolUnix: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setToolProperty: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] setS1ASclassPath: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] init-common: [2022-04-17T14:27:19.012Z] [2022-04-17T14:27:19.012Z] runclient-common: [2022-04-17T14:27:19.012Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:27:20.420Z] [exec] Apr 17, 2022 2:27:20 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:27:20.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. [2022-04-17T14:27:24.660Z] [exec] Value of key is: test-1 [2022-04-17T14:27:24.660Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:27:24.660Z] [exec] [2022-04-17T14:27:24.660Z] [exec] [2022-04-17T14:27:24.660Z] [exec] ----------------------------------------- [2022-04-17T14:27:24.660Z] [exec] - test-1 : PASS - [2022-04-17T14:27:24.660Z] [exec] ----------------------------------------- [2022-04-17T14:27:24.660Z] [exec] Total PASS: 1 [2022-04-17T14:27:24.660Z] [exec] Total FAIL: 0 [2022-04-17T14:27:24.660Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:27:24.660Z] [exec] ----------------------------------------- [2022-04-17T14:27:24.660Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:27:24.660Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] checkReporting-common: [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] confirmReportPresent-common: [2022-04-17T14:27:24.660Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:27:24.660Z] [echo] Test seems to be reported fine [2022-04-17T14:27:24.660Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] confirmMissingReport-common: [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] setOSConditions: [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] setToolWin: [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] setToolUnix: [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] setToolProperty: [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] setS1ASclassPath: [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] init-common: [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] stop-derby: [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] stop-derby-aix: [2022-04-17T14:27:24.660Z] [2022-04-17T14:27:24.660Z] stop-derby-nonaix: [2022-04-17T14:27:24.660Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:27:24.953Z] [java] Sun Apr 17 14:27:24 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:27:24.953Z] [2022-04-17T14:27:24.953Z] setOSConditions: [2022-04-17T14:27:24.953Z] [2022-04-17T14:27:24.953Z] setToolWin: [2022-04-17T14:27:24.953Z] [2022-04-17T14:27:24.953Z] setToolUnix: [2022-04-17T14:27:24.953Z] [2022-04-17T14:27:24.953Z] setToolProperty: [2022-04-17T14:27:24.953Z] [2022-04-17T14:27:24.953Z] setS1ASclassPath: [2022-04-17T14:27:24.953Z] [2022-04-17T14:27:24.953Z] init-common: [2022-04-17T14:27:24.953Z] [2022-04-17T14:27:24.953Z] start-derby: [2022-04-17T14:27:24.953Z] [2022-04-17T14:27:24.953Z] start-derby-aix: [2022-04-17T14:27:24.953Z] [2022-04-17T14:27:24.953Z] start-derby-nonaix: [2022-04-17T14:27:24.953Z] [echo] Starting Derby DB Server ... [2022-04-17T14:27:39.866Z] [2022-04-17T14:27:39.866Z] setOSConditions: [2022-04-17T14:27:39.866Z] [2022-04-17T14:27:39.866Z] setToolWin: [2022-04-17T14:27:39.866Z] [2022-04-17T14:27:39.866Z] setToolUnix: [2022-04-17T14:27:39.866Z] [2022-04-17T14:27:39.866Z] setToolProperty: [2022-04-17T14:27:39.866Z] [2022-04-17T14:27:39.866Z] setS1ASclassPath: [2022-04-17T14:27:39.866Z] [2022-04-17T14:27:39.866Z] init-common: [2022-04-17T14:27:39.866Z] [2022-04-17T14:27:39.866Z] runclient-common: [2022-04-17T14:27:39.866Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:27:40.807Z] [exec] Apr 17, 2022 2:27:40 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:27:40.807Z] [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. [2022-04-17T14:27:44.990Z] [exec] Value of key is: test-2 [2022-04-17T14:27:44.990Z] [exec] test-2 returned false as validation is not enabled [2022-04-17T14:27:44.990Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:27:44.990Z] [exec] [2022-04-17T14:27:44.990Z] [exec] [2022-04-17T14:27:44.990Z] [exec] ----------------------------------------- [2022-04-17T14:27:44.990Z] [exec] - test-2 : PASS - [2022-04-17T14:27:44.990Z] [exec] ----------------------------------------- [2022-04-17T14:27:44.990Z] [exec] Total PASS: 1 [2022-04-17T14:27:44.990Z] [exec] Total FAIL: 0 [2022-04-17T14:27:44.990Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:27:44.990Z] [exec] ----------------------------------------- [2022-04-17T14:27:44.990Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:27:44.990Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:27:44.990Z] [2022-04-17T14:27:44.990Z] checkReporting-common: [2022-04-17T14:27:44.990Z] [2022-04-17T14:27:44.990Z] confirmReportPresent-common: [2022-04-17T14:27:44.990Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:27:44.990Z] [echo] Test seems to be reported fine [2022-04-17T14:27:44.990Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:27:44.990Z] [2022-04-17T14:27:44.990Z] confirmMissingReport-common: [2022-04-17T14:27:44.990Z] [2022-04-17T14:27:44.990Z] asadmin-common: [2022-04-17T14:27:44.990Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:45.248Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:45.536Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.connection-validation-method=table [2022-04-17T14:27:45.536Z] [2022-04-17T14:27:45.536Z] asadmin-common: [2022-04-17T14:27:45.536Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:45.793Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:45.793Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.validation-table-name=sys.systables [2022-04-17T14:27:45.793Z] [2022-04-17T14:27:45.793Z] asadmin-common: [2022-04-17T14:27:45.793Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:46.355Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:27:46.356Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.is-connection-validation-required=true [2022-04-17T14:27:46.356Z] [2022-04-17T14:27:46.356Z] setOSConditions: [2022-04-17T14:27:46.356Z] [2022-04-17T14:27:46.356Z] setToolWin: [2022-04-17T14:27:46.356Z] [2022-04-17T14:27:46.356Z] setToolUnix: [2022-04-17T14:27:46.356Z] [2022-04-17T14:27:46.356Z] setToolProperty: [2022-04-17T14:27:46.356Z] [2022-04-17T14:27:46.356Z] setS1ASclassPath: [2022-04-17T14:27:46.356Z] [2022-04-17T14:27:46.356Z] init-common: [2022-04-17T14:27:46.356Z] [2022-04-17T14:27:46.356Z] runclient-common: [2022-04-17T14:27:46.356Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T14:27:47.746Z] [exec] Apr 17, 2022 2:27:47 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:27:47.746Z] [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. [2022-04-17T14:27:51.944Z] [exec] Value of key is: test-3 [2022-04-17T14:27:51.944Z] [exec] test-3 returned true as validation is enabled [2022-04-17T14:27:51.944Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:27:51.944Z] [exec] [2022-04-17T14:27:51.944Z] [exec] [2022-04-17T14:27:51.944Z] [exec] ----------------------------------------- [2022-04-17T14:27:51.944Z] [exec] - test-3 : PASS - [2022-04-17T14:27:51.944Z] [exec] ----------------------------------------- [2022-04-17T14:27:51.944Z] [exec] Total PASS: 1 [2022-04-17T14:27:51.944Z] [exec] Total FAIL: 0 [2022-04-17T14:27:51.944Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:27:51.944Z] [exec] ----------------------------------------- [2022-04-17T14:27:51.944Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:27:51.944Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] checkReporting-common: [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] confirmReportPresent-common: [2022-04-17T14:27:51.944Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:27:51.944Z] [echo] Test seems to be reported fine [2022-04-17T14:27:51.944Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] confirmMissingReport-common: [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] setOSConditions: [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] setToolWin: [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] setToolUnix: [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] setToolProperty: [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] setS1ASclassPath: [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] init-common: [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] stop-derby: [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] stop-derby-aix: [2022-04-17T14:27:51.944Z] [2022-04-17T14:27:51.944Z] stop-derby-nonaix: [2022-04-17T14:27:51.944Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:27:52.507Z] [java] Sun Apr 17 14:27:52 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:27:52.507Z] [2022-04-17T14:27:52.507Z] setOSConditions: [2022-04-17T14:27:52.507Z] [2022-04-17T14:27:52.507Z] setToolWin: [2022-04-17T14:27:52.507Z] [2022-04-17T14:27:52.507Z] setToolUnix: [2022-04-17T14:27:52.507Z] [2022-04-17T14:27:52.507Z] setToolProperty: [2022-04-17T14:27:52.507Z] [2022-04-17T14:27:52.507Z] setS1ASclassPath: [2022-04-17T14:27:52.507Z] [2022-04-17T14:27:52.507Z] init-common: [2022-04-17T14:27:52.507Z] [2022-04-17T14:27:52.507Z] start-derby: [2022-04-17T14:27:52.507Z] [2022-04-17T14:27:52.507Z] start-derby-aix: [2022-04-17T14:27:52.507Z] [2022-04-17T14:27:52.507Z] start-derby-nonaix: [2022-04-17T14:27:52.507Z] [echo] Starting Derby DB Server ... [2022-04-17T14:28:07.389Z] [2022-04-17T14:28:07.389Z] setOSConditions: [2022-04-17T14:28:07.389Z] [2022-04-17T14:28:07.389Z] setToolWin: [2022-04-17T14:28:07.389Z] [2022-04-17T14:28:07.389Z] setToolUnix: [2022-04-17T14:28:07.389Z] [2022-04-17T14:28:07.389Z] setToolProperty: [2022-04-17T14:28:07.389Z] [2022-04-17T14:28:07.389Z] setS1ASclassPath: [2022-04-17T14:28:07.389Z] [2022-04-17T14:28:07.389Z] init-common: [2022-04-17T14:28:07.389Z] [2022-04-17T14:28:07.389Z] runclient-common: [2022-04-17T14:28:07.389Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T14:28:08.325Z] [exec] Apr 17, 2022 2:28:08 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:28:08.325Z] [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. [2022-04-17T14:28:12.541Z] [exec] Value of key is: test-4 [2022-04-17T14:28:12.541Z] [exec] test-4 returned true as validation is enabled [2022-04-17T14:28:12.541Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:28:12.541Z] [exec] [2022-04-17T14:28:12.541Z] [exec] [2022-04-17T14:28:12.541Z] [exec] ----------------------------------------- [2022-04-17T14:28:12.541Z] [exec] - test-4 : PASS - [2022-04-17T14:28:12.541Z] [exec] ----------------------------------------- [2022-04-17T14:28:12.541Z] [exec] Total PASS: 1 [2022-04-17T14:28:12.541Z] [exec] Total FAIL: 0 [2022-04-17T14:28:12.541Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:28:12.541Z] [exec] ----------------------------------------- [2022-04-17T14:28:12.541Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:28:12.541Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] checkReporting-common: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] confirmReportPresent-common: [2022-04-17T14:28:12.797Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:28:12.797Z] [echo] Test seems to be reported fine [2022-04-17T14:28:12.797Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] confirmMissingReport-common: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] setOSConditions: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] setToolWin: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] setToolUnix: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] setToolProperty: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] setS1ASclassPath: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] init-common: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] execute-sql-common: [2022-04-17T14:28:12.797Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/drop_pointbase.sql [2022-04-17T14:28:12.797Z] [sql] 0 rows affected [2022-04-17T14:28:12.797Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] undeploy: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] setOSConditions: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] setToolWin: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] setToolUnix: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] setToolProperty: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] setS1ASclassPath: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] init-common: [2022-04-17T14:28:12.797Z] [2022-04-17T14:28:12.797Z] undeploy-common: [2022-04-17T14:28:13.366Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:28:13.366Z] [2022-04-17T14:28:13.366Z] delete-jdbc-stuff: [2022-04-17T14:28:13.366Z] [2022-04-17T14:28:13.366Z] setOSConditions: [2022-04-17T14:28:13.366Z] [2022-04-17T14:28:13.366Z] setToolWin: [2022-04-17T14:28:13.366Z] [2022-04-17T14:28:13.366Z] setToolUnix: [2022-04-17T14:28:13.366Z] [2022-04-17T14:28:13.366Z] setToolProperty: [2022-04-17T14:28:13.366Z] [2022-04-17T14:28:13.366Z] setS1ASclassPath: [2022-04-17T14:28:13.366Z] [2022-04-17T14:28:13.366Z] init-common: [2022-04-17T14:28:13.366Z] [2022-04-17T14:28:13.366Z] delete-jdbc-resource-common: [2022-04-17T14:28:13.366Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/convalDB [2022-04-17T14:28:13.641Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/convalDB [2022-04-17T14:28:13.897Z] [exec] JDBC resource jdbc/convalDB deleted successfully [2022-04-17T14:28:13.897Z] [echo] cmd executed for server [2022-04-17T14:28:13.897Z] [2022-04-17T14:28:13.897Z] setOSConditions: [2022-04-17T14:28:13.897Z] [2022-04-17T14:28:13.897Z] setToolWin: [2022-04-17T14:28:13.897Z] [2022-04-17T14:28:13.897Z] setToolUnix: [2022-04-17T14:28:13.897Z] [2022-04-17T14:28:13.897Z] setToolProperty: [2022-04-17T14:28:13.897Z] [2022-04-17T14:28:13.897Z] setS1ASclassPath: [2022-04-17T14:28:13.897Z] [2022-04-17T14:28:13.897Z] init-common: [2022-04-17T14:28:13.897Z] [2022-04-17T14:28:13.897Z] delete-jdbc-connpool-common: [2022-04-17T14:28:13.897Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-conval [2022-04-17T14:28:14.477Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:14.477Z] [exec] JDBC Connection pool jdbc-conval deleted successfully [2022-04-17T14:28:14.477Z] [echo] cmd executed for server [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] all: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setOSConditions: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolWin: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolUnix: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolProperty: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setS1ASclassPath: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] init-common: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] clean: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setOSConditions: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolWin: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolUnix: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolProperty: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setS1ASclassPath: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] init-common: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] clean-common: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setOSConditions: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolWin: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolUnix: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolProperty: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setS1ASclassPath: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] init-common: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] clean-classes-common: [2022-04-17T14:28:14.477Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setOSConditions: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolWin: [2022-04-17T14:28:14.477Z] [2022-04-17T14:28:14.477Z] setToolUnix: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] setToolProperty: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] setS1ASclassPath: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] init-common: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] clean-jars-common: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] compile: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] setOSConditions: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] setToolWin: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] setToolUnix: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] setToolProperty: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] setS1ASclassPath: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] init-common: [2022-04-17T14:28:14.478Z] [2022-04-17T14:28:14.478Z] compile-common: [2022-04-17T14:28:14.478Z] [echo] Current time (ISO): 2022-04-17T14:28:14.222+0000 [2022-04-17T14:28:14.478Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:28:14.478Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:28:16.463Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:28:16.463Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:16.463Z] [javac] return new Integer(1); [2022-04-17T14:28:16.463Z] [javac] ^ [2022-04-17T14:28:16.463Z] [javac] 2 warnings [2022-04-17T14:28:16.463Z] [2022-04-17T14:28:16.463Z] setOSConditions: [2022-04-17T14:28:16.463Z] [2022-04-17T14:28:16.463Z] setToolWin: [2022-04-17T14:28:16.463Z] [2022-04-17T14:28:16.463Z] setToolUnix: [2022-04-17T14:28:16.463Z] [2022-04-17T14:28:16.463Z] setToolProperty: [2022-04-17T14:28:16.463Z] [2022-04-17T14:28:16.463Z] setS1ASclassPath: [2022-04-17T14:28:16.463Z] [2022-04-17T14:28:16.463Z] init-common: [2022-04-17T14:28:16.463Z] [2022-04-17T14:28:16.463Z] compile-common: [2022-04-17T14:28:16.463Z] [echo] Current time (ISO): 2022-04-17T14:28:16.319+0000 [2022-04-17T14:28:16.463Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:28:18.424Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:28:18.424Z] [javac] 1 warning [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] build: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setOSConditions: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] fixFiles: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] convUnix: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] convWin: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setToolWin: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setToolUnix: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setToolProperty: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setS1ASclassPath: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] init-common: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] package-persistence-common: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] ejb-jar-common: [2022-04-17T14:28:18.424Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] package-ejbjar-common: [2022-04-17T14:28:18.424Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:28:18.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:28:18.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:28:18.424Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-ejb.jar [2022-04-17T14:28:18.424Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] appclient-jar-common: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] package-appclientjar-common: [2022-04-17T14:28:18.424Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:28:18.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:28:18.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:28:18.424Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-client.jar [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] webclient-war-common: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] build-ear-common: [2022-04-17T14:28:18.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:28:18.424Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] create-jdbc-stuff: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setOSConditions: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setToolWin: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setToolUnix: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setToolProperty: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setS1ASclassPath: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] init-common: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] deploy-jdbc-common: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setOSConditions: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setToolWin: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setToolUnix: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setToolProperty: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] setS1ASclassPath: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] init-common: [2022-04-17T14:28:18.424Z] [2022-04-17T14:28:18.424Z] create-jdbc-connpool-common: [2022-04-17T14:28:19.061Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:19.061Z] [exec] JDBC connection pool jdbc-conval created successfully. [2022-04-17T14:28:19.061Z] [2022-04-17T14:28:19.061Z] set-derby-connpool-props: [2022-04-17T14:28:19.336Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:19.336Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser [2022-04-17T14:28:19.948Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:19.948Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword [2022-04-17T14:28:20.234Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:20.234Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 [2022-04-17T14:28:20.889Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:20.889Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 [2022-04-17T14:28:21.156Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:21.156Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb [2022-04-17T14:28:21.412Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:21.412Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:28:21.975Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:21.975Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true [2022-04-17T14:28:22.548Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:22.548Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost [2022-04-17T14:28:22.548Z] [2022-04-17T14:28:22.548Z] setOSConditions: [2022-04-17T14:28:22.548Z] [2022-04-17T14:28:22.548Z] setToolWin: [2022-04-17T14:28:22.548Z] [2022-04-17T14:28:22.548Z] setToolUnix: [2022-04-17T14:28:22.548Z] [2022-04-17T14:28:22.548Z] setToolProperty: [2022-04-17T14:28:22.548Z] [2022-04-17T14:28:22.548Z] setS1ASclassPath: [2022-04-17T14:28:22.548Z] [2022-04-17T14:28:22.548Z] init-common: [2022-04-17T14:28:22.548Z] [2022-04-17T14:28:22.548Z] create-jdbc-resource-common: [2022-04-17T14:28:22.548Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:22.807Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:22.807Z] [exec] JDBC resource jdbc/convalDB created successfully. [2022-04-17T14:28:22.807Z] [echo] cmd executed for server [2022-04-17T14:28:22.807Z] [2022-04-17T14:28:22.807Z] set-assoc-with-thread: [2022-04-17T14:28:22.807Z] [2022-04-17T14:28:22.807Z] asadmin-common: [2022-04-17T14:28:22.807Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:23.376Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:23.376Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.associate-with-thread=true [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] deploy: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] setOSConditions: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] setToolWin: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] setToolUnix: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] setToolProperty: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] setS1ASclassPath: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] init-common: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] deploy-common: [2022-04-17T14:28:23.376Z] [echo] Current time (ISO): 2022-04-17T14:28:23.227+0000 [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] setOSConditions: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] setToolWin: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] setToolUnix: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] setToolProperty: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] setS1ASclassPath: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] init-common: [2022-04-17T14:28:23.376Z] [2022-04-17T14:28:23.376Z] deploy-common-pe: [2022-04-17T14:28:23.949Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear [2022-04-17T14:28:23.949Z] [exec] Application deployed with name jdbc-convalApp. [2022-04-17T14:28:23.949Z] [echo] Deployment on target server server successful [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] setOSConditions: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] setToolWin: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] setToolUnix: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] setToolProperty: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] setS1ASclassPath: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] init-common: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] deploy-common-ee: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] run: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] setOSConditions: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] setToolWin: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] setToolUnix: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] setToolProperty: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] setS1ASclassPath: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] init-common: [2022-04-17T14:28:23.949Z] [2022-04-17T14:28:23.949Z] execute-sql-common: [2022-04-17T14:28:23.949Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/create_pointbase.sql [2022-04-17T14:28:23.949Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:28:23.949Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:28:24.239Z] [sql] 0 rows affected [2022-04-17T14:28:24.239Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:28:24.239Z] [2022-04-17T14:28:24.239Z] setOSConditions: [2022-04-17T14:28:24.239Z] [2022-04-17T14:28:24.239Z] setToolWin: [2022-04-17T14:28:24.239Z] [2022-04-17T14:28:24.239Z] setToolUnix: [2022-04-17T14:28:24.239Z] [2022-04-17T14:28:24.239Z] setToolProperty: [2022-04-17T14:28:24.239Z] [2022-04-17T14:28:24.239Z] setS1ASclassPath: [2022-04-17T14:28:24.239Z] [2022-04-17T14:28:24.239Z] init-common: [2022-04-17T14:28:24.239Z] [2022-04-17T14:28:24.239Z] runclient-common: [2022-04-17T14:28:24.239Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:28:25.169Z] [exec] Apr 17, 2022 2:28:24 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:28:25.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. [2022-04-17T14:28:28.480Z] [exec] Value of key is: test-1 [2022-04-17T14:28:28.480Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:28:28.480Z] [exec] [2022-04-17T14:28:28.480Z] [exec] [2022-04-17T14:28:28.480Z] [exec] ----------------------------------------- [2022-04-17T14:28:28.480Z] [exec] - test-1 : PASS - [2022-04-17T14:28:28.480Z] [exec] ----------------------------------------- [2022-04-17T14:28:28.480Z] [exec] Total PASS: 1 [2022-04-17T14:28:28.480Z] [exec] Total FAIL: 0 [2022-04-17T14:28:28.480Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:28:28.480Z] [exec] ----------------------------------------- [2022-04-17T14:28:28.480Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:28:28.736Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] checkReporting-common: [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] confirmReportPresent-common: [2022-04-17T14:28:28.993Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:28:28.993Z] [echo] Test seems to be reported fine [2022-04-17T14:28:28.993Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] confirmMissingReport-common: [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] setOSConditions: [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] setToolWin: [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] setToolUnix: [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] setToolProperty: [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] setS1ASclassPath: [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] init-common: [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] stop-derby: [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] stop-derby-aix: [2022-04-17T14:28:28.993Z] [2022-04-17T14:28:28.993Z] stop-derby-nonaix: [2022-04-17T14:28:28.993Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:28:29.249Z] [java] Sun Apr 17 14:28:29 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:28:29.249Z] [2022-04-17T14:28:29.249Z] setOSConditions: [2022-04-17T14:28:29.249Z] [2022-04-17T14:28:29.249Z] setToolWin: [2022-04-17T14:28:29.249Z] [2022-04-17T14:28:29.249Z] setToolUnix: [2022-04-17T14:28:29.249Z] [2022-04-17T14:28:29.249Z] setToolProperty: [2022-04-17T14:28:29.249Z] [2022-04-17T14:28:29.249Z] setS1ASclassPath: [2022-04-17T14:28:29.249Z] [2022-04-17T14:28:29.249Z] init-common: [2022-04-17T14:28:29.249Z] [2022-04-17T14:28:29.249Z] start-derby: [2022-04-17T14:28:29.249Z] [2022-04-17T14:28:29.249Z] start-derby-aix: [2022-04-17T14:28:29.249Z] [2022-04-17T14:28:29.249Z] start-derby-nonaix: [2022-04-17T14:28:29.249Z] [echo] Starting Derby DB Server ... [2022-04-17T14:28:47.306Z] [2022-04-17T14:28:47.306Z] setOSConditions: [2022-04-17T14:28:47.306Z] [2022-04-17T14:28:47.306Z] setToolWin: [2022-04-17T14:28:47.306Z] [2022-04-17T14:28:47.306Z] setToolUnix: [2022-04-17T14:28:47.306Z] [2022-04-17T14:28:47.306Z] setToolProperty: [2022-04-17T14:28:47.306Z] [2022-04-17T14:28:47.306Z] setS1ASclassPath: [2022-04-17T14:28:47.306Z] [2022-04-17T14:28:47.306Z] init-common: [2022-04-17T14:28:47.306Z] [2022-04-17T14:28:47.306Z] runclient-common: [2022-04-17T14:28:47.306Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:28:47.306Z] [exec] Apr 17, 2022 2:28:45 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:28:47.306Z] [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. [2022-04-17T14:28:48.674Z] [exec] Value of key is: test-2 [2022-04-17T14:28:48.674Z] [exec] test-2 returned false as validation is not enabled [2022-04-17T14:28:48.674Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:28:48.674Z] [exec] [2022-04-17T14:28:48.674Z] [exec] [2022-04-17T14:28:48.674Z] [exec] ----------------------------------------- [2022-04-17T14:28:48.674Z] [exec] - test-2 : PASS - [2022-04-17T14:28:48.674Z] [exec] ----------------------------------------- [2022-04-17T14:28:48.674Z] [exec] Total PASS: 1 [2022-04-17T14:28:48.674Z] [exec] Total FAIL: 0 [2022-04-17T14:28:48.674Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:28:48.674Z] [exec] ----------------------------------------- [2022-04-17T14:28:48.674Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:28:48.674Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:28:48.930Z] [2022-04-17T14:28:48.930Z] checkReporting-common: [2022-04-17T14:28:48.930Z] [2022-04-17T14:28:48.930Z] confirmReportPresent-common: [2022-04-17T14:28:48.930Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:28:48.930Z] [echo] Test seems to be reported fine [2022-04-17T14:28:48.930Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:28:48.930Z] [2022-04-17T14:28:48.930Z] confirmMissingReport-common: [2022-04-17T14:28:49.186Z] [2022-04-17T14:28:49.186Z] asadmin-common: [2022-04-17T14:28:49.187Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:49.443Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:49.444Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.connection-validation-method=table [2022-04-17T14:28:49.444Z] [2022-04-17T14:28:49.444Z] asadmin-common: [2022-04-17T14:28:49.444Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:50.008Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:50.008Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.validation-table-name=sys.systables [2022-04-17T14:28:50.008Z] [2022-04-17T14:28:50.008Z] asadmin-common: [2022-04-17T14:28:50.008Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:50.264Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:28:50.264Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.is-connection-validation-required=true [2022-04-17T14:28:50.264Z] [2022-04-17T14:28:50.264Z] setOSConditions: [2022-04-17T14:28:50.264Z] [2022-04-17T14:28:50.264Z] setToolWin: [2022-04-17T14:28:50.264Z] [2022-04-17T14:28:50.264Z] setToolUnix: [2022-04-17T14:28:50.264Z] [2022-04-17T14:28:50.264Z] setToolProperty: [2022-04-17T14:28:50.264Z] [2022-04-17T14:28:50.264Z] setS1ASclassPath: [2022-04-17T14:28:50.264Z] [2022-04-17T14:28:50.264Z] init-common: [2022-04-17T14:28:50.264Z] [2022-04-17T14:28:50.264Z] runclient-common: [2022-04-17T14:28:50.264Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T14:28:51.650Z] [exec] Apr 17, 2022 2:28:51 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:28:51.650Z] [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. [2022-04-17T14:28:55.856Z] [exec] Value of key is: test-3 [2022-04-17T14:28:55.856Z] [exec] test-3 returned true as validation is enabled [2022-04-17T14:28:55.856Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:28:55.856Z] [exec] [2022-04-17T14:28:55.856Z] [exec] [2022-04-17T14:28:55.856Z] [exec] ----------------------------------------- [2022-04-17T14:28:55.856Z] [exec] - test-3 : PASS - [2022-04-17T14:28:55.856Z] [exec] ----------------------------------------- [2022-04-17T14:28:55.856Z] [exec] Total PASS: 1 [2022-04-17T14:28:55.856Z] [exec] Total FAIL: 0 [2022-04-17T14:28:55.856Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:28:55.856Z] [exec] ----------------------------------------- [2022-04-17T14:28:55.856Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:28:55.856Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] checkReporting-common: [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] confirmReportPresent-common: [2022-04-17T14:28:55.856Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:28:55.856Z] [echo] Test seems to be reported fine [2022-04-17T14:28:55.856Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] confirmMissingReport-common: [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] setOSConditions: [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] setToolWin: [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] setToolUnix: [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] setToolProperty: [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] setS1ASclassPath: [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] init-common: [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] stop-derby: [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] stop-derby-aix: [2022-04-17T14:28:55.856Z] [2022-04-17T14:28:55.856Z] stop-derby-nonaix: [2022-04-17T14:28:55.856Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:28:56.436Z] [java] Sun Apr 17 14:28:56 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:28:56.436Z] [2022-04-17T14:28:56.436Z] setOSConditions: [2022-04-17T14:28:56.436Z] [2022-04-17T14:28:56.436Z] setToolWin: [2022-04-17T14:28:56.436Z] [2022-04-17T14:28:56.436Z] setToolUnix: [2022-04-17T14:28:56.436Z] [2022-04-17T14:28:56.436Z] setToolProperty: [2022-04-17T14:28:56.436Z] [2022-04-17T14:28:56.436Z] setS1ASclassPath: [2022-04-17T14:28:56.436Z] [2022-04-17T14:28:56.436Z] init-common: [2022-04-17T14:28:56.436Z] [2022-04-17T14:28:56.436Z] start-derby: [2022-04-17T14:28:56.436Z] [2022-04-17T14:28:56.436Z] start-derby-aix: [2022-04-17T14:28:56.436Z] [2022-04-17T14:28:56.436Z] start-derby-nonaix: [2022-04-17T14:28:56.436Z] [echo] Starting Derby DB Server ... [2022-04-17T14:29:11.369Z] [2022-04-17T14:29:11.369Z] setOSConditions: [2022-04-17T14:29:11.369Z] [2022-04-17T14:29:11.369Z] setToolWin: [2022-04-17T14:29:11.369Z] [2022-04-17T14:29:11.369Z] setToolUnix: [2022-04-17T14:29:11.369Z] [2022-04-17T14:29:11.369Z] setToolProperty: [2022-04-17T14:29:11.369Z] [2022-04-17T14:29:11.369Z] setS1ASclassPath: [2022-04-17T14:29:11.369Z] [2022-04-17T14:29:11.369Z] init-common: [2022-04-17T14:29:11.369Z] [2022-04-17T14:29:11.369Z] runclient-common: [2022-04-17T14:29:11.369Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T14:29:12.307Z] [exec] Apr 17, 2022 2:29:12 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:29:12.308Z] [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. [2022-04-17T14:29:16.497Z] [exec] Value of key is: test-4 [2022-04-17T14:29:16.497Z] [exec] test-4 returned true as validation is enabled [2022-04-17T14:29:16.497Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:29:16.497Z] [exec] [2022-04-17T14:29:16.497Z] [exec] [2022-04-17T14:29:16.497Z] [exec] ----------------------------------------- [2022-04-17T14:29:16.497Z] [exec] - test-4 : PASS - [2022-04-17T14:29:16.497Z] [exec] ----------------------------------------- [2022-04-17T14:29:16.497Z] [exec] Total PASS: 1 [2022-04-17T14:29:16.497Z] [exec] Total FAIL: 0 [2022-04-17T14:29:16.497Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:29:16.497Z] [exec] ----------------------------------------- [2022-04-17T14:29:16.497Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:29:16.497Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:29:16.755Z] [2022-04-17T14:29:16.755Z] checkReporting-common: [2022-04-17T14:29:16.755Z] [2022-04-17T14:29:16.755Z] confirmReportPresent-common: [2022-04-17T14:29:16.755Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:29:16.755Z] [echo] Test seems to be reported fine [2022-04-17T14:29:16.755Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:29:16.755Z] [2022-04-17T14:29:16.755Z] confirmMissingReport-common: [2022-04-17T14:29:16.755Z] [2022-04-17T14:29:16.755Z] setOSConditions: [2022-04-17T14:29:16.755Z] [2022-04-17T14:29:16.755Z] setToolWin: [2022-04-17T14:29:16.755Z] [2022-04-17T14:29:16.755Z] setToolUnix: [2022-04-17T14:29:16.755Z] [2022-04-17T14:29:16.755Z] setToolProperty: [2022-04-17T14:29:16.755Z] [2022-04-17T14:29:16.755Z] setS1ASclassPath: [2022-04-17T14:29:16.755Z] [2022-04-17T14:29:16.755Z] init-common: [2022-04-17T14:29:16.755Z] [2022-04-17T14:29:16.755Z] execute-sql-common: [2022-04-17T14:29:16.755Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/drop_pointbase.sql [2022-04-17T14:29:17.040Z] [sql] 0 rows affected [2022-04-17T14:29:17.040Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:29:17.040Z] [2022-04-17T14:29:17.040Z] undeploy: [2022-04-17T14:29:17.040Z] [2022-04-17T14:29:17.040Z] setOSConditions: [2022-04-17T14:29:17.040Z] [2022-04-17T14:29:17.040Z] setToolWin: [2022-04-17T14:29:17.040Z] [2022-04-17T14:29:17.040Z] setToolUnix: [2022-04-17T14:29:17.040Z] [2022-04-17T14:29:17.040Z] setToolProperty: [2022-04-17T14:29:17.040Z] [2022-04-17T14:29:17.040Z] setS1ASclassPath: [2022-04-17T14:29:17.040Z] [2022-04-17T14:29:17.040Z] init-common: [2022-04-17T14:29:17.040Z] [2022-04-17T14:29:17.040Z] undeploy-common: [2022-04-17T14:29:17.297Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:29:17.297Z] [2022-04-17T14:29:17.297Z] delete-jdbc-stuff: [2022-04-17T14:29:17.297Z] [2022-04-17T14:29:17.297Z] setOSConditions: [2022-04-17T14:29:17.297Z] [2022-04-17T14:29:17.297Z] setToolWin: [2022-04-17T14:29:17.297Z] [2022-04-17T14:29:17.297Z] setToolUnix: [2022-04-17T14:29:17.297Z] [2022-04-17T14:29:17.297Z] setToolProperty: [2022-04-17T14:29:17.297Z] [2022-04-17T14:29:17.297Z] setS1ASclassPath: [2022-04-17T14:29:17.297Z] [2022-04-17T14:29:17.297Z] init-common: [2022-04-17T14:29:17.297Z] [2022-04-17T14:29:17.297Z] delete-jdbc-resource-common: [2022-04-17T14:29:17.297Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/convalDB [2022-04-17T14:29:17.859Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/convalDB [2022-04-17T14:29:17.859Z] [exec] JDBC resource jdbc/convalDB deleted successfully [2022-04-17T14:29:17.859Z] [echo] cmd executed for server [2022-04-17T14:29:17.859Z] [2022-04-17T14:29:17.859Z] setOSConditions: [2022-04-17T14:29:17.859Z] [2022-04-17T14:29:17.859Z] setToolWin: [2022-04-17T14:29:17.859Z] [2022-04-17T14:29:17.859Z] setToolUnix: [2022-04-17T14:29:17.859Z] [2022-04-17T14:29:17.859Z] setToolProperty: [2022-04-17T14:29:17.859Z] [2022-04-17T14:29:17.859Z] setS1ASclassPath: [2022-04-17T14:29:17.859Z] [2022-04-17T14:29:17.859Z] init-common: [2022-04-17T14:29:17.859Z] [2022-04-17T14:29:17.859Z] delete-jdbc-connpool-common: [2022-04-17T14:29:17.859Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-conval [2022-04-17T14:29:18.455Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:18.455Z] [exec] JDBC Connection pool jdbc-conval deleted successfully [2022-04-17T14:29:18.455Z] [echo] cmd executed for server [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] all-assoc-with-thread: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setOSConditions: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolWin: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolUnix: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolProperty: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setS1ASclassPath: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] init-common: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] clean: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setOSConditions: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolWin: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolUnix: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolProperty: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setS1ASclassPath: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] init-common: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] clean-common: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setOSConditions: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolWin: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolUnix: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolProperty: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setS1ASclassPath: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] init-common: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] clean-classes-common: [2022-04-17T14:29:18.455Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setOSConditions: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolWin: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolUnix: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolProperty: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setS1ASclassPath: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] init-common: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] clean-jars-common: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] compile: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setOSConditions: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolWin: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolUnix: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setToolProperty: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] setS1ASclassPath: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] init-common: [2022-04-17T14:29:18.455Z] [2022-04-17T14:29:18.455Z] compile-common: [2022-04-17T14:29:18.455Z] [echo] Current time (ISO): 2022-04-17T14:29:18.253+0000 [2022-04-17T14:29:18.455Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:29:18.455Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:29:20.401Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:29:20.401Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:20.401Z] [javac] return new Integer(1); [2022-04-17T14:29:20.401Z] [javac] ^ [2022-04-17T14:29:20.401Z] [javac] 2 warnings [2022-04-17T14:29:20.401Z] [2022-04-17T14:29:20.401Z] setOSConditions: [2022-04-17T14:29:20.401Z] [2022-04-17T14:29:20.401Z] setToolWin: [2022-04-17T14:29:20.401Z] [2022-04-17T14:29:20.401Z] setToolUnix: [2022-04-17T14:29:20.401Z] [2022-04-17T14:29:20.401Z] setToolProperty: [2022-04-17T14:29:20.401Z] [2022-04-17T14:29:20.401Z] setS1ASclassPath: [2022-04-17T14:29:20.401Z] [2022-04-17T14:29:20.401Z] init-common: [2022-04-17T14:29:20.401Z] [2022-04-17T14:29:20.401Z] compile-common: [2022-04-17T14:29:20.401Z] [echo] Current time (ISO): 2022-04-17T14:29:20.176+0000 [2022-04-17T14:29:20.401Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:29:22.303Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:29:22.303Z] [javac] 1 warning [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] build: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setOSConditions: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] fixFiles: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] convUnix: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] convWin: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolWin: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolUnix: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolProperty: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setS1ASclassPath: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] init-common: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] package-persistence-common: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] ejb-jar-common: [2022-04-17T14:29:22.303Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] package-ejbjar-common: [2022-04-17T14:29:22.303Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:29:22.303Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:29:22.303Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:29:22.303Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracing-ejb.jar [2022-04-17T14:29:22.303Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] appclient-jar-common: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] package-appclientjar-common: [2022-04-17T14:29:22.303Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:29:22.303Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:29:22.303Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:29:22.303Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracing-client.jar [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] webclient-war-common: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] build-ear-common: [2022-04-17T14:29:22.303Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:29:22.303Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracingApp.ear [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] deploy: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setOSConditions: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolWin: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolUnix: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolProperty: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setS1ASclassPath: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] init-common: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] create-jdbc-stuff: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setOSConditions: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolWin: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolUnix: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolProperty: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setS1ASclassPath: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] init-common: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] deploy-jdbc-common: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setOSConditions: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolWin: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolUnix: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setToolProperty: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] setS1ASclassPath: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] init-common: [2022-04-17T14:29:22.303Z] [2022-04-17T14:29:22.303Z] create-jdbc-connpool-common: [2022-04-17T14:29:22.876Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:22.876Z] [exec] JDBC connection pool jdbc-connectionleaktracing created successfully. [2022-04-17T14:29:22.876Z] [2022-04-17T14:29:22.876Z] set-derby-connpool-props: [2022-04-17T14:29:23.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:23.445Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.User=dbuser [2022-04-17T14:29:24.042Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:24.042Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.Password=dbpassword [2022-04-17T14:29:24.299Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:24.556Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.driverType=4 [2022-04-17T14:29:24.813Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:24.813Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.portNumber=1527 [2022-04-17T14:29:25.378Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:25.378Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.dataBaseName=testdb [2022-04-17T14:29:25.634Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:25.634Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:29:26.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:26.243Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.create=true [2022-04-17T14:29:26.810Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:26.810Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.serverName=localhost [2022-04-17T14:29:26.810Z] [2022-04-17T14:29:26.810Z] setOSConditions: [2022-04-17T14:29:26.810Z] [2022-04-17T14:29:26.810Z] setToolWin: [2022-04-17T14:29:26.810Z] [2022-04-17T14:29:26.810Z] setToolUnix: [2022-04-17T14:29:26.810Z] [2022-04-17T14:29:26.810Z] setToolProperty: [2022-04-17T14:29:26.810Z] [2022-04-17T14:29:26.810Z] setS1ASclassPath: [2022-04-17T14:29:26.810Z] [2022-04-17T14:29:26.810Z] init-common: [2022-04-17T14:29:26.810Z] [2022-04-17T14:29:26.810Z] create-jdbc-resource-common: [2022-04-17T14:29:26.810Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:27.066Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:27.066Z] [exec] JDBC resource jdbc/connectionleaktracingDB created successfully. [2022-04-17T14:29:27.066Z] [echo] cmd executed for server [2022-04-17T14:29:27.066Z] [2022-04-17T14:29:27.066Z] asadmin-common: [2022-04-17T14:29:27.066Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:27.647Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:27.647Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.steady-pool-size=1 [2022-04-17T14:29:27.647Z] [2022-04-17T14:29:27.647Z] asadmin-common: [2022-04-17T14:29:27.647Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:27.903Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:28.160Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.max-pool-size=1 [2022-04-17T14:29:28.160Z] [2022-04-17T14:29:28.160Z] asadmin-common: [2022-04-17T14:29:28.160Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:28.416Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:28.416Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection-leak-timeout-in-seconds=10 [2022-04-17T14:29:28.416Z] [2022-04-17T14:29:28.416Z] asadmin-common: [2022-04-17T14:29:28.416Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:28.990Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:29:28.990Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection-leak-reclaim=true [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] setOSConditions: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] setToolWin: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] setToolUnix: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] setToolProperty: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] setS1ASclassPath: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] init-common: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] deploy-common: [2022-04-17T14:29:28.990Z] [echo] Current time (ISO): 2022-04-17T14:29:28.837+0000 [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] setOSConditions: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] setToolWin: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] setToolUnix: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] setToolProperty: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] setS1ASclassPath: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] init-common: [2022-04-17T14:29:28.990Z] [2022-04-17T14:29:28.990Z] deploy-common-pe: [2022-04-17T14:29:29.558Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracingApp.ear [2022-04-17T14:29:29.841Z] [exec] Application deployed with name jdbc-connectionleaktracingApp. [2022-04-17T14:29:29.841Z] [echo] Deployment on target server server successful [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setOSConditions: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setToolWin: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setToolUnix: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setToolProperty: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setS1ASclassPath: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] init-common: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] deploy-common-ee: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setOSConditions: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setToolWin: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setToolUnix: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setToolProperty: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setS1ASclassPath: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] init-common: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] execute-sql-common: [2022-04-17T14:29:29.841Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/sql/create_pointbase.sql [2022-04-17T14:29:29.841Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:29:29.841Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:29:29.841Z] [sql] 0 rows affected [2022-04-17T14:29:29.841Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] run: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setOSConditions: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setToolWin: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setToolUnix: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setToolProperty: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] setS1ASclassPath: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] init-common: [2022-04-17T14:29:29.841Z] [2022-04-17T14:29:29.841Z] runclient-common: [2022-04-17T14:29:29.841Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:29:31.255Z] [exec] Apr 17, 2022 2:29:30 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:29:31.255Z] [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. [2022-04-17T14:30:38.988Z] [exec] Value of key is: : [2022-04-17T14:30:38.988Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:30:38.988Z] [exec] [2022-04-17T14:30:38.988Z] [exec] [2022-04-17T14:30:38.988Z] [exec] ----------------------------------------- [2022-04-17T14:30:38.988Z] [exec] - : : PASS - [2022-04-17T14:30:38.988Z] [exec] ----------------------------------------- [2022-04-17T14:30:38.988Z] [exec] Total PASS: 1 [2022-04-17T14:30:38.988Z] [exec] Total FAIL: 0 [2022-04-17T14:30:38.988Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:30:38.988Z] [exec] ----------------------------------------- [2022-04-17T14:30:38.988Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:30:38.988Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] checkReporting-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] confirmReportPresent-common: [2022-04-17T14:30:38.988Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:30:38.988Z] [echo] Test seems to be reported fine [2022-04-17T14:30:38.988Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/RepRunConf.txt [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] confirmMissingReport-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] undeploy: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] execute-sql-common: [2022-04-17T14:30:38.988Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/sql/drop_pointbase.sql [2022-04-17T14:30:38.988Z] [sql] 0 rows affected [2022-04-17T14:30:38.988Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] delete-jdbc-stuff: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] delete-jdbc-resource-common: [2022-04-17T14:30:38.988Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connectionleaktracingDB [2022-04-17T14:30:38.988Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connectionleaktracingDB [2022-04-17T14:30:38.988Z] [exec] JDBC resource jdbc/connectionleaktracingDB deleted successfully [2022-04-17T14:30:38.988Z] [echo] cmd executed for server [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] delete-jdbc-connpool-common: [2022-04-17T14:30:38.988Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connectionleaktracing [2022-04-17T14:30:38.988Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:38.988Z] [exec] JDBC Connection pool jdbc-connectionleaktracing deleted successfully [2022-04-17T14:30:38.988Z] [echo] cmd executed for server [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] undeploy-common: [2022-04-17T14:30:38.988Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] all: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] clean: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] clean-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] clean-classes-common: [2022-04-17T14:30:38.988Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] clean-jars-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] compile: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] compile-common: [2022-04-17T14:30:38.988Z] [echo] Current time (ISO): 2022-04-17T14:30:36.199+0000 [2022-04-17T14:30:38.988Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:30:38.988Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:30:38.988Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:30:38.988Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:38.988Z] [javac] return new Integer(1); [2022-04-17T14:30:38.988Z] [javac] ^ [2022-04-17T14:30:38.988Z] [javac] 2 warnings [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setOSConditions: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolWin: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolUnix: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setToolProperty: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] setS1ASclassPath: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] init-common: [2022-04-17T14:30:38.988Z] [2022-04-17T14:30:38.988Z] compile-common: [2022-04-17T14:30:38.988Z] [echo] Current time (ISO): 2022-04-17T14:30:38.198+0000 [2022-04-17T14:30:38.988Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:30:40.378Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:30:40.378Z] [javac] 1 warning [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] build: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] setOSConditions: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] fixFiles: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] convUnix: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] convWin: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] setToolWin: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] setToolUnix: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] setToolProperty: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] setS1ASclassPath: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] init-common: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] package-persistence-common: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] ejb-jar-common: [2022-04-17T14:30:40.378Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] package-ejbjar-common: [2022-04-17T14:30:40.378Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:30:40.378Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:30:40.378Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:30:40.378Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretry-ejb.jar [2022-04-17T14:30:40.378Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] appclient-jar-common: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] package-appclientjar-common: [2022-04-17T14:30:40.378Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:30:40.378Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:30:40.378Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:30:40.378Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretry-client.jar [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] webclient-war-common: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] build-ear-common: [2022-04-17T14:30:40.378Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:30:40.378Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretryApp.ear [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] deploy: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] setOSConditions: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] setToolWin: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] setToolUnix: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] setToolProperty: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.378Z] setS1ASclassPath: [2022-04-17T14:30:40.378Z] [2022-04-17T14:30:40.379Z] init-common: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] create-jdbc-stuff: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] setOSConditions: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] setToolWin: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] setToolUnix: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] setToolProperty: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] setS1ASclassPath: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] init-common: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] deploy-jdbc-common: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] setOSConditions: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] setToolWin: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] setToolUnix: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] setToolProperty: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] setS1ASclassPath: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] init-common: [2022-04-17T14:30:40.379Z] [2022-04-17T14:30:40.379Z] create-jdbc-connpool-common: [2022-04-17T14:30:40.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:40.897Z] [exec] JDBC connection pool jdbc-connectioncreationretry created successfully. [2022-04-17T14:30:40.897Z] [2022-04-17T14:30:40.897Z] set-derby-connpool-props: [2022-04-17T14:30:41.154Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:41.154Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.User=dbuser [2022-04-17T14:30:41.747Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:41.747Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.Password=dbpassword [2022-04-17T14:30:42.003Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:42.003Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.driverType=4 [2022-04-17T14:30:42.566Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:42.566Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.portNumber=1527 [2022-04-17T14:30:42.841Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:43.138Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.dataBaseName=testdb [2022-04-17T14:30:43.395Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:43.395Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:30:43.961Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:43.961Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.create=true [2022-04-17T14:30:44.217Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:44.474Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.serverName=localhost [2022-04-17T14:30:44.474Z] [2022-04-17T14:30:44.474Z] setOSConditions: [2022-04-17T14:30:44.474Z] [2022-04-17T14:30:44.474Z] setToolWin: [2022-04-17T14:30:44.474Z] [2022-04-17T14:30:44.474Z] setToolUnix: [2022-04-17T14:30:44.474Z] [2022-04-17T14:30:44.474Z] setToolProperty: [2022-04-17T14:30:44.474Z] [2022-04-17T14:30:44.474Z] setS1ASclassPath: [2022-04-17T14:30:44.474Z] [2022-04-17T14:30:44.474Z] init-common: [2022-04-17T14:30:44.474Z] [2022-04-17T14:30:44.474Z] create-jdbc-resource-common: [2022-04-17T14:30:44.474Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:44.731Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:44.731Z] [exec] JDBC resource jdbc/connectioncreationretryDB created successfully. [2022-04-17T14:30:44.731Z] [echo] cmd executed for server [2022-04-17T14:30:44.731Z] [2022-04-17T14:30:44.731Z] asadmin-common: [2022-04-17T14:30:44.731Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:45.299Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:45.299Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection-creation-retry-attempts=10 [2022-04-17T14:30:45.299Z] [2022-04-17T14:30:45.299Z] asadmin-common: [2022-04-17T14:30:45.299Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:45.555Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:45.555Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection-creation-retry-interval-in-seconds=5 [2022-04-17T14:30:45.555Z] [2022-04-17T14:30:45.555Z] asadmin-common: [2022-04-17T14:30:45.555Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:46.140Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:46.140Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.steady-pool-size=1 [2022-04-17T14:30:46.140Z] [2022-04-17T14:30:46.140Z] asadmin-common: [2022-04-17T14:30:46.140Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:46.396Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:30:46.654Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.max-pool-size=1 [2022-04-17T14:30:46.654Z] [2022-04-17T14:30:46.654Z] setOSConditions: [2022-04-17T14:30:46.654Z] [2022-04-17T14:30:46.655Z] setToolWin: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] setToolUnix: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] setToolProperty: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] setS1ASclassPath: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] init-common: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] deploy-common: [2022-04-17T14:30:46.655Z] [echo] Current time (ISO): 2022-04-17T14:30:46.416+0000 [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] setOSConditions: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] setToolWin: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] setToolUnix: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] setToolProperty: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] setS1ASclassPath: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] init-common: [2022-04-17T14:30:46.655Z] [2022-04-17T14:30:46.655Z] deploy-common-pe: [2022-04-17T14:30:46.917Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretryApp.ear [2022-04-17T14:30:47.175Z] [exec] Application deployed with name jdbc-connectioncreationretryApp. [2022-04-17T14:30:47.175Z] [echo] Deployment on target server server successful [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setOSConditions: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setToolWin: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setToolUnix: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setToolProperty: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setS1ASclassPath: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] init-common: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] deploy-common-ee: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setOSConditions: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setToolWin: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setToolUnix: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setToolProperty: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setS1ASclassPath: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] init-common: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] execute-sql-common: [2022-04-17T14:30:47.175Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/sql/create_pointbase.sql [2022-04-17T14:30:47.175Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:30:47.175Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:30:47.175Z] [sql] 0 rows affected [2022-04-17T14:30:47.175Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] run: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setOSConditions: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setToolWin: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setToolUnix: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setToolProperty: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] setS1ASclassPath: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] init-common: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] stop-derby: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] stop-derby-aix: [2022-04-17T14:30:47.175Z] [2022-04-17T14:30:47.175Z] stop-derby-nonaix: [2022-04-17T14:30:47.175Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:30:47.742Z] [java] Sun Apr 17 14:30:47 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:30:47.742Z] [2022-04-17T14:30:47.742Z] setOSConditions: [2022-04-17T14:30:47.742Z] [2022-04-17T14:30:47.742Z] setToolWin: [2022-04-17T14:30:47.742Z] [2022-04-17T14:30:47.742Z] setToolUnix: [2022-04-17T14:30:47.742Z] [2022-04-17T14:30:47.742Z] setToolProperty: [2022-04-17T14:30:47.742Z] [2022-04-17T14:30:47.742Z] setS1ASclassPath: [2022-04-17T14:30:47.742Z] [2022-04-17T14:30:47.742Z] init-common: [2022-04-17T14:30:47.742Z] [2022-04-17T14:30:47.742Z] runclient-common: [2022-04-17T14:30:47.742Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:30:48.671Z] [exec] Apr 17, 2022 2:30:48 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:30:48.671Z] [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. [2022-04-17T14:31:03.564Z] [2022-04-17T14:31:03.564Z] setOSConditions: [2022-04-17T14:31:03.564Z] [2022-04-17T14:31:03.564Z] setToolWin: [2022-04-17T14:31:03.564Z] [2022-04-17T14:31:03.564Z] setToolUnix: [2022-04-17T14:31:03.564Z] [2022-04-17T14:31:03.564Z] setToolProperty: [2022-04-17T14:31:03.564Z] [2022-04-17T14:31:03.564Z] setS1ASclassPath: [2022-04-17T14:31:03.564Z] [2022-04-17T14:31:03.564Z] init-common: [2022-04-17T14:31:03.564Z] [2022-04-17T14:31:03.564Z] start-derby: [2022-04-17T14:31:03.564Z] [2022-04-17T14:31:03.564Z] start-derby-aix: [2022-04-17T14:31:03.564Z] [2022-04-17T14:31:03.564Z] start-derby-nonaix: [2022-04-17T14:31:03.564Z] [echo] Starting Derby DB Server ... [2022-04-17T14:31:07.735Z] [exec] Value of key is: test [2022-04-17T14:31:07.735Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:31:07.735Z] [exec] [2022-04-17T14:31:07.735Z] [exec] [2022-04-17T14:31:07.735Z] [exec] ----------------------------------------- [2022-04-17T14:31:07.735Z] [exec] - test : PASS - [2022-04-17T14:31:07.735Z] [exec] ----------------------------------------- [2022-04-17T14:31:07.735Z] [exec] Total PASS: 1 [2022-04-17T14:31:07.735Z] [exec] Total FAIL: 0 [2022-04-17T14:31:07.735Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:31:07.735Z] [exec] ----------------------------------------- [2022-04-17T14:31:07.735Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:31:07.735Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:31:07.991Z] [2022-04-17T14:31:07.991Z] checkReporting-common: [2022-04-17T14:31:07.991Z] [2022-04-17T14:31:07.991Z] confirmReportPresent-common: [2022-04-17T14:31:07.991Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:31:07.991Z] [echo] Test seems to be reported fine [2022-04-17T14:31:07.991Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/RepRunConf.txt [2022-04-17T14:31:07.991Z] [2022-04-17T14:31:07.991Z] confirmMissingReport-common: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] undeploy: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setOSConditions: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setToolWin: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setToolUnix: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setToolProperty: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setS1ASclassPath: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] init-common: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] execute-sql-common: [2022-04-17T14:31:17.940Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/sql/drop_pointbase.sql [2022-04-17T14:31:17.940Z] [sql] 0 rows affected [2022-04-17T14:31:17.940Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setOSConditions: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setToolWin: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setToolUnix: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setToolProperty: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setS1ASclassPath: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] init-common: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] delete-jdbc-stuff: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setOSConditions: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setToolWin: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setToolUnix: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setToolProperty: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] setS1ASclassPath: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] init-common: [2022-04-17T14:31:17.940Z] [2022-04-17T14:31:17.940Z] delete-jdbc-resource-common: [2022-04-17T14:31:17.940Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connectioncreationretryDB [2022-04-17T14:31:18.204Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connectioncreationretryDB [2022-04-17T14:31:18.204Z] [exec] JDBC resource jdbc/connectioncreationretryDB deleted successfully [2022-04-17T14:31:18.204Z] [echo] cmd executed for server [2022-04-17T14:31:18.204Z] [2022-04-17T14:31:18.204Z] setOSConditions: [2022-04-17T14:31:18.204Z] [2022-04-17T14:31:18.204Z] setToolWin: [2022-04-17T14:31:18.204Z] [2022-04-17T14:31:18.204Z] setToolUnix: [2022-04-17T14:31:18.204Z] [2022-04-17T14:31:18.204Z] setToolProperty: [2022-04-17T14:31:18.204Z] [2022-04-17T14:31:18.204Z] setS1ASclassPath: [2022-04-17T14:31:18.204Z] [2022-04-17T14:31:18.204Z] init-common: [2022-04-17T14:31:18.204Z] [2022-04-17T14:31:18.204Z] delete-jdbc-connpool-common: [2022-04-17T14:31:18.204Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connectioncreationretry [2022-04-17T14:31:18.770Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:18.770Z] [exec] JDBC Connection pool jdbc-connectioncreationretry deleted successfully [2022-04-17T14:31:18.770Z] [echo] cmd executed for server [2022-04-17T14:31:18.770Z] [2022-04-17T14:31:18.770Z] setOSConditions: [2022-04-17T14:31:18.770Z] [2022-04-17T14:31:18.770Z] setToolWin: [2022-04-17T14:31:18.770Z] [2022-04-17T14:31:18.770Z] setToolUnix: [2022-04-17T14:31:18.770Z] [2022-04-17T14:31:18.770Z] setToolProperty: [2022-04-17T14:31:18.770Z] [2022-04-17T14:31:18.770Z] setS1ASclassPath: [2022-04-17T14:31:18.770Z] [2022-04-17T14:31:18.770Z] init-common: [2022-04-17T14:31:18.770Z] [2022-04-17T14:31:18.770Z] undeploy-common: [2022-04-17T14:31:19.026Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] all: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setOSConditions: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolWin: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolUnix: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolProperty: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setS1ASclassPath: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] init-common: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] clean: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setOSConditions: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolWin: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolUnix: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolProperty: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setS1ASclassPath: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] init-common: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] clean-common: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setOSConditions: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolWin: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolUnix: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolProperty: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setS1ASclassPath: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] init-common: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] clean-classes-common: [2022-04-17T14:31:19.282Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setOSConditions: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolWin: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolUnix: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolProperty: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setS1ASclassPath: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] init-common: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] clean-jars-common: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] compile: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setOSConditions: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolWin: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolUnix: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setToolProperty: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] setS1ASclassPath: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] init-common: [2022-04-17T14:31:19.282Z] [2022-04-17T14:31:19.282Z] compile-common: [2022-04-17T14:31:19.282Z] [echo] Current time (ISO): 2022-04-17T14:31:19.062+0000 [2022-04-17T14:31:19.282Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:31:19.282Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:31:21.200Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:31:21.200Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:21.200Z] [javac] return new Integer(1); [2022-04-17T14:31:21.200Z] [javac] ^ [2022-04-17T14:31:21.200Z] [javac] 2 warnings [2022-04-17T14:31:21.200Z] [2022-04-17T14:31:21.200Z] setOSConditions: [2022-04-17T14:31:21.200Z] [2022-04-17T14:31:21.200Z] setToolWin: [2022-04-17T14:31:21.200Z] [2022-04-17T14:31:21.200Z] setToolUnix: [2022-04-17T14:31:21.200Z] [2022-04-17T14:31:21.200Z] setToolProperty: [2022-04-17T14:31:21.200Z] [2022-04-17T14:31:21.200Z] setS1ASclassPath: [2022-04-17T14:31:21.200Z] [2022-04-17T14:31:21.200Z] init-common: [2022-04-17T14:31:21.200Z] [2022-04-17T14:31:21.200Z] compile-common: [2022-04-17T14:31:21.200Z] [echo] Current time (ISO): 2022-04-17T14:31:20.859+0000 [2022-04-17T14:31:21.200Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:31:23.145Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:31:23.145Z] [javac] 1 warning [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] build: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setOSConditions: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] fixFiles: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] convUnix: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] convWin: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolWin: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolUnix: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolProperty: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setS1ASclassPath: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] init-common: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] package-persistence-common: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] ejb-jar-common: [2022-04-17T14:31:23.145Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] package-ejbjar-common: [2022-04-17T14:31:23.145Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:31:23.145Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:31:23.145Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:31:23.145Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiod-ejb.jar [2022-04-17T14:31:23.145Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] appclient-jar-common: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] package-appclientjar-common: [2022-04-17T14:31:23.145Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:31:23.145Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:31:23.145Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:31:23.145Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiod-client.jar [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] webclient-war-common: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] build-ear-common: [2022-04-17T14:31:23.145Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:31:23.145Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodApp.ear [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] deploy: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setOSConditions: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolWin: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolUnix: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolProperty: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setS1ASclassPath: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] init-common: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] create-jdbc-stuff: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setOSConditions: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolWin: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolUnix: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolProperty: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setS1ASclassPath: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] init-common: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] deploy-jdbc-common: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setOSConditions: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolWin: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolUnix: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setToolProperty: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] setS1ASclassPath: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] init-common: [2022-04-17T14:31:23.145Z] [2022-04-17T14:31:23.145Z] create-jdbc-connpool-common: [2022-04-17T14:31:23.401Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:23.662Z] [exec] JDBC connection pool jdbc-validateatmostonceperiod created successfully. [2022-04-17T14:31:23.662Z] [2022-04-17T14:31:23.662Z] set-derby-connpool-props: [2022-04-17T14:31:23.924Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:23.924Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.User=dbuser [2022-04-17T14:31:24.492Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:24.492Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.Password=dbpassword [2022-04-17T14:31:25.057Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:25.057Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.driverType=4 [2022-04-17T14:31:25.316Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:25.316Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.portNumber=1527 [2022-04-17T14:31:25.895Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:25.895Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.dataBaseName=testdb [2022-04-17T14:31:26.461Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:26.461Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:31:26.717Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:26.717Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.create=true [2022-04-17T14:31:27.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:27.289Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.serverName=localhost [2022-04-17T14:31:27.289Z] [2022-04-17T14:31:27.289Z] setOSConditions: [2022-04-17T14:31:27.289Z] [2022-04-17T14:31:27.289Z] setToolWin: [2022-04-17T14:31:27.289Z] [2022-04-17T14:31:27.289Z] setToolUnix: [2022-04-17T14:31:27.289Z] [2022-04-17T14:31:27.289Z] setToolProperty: [2022-04-17T14:31:27.289Z] [2022-04-17T14:31:27.289Z] setS1ASclassPath: [2022-04-17T14:31:27.289Z] [2022-04-17T14:31:27.289Z] init-common: [2022-04-17T14:31:27.289Z] [2022-04-17T14:31:27.289Z] create-jdbc-resource-common: [2022-04-17T14:31:27.289Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:27.855Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:27.855Z] [exec] JDBC resource jdbc/validateatmostonceperiodDB created successfully. [2022-04-17T14:31:27.855Z] [echo] cmd executed for server [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] setOSConditions: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] setToolWin: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] setToolUnix: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] setToolProperty: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] setS1ASclassPath: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] init-common: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] deploy-common: [2022-04-17T14:31:27.855Z] [echo] Current time (ISO): 2022-04-17T14:31:27.648+0000 [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] setOSConditions: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] setToolWin: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] setToolUnix: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] setToolProperty: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] setS1ASclassPath: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] init-common: [2022-04-17T14:31:27.855Z] [2022-04-17T14:31:27.855Z] deploy-common-pe: [2022-04-17T14:31:28.421Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodApp.ear [2022-04-17T14:31:28.421Z] [exec] Application deployed with name jdbc-validateatmostonceperiodApp. [2022-04-17T14:31:28.421Z] [echo] Deployment on target server server successful [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] setOSConditions: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] setToolWin: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] setToolUnix: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] setToolProperty: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] setS1ASclassPath: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] init-common: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] deploy-common-ee: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] setOSConditions: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] setToolWin: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] setToolUnix: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] setToolProperty: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] setS1ASclassPath: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] init-common: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] execute-sql-common: [2022-04-17T14:31:28.421Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/sql/create_pointbase.sql [2022-04-17T14:31:28.421Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:31:28.421Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:31:28.421Z] [sql] 0 rows affected [2022-04-17T14:31:28.421Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] run: [2022-04-17T14:31:28.421Z] [2022-04-17T14:31:28.421Z] asadmin-common: [2022-04-17T14:31:28.421Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:28.987Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:28.987Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.connection-validation-method=table [2022-04-17T14:31:28.987Z] [2022-04-17T14:31:28.987Z] asadmin-common: [2022-04-17T14:31:28.987Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:29.554Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:29.554Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validation-table-name=O_CUSTOMER [2022-04-17T14:31:29.554Z] [2022-04-17T14:31:29.554Z] asadmin-common: [2022-04-17T14:31:29.554Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:29.810Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:29.810Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.is-connection-validation-required=true [2022-04-17T14:31:29.810Z] [2022-04-17T14:31:29.810Z] asadmin-common: [2022-04-17T14:31:29.810Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:30.373Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:30.373Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate-atmost-once-period-in-seconds=0 [2022-04-17T14:31:30.373Z] [2022-04-17T14:31:30.373Z] setOSConditions: [2022-04-17T14:31:30.373Z] [2022-04-17T14:31:30.373Z] setToolWin: [2022-04-17T14:31:30.373Z] [2022-04-17T14:31:30.373Z] setToolUnix: [2022-04-17T14:31:30.373Z] [2022-04-17T14:31:30.373Z] setToolProperty: [2022-04-17T14:31:30.373Z] [2022-04-17T14:31:30.373Z] setS1ASclassPath: [2022-04-17T14:31:30.373Z] [2022-04-17T14:31:30.373Z] init-common: [2022-04-17T14:31:30.373Z] [2022-04-17T14:31:30.373Z] runclient-common: [2022-04-17T14:31:30.373Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:31:31.304Z] [exec] Apr 17, 2022 2:31:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:31:31.304Z] [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. [2022-04-17T14:31:35.544Z] [exec] Value of key is: test1 [2022-04-17T14:31:35.544Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:31:35.544Z] [exec] [2022-04-17T14:31:35.544Z] [exec] [2022-04-17T14:31:35.544Z] [exec] ----------------------------------------- [2022-04-17T14:31:35.544Z] [exec] - test1 : PASS - [2022-04-17T14:31:35.544Z] [exec] ----------------------------------------- [2022-04-17T14:31:35.544Z] [exec] Total PASS: 1 [2022-04-17T14:31:35.544Z] [exec] Total FAIL: 0 [2022-04-17T14:31:35.544Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:31:35.544Z] [exec] ----------------------------------------- [2022-04-17T14:31:35.544Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:31:35.544Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] checkReporting-common: [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] confirmReportPresent-common: [2022-04-17T14:31:35.544Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:31:35.544Z] [echo] Test seems to be reported fine [2022-04-17T14:31:35.544Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] confirmMissingReport-common: [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] setOSConditions: [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] setToolWin: [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] setToolUnix: [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] setToolProperty: [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] setS1ASclassPath: [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] init-common: [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] stop-derby: [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] stop-derby-aix: [2022-04-17T14:31:35.544Z] [2022-04-17T14:31:35.544Z] stop-derby-nonaix: [2022-04-17T14:31:35.544Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:31:36.107Z] [java] Sun Apr 17 14:31:35 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:31:36.107Z] [2022-04-17T14:31:36.107Z] setOSConditions: [2022-04-17T14:31:36.107Z] [2022-04-17T14:31:36.107Z] setToolWin: [2022-04-17T14:31:36.107Z] [2022-04-17T14:31:36.107Z] setToolUnix: [2022-04-17T14:31:36.107Z] [2022-04-17T14:31:36.107Z] setToolProperty: [2022-04-17T14:31:36.107Z] [2022-04-17T14:31:36.107Z] setS1ASclassPath: [2022-04-17T14:31:36.107Z] [2022-04-17T14:31:36.107Z] init-common: [2022-04-17T14:31:36.107Z] [2022-04-17T14:31:36.107Z] start-derby: [2022-04-17T14:31:36.107Z] [2022-04-17T14:31:36.107Z] start-derby-aix: [2022-04-17T14:31:36.107Z] [2022-04-17T14:31:36.107Z] start-derby-nonaix: [2022-04-17T14:31:36.107Z] [echo] Starting Derby DB Server ... [2022-04-17T14:31:50.963Z] [2022-04-17T14:31:50.963Z] setOSConditions: [2022-04-17T14:31:50.963Z] [2022-04-17T14:31:50.963Z] setToolWin: [2022-04-17T14:31:50.963Z] [2022-04-17T14:31:50.963Z] setToolUnix: [2022-04-17T14:31:50.963Z] [2022-04-17T14:31:50.963Z] setToolProperty: [2022-04-17T14:31:50.963Z] [2022-04-17T14:31:50.963Z] setS1ASclassPath: [2022-04-17T14:31:50.963Z] [2022-04-17T14:31:50.963Z] init-common: [2022-04-17T14:31:50.963Z] [2022-04-17T14:31:50.963Z] runclient-common: [2022-04-17T14:31:50.964Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:31:52.349Z] [exec] Apr 17, 2022 2:31:51 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:31:52.349Z] [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. [2022-04-17T14:31:56.593Z] [exec] Value of key is: test2 [2022-04-17T14:31:56.593Z] [exec] test-2 returned true as validation is enabled [2022-04-17T14:31:56.593Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:31:56.593Z] [exec] [2022-04-17T14:31:56.593Z] [exec] [2022-04-17T14:31:56.593Z] [exec] ----------------------------------------- [2022-04-17T14:31:56.593Z] [exec] - test2 : PASS - [2022-04-17T14:31:56.593Z] [exec] ----------------------------------------- [2022-04-17T14:31:56.593Z] [exec] Total PASS: 1 [2022-04-17T14:31:56.593Z] [exec] Total FAIL: 0 [2022-04-17T14:31:56.593Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:31:56.593Z] [exec] ----------------------------------------- [2022-04-17T14:31:56.593Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:31:56.593Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:31:56.593Z] [2022-04-17T14:31:56.593Z] checkReporting-common: [2022-04-17T14:31:56.593Z] [2022-04-17T14:31:56.593Z] confirmReportPresent-common: [2022-04-17T14:31:56.593Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:31:56.593Z] [echo] Test seems to be reported fine [2022-04-17T14:31:56.593Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt [2022-04-17T14:31:56.593Z] [2022-04-17T14:31:56.593Z] confirmMissingReport-common: [2022-04-17T14:31:56.593Z] [2022-04-17T14:31:56.593Z] asadmin-common: [2022-04-17T14:31:56.593Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:57.249Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:31:57.249Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate-atmost-once-period-in-seconds=60 [2022-04-17T14:31:57.249Z] [2022-04-17T14:31:57.249Z] setOSConditions: [2022-04-17T14:31:57.249Z] [2022-04-17T14:31:57.249Z] setToolWin: [2022-04-17T14:31:57.249Z] [2022-04-17T14:31:57.249Z] setToolUnix: [2022-04-17T14:31:57.249Z] [2022-04-17T14:31:57.249Z] setToolProperty: [2022-04-17T14:31:57.249Z] [2022-04-17T14:31:57.249Z] setS1ASclassPath: [2022-04-17T14:31:57.249Z] [2022-04-17T14:31:57.249Z] init-common: [2022-04-17T14:31:57.249Z] [2022-04-17T14:31:57.249Z] stop-derby: [2022-04-17T14:31:57.249Z] [2022-04-17T14:31:57.249Z] stop-derby-aix: [2022-04-17T14:31:57.249Z] [2022-04-17T14:31:57.249Z] stop-derby-nonaix: [2022-04-17T14:31:57.249Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:31:57.505Z] [java] Sun Apr 17 14:31:57 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:31:57.505Z] [2022-04-17T14:31:57.505Z] setOSConditions: [2022-04-17T14:31:57.505Z] [2022-04-17T14:31:57.505Z] setToolWin: [2022-04-17T14:31:57.505Z] [2022-04-17T14:31:57.505Z] setToolUnix: [2022-04-17T14:31:57.505Z] [2022-04-17T14:31:57.505Z] setToolProperty: [2022-04-17T14:31:57.505Z] [2022-04-17T14:31:57.505Z] setS1ASclassPath: [2022-04-17T14:31:57.505Z] [2022-04-17T14:31:57.505Z] init-common: [2022-04-17T14:31:57.505Z] [2022-04-17T14:31:57.505Z] start-derby: [2022-04-17T14:31:57.505Z] [2022-04-17T14:31:57.505Z] start-derby-aix: [2022-04-17T14:31:57.760Z] [2022-04-17T14:31:57.760Z] start-derby-nonaix: [2022-04-17T14:31:57.760Z] [echo] Starting Derby DB Server ... [2022-04-17T14:32:12.615Z] [2022-04-17T14:32:12.615Z] setOSConditions: [2022-04-17T14:32:12.615Z] [2022-04-17T14:32:12.615Z] setToolWin: [2022-04-17T14:32:12.615Z] [2022-04-17T14:32:12.615Z] setToolUnix: [2022-04-17T14:32:12.615Z] [2022-04-17T14:32:12.615Z] setToolProperty: [2022-04-17T14:32:12.615Z] [2022-04-17T14:32:12.615Z] setS1ASclassPath: [2022-04-17T14:32:12.615Z] [2022-04-17T14:32:12.615Z] init-common: [2022-04-17T14:32:12.615Z] [2022-04-17T14:32:12.615Z] runclient-common: [2022-04-17T14:32:12.615Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T14:32:13.547Z] [exec] Apr 17, 2022 2:32:13 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:32:13.547Z] [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. [2022-04-17T14:32:17.742Z] [exec] Value of key is: test3 [2022-04-17T14:32:17.742Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:32:17.742Z] [exec] [2022-04-17T14:32:17.742Z] [exec] [2022-04-17T14:32:17.742Z] [exec] ----------------------------------------- [2022-04-17T14:32:17.742Z] [exec] - test3 : PASS - [2022-04-17T14:32:17.742Z] [exec] ----------------------------------------- [2022-04-17T14:32:17.742Z] [exec] Total PASS: 1 [2022-04-17T14:32:17.742Z] [exec] Total FAIL: 0 [2022-04-17T14:32:17.742Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:32:17.742Z] [exec] ----------------------------------------- [2022-04-17T14:32:17.742Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:32:17.742Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:32:17.742Z] [2022-04-17T14:32:17.742Z] checkReporting-common: [2022-04-17T14:32:17.742Z] [2022-04-17T14:32:17.742Z] confirmReportPresent-common: [2022-04-17T14:32:17.742Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:32:17.742Z] [echo] Test seems to be reported fine [2022-04-17T14:32:17.742Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt [2022-04-17T14:32:17.742Z] [2022-04-17T14:32:17.742Z] confirmMissingReport-common: [2022-04-17T14:32:17.742Z] [2022-04-17T14:32:17.742Z] undeploy: [2022-04-17T14:32:17.742Z] [2022-04-17T14:32:17.742Z] setOSConditions: [2022-04-17T14:32:17.743Z] [2022-04-17T14:32:17.743Z] setToolWin: [2022-04-17T14:32:17.743Z] [2022-04-17T14:32:17.743Z] setToolUnix: [2022-04-17T14:32:17.743Z] [2022-04-17T14:32:17.743Z] setToolProperty: [2022-04-17T14:32:17.743Z] [2022-04-17T14:32:17.743Z] setS1ASclassPath: [2022-04-17T14:32:17.743Z] [2022-04-17T14:32:17.743Z] init-common: [2022-04-17T14:32:17.743Z] [2022-04-17T14:32:17.743Z] execute-sql-common: [2022-04-17T14:32:17.743Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/sql/drop_pointbase.sql [2022-04-17T14:32:17.999Z] [sql] 0 rows affected [2022-04-17T14:32:17.999Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] setOSConditions: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] setToolWin: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] setToolUnix: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] setToolProperty: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] setS1ASclassPath: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] init-common: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] delete-jdbc-stuff: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] setOSConditions: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] setToolWin: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] setToolUnix: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] setToolProperty: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] setS1ASclassPath: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] init-common: [2022-04-17T14:32:17.999Z] [2022-04-17T14:32:17.999Z] delete-jdbc-resource-common: [2022-04-17T14:32:17.999Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/validateatmostonceperiodDB [2022-04-17T14:32:18.255Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/validateatmostonceperiodDB [2022-04-17T14:32:18.255Z] [exec] JDBC resource jdbc/validateatmostonceperiodDB deleted successfully [2022-04-17T14:32:18.255Z] [echo] cmd executed for server [2022-04-17T14:32:18.255Z] [2022-04-17T14:32:18.255Z] setOSConditions: [2022-04-17T14:32:18.255Z] [2022-04-17T14:32:18.255Z] setToolWin: [2022-04-17T14:32:18.255Z] [2022-04-17T14:32:18.255Z] setToolUnix: [2022-04-17T14:32:18.255Z] [2022-04-17T14:32:18.255Z] setToolProperty: [2022-04-17T14:32:18.255Z] [2022-04-17T14:32:18.255Z] setS1ASclassPath: [2022-04-17T14:32:18.255Z] [2022-04-17T14:32:18.255Z] init-common: [2022-04-17T14:32:18.255Z] [2022-04-17T14:32:18.255Z] delete-jdbc-connpool-common: [2022-04-17T14:32:18.255Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-validateatmostonceperiod [2022-04-17T14:32:18.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:18.846Z] [exec] JDBC Connection pool jdbc-validateatmostonceperiod deleted successfully [2022-04-17T14:32:18.846Z] [echo] cmd executed for server [2022-04-17T14:32:18.846Z] [2022-04-17T14:32:18.846Z] setOSConditions: [2022-04-17T14:32:18.846Z] [2022-04-17T14:32:18.846Z] setToolWin: [2022-04-17T14:32:18.846Z] [2022-04-17T14:32:18.846Z] setToolUnix: [2022-04-17T14:32:18.846Z] [2022-04-17T14:32:18.846Z] setToolProperty: [2022-04-17T14:32:18.846Z] [2022-04-17T14:32:18.846Z] setS1ASclassPath: [2022-04-17T14:32:18.846Z] [2022-04-17T14:32:18.846Z] init-common: [2022-04-17T14:32:18.846Z] [2022-04-17T14:32:18.846Z] undeploy-common: [2022-04-17T14:32:19.102Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] all: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] nonxa: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setOSConditions: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolWin: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolUnix: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolProperty: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setS1ASclassPath: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] init-common: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] clean: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setOSConditions: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolWin: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolUnix: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolProperty: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setS1ASclassPath: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] init-common: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] clean-common: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setOSConditions: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolWin: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolUnix: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolProperty: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setS1ASclassPath: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] init-common: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] clean-classes-common: [2022-04-17T14:32:19.358Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setOSConditions: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolWin: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolUnix: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolProperty: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setS1ASclassPath: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] init-common: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] clean-jars-common: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] compile: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setOSConditions: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolWin: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolUnix: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setToolProperty: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] setS1ASclassPath: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] init-common: [2022-04-17T14:32:19.358Z] [2022-04-17T14:32:19.358Z] compile-common-with-endorsed-dir: [2022-04-17T14:32:19.358Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:32:19.358Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:32:20.742Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:32:20.997Z] [javac] 1 warning [2022-04-17T14:32:20.997Z] [2022-04-17T14:32:20.997Z] setOSConditions: [2022-04-17T14:32:20.997Z] [2022-04-17T14:32:20.997Z] setToolWin: [2022-04-17T14:32:20.997Z] [2022-04-17T14:32:20.997Z] setToolUnix: [2022-04-17T14:32:20.997Z] [2022-04-17T14:32:20.997Z] setToolProperty: [2022-04-17T14:32:20.997Z] [2022-04-17T14:32:20.997Z] setS1ASclassPath: [2022-04-17T14:32:20.997Z] [2022-04-17T14:32:20.997Z] init-common: [2022-04-17T14:32:20.997Z] [2022-04-17T14:32:20.997Z] compile-common: [2022-04-17T14:32:20.997Z] [echo] Current time (ISO): 2022-04-17T14:32:20.982+0000 [2022-04-17T14:32:20.997Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:32:22.940Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:32:23.196Z] [javac] 1 warning [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] build: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] setOSConditions: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] fixFiles: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] convUnix: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] convWin: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] setToolWin: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] setToolUnix: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] setToolProperty: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] setS1ASclassPath: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] init-common: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] package-persistence-common: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] ejb-jar-common: [2022-04-17T14:32:23.196Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] package-ejbjar-common: [2022-04-17T14:32:23.196Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:23.196Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:23.196Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:23.196Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-ejb.jar [2022-04-17T14:32:23.196Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] appclient-jar-common: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] package-appclientjar-common: [2022-04-17T14:32:23.196Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:23.196Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:23.196Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:23.196Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-client.jar [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] webclient-war-common: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] build-ear-common: [2022-04-17T14:32:23.196Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:23.196Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] deploy: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] setOSConditions: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] setToolWin: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] setToolUnix: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] setToolProperty: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] setS1ASclassPath: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] init-common: [2022-04-17T14:32:23.196Z] [2022-04-17T14:32:23.196Z] create-jdbc-connpool-common: [2022-04-17T14:32:23.760Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:23.760Z] [exec] JDBC connection pool jdbc-connsharing-pool created successfully. [2022-04-17T14:32:23.760Z] [2022-04-17T14:32:23.760Z] set-derby-connpool-props: [2022-04-17T14:32:24.016Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:24.016Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser [2022-04-17T14:32:24.581Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:24.581Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword [2022-04-17T14:32:24.837Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:25.097Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 [2022-04-17T14:32:25.392Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:25.392Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 [2022-04-17T14:32:25.955Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:25.955Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb [2022-04-17T14:32:26.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:26.494Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:32:26.793Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:26.793Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true [2022-04-17T14:32:27.357Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:27.357Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost [2022-04-17T14:32:27.357Z] [2022-04-17T14:32:27.357Z] setOSConditions: [2022-04-17T14:32:27.357Z] [2022-04-17T14:32:27.357Z] setToolWin: [2022-04-17T14:32:27.357Z] [2022-04-17T14:32:27.357Z] setToolUnix: [2022-04-17T14:32:27.357Z] [2022-04-17T14:32:27.357Z] setToolProperty: [2022-04-17T14:32:27.357Z] [2022-04-17T14:32:27.357Z] setS1ASclassPath: [2022-04-17T14:32:27.357Z] [2022-04-17T14:32:27.357Z] init-common: [2022-04-17T14:32:27.357Z] [2022-04-17T14:32:27.357Z] create-jdbc-connpool-common: [2022-04-17T14:32:27.616Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:27.616Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-1 created successfully. [2022-04-17T14:32:27.616Z] [2022-04-17T14:32:27.616Z] set-derby-connpool-props: [2022-04-17T14:32:28.179Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:28.179Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser [2022-04-17T14:32:28.766Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:28.766Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword [2022-04-17T14:32:29.023Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:29.023Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 [2022-04-17T14:32:29.598Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:29.598Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 [2022-04-17T14:32:30.162Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:30.162Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 [2022-04-17T14:32:30.419Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:30.419Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:32:30.982Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:30.982Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true [2022-04-17T14:32:31.545Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:31.545Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost [2022-04-17T14:32:31.545Z] [2022-04-17T14:32:31.545Z] asadmin-common: [2022-04-17T14:32:31.545Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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;' [2022-04-17T14:32:31.801Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:32:31.801Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; [2022-04-17T14:32:31.801Z] [2022-04-17T14:32:31.801Z] setOSConditions: [2022-04-17T14:32:31.801Z] [2022-04-17T14:32:31.801Z] setToolWin: [2022-04-17T14:32:31.801Z] [2022-04-17T14:32:31.801Z] setToolUnix: [2022-04-17T14:32:31.801Z] [2022-04-17T14:32:31.801Z] setToolProperty: [2022-04-17T14:32:31.801Z] [2022-04-17T14:32:31.801Z] setS1ASclassPath: [2022-04-17T14:32:31.801Z] [2022-04-17T14:32:31.801Z] init-common: [2022-04-17T14:32:31.801Z] [2022-04-17T14:32:31.801Z] create-jdbc-connpool-common: [2022-04-17T14:32:32.364Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:32.364Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-2 created successfully. [2022-04-17T14:32:32.364Z] [2022-04-17T14:32:32.364Z] set-derby-connpool-props: [2022-04-17T14:32:32.946Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:32.946Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser [2022-04-17T14:32:33.202Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:33.202Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword [2022-04-17T14:32:33.768Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:33.768Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 [2022-04-17T14:32:34.348Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:34.348Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 [2022-04-17T14:32:34.606Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:34.606Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 [2022-04-17T14:32:35.191Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:35.191Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:32:35.840Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:35.840Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true [2022-04-17T14:32:36.096Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:36.096Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost [2022-04-17T14:32:36.096Z] [2022-04-17T14:32:36.096Z] asadmin-common: [2022-04-17T14:32:36.096Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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;' [2022-04-17T14:32:36.662Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:32:36.662Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; [2022-04-17T14:32:36.662Z] [2022-04-17T14:32:36.662Z] setOSConditions: [2022-04-17T14:32:36.662Z] [2022-04-17T14:32:36.662Z] setToolWin: [2022-04-17T14:32:36.662Z] [2022-04-17T14:32:36.662Z] setToolUnix: [2022-04-17T14:32:36.662Z] [2022-04-17T14:32:36.662Z] setToolProperty: [2022-04-17T14:32:36.662Z] [2022-04-17T14:32:36.662Z] setS1ASclassPath: [2022-04-17T14:32:36.662Z] [2022-04-17T14:32:36.662Z] init-common: [2022-04-17T14:32:36.662Z] [2022-04-17T14:32:36.662Z] create-jdbc-resource-common: [2022-04-17T14:32:36.662Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:37.241Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:37.241Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 created successfully. [2022-04-17T14:32:37.242Z] [echo] cmd executed for server [2022-04-17T14:32:37.242Z] [2022-04-17T14:32:37.242Z] setOSConditions: [2022-04-17T14:32:37.242Z] [2022-04-17T14:32:37.242Z] setToolWin: [2022-04-17T14:32:37.242Z] [2022-04-17T14:32:37.242Z] setToolUnix: [2022-04-17T14:32:37.242Z] [2022-04-17T14:32:37.242Z] setToolProperty: [2022-04-17T14:32:37.242Z] [2022-04-17T14:32:37.242Z] setS1ASclassPath: [2022-04-17T14:32:37.242Z] [2022-04-17T14:32:37.242Z] init-common: [2022-04-17T14:32:37.242Z] [2022-04-17T14:32:37.242Z] create-jdbc-resource-common: [2022-04-17T14:32:37.242Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:37.497Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:37.498Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 created successfully. [2022-04-17T14:32:37.498Z] [echo] cmd executed for server [2022-04-17T14:32:37.498Z] [2022-04-17T14:32:37.498Z] setOSConditions: [2022-04-17T14:32:37.498Z] [2022-04-17T14:32:37.498Z] setToolWin: [2022-04-17T14:32:37.498Z] [2022-04-17T14:32:37.498Z] setToolUnix: [2022-04-17T14:32:37.498Z] [2022-04-17T14:32:37.498Z] setToolProperty: [2022-04-17T14:32:37.498Z] [2022-04-17T14:32:37.498Z] setS1ASclassPath: [2022-04-17T14:32:37.498Z] [2022-04-17T14:32:37.498Z] init-common: [2022-04-17T14:32:37.498Z] [2022-04-17T14:32:37.498Z] create-jdbc-resource-common: [2022-04-17T14:32:37.498Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:38.061Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:38.061Z] [exec] JDBC resource jdbc/connsharing created successfully. [2022-04-17T14:32:38.061Z] [echo] cmd executed for server [2022-04-17T14:32:38.061Z] [2022-04-17T14:32:38.061Z] setOSConditions: [2022-04-17T14:32:38.061Z] [2022-04-17T14:32:38.061Z] setToolWin: [2022-04-17T14:32:38.061Z] [2022-04-17T14:32:38.061Z] setToolUnix: [2022-04-17T14:32:38.061Z] [2022-04-17T14:32:38.061Z] setToolProperty: [2022-04-17T14:32:38.061Z] [2022-04-17T14:32:38.061Z] setS1ASclassPath: [2022-04-17T14:32:38.061Z] [2022-04-17T14:32:38.061Z] init-common: [2022-04-17T14:32:38.061Z] [2022-04-17T14:32:38.061Z] create-jdbc-resource-common: [2022-04-17T14:32:38.061Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:38.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:38.598Z] [exec] JDBC resource jdbc/connsharing2 created successfully. [2022-04-17T14:32:38.598Z] [echo] cmd executed for server [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] setOSConditions: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] setToolWin: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] setToolUnix: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] setToolProperty: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] setS1ASclassPath: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] init-common: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] deploy-common: [2022-04-17T14:32:38.598Z] [echo] Current time (ISO): 2022-04-17T14:32:38.374+0000 [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] setOSConditions: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] setToolWin: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] setToolUnix: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] setToolProperty: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] setS1ASclassPath: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] init-common: [2022-04-17T14:32:38.598Z] [2022-04-17T14:32:38.598Z] deploy-common-pe: [2022-04-17T14:32:38.855Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear [2022-04-17T14:32:40.770Z] [exec] Application deployed with name jdbc-connsharingnonxaApp. [2022-04-17T14:32:40.770Z] [echo] Deployment on target server server successful [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setOSConditions: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setToolWin: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setToolUnix: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setToolProperty: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setS1ASclassPath: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] init-common: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] deploy-common-ee: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] run: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setOSConditions: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setToolWin: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setToolUnix: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setToolProperty: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setS1ASclassPath: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] init-common: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] execute-sql-common: [2022-04-17T14:32:40.770Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/create_pointbase.sql [2022-04-17T14:32:40.770Z] [sql] Failed to execute: Drop table CONNSHARING [2022-04-17T14:32:40.770Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. [2022-04-17T14:32:40.770Z] [sql] 0 rows affected [2022-04-17T14:32:40.770Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setOSConditions: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setToolWin: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setToolUnix: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setToolProperty: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] setS1ASclassPath: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] init-common: [2022-04-17T14:32:40.770Z] [2022-04-17T14:32:40.770Z] runclient-common: [2022-04-17T14:32:40.770Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:32:41.709Z] [exec] Apr 17, 2022 2:32:41 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:32:41.709Z] [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. [2022-04-17T14:32:45.943Z] [exec] Value of key is: test1 : [2022-04-17T14:32:45.943Z] [exec] Value of key is: test2 : [2022-04-17T14:32:45.943Z] [exec] Value of key is: test3 : [2022-04-17T14:32:45.943Z] [exec] Value of key is: test4 : [2022-04-17T14:32:45.943Z] [exec] Value of key is: test5 : [2022-04-17T14:32:45.943Z] [exec] Value of key is: test6 : [2022-04-17T14:32:45.943Z] [exec] Value of key is: test7 : [2022-04-17T14:32:46.872Z] [exec] Value of key is: test8 : [2022-04-17T14:32:46.872Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:32:46.872Z] [exec] [2022-04-17T14:32:46.872Z] [exec] [2022-04-17T14:32:46.872Z] [exec] ----------------------------------------- [2022-04-17T14:32:46.872Z] [exec] - test6 : : PASS - [2022-04-17T14:32:46.872Z] [exec] - test5 : : PASS - [2022-04-17T14:32:46.872Z] [exec] - test7 : : PASS - [2022-04-17T14:32:46.872Z] [exec] - test8 : : PASS - [2022-04-17T14:32:46.872Z] [exec] - test3 : : PASS - [2022-04-17T14:32:46.872Z] [exec] - test4 : : PASS - [2022-04-17T14:32:46.872Z] [exec] - test2 : : PASS - [2022-04-17T14:32:46.872Z] [exec] - test1 : : PASS - [2022-04-17T14:32:46.872Z] [exec] ----------------------------------------- [2022-04-17T14:32:46.872Z] [exec] Total PASS: 8 [2022-04-17T14:32:46.872Z] [exec] Total FAIL: 0 [2022-04-17T14:32:46.872Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:32:46.872Z] [exec] ----------------------------------------- [2022-04-17T14:32:46.872Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:32:47.128Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] checkReporting-common: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] confirmReportPresent-common: [2022-04-17T14:32:47.390Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:32:47.390Z] [echo] Test seems to be reported fine [2022-04-17T14:32:47.390Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/RepRunConf.txt [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] confirmMissingReport-common: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] undeploy: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] setOSConditions: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] setToolWin: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] setToolUnix: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] setToolProperty: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] setS1ASclassPath: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] init-common: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] execute-sql-common: [2022-04-17T14:32:47.390Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/drop_pointbase.sql [2022-04-17T14:32:47.390Z] [sql] 0 rows affected [2022-04-17T14:32:47.390Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] setOSConditions: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] setToolWin: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] setToolUnix: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] setToolProperty: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] setS1ASclassPath: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] init-common: [2022-04-17T14:32:47.390Z] [2022-04-17T14:32:47.390Z] delete-jdbc-resource-common: [2022-04-17T14:32:47.390Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing [2022-04-17T14:32:47.953Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing [2022-04-17T14:32:47.953Z] [exec] JDBC resource jdbc/connsharing deleted successfully [2022-04-17T14:32:47.953Z] [echo] cmd executed for server [2022-04-17T14:32:47.953Z] [2022-04-17T14:32:47.953Z] setOSConditions: [2022-04-17T14:32:47.953Z] [2022-04-17T14:32:47.953Z] setToolWin: [2022-04-17T14:32:47.953Z] [2022-04-17T14:32:47.953Z] setToolUnix: [2022-04-17T14:32:47.953Z] [2022-04-17T14:32:47.953Z] setToolProperty: [2022-04-17T14:32:47.953Z] [2022-04-17T14:32:47.953Z] setS1ASclassPath: [2022-04-17T14:32:47.953Z] [2022-04-17T14:32:47.953Z] init-common: [2022-04-17T14:32:47.953Z] [2022-04-17T14:32:47.953Z] delete-jdbc-resource-common: [2022-04-17T14:32:47.953Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing2 [2022-04-17T14:32:48.209Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing2 [2022-04-17T14:32:48.209Z] [exec] JDBC resource jdbc/connsharing2 deleted successfully [2022-04-17T14:32:48.209Z] [echo] cmd executed for server [2022-04-17T14:32:48.209Z] [2022-04-17T14:32:48.209Z] setOSConditions: [2022-04-17T14:32:48.209Z] [2022-04-17T14:32:48.209Z] setToolWin: [2022-04-17T14:32:48.209Z] [2022-04-17T14:32:48.209Z] setToolUnix: [2022-04-17T14:32:48.209Z] [2022-04-17T14:32:48.209Z] setToolProperty: [2022-04-17T14:32:48.209Z] [2022-04-17T14:32:48.209Z] setS1ASclassPath: [2022-04-17T14:32:48.209Z] [2022-04-17T14:32:48.209Z] init-common: [2022-04-17T14:32:48.209Z] [2022-04-17T14:32:48.209Z] delete-jdbc-connpool-common: [2022-04-17T14:32:48.209Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connsharing-pool [2022-04-17T14:32:48.771Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:48.771Z] [exec] JDBC Connection pool jdbc-connsharing-pool deleted successfully [2022-04-17T14:32:48.771Z] [echo] cmd executed for server [2022-04-17T14:32:48.771Z] [2022-04-17T14:32:48.771Z] setOSConditions: [2022-04-17T14:32:48.771Z] [2022-04-17T14:32:48.771Z] setToolWin: [2022-04-17T14:32:48.771Z] [2022-04-17T14:32:48.771Z] setToolUnix: [2022-04-17T14:32:48.771Z] [2022-04-17T14:32:48.771Z] setToolProperty: [2022-04-17T14:32:48.771Z] [2022-04-17T14:32:48.771Z] setS1ASclassPath: [2022-04-17T14:32:48.771Z] [2022-04-17T14:32:48.771Z] init-common: [2022-04-17T14:32:48.771Z] [2022-04-17T14:32:48.771Z] delete-jdbc-resource-common: [2022-04-17T14:32:48.771Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:49.029Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:49.029Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 deleted successfully [2022-04-17T14:32:49.029Z] [echo] cmd executed for server [2022-04-17T14:32:49.029Z] [2022-04-17T14:32:49.029Z] setOSConditions: [2022-04-17T14:32:49.029Z] [2022-04-17T14:32:49.029Z] setToolWin: [2022-04-17T14:32:49.029Z] [2022-04-17T14:32:49.029Z] setToolUnix: [2022-04-17T14:32:49.029Z] [2022-04-17T14:32:49.029Z] setToolProperty: [2022-04-17T14:32:49.029Z] [2022-04-17T14:32:49.029Z] setS1ASclassPath: [2022-04-17T14:32:49.029Z] [2022-04-17T14:32:49.029Z] init-common: [2022-04-17T14:32:49.029Z] [2022-04-17T14:32:49.029Z] delete-jdbc-resource-common: [2022-04-17T14:32:49.029Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:49.591Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:49.591Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 deleted successfully [2022-04-17T14:32:49.591Z] [echo] cmd executed for server [2022-04-17T14:32:49.591Z] [2022-04-17T14:32:49.591Z] setOSConditions: [2022-04-17T14:32:49.591Z] [2022-04-17T14:32:49.591Z] setToolWin: [2022-04-17T14:32:49.591Z] [2022-04-17T14:32:49.591Z] setToolUnix: [2022-04-17T14:32:49.591Z] [2022-04-17T14:32:49.591Z] setToolProperty: [2022-04-17T14:32:49.591Z] [2022-04-17T14:32:49.591Z] setS1ASclassPath: [2022-04-17T14:32:49.591Z] [2022-04-17T14:32:49.591Z] init-common: [2022-04-17T14:32:49.592Z] [2022-04-17T14:32:49.592Z] delete-jdbc-connpool-common: [2022-04-17T14:32:49.592Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:49.847Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:49.847Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-1 deleted successfully [2022-04-17T14:32:49.847Z] [echo] cmd executed for server [2022-04-17T14:32:50.136Z] [2022-04-17T14:32:50.136Z] setOSConditions: [2022-04-17T14:32:50.136Z] [2022-04-17T14:32:50.136Z] setToolWin: [2022-04-17T14:32:50.136Z] [2022-04-17T14:32:50.136Z] setToolUnix: [2022-04-17T14:32:50.136Z] [2022-04-17T14:32:50.136Z] setToolProperty: [2022-04-17T14:32:50.136Z] [2022-04-17T14:32:50.136Z] setS1ASclassPath: [2022-04-17T14:32:50.136Z] [2022-04-17T14:32:50.136Z] init-common: [2022-04-17T14:32:50.136Z] [2022-04-17T14:32:50.136Z] delete-jdbc-connpool-common: [2022-04-17T14:32:50.136Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:50.392Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:50.392Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-2 deleted successfully [2022-04-17T14:32:50.392Z] [echo] cmd executed for server [2022-04-17T14:32:50.392Z] [2022-04-17T14:32:50.392Z] setOSConditions: [2022-04-17T14:32:50.392Z] [2022-04-17T14:32:50.392Z] setToolWin: [2022-04-17T14:32:50.392Z] [2022-04-17T14:32:50.392Z] setToolUnix: [2022-04-17T14:32:50.392Z] [2022-04-17T14:32:50.392Z] setToolProperty: [2022-04-17T14:32:50.392Z] [2022-04-17T14:32:50.392Z] setS1ASclassPath: [2022-04-17T14:32:50.392Z] [2022-04-17T14:32:50.392Z] init-common: [2022-04-17T14:32:50.392Z] [2022-04-17T14:32:50.392Z] undeploy-common: [2022-04-17T14:32:50.955Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] all: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setOSConditions: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setToolWin: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setToolUnix: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setToolProperty: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setS1ASclassPath: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] init-common: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] clean: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setOSConditions: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setToolWin: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setToolUnix: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setToolProperty: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setS1ASclassPath: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] init-common: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] clean-common: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setOSConditions: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setToolWin: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setToolUnix: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setToolProperty: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] setS1ASclassPath: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] init-common: [2022-04-17T14:32:50.955Z] [2022-04-17T14:32:50.955Z] clean-classes-common: [2022-04-17T14:32:50.956Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] setOSConditions: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] setToolWin: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] setToolUnix: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] setToolProperty: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] setS1ASclassPath: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] init-common: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] clean-jars-common: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] compile: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] setOSConditions: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] setToolWin: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] setToolUnix: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] setToolProperty: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] setS1ASclassPath: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] init-common: [2022-04-17T14:32:50.956Z] [2022-04-17T14:32:50.956Z] compile-common-with-endorsed-dir: [2022-04-17T14:32:50.956Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:32:50.956Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:32:51.548Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:32:51.838Z] [javac] 1 warning [2022-04-17T14:32:51.838Z] [2022-04-17T14:32:51.838Z] setOSConditions: [2022-04-17T14:32:51.838Z] [2022-04-17T14:32:51.838Z] setToolWin: [2022-04-17T14:32:51.838Z] [2022-04-17T14:32:51.838Z] setToolUnix: [2022-04-17T14:32:51.838Z] [2022-04-17T14:32:51.838Z] setToolProperty: [2022-04-17T14:32:51.838Z] [2022-04-17T14:32:51.838Z] setS1ASclassPath: [2022-04-17T14:32:51.838Z] [2022-04-17T14:32:51.838Z] init-common: [2022-04-17T14:32:51.838Z] [2022-04-17T14:32:51.838Z] compile-common: [2022-04-17T14:32:51.838Z] [echo] Current time (ISO): 2022-04-17T14:32:51.637+0000 [2022-04-17T14:32:51.838Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:32:53.737Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:32:53.737Z] [javac] 1 warning [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] build: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] setOSConditions: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] fixFiles: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] convUnix: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] convWin: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] setToolWin: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] setToolUnix: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] setToolProperty: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] setS1ASclassPath: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] init-common: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] package-persistence-common: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] ejb-jar-common: [2022-04-17T14:32:53.737Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] package-ejbjar-common: [2022-04-17T14:32:53.737Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:53.737Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:53.737Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:53.737Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-ejb.jar [2022-04-17T14:32:53.737Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] appclient-jar-common: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] package-appclientjar-common: [2022-04-17T14:32:53.737Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:53.737Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:53.737Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:53.737Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-client.jar [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] webclient-war-common: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] build-ear-common: [2022-04-17T14:32:53.737Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:32:53.737Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] deploy: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] setOSConditions: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] setToolWin: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] setToolUnix: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] setToolProperty: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] setS1ASclassPath: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] init-common: [2022-04-17T14:32:53.737Z] [2022-04-17T14:32:53.737Z] create-jdbc-connpool-common: [2022-04-17T14:32:54.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:54.346Z] [exec] JDBC connection pool jdbc-connsharing-pool created successfully. [2022-04-17T14:32:54.346Z] [2022-04-17T14:32:54.346Z] set-derby-connpool-props: [2022-04-17T14:32:54.943Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:54.943Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser [2022-04-17T14:32:55.199Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:55.199Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword [2022-04-17T14:32:55.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:55.762Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 [2022-04-17T14:32:56.018Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:56.018Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 [2022-04-17T14:32:56.581Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:56.581Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb [2022-04-17T14:32:56.839Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:56.839Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:32:57.403Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:57.403Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true [2022-04-17T14:32:57.658Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:57.658Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost [2022-04-17T14:32:57.659Z] [2022-04-17T14:32:57.659Z] setOSConditions: [2022-04-17T14:32:57.659Z] [2022-04-17T14:32:57.659Z] setToolWin: [2022-04-17T14:32:57.659Z] [2022-04-17T14:32:57.659Z] setToolUnix: [2022-04-17T14:32:57.659Z] [2022-04-17T14:32:57.659Z] setToolProperty: [2022-04-17T14:32:57.659Z] [2022-04-17T14:32:57.659Z] setS1ASclassPath: [2022-04-17T14:32:57.659Z] [2022-04-17T14:32:57.659Z] init-common: [2022-04-17T14:32:57.659Z] [2022-04-17T14:32:57.659Z] create-jdbc-connpool-common: [2022-04-17T14:32:58.247Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:58.247Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-1 created successfully. [2022-04-17T14:32:58.247Z] [2022-04-17T14:32:58.247Z] set-derby-connpool-props: [2022-04-17T14:32:58.503Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:58.503Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser [2022-04-17T14:32:59.078Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:59.078Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword [2022-04-17T14:32:59.643Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:59.643Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 [2022-04-17T14:32:59.899Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:32:59.899Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 [2022-04-17T14:33:00.461Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:00.461Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 [2022-04-17T14:33:00.718Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:00.718Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:33:01.280Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:01.280Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true [2022-04-17T14:33:01.539Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:01.539Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost [2022-04-17T14:33:01.539Z] [2022-04-17T14:33:01.539Z] asadmin-common: [2022-04-17T14:33:01.539Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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;' [2022-04-17T14:33:02.101Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:33:02.101Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; [2022-04-17T14:33:02.101Z] [2022-04-17T14:33:02.101Z] setOSConditions: [2022-04-17T14:33:02.101Z] [2022-04-17T14:33:02.101Z] setToolWin: [2022-04-17T14:33:02.101Z] [2022-04-17T14:33:02.101Z] setToolUnix: [2022-04-17T14:33:02.101Z] [2022-04-17T14:33:02.101Z] setToolProperty: [2022-04-17T14:33:02.101Z] [2022-04-17T14:33:02.101Z] setS1ASclassPath: [2022-04-17T14:33:02.101Z] [2022-04-17T14:33:02.101Z] init-common: [2022-04-17T14:33:02.101Z] [2022-04-17T14:33:02.101Z] create-jdbc-connpool-common: [2022-04-17T14:33:02.358Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:02.358Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-2 created successfully. [2022-04-17T14:33:02.358Z] [2022-04-17T14:33:02.358Z] set-derby-connpool-props: [2022-04-17T14:33:02.613Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:02.613Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser [2022-04-17T14:33:03.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:03.176Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword [2022-04-17T14:33:03.433Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:03.433Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 [2022-04-17T14:33:03.996Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:03.996Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 [2022-04-17T14:33:04.253Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:04.253Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 [2022-04-17T14:33:04.844Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:04.844Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:33:05.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:05.106Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true [2022-04-17T14:33:05.674Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:05.674Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost [2022-04-17T14:33:05.674Z] [2022-04-17T14:33:05.674Z] asadmin-common: [2022-04-17T14:33:05.674Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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;' [2022-04-17T14:33:05.931Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:33:05.931Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; [2022-04-17T14:33:06.187Z] [2022-04-17T14:33:06.187Z] setOSConditions: [2022-04-17T14:33:06.187Z] [2022-04-17T14:33:06.187Z] setToolWin: [2022-04-17T14:33:06.187Z] [2022-04-17T14:33:06.187Z] setToolUnix: [2022-04-17T14:33:06.187Z] [2022-04-17T14:33:06.187Z] setToolProperty: [2022-04-17T14:33:06.187Z] [2022-04-17T14:33:06.187Z] setS1ASclassPath: [2022-04-17T14:33:06.187Z] [2022-04-17T14:33:06.187Z] init-common: [2022-04-17T14:33:06.187Z] [2022-04-17T14:33:06.187Z] create-jdbc-resource-common: [2022-04-17T14:33:06.187Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:06.443Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:06.443Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 created successfully. [2022-04-17T14:33:06.443Z] [echo] cmd executed for server [2022-04-17T14:33:06.443Z] [2022-04-17T14:33:06.443Z] setOSConditions: [2022-04-17T14:33:06.443Z] [2022-04-17T14:33:06.443Z] setToolWin: [2022-04-17T14:33:06.443Z] [2022-04-17T14:33:06.443Z] setToolUnix: [2022-04-17T14:33:06.443Z] [2022-04-17T14:33:06.443Z] setToolProperty: [2022-04-17T14:33:06.443Z] [2022-04-17T14:33:06.443Z] setS1ASclassPath: [2022-04-17T14:33:06.443Z] [2022-04-17T14:33:06.443Z] init-common: [2022-04-17T14:33:06.443Z] [2022-04-17T14:33:06.443Z] create-jdbc-resource-common: [2022-04-17T14:33:06.443Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:07.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:07.037Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 created successfully. [2022-04-17T14:33:07.037Z] [echo] cmd executed for server [2022-04-17T14:33:07.037Z] [2022-04-17T14:33:07.037Z] setOSConditions: [2022-04-17T14:33:07.037Z] [2022-04-17T14:33:07.037Z] setToolWin: [2022-04-17T14:33:07.037Z] [2022-04-17T14:33:07.037Z] setToolUnix: [2022-04-17T14:33:07.037Z] [2022-04-17T14:33:07.037Z] setToolProperty: [2022-04-17T14:33:07.037Z] [2022-04-17T14:33:07.037Z] setS1ASclassPath: [2022-04-17T14:33:07.037Z] [2022-04-17T14:33:07.037Z] init-common: [2022-04-17T14:33:07.037Z] [2022-04-17T14:33:07.037Z] create-jdbc-resource-common: [2022-04-17T14:33:07.037Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:07.294Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:07.294Z] [exec] JDBC resource jdbc/connsharing created successfully. [2022-04-17T14:33:07.294Z] [echo] cmd executed for server [2022-04-17T14:33:07.294Z] [2022-04-17T14:33:07.294Z] setOSConditions: [2022-04-17T14:33:07.294Z] [2022-04-17T14:33:07.294Z] setToolWin: [2022-04-17T14:33:07.294Z] [2022-04-17T14:33:07.294Z] setToolUnix: [2022-04-17T14:33:07.294Z] [2022-04-17T14:33:07.294Z] setToolProperty: [2022-04-17T14:33:07.294Z] [2022-04-17T14:33:07.294Z] setS1ASclassPath: [2022-04-17T14:33:07.294Z] [2022-04-17T14:33:07.294Z] init-common: [2022-04-17T14:33:07.294Z] [2022-04-17T14:33:07.294Z] create-jdbc-resource-common: [2022-04-17T14:33:07.294Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:07.857Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:07.857Z] [exec] JDBC resource jdbc/connsharing2 created successfully. [2022-04-17T14:33:07.857Z] [echo] cmd executed for server [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] setOSConditions: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] setToolWin: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] setToolUnix: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] setToolProperty: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] setS1ASclassPath: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] init-common: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] deploy-common: [2022-04-17T14:33:07.857Z] [echo] Current time (ISO): 2022-04-17T14:33:07.666+0000 [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] setOSConditions: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] setToolWin: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] setToolUnix: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] setToolProperty: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] setS1ASclassPath: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] init-common: [2022-04-17T14:33:07.857Z] [2022-04-17T14:33:07.857Z] deploy-common-pe: [2022-04-17T14:33:08.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear [2022-04-17T14:33:08.700Z] [exec] Application deployed with name jdbc-connsharingnonxaApp. [2022-04-17T14:33:08.700Z] [echo] Deployment on target server server successful [2022-04-17T14:33:08.700Z] [2022-04-17T14:33:08.700Z] setOSConditions: [2022-04-17T14:33:08.700Z] [2022-04-17T14:33:08.700Z] setToolWin: [2022-04-17T14:33:08.700Z] [2022-04-17T14:33:08.700Z] setToolUnix: [2022-04-17T14:33:08.700Z] [2022-04-17T14:33:08.700Z] setToolProperty: [2022-04-17T14:33:08.700Z] [2022-04-17T14:33:08.700Z] setS1ASclassPath: [2022-04-17T14:33:08.700Z] [2022-04-17T14:33:08.700Z] init-common: [2022-04-17T14:33:08.700Z] [2022-04-17T14:33:08.700Z] deploy-common-ee: [2022-04-17T14:33:08.700Z] [2022-04-17T14:33:08.700Z] set-assoc-with-thread: [2022-04-17T14:33:08.700Z] [2022-04-17T14:33:08.700Z] asadmin-common: [2022-04-17T14:33:08.701Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:09.263Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:09.263Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.associate-with-thread=true [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] run: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] setOSConditions: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] setToolWin: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] setToolUnix: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] setToolProperty: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] setS1ASclassPath: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] init-common: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] execute-sql-common: [2022-04-17T14:33:09.263Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/create_pointbase.sql [2022-04-17T14:33:09.263Z] [sql] Failed to execute: Drop table CONNSHARING [2022-04-17T14:33:09.263Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. [2022-04-17T14:33:09.263Z] [sql] 0 rows affected [2022-04-17T14:33:09.263Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] setOSConditions: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] setToolWin: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] setToolUnix: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] setToolProperty: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] setS1ASclassPath: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] init-common: [2022-04-17T14:33:09.263Z] [2022-04-17T14:33:09.263Z] runclient-common: [2022-04-17T14:33:09.263Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:33:10.203Z] [exec] Apr 17, 2022 2:33:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:33:10.203Z] [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. [2022-04-17T14:33:14.437Z] [exec] Value of key is: test1 : [2022-04-17T14:33:14.437Z] [exec] Value of key is: test2 : [2022-04-17T14:33:14.437Z] [exec] Value of key is: test3 : [2022-04-17T14:33:14.437Z] [exec] Value of key is: test4 : [2022-04-17T14:33:14.437Z] [exec] Value of key is: test5 : [2022-04-17T14:33:14.437Z] [exec] Value of key is: test6 : [2022-04-17T14:33:14.437Z] [exec] Value of key is: test7 : [2022-04-17T14:33:14.437Z] [exec] Value of key is: test8 : [2022-04-17T14:33:14.437Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:33:14.437Z] [exec] [2022-04-17T14:33:14.437Z] [exec] [2022-04-17T14:33:14.437Z] [exec] ----------------------------------------- [2022-04-17T14:33:14.437Z] [exec] - test6 : : PASS - [2022-04-17T14:33:14.437Z] [exec] - test5 : : PASS - [2022-04-17T14:33:14.437Z] [exec] - test7 : : PASS - [2022-04-17T14:33:14.437Z] [exec] - test8 : : PASS - [2022-04-17T14:33:14.437Z] [exec] - test3 : : PASS - [2022-04-17T14:33:14.437Z] [exec] - test4 : : PASS - [2022-04-17T14:33:14.437Z] [exec] - test2 : : PASS - [2022-04-17T14:33:14.437Z] [exec] - test1 : : PASS - [2022-04-17T14:33:14.437Z] [exec] ----------------------------------------- [2022-04-17T14:33:14.437Z] [exec] Total PASS: 8 [2022-04-17T14:33:14.437Z] [exec] Total FAIL: 0 [2022-04-17T14:33:14.437Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:33:14.437Z] [exec] ----------------------------------------- [2022-04-17T14:33:14.437Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:33:14.437Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] checkReporting-common: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] confirmReportPresent-common: [2022-04-17T14:33:14.437Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:33:14.437Z] [echo] Test seems to be reported fine [2022-04-17T14:33:14.437Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/RepRunConf.txt [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] confirmMissingReport-common: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] undeploy: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] setOSConditions: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] setToolWin: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] setToolUnix: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] setToolProperty: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] setS1ASclassPath: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] init-common: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] execute-sql-common: [2022-04-17T14:33:14.437Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/drop_pointbase.sql [2022-04-17T14:33:14.437Z] [sql] 0 rows affected [2022-04-17T14:33:14.437Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] setOSConditions: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] setToolWin: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] setToolUnix: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] setToolProperty: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] setS1ASclassPath: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] init-common: [2022-04-17T14:33:14.437Z] [2022-04-17T14:33:14.437Z] delete-jdbc-resource-common: [2022-04-17T14:33:14.437Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing [2022-04-17T14:33:15.000Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing [2022-04-17T14:33:15.000Z] [exec] JDBC resource jdbc/connsharing deleted successfully [2022-04-17T14:33:15.000Z] [echo] cmd executed for server [2022-04-17T14:33:15.000Z] [2022-04-17T14:33:15.000Z] setOSConditions: [2022-04-17T14:33:15.000Z] [2022-04-17T14:33:15.000Z] setToolWin: [2022-04-17T14:33:15.000Z] [2022-04-17T14:33:15.000Z] setToolUnix: [2022-04-17T14:33:15.000Z] [2022-04-17T14:33:15.000Z] setToolProperty: [2022-04-17T14:33:15.000Z] [2022-04-17T14:33:15.000Z] setS1ASclassPath: [2022-04-17T14:33:15.000Z] [2022-04-17T14:33:15.000Z] init-common: [2022-04-17T14:33:15.000Z] [2022-04-17T14:33:15.000Z] delete-jdbc-resource-common: [2022-04-17T14:33:15.000Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing2 [2022-04-17T14:33:15.291Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing2 [2022-04-17T14:33:15.291Z] [exec] JDBC resource jdbc/connsharing2 deleted successfully [2022-04-17T14:33:15.291Z] [echo] cmd executed for server [2022-04-17T14:33:15.291Z] [2022-04-17T14:33:15.291Z] setOSConditions: [2022-04-17T14:33:15.291Z] [2022-04-17T14:33:15.291Z] setToolWin: [2022-04-17T14:33:15.291Z] [2022-04-17T14:33:15.291Z] setToolUnix: [2022-04-17T14:33:15.291Z] [2022-04-17T14:33:15.291Z] setToolProperty: [2022-04-17T14:33:15.291Z] [2022-04-17T14:33:15.291Z] setS1ASclassPath: [2022-04-17T14:33:15.291Z] [2022-04-17T14:33:15.291Z] init-common: [2022-04-17T14:33:15.291Z] [2022-04-17T14:33:15.291Z] delete-jdbc-connpool-common: [2022-04-17T14:33:15.291Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connsharing-pool [2022-04-17T14:33:15.853Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:15.853Z] [exec] JDBC Connection pool jdbc-connsharing-pool deleted successfully [2022-04-17T14:33:15.853Z] [echo] cmd executed for server [2022-04-17T14:33:15.853Z] [2022-04-17T14:33:15.853Z] setOSConditions: [2022-04-17T14:33:15.853Z] [2022-04-17T14:33:15.853Z] setToolWin: [2022-04-17T14:33:15.853Z] [2022-04-17T14:33:15.853Z] setToolUnix: [2022-04-17T14:33:15.853Z] [2022-04-17T14:33:15.853Z] setToolProperty: [2022-04-17T14:33:15.853Z] [2022-04-17T14:33:15.853Z] setS1ASclassPath: [2022-04-17T14:33:15.853Z] [2022-04-17T14:33:15.853Z] init-common: [2022-04-17T14:33:15.853Z] [2022-04-17T14:33:15.853Z] delete-jdbc-resource-common: [2022-04-17T14:33:15.854Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:16.109Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:16.109Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 deleted successfully [2022-04-17T14:33:16.109Z] [echo] cmd executed for server [2022-04-17T14:33:16.109Z] [2022-04-17T14:33:16.109Z] setOSConditions: [2022-04-17T14:33:16.109Z] [2022-04-17T14:33:16.109Z] setToolWin: [2022-04-17T14:33:16.109Z] [2022-04-17T14:33:16.109Z] setToolUnix: [2022-04-17T14:33:16.109Z] [2022-04-17T14:33:16.109Z] setToolProperty: [2022-04-17T14:33:16.109Z] [2022-04-17T14:33:16.109Z] setS1ASclassPath: [2022-04-17T14:33:16.109Z] [2022-04-17T14:33:16.109Z] init-common: [2022-04-17T14:33:16.109Z] [2022-04-17T14:33:16.109Z] delete-jdbc-resource-common: [2022-04-17T14:33:16.109Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:16.672Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:16.672Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 deleted successfully [2022-04-17T14:33:16.672Z] [echo] cmd executed for server [2022-04-17T14:33:16.672Z] [2022-04-17T14:33:16.672Z] setOSConditions: [2022-04-17T14:33:16.672Z] [2022-04-17T14:33:16.672Z] setToolWin: [2022-04-17T14:33:16.672Z] [2022-04-17T14:33:16.672Z] setToolUnix: [2022-04-17T14:33:16.672Z] [2022-04-17T14:33:16.672Z] setToolProperty: [2022-04-17T14:33:16.672Z] [2022-04-17T14:33:16.672Z] setS1ASclassPath: [2022-04-17T14:33:16.672Z] [2022-04-17T14:33:16.672Z] init-common: [2022-04-17T14:33:16.672Z] [2022-04-17T14:33:16.672Z] delete-jdbc-connpool-common: [2022-04-17T14:33:16.672Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:16.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:17.195Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-1 deleted successfully [2022-04-17T14:33:17.195Z] [echo] cmd executed for server [2022-04-17T14:33:17.195Z] [2022-04-17T14:33:17.195Z] setOSConditions: [2022-04-17T14:33:17.195Z] [2022-04-17T14:33:17.195Z] setToolWin: [2022-04-17T14:33:17.195Z] [2022-04-17T14:33:17.195Z] setToolUnix: [2022-04-17T14:33:17.195Z] [2022-04-17T14:33:17.195Z] setToolProperty: [2022-04-17T14:33:17.195Z] [2022-04-17T14:33:17.195Z] setS1ASclassPath: [2022-04-17T14:33:17.195Z] [2022-04-17T14:33:17.195Z] init-common: [2022-04-17T14:33:17.195Z] [2022-04-17T14:33:17.195Z] delete-jdbc-connpool-common: [2022-04-17T14:33:17.195Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:17.451Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:17.451Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-2 deleted successfully [2022-04-17T14:33:17.451Z] [echo] cmd executed for server [2022-04-17T14:33:17.451Z] [2022-04-17T14:33:17.451Z] setOSConditions: [2022-04-17T14:33:17.451Z] [2022-04-17T14:33:17.451Z] setToolWin: [2022-04-17T14:33:17.451Z] [2022-04-17T14:33:17.451Z] setToolUnix: [2022-04-17T14:33:17.451Z] [2022-04-17T14:33:17.451Z] setToolProperty: [2022-04-17T14:33:17.451Z] [2022-04-17T14:33:17.451Z] setS1ASclassPath: [2022-04-17T14:33:17.451Z] [2022-04-17T14:33:17.451Z] init-common: [2022-04-17T14:33:17.451Z] [2022-04-17T14:33:17.451Z] undeploy-common: [2022-04-17T14:33:18.013Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] all-assoc-with-thread: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setOSConditions: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolWin: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolUnix: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolProperty: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setS1ASclassPath: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] init-common: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] clean: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setOSConditions: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolWin: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolUnix: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolProperty: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setS1ASclassPath: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] init-common: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] clean-common: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setOSConditions: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolWin: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolUnix: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolProperty: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setS1ASclassPath: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] init-common: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] clean-classes-common: [2022-04-17T14:33:18.013Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setOSConditions: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolWin: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolUnix: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolProperty: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setS1ASclassPath: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] init-common: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] clean-jars-common: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] compile: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setOSConditions: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolWin: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolUnix: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setToolProperty: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] setS1ASclassPath: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] init-common: [2022-04-17T14:33:18.013Z] [2022-04-17T14:33:18.013Z] compile-common: [2022-04-17T14:33:18.013Z] [echo] Current time (ISO): 2022-04-17T14:33:17.887+0000 [2022-04-17T14:33:18.013Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:33:18.013Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:33:19.904Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:33:19.904Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:19.904Z] [javac] return new Integer(1); [2022-04-17T14:33:19.904Z] [javac] ^ [2022-04-17T14:33:19.904Z] [javac] 2 warnings [2022-04-17T14:33:19.904Z] [2022-04-17T14:33:19.904Z] setOSConditions: [2022-04-17T14:33:19.904Z] [2022-04-17T14:33:19.904Z] setToolWin: [2022-04-17T14:33:19.904Z] [2022-04-17T14:33:19.904Z] setToolUnix: [2022-04-17T14:33:19.904Z] [2022-04-17T14:33:19.904Z] setToolProperty: [2022-04-17T14:33:19.904Z] [2022-04-17T14:33:19.904Z] setS1ASclassPath: [2022-04-17T14:33:19.904Z] [2022-04-17T14:33:19.904Z] init-common: [2022-04-17T14:33:19.904Z] [2022-04-17T14:33:19.904Z] compile-common: [2022-04-17T14:33:19.904Z] [echo] Current time (ISO): 2022-04-17T14:33:19.619+0000 [2022-04-17T14:33:19.904Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:33:21.817Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:33:21.817Z] [javac] 1 warning [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] build: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setOSConditions: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] fixFiles: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] convUnix: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] convWin: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setToolWin: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setToolUnix: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setToolProperty: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setS1ASclassPath: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] init-common: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] package-persistence-common: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] ejb-jar-common: [2022-04-17T14:33:21.817Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] package-ejbjar-common: [2022-04-17T14:33:21.817Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:33:21.817Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:33:21.817Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:33:21.817Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpds-ejb.jar [2022-04-17T14:33:21.817Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] appclient-jar-common: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] package-appclientjar-common: [2022-04-17T14:33:21.817Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:33:21.817Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:33:21.817Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:33:21.817Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpds-client.jar [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] webclient-war-common: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] build-ear-common: [2022-04-17T14:33:21.817Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:33:21.817Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpdsApp.ear [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] deploy: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setOSConditions: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setToolWin: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setToolUnix: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setToolProperty: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setS1ASclassPath: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] init-common: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] deploy-jdbc-common: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setOSConditions: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setToolWin: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setToolUnix: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setToolProperty: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] setS1ASclassPath: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] init-common: [2022-04-17T14:33:21.817Z] [2022-04-17T14:33:21.817Z] create-jdbc-connpool-common: [2022-04-17T14:33:22.092Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:22.092Z] [exec] JDBC connection pool jdbc-cpds created successfully. [2022-04-17T14:33:22.350Z] [2022-04-17T14:33:22.350Z] set-derby-connpool-props: [2022-04-17T14:33:22.611Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:22.612Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.User=dbuser [2022-04-17T14:33:23.175Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:23.175Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.Password=dbpassword [2022-04-17T14:33:23.430Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:23.430Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.driverType=4 [2022-04-17T14:33:23.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:23.994Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.portNumber=1527 [2022-04-17T14:33:24.251Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:24.251Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.dataBaseName=testdb [2022-04-17T14:33:24.839Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:24.839Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:33:25.095Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:25.095Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.create=true [2022-04-17T14:33:25.657Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:25.657Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.serverName=localhost [2022-04-17T14:33:25.657Z] [2022-04-17T14:33:25.657Z] setOSConditions: [2022-04-17T14:33:25.657Z] [2022-04-17T14:33:25.657Z] setToolWin: [2022-04-17T14:33:25.657Z] [2022-04-17T14:33:25.657Z] setToolUnix: [2022-04-17T14:33:25.657Z] [2022-04-17T14:33:25.657Z] setToolProperty: [2022-04-17T14:33:25.657Z] [2022-04-17T14:33:25.657Z] setS1ASclassPath: [2022-04-17T14:33:25.657Z] [2022-04-17T14:33:25.657Z] init-common: [2022-04-17T14:33:25.657Z] [2022-04-17T14:33:25.657Z] create-jdbc-resource-common: [2022-04-17T14:33:25.657Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:25.913Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:33:25.913Z] [exec] JDBC resource jdbc/s1qeDB-cpds created successfully. [2022-04-17T14:33:25.913Z] [echo] cmd executed for server [2022-04-17T14:33:25.913Z] [2022-04-17T14:33:25.913Z] setup-derby-for-authentication: [2022-04-17T14:33:25.913Z] [2022-04-17T14:33:25.913Z] setOSConditions: [2022-04-17T14:33:25.913Z] [2022-04-17T14:33:25.913Z] setToolWin: [2022-04-17T14:33:25.913Z] [2022-04-17T14:33:25.913Z] setToolUnix: [2022-04-17T14:33:25.913Z] [2022-04-17T14:33:25.913Z] setToolProperty: [2022-04-17T14:33:25.913Z] [2022-04-17T14:33:25.913Z] setS1ASclassPath: [2022-04-17T14:33:25.913Z] [2022-04-17T14:33:25.913Z] init-common: [2022-04-17T14:33:25.913Z] [2022-04-17T14:33:25.913Z] stop-derby: [2022-04-17T14:33:25.913Z] [2022-04-17T14:33:25.913Z] stop-derby-aix: [2022-04-17T14:33:25.913Z] [2022-04-17T14:33:25.913Z] stop-derby-nonaix: [2022-04-17T14:33:25.913Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:33:26.475Z] [java] Sun Apr 17 14:33:26 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:33:26.475Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:33:26.475Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:33:26.475Z] [2022-04-17T14:33:26.475Z] setOSConditions: [2022-04-17T14:33:26.475Z] [2022-04-17T14:33:26.475Z] setToolWin: [2022-04-17T14:33:26.475Z] [2022-04-17T14:33:26.475Z] setToolUnix: [2022-04-17T14:33:26.475Z] [2022-04-17T14:33:26.475Z] setToolProperty: [2022-04-17T14:33:26.475Z] [2022-04-17T14:33:26.475Z] setS1ASclassPath: [2022-04-17T14:33:26.475Z] [2022-04-17T14:33:26.475Z] init-common: [2022-04-17T14:33:26.475Z] [2022-04-17T14:33:26.475Z] start-derby: [2022-04-17T14:33:26.475Z] [2022-04-17T14:33:26.475Z] start-derby-aix: [2022-04-17T14:33:26.475Z] [2022-04-17T14:33:26.475Z] start-derby-nonaix: [2022-04-17T14:33:26.475Z] [echo] Starting Derby DB Server ... [2022-04-17T14:33:41.325Z] [2022-04-17T14:33:41.325Z] setOSConditions: [2022-04-17T14:33:41.325Z] [2022-04-17T14:33:41.325Z] setToolWin: [2022-04-17T14:33:41.325Z] [2022-04-17T14:33:41.325Z] setToolUnix: [2022-04-17T14:33:41.325Z] [2022-04-17T14:33:41.325Z] setToolProperty: [2022-04-17T14:33:41.325Z] [2022-04-17T14:33:41.325Z] setS1ASclassPath: [2022-04-17T14:33:41.325Z] [2022-04-17T14:33:41.325Z] init-common: [2022-04-17T14:33:41.325Z] [2022-04-17T14:33:41.325Z] execute-sql-common: [2022-04-17T14:33:41.580Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/sql/drop_pointbase.sql [2022-04-17T14:33:41.837Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:33:41.837Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:33:41.837Z] [sql] 0 of 1 SQL statements executed successfully [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] setOSConditions: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] setToolWin: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] setToolUnix: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] setToolProperty: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] setS1ASclassPath: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] init-common: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] deploy-common: [2022-04-17T14:33:41.837Z] [echo] Current time (ISO): 2022-04-17T14:33:41.623+0000 [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] setOSConditions: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] setToolWin: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] setToolUnix: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] setToolProperty: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] setS1ASclassPath: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] init-common: [2022-04-17T14:33:41.837Z] [2022-04-17T14:33:41.837Z] deploy-common-pe: [2022-04-17T14:33:42.093Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpdsApp.ear [2022-04-17T14:33:42.350Z] [exec] Application deployed with name ejb-bmp-cpdsApp. [2022-04-17T14:33:42.350Z] [echo] Deployment on target server server successful [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] setOSConditions: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] setToolWin: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] setToolUnix: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] setToolProperty: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] setS1ASclassPath: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] init-common: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] deploy-common-ee: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] run: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] setOSConditions: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] setToolWin: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] setToolUnix: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] setToolProperty: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] setS1ASclassPath: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] init-common: [2022-04-17T14:33:42.350Z] [2022-04-17T14:33:42.350Z] runclient-common: [2022-04-17T14:33:42.350Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:33:43.738Z] [exec] Apr 17, 2022 2:33:43 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:33:43.738Z] [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. [2022-04-17T14:33:47.942Z] [exec] Value of key is: test1 : [2022-04-17T14:33:47.942Z] [exec] Value of key is: test2 : [2022-04-17T14:33:47.942Z] [exec] Value of key is: test3 : [2022-04-17T14:33:47.942Z] [exec] Value of key is: test4 : [2022-04-17T14:33:47.942Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:33:47.942Z] [exec] [2022-04-17T14:33:47.942Z] [exec] [2022-04-17T14:33:47.942Z] [exec] ----------------------------------------- [2022-04-17T14:33:47.942Z] [exec] - test3 : : PASS - [2022-04-17T14:33:47.942Z] [exec] - test4 : : PASS - [2022-04-17T14:33:47.942Z] [exec] - test2 : : PASS - [2022-04-17T14:33:47.942Z] [exec] - test1 : : PASS - [2022-04-17T14:33:47.942Z] [exec] ----------------------------------------- [2022-04-17T14:33:47.942Z] [exec] Total PASS: 4 [2022-04-17T14:33:47.942Z] [exec] Total FAIL: 0 [2022-04-17T14:33:47.942Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:33:47.942Z] [exec] ----------------------------------------- [2022-04-17T14:33:47.942Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:33:47.942Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:33:47.942Z] [2022-04-17T14:33:47.943Z] checkReporting-common: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] confirmReportPresent-common: [2022-04-17T14:33:47.943Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:33:47.943Z] [echo] Test seems to be reported fine [2022-04-17T14:33:47.943Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/RepRunConf.txt [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] confirmMissingReport-common: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] undeploy: [2022-04-17T14:33:47.943Z] [echo] Executing sql from ${sql.file} [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] setOSConditions: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] setToolWin: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] setToolUnix: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] setToolProperty: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] setS1ASclassPath: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] init-common: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] execute-sql-common: [2022-04-17T14:33:47.943Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/sql/drop_pointbase.sql [2022-04-17T14:33:47.943Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:33:47.943Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:33:47.943Z] [sql] 0 of 1 SQL statements executed successfully [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] reset-derby-for-no-authentication: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] setOSConditions: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] setToolWin: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] setToolUnix: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] setToolProperty: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] setS1ASclassPath: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] init-common: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] stop-derby: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] stop-derby-aix: [2022-04-17T14:33:47.943Z] [2022-04-17T14:33:47.943Z] stop-derby-nonaix: [2022-04-17T14:33:47.943Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:33:48.201Z] [java] Sun Apr 17 14:33:48 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:33:48.201Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:33:48.201Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:33:48.201Z] [2022-04-17T14:33:48.201Z] setOSConditions: [2022-04-17T14:33:48.201Z] [2022-04-17T14:33:48.201Z] setToolWin: [2022-04-17T14:33:48.201Z] [2022-04-17T14:33:48.201Z] setToolUnix: [2022-04-17T14:33:48.201Z] [2022-04-17T14:33:48.201Z] setToolProperty: [2022-04-17T14:33:48.201Z] [2022-04-17T14:33:48.201Z] setS1ASclassPath: [2022-04-17T14:33:48.201Z] [2022-04-17T14:33:48.201Z] init-common: [2022-04-17T14:33:48.201Z] [2022-04-17T14:33:48.201Z] start-derby: [2022-04-17T14:33:48.201Z] [2022-04-17T14:33:48.201Z] start-derby-aix: [2022-04-17T14:33:48.201Z] [2022-04-17T14:33:48.201Z] start-derby-nonaix: [2022-04-17T14:33:48.201Z] [echo] Starting Derby DB Server ... [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setOSConditions: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setToolWin: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setToolUnix: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setToolProperty: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setS1ASclassPath: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] init-common: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] undeploy-jdbc-common: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setOSConditions: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setToolWin: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setToolUnix: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setToolProperty: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setS1ASclassPath: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] init-common: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] delete-jdbc-resource-common: [2022-04-17T14:34:06.266Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB-cpds [2022-04-17T14:34:06.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:06.266Z] [exec] JDBC resource jdbc/s1qeDB-cpds deleted successfully [2022-04-17T14:34:06.266Z] [echo] cmd executed for server [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setOSConditions: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setToolWin: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setToolUnix: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setToolProperty: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] setS1ASclassPath: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] init-common: [2022-04-17T14:34:06.266Z] [2022-04-17T14:34:06.266Z] delete-jdbc-connpool-common: [2022-04-17T14:34:06.266Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-cpds [2022-04-17T14:34:06.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:06.266Z] [exec] JDBC Connection pool jdbc-cpds deleted successfully [2022-04-17T14:34:06.266Z] [echo] cmd executed for server [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setOSConditions: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolWin: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolUnix: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolProperty: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setS1ASclassPath: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] init-common: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] undeploy-common: [2022-04-17T14:34:06.267Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] all: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setOSConditions: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolWin: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolUnix: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolProperty: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setS1ASclassPath: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] init-common: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] clean: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setOSConditions: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolWin: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolUnix: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolProperty: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setS1ASclassPath: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] init-common: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] clean-common: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setOSConditions: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolWin: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolUnix: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolProperty: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setS1ASclassPath: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] init-common: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] clean-classes-common: [2022-04-17T14:34:06.267Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setOSConditions: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolWin: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolUnix: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolProperty: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setS1ASclassPath: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] init-common: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] clean-jars-common: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] compile: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setOSConditions: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolWin: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolUnix: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolProperty: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setS1ASclassPath: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] init-common: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] compile-common: [2022-04-17T14:34:06.267Z] [echo] Current time (ISO): 2022-04-17T14:34:04.426+0000 [2022-04-17T14:34:06.267Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:34:06.267Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:34:06.267Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:34:06.267Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:06.267Z] [javac] return new Integer(1); [2022-04-17T14:34:06.267Z] [javac] ^ [2022-04-17T14:34:06.267Z] [javac] 2 warnings [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setOSConditions: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolWin: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolUnix: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setToolProperty: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] setS1ASclassPath: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] init-common: [2022-04-17T14:34:06.267Z] [2022-04-17T14:34:06.267Z] compile-common: [2022-04-17T14:34:06.267Z] [echo] Current time (ISO): 2022-04-17T14:34:06.207+0000 [2022-04-17T14:34:06.267Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:34:08.202Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:34:08.202Z] [javac] 1 warning [2022-04-17T14:34:08.202Z] [2022-04-17T14:34:08.202Z] build: [2022-04-17T14:34:08.202Z] [2022-04-17T14:34:08.202Z] setOSConditions: [2022-04-17T14:34:08.202Z] [2022-04-17T14:34:08.203Z] fixFiles: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] convUnix: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] convWin: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setToolWin: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setToolUnix: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setToolProperty: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setS1ASclassPath: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] init-common: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] package-persistence-common: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] ejb-jar-common: [2022-04-17T14:34:08.203Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] package-ejbjar-common: [2022-04-17T14:34:08.203Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:34:08.203Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:34:08.203Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:34:08.203Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolation-ejb.jar [2022-04-17T14:34:08.203Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] appclient-jar-common: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] package-appclientjar-common: [2022-04-17T14:34:08.203Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:34:08.203Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:34:08.203Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:34:08.203Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolation-client.jar [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] webclient-war-common: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] build-ear-common: [2022-04-17T14:34:08.203Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:34:08.203Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationApp.ear [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] deploy: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setOSConditions: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setToolWin: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setToolUnix: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setToolProperty: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setS1ASclassPath: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] init-common: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] deploy-jdbc-common: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setOSConditions: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setToolWin: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setToolUnix: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setToolProperty: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] setS1ASclassPath: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] init-common: [2022-04-17T14:34:08.203Z] [2022-04-17T14:34:08.203Z] create-jdbc-connpool-common: [2022-04-17T14:34:08.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:08.773Z] [exec] JDBC connection pool tx-isolation-pool created successfully. [2022-04-17T14:34:08.773Z] [2022-04-17T14:34:08.773Z] set-derby-connpool-props: [2022-04-17T14:34:09.345Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:09.345Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.User=dbuser [2022-04-17T14:34:09.604Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:09.604Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.Password=dbpassword [2022-04-17T14:34:10.172Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:10.172Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.driverType=4 [2022-04-17T14:34:10.441Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:10.441Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.portNumber=1527 [2022-04-17T14:34:11.040Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:11.040Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.dataBaseName=testdb [2022-04-17T14:34:11.296Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:11.296Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:34:11.863Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:11.863Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.create=true [2022-04-17T14:34:12.120Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:12.120Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.serverName=localhost [2022-04-17T14:34:12.120Z] [2022-04-17T14:34:12.120Z] setOSConditions: [2022-04-17T14:34:12.120Z] [2022-04-17T14:34:12.120Z] setToolWin: [2022-04-17T14:34:12.120Z] [2022-04-17T14:34:12.120Z] setToolUnix: [2022-04-17T14:34:12.120Z] [2022-04-17T14:34:12.120Z] setToolProperty: [2022-04-17T14:34:12.120Z] [2022-04-17T14:34:12.120Z] setS1ASclassPath: [2022-04-17T14:34:12.120Z] [2022-04-17T14:34:12.120Z] init-common: [2022-04-17T14:34:12.120Z] [2022-04-17T14:34:12.120Z] create-jdbc-resource-common: [2022-04-17T14:34:12.120Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:12.686Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:12.686Z] [exec] JDBC resource jdbc/txisolation created successfully. [2022-04-17T14:34:12.686Z] [echo] cmd executed for server [2022-04-17T14:34:12.686Z] [2022-04-17T14:34:12.686Z] asadmin-common: [2022-04-17T14:34:12.686Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:13.251Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:13.251Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.steady-pool-size=0 [2022-04-17T14:34:13.251Z] [2022-04-17T14:34:13.251Z] asadmin-common: [2022-04-17T14:34:13.251Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:13.838Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:13.838Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.pool-resize-quantity=1 [2022-04-17T14:34:13.838Z] [2022-04-17T14:34:13.838Z] asadmin-common: [2022-04-17T14:34:13.838Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:14.095Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:14.095Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-pool-size=1 [2022-04-17T14:34:14.095Z] [2022-04-17T14:34:14.095Z] asadmin-common: [2022-04-17T14:34:14.095Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:14.864Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:14.864Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-connection-usage-count=1 [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] asadmin-common: [2022-04-17T14:34:14.864Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:14.864Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:14.864Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.connectionAttributes=;create=true [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] setOSConditions: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] setToolWin: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] setToolUnix: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] setToolProperty: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] setS1ASclassPath: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] init-common: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] deploy-common: [2022-04-17T14:34:14.864Z] [echo] Current time (ISO): 2022-04-17T14:34:14.810+0000 [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] setOSConditions: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] setToolWin: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] setToolUnix: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] setToolProperty: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] setS1ASclassPath: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] init-common: [2022-04-17T14:34:14.864Z] [2022-04-17T14:34:14.864Z] deploy-common-pe: [2022-04-17T14:34:15.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationApp.ear [2022-04-17T14:34:15.452Z] [exec] Application deployed with name ejb-bmp-txisolationApp. [2022-04-17T14:34:15.452Z] [echo] Deployment on target server server successful [2022-04-17T14:34:15.452Z] [2022-04-17T14:34:15.452Z] setOSConditions: [2022-04-17T14:34:15.452Z] [2022-04-17T14:34:15.452Z] setToolWin: [2022-04-17T14:34:15.452Z] [2022-04-17T14:34:15.452Z] setToolUnix: [2022-04-17T14:34:15.452Z] [2022-04-17T14:34:15.452Z] setToolProperty: [2022-04-17T14:34:15.452Z] [2022-04-17T14:34:15.452Z] setS1ASclassPath: [2022-04-17T14:34:15.452Z] [2022-04-17T14:34:15.452Z] init-common: [2022-04-17T14:34:15.452Z] [2022-04-17T14:34:15.452Z] deploy-common-ee: [2022-04-17T14:34:15.452Z] [2022-04-17T14:34:15.452Z] run: [2022-04-17T14:34:15.452Z] [2022-04-17T14:34:15.452Z] asadmin-common: [2022-04-17T14:34:15.452Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:16.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:16.037Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed [2022-04-17T14:34:16.037Z] [2022-04-17T14:34:16.037Z] asadmin-common: [2022-04-17T14:34:16.037Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:16.294Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:16.294Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=false [2022-04-17T14:34:16.294Z] [2022-04-17T14:34:16.294Z] setOSConditions: [2022-04-17T14:34:16.294Z] [2022-04-17T14:34:16.294Z] setToolWin: [2022-04-17T14:34:16.294Z] [2022-04-17T14:34:16.294Z] setToolUnix: [2022-04-17T14:34:16.294Z] [2022-04-17T14:34:16.294Z] setToolProperty: [2022-04-17T14:34:16.294Z] [2022-04-17T14:34:16.294Z] setS1ASclassPath: [2022-04-17T14:34:16.294Z] [2022-04-17T14:34:16.294Z] init-common: [2022-04-17T14:34:16.294Z] [2022-04-17T14:34:16.294Z] runclient-common: [2022-04-17T14:34:16.294Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:34:17.256Z] [exec] Apr 17, 2022 2:34:17 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:34:17.256Z] [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. [2022-04-17T14:34:21.444Z] [exec] Value of key is: read-committed, new connection [2022-04-17T14:34:21.444Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:34:21.444Z] [exec] [2022-04-17T14:34:21.444Z] [exec] [2022-04-17T14:34:21.444Z] [exec] ----------------------------------------- [2022-04-17T14:34:21.444Z] [exec] - read-committed, new connection: PASS - [2022-04-17T14:34:21.444Z] [exec] ----------------------------------------- [2022-04-17T14:34:21.444Z] [exec] Total PASS: 1 [2022-04-17T14:34:21.444Z] [exec] Total FAIL: 0 [2022-04-17T14:34:21.444Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:34:21.444Z] [exec] ----------------------------------------- [2022-04-17T14:34:21.444Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:21.444Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:21.444Z] [2022-04-17T14:34:21.444Z] checkReporting-common: [2022-04-17T14:34:21.444Z] [2022-04-17T14:34:21.444Z] confirmReportPresent-common: [2022-04-17T14:34:21.444Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:34:21.444Z] [echo] Test seems to be reported fine [2022-04-17T14:34:21.444Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T14:34:21.444Z] [2022-04-17T14:34:21.444Z] confirmMissingReport-common: [2022-04-17T14:34:21.444Z] [2022-04-17T14:34:21.444Z] asadmin-common: [2022-04-17T14:34:21.444Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:21.700Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:21.700Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted [2022-04-17T14:34:21.700Z] [2022-04-17T14:34:21.700Z] setOSConditions: [2022-04-17T14:34:21.700Z] [2022-04-17T14:34:21.700Z] setToolWin: [2022-04-17T14:34:21.700Z] [2022-04-17T14:34:21.700Z] setToolUnix: [2022-04-17T14:34:21.700Z] [2022-04-17T14:34:21.700Z] setToolProperty: [2022-04-17T14:34:21.700Z] [2022-04-17T14:34:21.700Z] setS1ASclassPath: [2022-04-17T14:34:21.700Z] [2022-04-17T14:34:21.700Z] init-common: [2022-04-17T14:34:21.700Z] [2022-04-17T14:34:21.700Z] runclient-common: [2022-04-17T14:34:21.700Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:34:23.078Z] [exec] Apr 17, 2022 2:34:22 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:34:23.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. [2022-04-17T14:34:26.386Z] [exec] Value of key is: read-uncommitted, new connection [2022-04-17T14:34:26.386Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:34:26.386Z] [exec] [2022-04-17T14:34:26.386Z] [exec] [2022-04-17T14:34:26.386Z] [exec] ----------------------------------------- [2022-04-17T14:34:26.386Z] [exec] - read-uncommitted, new connection: PASS - [2022-04-17T14:34:26.386Z] [exec] ----------------------------------------- [2022-04-17T14:34:26.386Z] [exec] Total PASS: 1 [2022-04-17T14:34:26.386Z] [exec] Total FAIL: 0 [2022-04-17T14:34:26.386Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:34:26.386Z] [exec] ----------------------------------------- [2022-04-17T14:34:26.386Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:26.386Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:26.386Z] [2022-04-17T14:34:26.386Z] checkReporting-common: [2022-04-17T14:34:26.386Z] [2022-04-17T14:34:26.386Z] confirmReportPresent-common: [2022-04-17T14:34:26.386Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:34:26.386Z] [echo] Test seems to be reported fine [2022-04-17T14:34:26.386Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T14:34:26.386Z] [2022-04-17T14:34:26.386Z] confirmMissingReport-common: [2022-04-17T14:34:26.386Z] [2022-04-17T14:34:26.386Z] asadmin-common: [2022-04-17T14:34:26.386Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:26.950Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:26.950Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read [2022-04-17T14:34:26.950Z] [2022-04-17T14:34:26.950Z] setOSConditions: [2022-04-17T14:34:26.950Z] [2022-04-17T14:34:26.950Z] setToolWin: [2022-04-17T14:34:26.950Z] [2022-04-17T14:34:26.950Z] setToolUnix: [2022-04-17T14:34:26.950Z] [2022-04-17T14:34:26.950Z] setToolProperty: [2022-04-17T14:34:26.950Z] [2022-04-17T14:34:26.950Z] setS1ASclassPath: [2022-04-17T14:34:26.950Z] [2022-04-17T14:34:26.950Z] init-common: [2022-04-17T14:34:26.950Z] [2022-04-17T14:34:26.950Z] runclient-common: [2022-04-17T14:34:26.950Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T14:34:27.903Z] [exec] Apr 17, 2022 2:34:27 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:34:27.903Z] [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. [2022-04-17T14:34:31.190Z] [exec] Value of key is: repeatable-read, new connection [2022-04-17T14:34:31.190Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:34:31.190Z] [exec] [2022-04-17T14:34:31.190Z] [exec] [2022-04-17T14:34:31.190Z] [exec] ----------------------------------------- [2022-04-17T14:34:31.190Z] [exec] - repeatable-read, new connection: PASS - [2022-04-17T14:34:31.190Z] [exec] ----------------------------------------- [2022-04-17T14:34:31.190Z] [exec] Total PASS: 1 [2022-04-17T14:34:31.190Z] [exec] Total FAIL: 0 [2022-04-17T14:34:31.190Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:34:31.190Z] [exec] ----------------------------------------- [2022-04-17T14:34:31.190Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:31.190Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:31.446Z] [2022-04-17T14:34:31.446Z] checkReporting-common: [2022-04-17T14:34:31.446Z] [2022-04-17T14:34:31.446Z] confirmReportPresent-common: [2022-04-17T14:34:31.446Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:34:31.446Z] [echo] Test seems to be reported fine [2022-04-17T14:34:31.446Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T14:34:31.446Z] [2022-04-17T14:34:31.446Z] confirmMissingReport-common: [2022-04-17T14:34:31.446Z] [2022-04-17T14:34:31.446Z] asadmin-common: [2022-04-17T14:34:31.446Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:32.008Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:32.008Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable [2022-04-17T14:34:32.008Z] [2022-04-17T14:34:32.008Z] setOSConditions: [2022-04-17T14:34:32.008Z] [2022-04-17T14:34:32.008Z] setToolWin: [2022-04-17T14:34:32.008Z] [2022-04-17T14:34:32.008Z] setToolUnix: [2022-04-17T14:34:32.008Z] [2022-04-17T14:34:32.008Z] setToolProperty: [2022-04-17T14:34:32.008Z] [2022-04-17T14:34:32.008Z] setS1ASclassPath: [2022-04-17T14:34:32.008Z] [2022-04-17T14:34:32.008Z] init-common: [2022-04-17T14:34:32.008Z] [2022-04-17T14:34:32.008Z] runclient-common: [2022-04-17T14:34:32.008Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T14:34:32.938Z] [exec] Apr 17, 2022 2:34:32 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:34:32.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. [2022-04-17T14:34:36.336Z] [exec] Value of key is: serializable, new connection [2022-04-17T14:34:36.336Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:34:36.336Z] [exec] [2022-04-17T14:34:36.336Z] [exec] [2022-04-17T14:34:36.336Z] [exec] ----------------------------------------- [2022-04-17T14:34:36.336Z] [exec] - serializable, new connection: PASS - [2022-04-17T14:34:36.336Z] [exec] ----------------------------------------- [2022-04-17T14:34:36.336Z] [exec] Total PASS: 1 [2022-04-17T14:34:36.336Z] [exec] Total FAIL: 0 [2022-04-17T14:34:36.336Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:34:36.336Z] [exec] ----------------------------------------- [2022-04-17T14:34:36.336Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:36.336Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:36.336Z] [2022-04-17T14:34:36.336Z] checkReporting-common: [2022-04-17T14:34:36.336Z] [2022-04-17T14:34:36.336Z] confirmReportPresent-common: [2022-04-17T14:34:36.336Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:34:36.336Z] [echo] Test seems to be reported fine [2022-04-17T14:34:36.336Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T14:34:36.336Z] [2022-04-17T14:34:36.336Z] confirmMissingReport-common: [2022-04-17T14:34:36.336Z] [2022-04-17T14:34:36.336Z] asadmin-common: [2022-04-17T14:34:36.336Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:36.605Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:36.605Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-pool-size=32 [2022-04-17T14:34:36.605Z] [2022-04-17T14:34:36.605Z] asadmin-common: [2022-04-17T14:34:36.605Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:36.894Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:36.894Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.steady-pool-size=8 [2022-04-17T14:34:36.894Z] [2022-04-17T14:34:36.894Z] asadmin-common: [2022-04-17T14:34:36.894Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:37.497Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:37.497Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.pool-resize-quantity=2 [2022-04-17T14:34:37.497Z] [2022-04-17T14:34:37.497Z] asadmin-common: [2022-04-17T14:34:37.497Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:37.792Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:37.792Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-connection-usage-count=0 [2022-04-17T14:34:37.792Z] [2022-04-17T14:34:37.792Z] asadmin-common: [2022-04-17T14:34:37.792Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:38.359Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:38.359Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted [2022-04-17T14:34:38.359Z] [2022-04-17T14:34:38.359Z] asadmin-common: [2022-04-17T14:34:38.359Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:38.615Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:38.615Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=true [2022-04-17T14:34:38.615Z] [2022-04-17T14:34:38.615Z] setOSConditions: [2022-04-17T14:34:38.615Z] [2022-04-17T14:34:38.615Z] setToolWin: [2022-04-17T14:34:38.615Z] [2022-04-17T14:34:38.615Z] setToolUnix: [2022-04-17T14:34:38.615Z] [2022-04-17T14:34:38.615Z] setToolProperty: [2022-04-17T14:34:38.615Z] [2022-04-17T14:34:38.615Z] setS1ASclassPath: [2022-04-17T14:34:38.615Z] [2022-04-17T14:34:38.615Z] init-common: [2022-04-17T14:34:38.615Z] [2022-04-17T14:34:38.615Z] runclient-common: [2022-04-17T14:34:38.615Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 6 [2022-04-17T14:34:39.544Z] [exec] Apr 17, 2022 2:34:39 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:34:39.544Z] [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. [2022-04-17T14:34:43.739Z] [exec] Value of key is: read-uncommitted, guaranteed [2022-04-17T14:34:43.739Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:34:43.739Z] [exec] [2022-04-17T14:34:43.739Z] [exec] [2022-04-17T14:34:43.739Z] [exec] ----------------------------------------- [2022-04-17T14:34:43.739Z] [exec] - read-uncommitted, guaranteed: PASS - [2022-04-17T14:34:43.739Z] [exec] ----------------------------------------- [2022-04-17T14:34:43.739Z] [exec] Total PASS: 1 [2022-04-17T14:34:43.739Z] [exec] Total FAIL: 0 [2022-04-17T14:34:43.739Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:34:43.739Z] [exec] ----------------------------------------- [2022-04-17T14:34:43.739Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:43.739Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] checkReporting-common: [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] confirmReportPresent-common: [2022-04-17T14:34:43.739Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:34:43.739Z] [echo] Test seems to be reported fine [2022-04-17T14:34:43.739Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] confirmMissingReport-common: [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] asadmin-common: [2022-04-17T14:34:43.739Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:43.739Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:43.739Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] setOSConditions: [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] setToolWin: [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] setToolUnix: [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] setToolProperty: [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] setS1ASclassPath: [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] init-common: [2022-04-17T14:34:43.739Z] [2022-04-17T14:34:43.739Z] runclient-common: [2022-04-17T14:34:43.739Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 5 [2022-04-17T14:34:44.667Z] [exec] Apr 17, 2022 2:34:44 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:34:44.667Z] [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. [2022-04-17T14:34:47.953Z] [exec] Value of key is: read-committed, guaranteed [2022-04-17T14:34:47.953Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:34:47.953Z] [exec] [2022-04-17T14:34:47.953Z] [exec] [2022-04-17T14:34:47.953Z] [exec] ----------------------------------------- [2022-04-17T14:34:47.953Z] [exec] - read-committed, guaranteed: PASS - [2022-04-17T14:34:47.953Z] [exec] ----------------------------------------- [2022-04-17T14:34:47.953Z] [exec] Total PASS: 1 [2022-04-17T14:34:47.953Z] [exec] Total FAIL: 0 [2022-04-17T14:34:47.953Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:34:47.953Z] [exec] ----------------------------------------- [2022-04-17T14:34:47.953Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:47.953Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:48.208Z] [2022-04-17T14:34:48.208Z] checkReporting-common: [2022-04-17T14:34:48.208Z] [2022-04-17T14:34:48.208Z] confirmReportPresent-common: [2022-04-17T14:34:48.208Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:34:48.208Z] [echo] Test seems to be reported fine [2022-04-17T14:34:48.208Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T14:34:48.208Z] [2022-04-17T14:34:48.208Z] confirmMissingReport-common: [2022-04-17T14:34:48.208Z] [2022-04-17T14:34:48.208Z] asadmin-common: [2022-04-17T14:34:48.208Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:48.496Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:48.496Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read [2022-04-17T14:34:48.496Z] [2022-04-17T14:34:48.496Z] setOSConditions: [2022-04-17T14:34:48.496Z] [2022-04-17T14:34:48.496Z] setToolWin: [2022-04-17T14:34:48.496Z] [2022-04-17T14:34:48.496Z] setToolUnix: [2022-04-17T14:34:48.496Z] [2022-04-17T14:34:48.496Z] setToolProperty: [2022-04-17T14:34:48.496Z] [2022-04-17T14:34:48.496Z] setS1ASclassPath: [2022-04-17T14:34:48.496Z] [2022-04-17T14:34:48.496Z] init-common: [2022-04-17T14:34:48.496Z] [2022-04-17T14:34:48.496Z] runclient-common: [2022-04-17T14:34:48.496Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 7 [2022-04-17T14:34:49.438Z] [exec] Apr 17, 2022 2:34:49 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:34:49.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. [2022-04-17T14:34:53.605Z] [exec] Value of key is: repeatable-read, guaranteed [2022-04-17T14:34:53.605Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:34:53.605Z] [exec] [2022-04-17T14:34:53.605Z] [exec] [2022-04-17T14:34:53.605Z] [exec] ----------------------------------------- [2022-04-17T14:34:53.605Z] [exec] - repeatable-read, guaranteed: PASS - [2022-04-17T14:34:53.605Z] [exec] ----------------------------------------- [2022-04-17T14:34:53.605Z] [exec] Total PASS: 1 [2022-04-17T14:34:53.605Z] [exec] Total FAIL: 0 [2022-04-17T14:34:53.605Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:34:53.605Z] [exec] ----------------------------------------- [2022-04-17T14:34:53.605Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:53.605Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] checkReporting-common: [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] confirmReportPresent-common: [2022-04-17T14:34:53.605Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:34:53.605Z] [echo] Test seems to be reported fine [2022-04-17T14:34:53.605Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] confirmMissingReport-common: [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] asadmin-common: [2022-04-17T14:34:53.605Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:53.605Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:53.605Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] setOSConditions: [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] setToolWin: [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] setToolUnix: [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] setToolProperty: [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] setS1ASclassPath: [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] init-common: [2022-04-17T14:34:53.605Z] [2022-04-17T14:34:53.605Z] runclient-common: [2022-04-17T14:34:53.605Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 8 [2022-04-17T14:34:54.538Z] [exec] Apr 17, 2022 2:34:54 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:34:54.538Z] [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. [2022-04-17T14:34:58.743Z] [exec] Value of key is: serializable, guaranteed [2022-04-17T14:34:58.743Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:34:58.743Z] [exec] [2022-04-17T14:34:58.743Z] [exec] [2022-04-17T14:34:58.743Z] [exec] ----------------------------------------- [2022-04-17T14:34:58.743Z] [exec] - serializable, guaranteed: PASS - [2022-04-17T14:34:58.743Z] [exec] ----------------------------------------- [2022-04-17T14:34:58.743Z] [exec] Total PASS: 1 [2022-04-17T14:34:58.743Z] [exec] Total FAIL: 0 [2022-04-17T14:34:58.743Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:34:58.743Z] [exec] ----------------------------------------- [2022-04-17T14:34:58.743Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:58.743Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] checkReporting-common: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] confirmReportPresent-common: [2022-04-17T14:34:58.743Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:34:58.743Z] [echo] Test seems to be reported fine [2022-04-17T14:34:58.743Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] confirmMissingReport-common: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] undeploy: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setOSConditions: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setToolWin: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setToolUnix: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setToolProperty: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setS1ASclassPath: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] init-common: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] undeploy-jdbc-common: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setOSConditions: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setToolWin: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setToolUnix: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setToolProperty: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setS1ASclassPath: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] init-common: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] delete-jdbc-resource-common: [2022-04-17T14:34:58.743Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txisolation [2022-04-17T14:34:58.743Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txisolation [2022-04-17T14:34:58.743Z] [exec] JDBC resource jdbc/txisolation deleted successfully [2022-04-17T14:34:58.743Z] [echo] cmd executed for server [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setOSConditions: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setToolWin: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setToolUnix: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setToolProperty: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] setS1ASclassPath: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] init-common: [2022-04-17T14:34:58.743Z] [2022-04-17T14:34:58.743Z] delete-jdbc-connpool-common: [2022-04-17T14:34:58.743Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true tx-isolation-pool [2022-04-17T14:34:59.337Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:34:59.337Z] [exec] JDBC Connection pool tx-isolation-pool deleted successfully [2022-04-17T14:34:59.337Z] [echo] cmd executed for server [2022-04-17T14:34:59.338Z] [2022-04-17T14:34:59.338Z] setOSConditions: [2022-04-17T14:34:59.338Z] [2022-04-17T14:34:59.338Z] setToolWin: [2022-04-17T14:34:59.338Z] [2022-04-17T14:34:59.338Z] setToolUnix: [2022-04-17T14:34:59.338Z] [2022-04-17T14:34:59.338Z] setToolProperty: [2022-04-17T14:34:59.338Z] [2022-04-17T14:34:59.338Z] setS1ASclassPath: [2022-04-17T14:34:59.338Z] [2022-04-17T14:34:59.338Z] init-common: [2022-04-17T14:34:59.338Z] [2022-04-17T14:34:59.338Z] undeploy-common: [2022-04-17T14:34:59.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] all: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setOSConditions: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolWin: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolUnix: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolProperty: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setS1ASclassPath: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] init-common: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] clean: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setOSConditions: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolWin: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolUnix: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolProperty: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setS1ASclassPath: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] init-common: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] clean-common: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setOSConditions: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolWin: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolUnix: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolProperty: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setS1ASclassPath: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] init-common: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] clean-classes-common: [2022-04-17T14:34:59.594Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setOSConditions: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolWin: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolUnix: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolProperty: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setS1ASclassPath: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] init-common: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] clean-jars-common: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] compile: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setOSConditions: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolWin: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolUnix: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setToolProperty: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] setS1ASclassPath: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] init-common: [2022-04-17T14:34:59.594Z] [2022-04-17T14:34:59.594Z] compile-common: [2022-04-17T14:34:59.594Z] [echo] Current time (ISO): 2022-04-17T14:34:59.474+0000 [2022-04-17T14:34:59.594Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:34:59.595Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:01.504Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:35:01.504Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:01.504Z] [javac] return new Integer(1); [2022-04-17T14:35:01.504Z] [javac] ^ [2022-04-17T14:35:01.504Z] [javac] 2 warnings [2022-04-17T14:35:01.504Z] [2022-04-17T14:35:01.504Z] setOSConditions: [2022-04-17T14:35:01.504Z] [2022-04-17T14:35:01.504Z] setToolWin: [2022-04-17T14:35:01.504Z] [2022-04-17T14:35:01.504Z] setToolUnix: [2022-04-17T14:35:01.504Z] [2022-04-17T14:35:01.504Z] setToolProperty: [2022-04-17T14:35:01.504Z] [2022-04-17T14:35:01.504Z] setS1ASclassPath: [2022-04-17T14:35:01.504Z] [2022-04-17T14:35:01.504Z] init-common: [2022-04-17T14:35:01.504Z] [2022-04-17T14:35:01.504Z] compile-common: [2022-04-17T14:35:01.504Z] [echo] Current time (ISO): 2022-04-17T14:35:01.379+0000 [2022-04-17T14:35:01.504Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:03.405Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:35:03.405Z] [javac] 1 warning [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] build: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] setOSConditions: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] fixFiles: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] convUnix: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] convWin: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] setToolWin: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] setToolUnix: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] setToolProperty: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] setS1ASclassPath: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] init-common: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] package-persistence-common: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] ejb-jar-common: [2022-04-17T14:35:03.405Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] package-ejbjar-common: [2022-04-17T14:35:03.405Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:03.405Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:03.405Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:03.405Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar [2022-04-17T14:35:03.405Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] appclient-jar-common: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] package-appclientjar-common: [2022-04-17T14:35:03.405Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:03.405Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:03.405Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:03.405Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] webclient-war-common: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] build-ear-common: [2022-04-17T14:35:03.405Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:03.405Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] deploy: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] setOSConditions: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] setToolWin: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] setToolUnix: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] setToolProperty: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] setS1ASclassPath: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] init-common: [2022-04-17T14:35:03.405Z] [2022-04-17T14:35:03.405Z] execute-sql-common: [2022-04-17T14:35:03.405Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/sql/create_pointbase.sql [2022-04-17T14:35:03.405Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 [2022-04-17T14:35:03.405Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. [2022-04-17T14:35:03.405Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 [2022-04-17T14:35:03.405Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. [2022-04-17T14:35:03.405Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 [2022-04-17T14:35:03.405Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. [2022-04-17T14:35:03.405Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 [2022-04-17T14:35:03.405Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. [2022-04-17T14:35:03.405Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 [2022-04-17T14:35:03.405Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. [2022-04-17T14:35:03.405Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 [2022-04-17T14:35:03.405Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. [2022-04-17T14:35:03.405Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 [2022-04-17T14:35:03.405Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. [2022-04-17T14:35:03.405Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 [2022-04-17T14:35:03.405Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. [2022-04-17T14:35:03.405Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 [2022-04-17T14:35:03.405Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. [2022-04-17T14:35:03.405Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 [2022-04-17T14:35:03.405Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. [2022-04-17T14:35:03.405Z] [sql] 0 rows affected [2022-04-17T14:35:03.405Z] [sql] 1 rows affected [2022-04-17T14:35:03.405Z] [sql] 0 rows affected [2022-04-17T14:35:03.405Z] [sql] 1 rows affected [2022-04-17T14:35:03.405Z] [sql] 0 rows affected [2022-04-17T14:35:03.405Z] [sql] 1 rows affected [2022-04-17T14:35:03.405Z] [sql] 0 rows affected [2022-04-17T14:35:03.405Z] [sql] 1 rows affected [2022-04-17T14:35:03.405Z] [sql] 0 rows affected [2022-04-17T14:35:03.405Z] [sql] 1 rows affected [2022-04-17T14:35:03.663Z] [sql] 0 rows affected [2022-04-17T14:35:03.663Z] [sql] 1 rows affected [2022-04-17T14:35:03.663Z] [sql] 0 rows affected [2022-04-17T14:35:03.663Z] [sql] 1 rows affected [2022-04-17T14:35:03.663Z] [sql] 0 rows affected [2022-04-17T14:35:03.663Z] [sql] 1 rows affected [2022-04-17T14:35:03.663Z] [sql] 0 rows affected [2022-04-17T14:35:03.663Z] [sql] 1 rows affected [2022-04-17T14:35:03.663Z] [sql] 0 rows affected [2022-04-17T14:35:03.663Z] [sql] 1 rows affected [2022-04-17T14:35:03.663Z] [sql] 20 of 30 SQL statements executed successfully [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setOSConditions: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setToolWin: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setToolUnix: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setToolProperty: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setS1ASclassPath: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] init-common: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setup: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setOSConditions: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setToolWin: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setToolUnix: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setToolProperty: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setS1ASclassPath: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] init-common: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] deploy-jdbc-common: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setOSConditions: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setToolWin: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setToolUnix: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setToolProperty: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] setS1ASclassPath: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] init-common: [2022-04-17T14:35:03.663Z] [2022-04-17T14:35:03.663Z] create-jdbc-connpool-common: [2022-04-17T14:35:03.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:04.244Z] [exec] JDBC connection pool jdbc-stmtcaching_hit_miss-pool created successfully. [2022-04-17T14:35:04.244Z] [2022-04-17T14:35:04.244Z] set-derby-connpool-props: [2022-04-17T14:35:04.503Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:04.503Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser [2022-04-17T14:35:04.770Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:04.770Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword [2022-04-17T14:35:05.347Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:05.347Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 [2022-04-17T14:35:05.614Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:05.614Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 [2022-04-17T14:35:05.874Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:05.874Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb [2022-04-17T14:35:06.459Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:06.459Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:35:06.715Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:06.715Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true [2022-04-17T14:35:06.992Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:06.992Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost [2022-04-17T14:35:07.255Z] [2022-04-17T14:35:07.255Z] setOSConditions: [2022-04-17T14:35:07.255Z] [2022-04-17T14:35:07.255Z] setToolWin: [2022-04-17T14:35:07.255Z] [2022-04-17T14:35:07.255Z] setToolUnix: [2022-04-17T14:35:07.255Z] [2022-04-17T14:35:07.255Z] setToolProperty: [2022-04-17T14:35:07.255Z] [2022-04-17T14:35:07.255Z] setS1ASclassPath: [2022-04-17T14:35:07.255Z] [2022-04-17T14:35:07.255Z] init-common: [2022-04-17T14:35:07.255Z] [2022-04-17T14:35:07.255Z] create-jdbc-resource-common: [2022-04-17T14:35:07.255Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:07.536Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:07.536Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. [2022-04-17T14:35:07.536Z] [echo] cmd executed for server [2022-04-17T14:35:07.536Z] [2022-04-17T14:35:07.536Z] asadmin-common: [2022-04-17T14:35:07.536Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:07.815Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:07.815Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 [2022-04-17T14:35:07.815Z] [2022-04-17T14:35:07.815Z] asadmin-common: [2022-04-17T14:35:07.815Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:08.408Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:08.408Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true [2022-04-17T14:35:08.408Z] [2022-04-17T14:35:08.408Z] asadmin-common: [2022-04-17T14:35:08.408Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:08.693Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:08.693Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] setOSConditions: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] setToolWin: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] setToolUnix: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] setToolProperty: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] setS1ASclassPath: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] init-common: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] deploy-common: [2022-04-17T14:35:08.693Z] [echo] Current time (ISO): 2022-04-17T14:35:08.520+0000 [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] setOSConditions: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] setToolWin: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] setToolUnix: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] setToolProperty: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] setS1ASclassPath: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] init-common: [2022-04-17T14:35:08.693Z] [2022-04-17T14:35:08.693Z] deploy-common-pe: [2022-04-17T14:35:08.966Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T14:35:09.239Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. [2022-04-17T14:35:09.239Z] [echo] Deployment on target server server successful [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] setOSConditions: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] setToolWin: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] setToolUnix: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] setToolProperty: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] setS1ASclassPath: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] init-common: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] deploy-common-ee: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] run: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] setOSConditions: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] setToolWin: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] setToolUnix: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] setToolProperty: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] setS1ASclassPath: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] init-common: [2022-04-17T14:35:09.239Z] [2022-04-17T14:35:09.239Z] runclient-common: [2022-04-17T14:35:09.239Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:35:10.169Z] [exec] Apr 17, 2022 2:35:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:35:10.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. [2022-04-17T14:35:13.450Z] [exec] Value of key is: Statement Caching - (Hit): [2022-04-17T14:35:13.450Z] [exec] Value of key is: Statement Caching - (Miss): [2022-04-17T14:35:13.450Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : [2022-04-17T14:35:13.450Z] [exec] Value of key is: Statement Caching - (hit columnNames) : [2022-04-17T14:35:13.450Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:35:13.450Z] [exec] [2022-04-17T14:35:13.450Z] [exec] [2022-04-17T14:35:13.450Z] [exec] ----------------------------------------- [2022-04-17T14:35:13.450Z] [exec] - Statement Caching - (Hit): : PASS - [2022-04-17T14:35:13.450Z] [exec] - Statement Caching - (Miss): : PASS - [2022-04-17T14:35:13.450Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - [2022-04-17T14:35:13.450Z] [exec] - Statement Caching - (hit columnNames) : : PASS - [2022-04-17T14:35:13.450Z] [exec] ----------------------------------------- [2022-04-17T14:35:13.450Z] [exec] Total PASS: 4 [2022-04-17T14:35:13.450Z] [exec] Total FAIL: 0 [2022-04-17T14:35:13.450Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:35:13.450Z] [exec] ----------------------------------------- [2022-04-17T14:35:13.450Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:35:13.706Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] checkReporting-common: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] confirmReportPresent-common: [2022-04-17T14:35:13.962Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:35:13.962Z] [echo] Test seems to be reported fine [2022-04-17T14:35:13.962Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/RepRunConf.txt [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] confirmMissingReport-common: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] undeploy: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] setOSConditions: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] setToolWin: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] setToolUnix: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] setToolProperty: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] setS1ASclassPath: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] init-common: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] execute-sql-common: [2022-04-17T14:35:13.962Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/sql/drop_pointbase.sql [2022-04-17T14:35:13.962Z] [sql] 0 rows affected [2022-04-17T14:35:13.962Z] [sql] 0 rows affected [2022-04-17T14:35:13.962Z] [sql] 0 rows affected [2022-04-17T14:35:13.962Z] [sql] 0 rows affected [2022-04-17T14:35:13.962Z] [sql] 0 rows affected [2022-04-17T14:35:13.962Z] [sql] 0 rows affected [2022-04-17T14:35:13.962Z] [sql] 0 rows affected [2022-04-17T14:35:13.962Z] [sql] 0 rows affected [2022-04-17T14:35:13.962Z] [sql] 0 rows affected [2022-04-17T14:35:13.962Z] [sql] 0 rows affected [2022-04-17T14:35:13.962Z] [sql] 10 of 10 SQL statements executed successfully [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] unsetup: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] setOSConditions: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] setToolWin: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] setToolUnix: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] setToolProperty: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] setS1ASclassPath: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] init-common: [2022-04-17T14:35:13.962Z] [2022-04-17T14:35:13.962Z] delete-jdbc-resource-common: [2022-04-17T14:35:13.962Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:14.544Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:14.544Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully [2022-04-17T14:35:14.544Z] [echo] cmd executed for server [2022-04-17T14:35:14.544Z] [2022-04-17T14:35:14.544Z] setOSConditions: [2022-04-17T14:35:14.544Z] [2022-04-17T14:35:14.544Z] setToolWin: [2022-04-17T14:35:14.544Z] [2022-04-17T14:35:14.544Z] setToolUnix: [2022-04-17T14:35:14.544Z] [2022-04-17T14:35:14.544Z] setToolProperty: [2022-04-17T14:35:14.544Z] [2022-04-17T14:35:14.544Z] setS1ASclassPath: [2022-04-17T14:35:14.544Z] [2022-04-17T14:35:14.544Z] init-common: [2022-04-17T14:35:14.544Z] [2022-04-17T14:35:14.544Z] delete-jdbc-connpool-common: [2022-04-17T14:35:14.544Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:14.800Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:14.800Z] [exec] JDBC Connection pool jdbc-stmtcaching_hit_miss-pool deleted successfully [2022-04-17T14:35:14.800Z] [echo] cmd executed for server [2022-04-17T14:35:14.800Z] [2022-04-17T14:35:14.800Z] setOSConditions: [2022-04-17T14:35:14.800Z] [2022-04-17T14:35:14.800Z] setToolWin: [2022-04-17T14:35:14.800Z] [2022-04-17T14:35:14.800Z] setToolUnix: [2022-04-17T14:35:14.800Z] [2022-04-17T14:35:14.800Z] setToolProperty: [2022-04-17T14:35:14.800Z] [2022-04-17T14:35:14.800Z] setS1ASclassPath: [2022-04-17T14:35:14.800Z] [2022-04-17T14:35:14.800Z] init-common: [2022-04-17T14:35:14.800Z] [2022-04-17T14:35:14.800Z] undeploy-common: [2022-04-17T14:35:15.362Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:35:15.362Z] [2022-04-17T14:35:15.363Z] all: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setOSConditions: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolWin: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolUnix: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolProperty: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setS1ASclassPath: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] init-common: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] clean: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setOSConditions: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolWin: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolUnix: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolProperty: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setS1ASclassPath: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] init-common: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] clean-common: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setOSConditions: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolWin: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolUnix: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolProperty: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setS1ASclassPath: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] init-common: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] clean-classes-common: [2022-04-17T14:35:15.363Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setOSConditions: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolWin: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolUnix: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolProperty: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setS1ASclassPath: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] init-common: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] clean-jars-common: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] compile: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setOSConditions: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolWin: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolUnix: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setToolProperty: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] setS1ASclassPath: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] init-common: [2022-04-17T14:35:15.363Z] [2022-04-17T14:35:15.363Z] compile-common: [2022-04-17T14:35:15.363Z] [echo] Current time (ISO): 2022-04-17T14:35:15.115+0000 [2022-04-17T14:35:15.363Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:15.363Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:17.282Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:35:17.282Z] [javac] 1 warning [2022-04-17T14:35:17.282Z] [2022-04-17T14:35:17.282Z] setOSConditions: [2022-04-17T14:35:17.282Z] [2022-04-17T14:35:17.282Z] setToolWin: [2022-04-17T14:35:17.282Z] [2022-04-17T14:35:17.282Z] setToolUnix: [2022-04-17T14:35:17.282Z] [2022-04-17T14:35:17.282Z] setToolProperty: [2022-04-17T14:35:17.282Z] [2022-04-17T14:35:17.282Z] setS1ASclassPath: [2022-04-17T14:35:17.282Z] [2022-04-17T14:35:17.282Z] init-common: [2022-04-17T14:35:17.282Z] [2022-04-17T14:35:17.282Z] compile-common: [2022-04-17T14:35:17.282Z] [echo] Current time (ISO): 2022-04-17T14:35:17.182+0000 [2022-04-17T14:35:17.282Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:19.199Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:35:19.199Z] [javac] 1 warning [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] build: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] setOSConditions: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] fixFiles: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] convUnix: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] convWin: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] setToolWin: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] setToolUnix: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] setToolProperty: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] setS1ASclassPath: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] init-common: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] package-persistence-common: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] ejb-jar-common: [2022-04-17T14:35:19.199Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] package-ejbjar-common: [2022-04-17T14:35:19.199Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:19.199Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:19.199Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:19.199Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-pooling-ejb.jar [2022-04-17T14:35:19.199Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] appclient-jar-common: [2022-04-17T14:35:19.199Z] [2022-04-17T14:35:19.199Z] package-appclientjar-common: [2022-04-17T14:35:19.199Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:19.199Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:19.200Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:19.200Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-pooling-client.jar [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] webclient-war-common: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] build-ear-common: [2022-04-17T14:35:19.200Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:19.200Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolingApp.ear [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] deploy: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] setOSConditions: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] setToolWin: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] setToolUnix: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] setToolProperty: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] setS1ASclassPath: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] init-common: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] deploy-jdbc-common: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] setOSConditions: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] setToolWin: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] setToolUnix: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] setToolProperty: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] setS1ASclassPath: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] init-common: [2022-04-17T14:35:19.200Z] [2022-04-17T14:35:19.200Z] create-jdbc-connpool-common: [2022-04-17T14:35:19.456Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:19.456Z] [exec] JDBC connection pool jdbc-derby-pool created successfully. [2022-04-17T14:35:19.456Z] [2022-04-17T14:35:19.456Z] set-derby-connpool-props: [2022-04-17T14:35:19.712Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:19.712Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser [2022-04-17T14:35:20.275Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:20.275Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword [2022-04-17T14:35:20.532Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:20.532Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 [2022-04-17T14:35:20.788Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:20.788Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 [2022-04-17T14:35:21.351Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:21.351Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb [2022-04-17T14:35:21.607Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:21.607Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:35:22.170Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:22.170Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true [2022-04-17T14:35:22.437Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:22.437Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost [2022-04-17T14:35:22.437Z] [2022-04-17T14:35:22.437Z] setOSConditions: [2022-04-17T14:35:22.437Z] [2022-04-17T14:35:22.437Z] setToolWin: [2022-04-17T14:35:22.437Z] [2022-04-17T14:35:22.437Z] setToolUnix: [2022-04-17T14:35:22.437Z] [2022-04-17T14:35:22.437Z] setToolProperty: [2022-04-17T14:35:22.437Z] [2022-04-17T14:35:22.437Z] setS1ASclassPath: [2022-04-17T14:35:22.437Z] [2022-04-17T14:35:22.437Z] init-common: [2022-04-17T14:35:22.437Z] [2022-04-17T14:35:22.437Z] create-jdbc-resource-common: [2022-04-17T14:35:22.437Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:22.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:22.694Z] [exec] JDBC resource jdbc/nonxaresource created successfully. [2022-04-17T14:35:22.694Z] [echo] cmd executed for server [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] setOSConditions: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] setToolWin: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] setToolUnix: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] setToolProperty: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] setS1ASclassPath: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] init-common: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] deploy-jdbc-common: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] setOSConditions: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] setToolWin: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] setToolUnix: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] setToolProperty: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] setS1ASclassPath: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] init-common: [2022-04-17T14:35:22.694Z] [2022-04-17T14:35:22.694Z] create-jdbc-connpool-common: [2022-04-17T14:35:23.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:23.256Z] [exec] JDBC connection pool jdbc-derby-xa-pool created successfully. [2022-04-17T14:35:23.256Z] [2022-04-17T14:35:23.256Z] set-derby-connpool-props: [2022-04-17T14:35:23.515Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:23.515Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser [2022-04-17T14:35:24.077Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:24.077Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword [2022-04-17T14:35:24.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:24.339Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 [2022-04-17T14:35:24.903Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:24.903Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 [2022-04-17T14:35:25.191Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:25.191Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb [2022-04-17T14:35:25.447Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:25.447Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:35:26.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:26.039Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true [2022-04-17T14:35:26.295Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:26.295Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost [2022-04-17T14:35:26.295Z] [2022-04-17T14:35:26.295Z] setOSConditions: [2022-04-17T14:35:26.295Z] [2022-04-17T14:35:26.295Z] setToolWin: [2022-04-17T14:35:26.295Z] [2022-04-17T14:35:26.295Z] setToolUnix: [2022-04-17T14:35:26.295Z] [2022-04-17T14:35:26.295Z] setToolProperty: [2022-04-17T14:35:26.295Z] [2022-04-17T14:35:26.295Z] setS1ASclassPath: [2022-04-17T14:35:26.295Z] [2022-04-17T14:35:26.295Z] init-common: [2022-04-17T14:35:26.295Z] [2022-04-17T14:35:26.295Z] create-jdbc-resource-common: [2022-04-17T14:35:26.295Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:26.857Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:26.857Z] [exec] JDBC resource jdbc/xaresource created successfully. [2022-04-17T14:35:26.857Z] [echo] cmd executed for server [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] setOSConditions: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] setToolWin: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] setToolUnix: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] setToolProperty: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] setS1ASclassPath: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] init-common: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] deploy-jdbc-common: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] setOSConditions: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] setToolWin: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] setToolUnix: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] setToolProperty: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] setS1ASclassPath: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] init-common: [2022-04-17T14:35:26.857Z] [2022-04-17T14:35:26.857Z] create-jdbc-connpool-common: [2022-04-17T14:35:27.115Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:27.115Z] [exec] JDBC connection pool jdbc-derby-pool-container created successfully. [2022-04-17T14:35:27.115Z] [2022-04-17T14:35:27.115Z] set-derby-connpool-props: [2022-04-17T14:35:27.372Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:27.372Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.User=dbuser [2022-04-17T14:35:27.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:27.945Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.Password=dbpassword [2022-04-17T14:35:28.202Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:28.202Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.driverType=4 [2022-04-17T14:35:28.765Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:28.765Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.portNumber=1527 [2022-04-17T14:35:29.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:29.037Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.dataBaseName=testdb [2022-04-17T14:35:29.293Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:29.293Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:35:29.857Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:29.857Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.create=true [2022-04-17T14:35:30.113Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:30.113Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.serverName=localhost [2022-04-17T14:35:30.113Z] [2022-04-17T14:35:30.113Z] setOSConditions: [2022-04-17T14:35:30.113Z] [2022-04-17T14:35:30.113Z] setToolWin: [2022-04-17T14:35:30.113Z] [2022-04-17T14:35:30.113Z] setToolUnix: [2022-04-17T14:35:30.113Z] [2022-04-17T14:35:30.113Z] setToolProperty: [2022-04-17T14:35:30.113Z] [2022-04-17T14:35:30.113Z] setS1ASclassPath: [2022-04-17T14:35:30.113Z] [2022-04-17T14:35:30.113Z] init-common: [2022-04-17T14:35:30.113Z] [2022-04-17T14:35:30.113Z] create-jdbc-resource-common: [2022-04-17T14:35:30.113Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:30.369Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:30.369Z] [exec] JDBC resource jdbc/nonxaresource-container created successfully. [2022-04-17T14:35:30.369Z] [echo] cmd executed for server [2022-04-17T14:35:30.369Z] [2022-04-17T14:35:30.369Z] asadmin-common: [2022-04-17T14:35:30.369Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:35:30.949Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:35:30.949Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; [2022-04-17T14:35:30.949Z] [2022-04-17T14:35:30.949Z] asadmin-common: [2022-04-17T14:35:30.949Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:35:31.206Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:35:31.206Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.connectionAttributes=create=true; [2022-04-17T14:35:31.206Z] [2022-04-17T14:35:31.206Z] asadmin-common: [2022-04-17T14:35:31.206Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:35:31.769Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:35:31.769Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; [2022-04-17T14:35:31.769Z] [2022-04-17T14:35:31.769Z] asadmin-common: [2022-04-17T14:35:31.769Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:32.025Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:32.025Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.pooling=false [2022-04-17T14:35:32.025Z] [2022-04-17T14:35:32.025Z] asadmin-common: [2022-04-17T14:35:32.025Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:32.588Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:32.588Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.pooling=false [2022-04-17T14:35:32.588Z] [2022-04-17T14:35:32.588Z] asadmin-common: [2022-04-17T14:35:32.588Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:32.845Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:32.845Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.pooling=false [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] setOSConditions: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] setToolWin: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] setToolUnix: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] setToolProperty: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] setS1ASclassPath: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] init-common: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] deploy-common: [2022-04-17T14:35:32.845Z] [echo] Current time (ISO): 2022-04-17T14:35:32.696+0000 [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] setOSConditions: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] setToolWin: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] setToolUnix: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] setToolProperty: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] setS1ASclassPath: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] init-common: [2022-04-17T14:35:32.845Z] [2022-04-17T14:35:32.845Z] deploy-common-pe: [2022-04-17T14:35:33.407Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolingApp.ear [2022-04-17T14:35:33.407Z] [exec] Application deployed with name jdbc-poolingApp. [2022-04-17T14:35:33.407Z] [echo] Deployment on target server server successful [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setOSConditions: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setToolWin: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setToolUnix: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setToolProperty: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setS1ASclassPath: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] init-common: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] deploy-common-ee: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setOSConditions: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setToolWin: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setToolUnix: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setToolProperty: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setS1ASclassPath: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] init-common: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] execute-sql-common: [2022-04-17T14:35:33.407Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/sql/create_pointbase.sql [2022-04-17T14:35:33.407Z] [sql] Failed to execute: Drop table TXLEVELSWITCH [2022-04-17T14:35:33.407Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [2022-04-17T14:35:33.407Z] [sql] 0 rows affected [2022-04-17T14:35:33.407Z] [sql] 1 rows affected [2022-04-17T14:35:33.407Z] [sql] 1 rows affected [2022-04-17T14:35:33.407Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] run: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setOSConditions: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setToolWin: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setToolUnix: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setToolProperty: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.407Z] setS1ASclassPath: [2022-04-17T14:35:33.407Z] [2022-04-17T14:35:33.408Z] init-common: [2022-04-17T14:35:33.408Z] [2022-04-17T14:35:33.408Z] runclient-common: [2022-04-17T14:35:33.408Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:35:34.337Z] [exec] Apr 17, 2022 2:35:34 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:35:34.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. [2022-04-17T14:35:37.640Z] [exec] verifying uniqueness of all connection [2022-04-17T14:35:37.640Z] [exec] Value of key is: openAndCloseConnection (non-xa) : [2022-04-17T14:35:37.640Z] [exec] creating connection upto max-pool-size of 32 [2022-04-17T14:35:37.936Z] [exec] Value of key is: openMaxConnections (non-xa) : [2022-04-17T14:35:37.936Z] [exec] rollback set to false [2022-04-17T14:35:37.936Z] [exec] Value of key is: test1 rollback=false (non-xa. con opened closed within tx) : [2022-04-17T14:35:38.194Z] [exec] Value of key is: test1 rollback=false (xa. con opened closed within tx) : [2022-04-17T14:35:38.194Z] [exec] Value of key is: test2 rollback=false (non-xa. con opened closed after tx) : [2022-04-17T14:35:38.194Z] [exec] Value of key is: test2 rollback=false (xa. con opened closed after tx) : [2022-04-17T14:35:38.451Z] [exec] Value of key is: test3 rollback=false (xa non-xa within same tx) : [2022-04-17T14:35:38.451Z] [exec] rollback set to true [2022-04-17T14:35:38.451Z] [exec] Value of key is: test1 rollback=true (non-xa. con opened closed within tx) : [2022-04-17T14:35:38.451Z] [exec] Value of key is: test1 rollback=true (xa. con opened closed within tx) : [2022-04-17T14:35:38.709Z] [exec] Value of key is: test2 rollback=true (non-xa. con opened closed after tx) : [2022-04-17T14:35:38.709Z] [exec] Value of key is: test2 rollback=true (xa. con opened closed after tx) : [2022-04-17T14:35:38.709Z] [exec] Value of key is: test3 rollback=true (xa non-xa within same tx) : [2022-04-17T14:35:38.709Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:35:38.709Z] [exec] [2022-04-17T14:35:38.709Z] [exec] [2022-04-17T14:35:38.709Z] [exec] ----------------------------------------- [2022-04-17T14:35:38.709Z] [exec] - test2 rollback=true (xa. con opened closed after tx) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - test1 rollback=false (xa. con opened closed within tx) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - test3 rollback=false (xa non-xa within same tx) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - test2 rollback=true (non-xa. con opened closed after tx) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - openMaxConnections (non-xa) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - test1 rollback=false (non-xa. con opened closed within tx) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - test1 rollback=true (non-xa. con opened closed within tx) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - test2 rollback=false (non-xa. con opened closed after tx) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - test2 rollback=false (xa. con opened closed after tx) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - openAndCloseConnection (non-xa) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - test3 rollback=true (xa non-xa within same tx) : : PASS - [2022-04-17T14:35:38.709Z] [exec] - test1 rollback=true (xa. con opened closed within tx) : : PASS - [2022-04-17T14:35:38.709Z] [exec] ----------------------------------------- [2022-04-17T14:35:38.709Z] [exec] Total PASS: 12 [2022-04-17T14:35:38.709Z] [exec] Total FAIL: 0 [2022-04-17T14:35:38.709Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:35:38.709Z] [exec] ----------------------------------------- [2022-04-17T14:35:38.709Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:35:38.709Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] checkReporting-common: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] confirmReportPresent-common: [2022-04-17T14:35:38.970Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:35:38.970Z] [echo] Test seems to be reported fine [2022-04-17T14:35:38.970Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/RepRunConf.txt [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] confirmMissingReport-common: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] undeploy: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] setOSConditions: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] setToolWin: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] setToolUnix: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] setToolProperty: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] setS1ASclassPath: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] init-common: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] execute-sql-common: [2022-04-17T14:35:38.970Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/sql/drop_pointbase.sql [2022-04-17T14:35:38.970Z] [sql] 0 rows affected [2022-04-17T14:35:38.970Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 [2022-04-17T14:35:38.970Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [2022-04-17T14:35:38.970Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] setOSConditions: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] setToolWin: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] setToolUnix: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] setToolProperty: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] setS1ASclassPath: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] init-common: [2022-04-17T14:35:38.970Z] [2022-04-17T14:35:38.970Z] undeploy-common: [2022-04-17T14:35:39.555Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:35:39.555Z] [2022-04-17T14:35:39.555Z] setOSConditions: [2022-04-17T14:35:39.555Z] [2022-04-17T14:35:39.555Z] setToolWin: [2022-04-17T14:35:39.555Z] [2022-04-17T14:35:39.555Z] setToolUnix: [2022-04-17T14:35:39.555Z] [2022-04-17T14:35:39.555Z] setToolProperty: [2022-04-17T14:35:39.555Z] [2022-04-17T14:35:39.555Z] setS1ASclassPath: [2022-04-17T14:35:39.555Z] [2022-04-17T14:35:39.555Z] init-common: [2022-04-17T14:35:39.555Z] [2022-04-17T14:35:39.555Z] delete-jdbc-resource-common: [2022-04-17T14:35:39.555Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource [2022-04-17T14:35:40.145Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonxaresource [2022-04-17T14:35:40.145Z] [exec] JDBC resource jdbc/nonxaresource deleted successfully [2022-04-17T14:35:40.145Z] [echo] cmd executed for server [2022-04-17T14:35:40.145Z] [2022-04-17T14:35:40.145Z] setOSConditions: [2022-04-17T14:35:40.145Z] [2022-04-17T14:35:40.145Z] setToolWin: [2022-04-17T14:35:40.145Z] [2022-04-17T14:35:40.145Z] setToolUnix: [2022-04-17T14:35:40.145Z] [2022-04-17T14:35:40.145Z] setToolProperty: [2022-04-17T14:35:40.145Z] [2022-04-17T14:35:40.145Z] setS1ASclassPath: [2022-04-17T14:35:40.145Z] [2022-04-17T14:35:40.145Z] init-common: [2022-04-17T14:35:40.145Z] [2022-04-17T14:35:40.145Z] delete-jdbc-connpool-common: [2022-04-17T14:35:40.145Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool [2022-04-17T14:35:40.404Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:40.404Z] [exec] JDBC Connection pool jdbc-derby-pool deleted successfully [2022-04-17T14:35:40.404Z] [echo] cmd executed for server [2022-04-17T14:35:40.404Z] [2022-04-17T14:35:40.404Z] setOSConditions: [2022-04-17T14:35:40.404Z] [2022-04-17T14:35:40.404Z] setToolWin: [2022-04-17T14:35:40.404Z] [2022-04-17T14:35:40.404Z] setToolUnix: [2022-04-17T14:35:40.404Z] [2022-04-17T14:35:40.404Z] setToolProperty: [2022-04-17T14:35:40.404Z] [2022-04-17T14:35:40.404Z] setS1ASclassPath: [2022-04-17T14:35:40.404Z] [2022-04-17T14:35:40.404Z] init-common: [2022-04-17T14:35:40.404Z] [2022-04-17T14:35:40.404Z] delete-jdbc-resource-common: [2022-04-17T14:35:40.404Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource-container [2022-04-17T14:35:40.970Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:40.970Z] [exec] JDBC resource jdbc/nonxaresource-container deleted successfully [2022-04-17T14:35:40.970Z] [echo] cmd executed for server [2022-04-17T14:35:40.970Z] [2022-04-17T14:35:40.970Z] setOSConditions: [2022-04-17T14:35:40.970Z] [2022-04-17T14:35:40.970Z] setToolWin: [2022-04-17T14:35:40.970Z] [2022-04-17T14:35:40.970Z] setToolUnix: [2022-04-17T14:35:40.970Z] [2022-04-17T14:35:40.970Z] setToolProperty: [2022-04-17T14:35:40.970Z] [2022-04-17T14:35:40.970Z] setS1ASclassPath: [2022-04-17T14:35:40.970Z] [2022-04-17T14:35:40.970Z] init-common: [2022-04-17T14:35:40.970Z] [2022-04-17T14:35:40.970Z] delete-jdbc-connpool-common: [2022-04-17T14:35:40.970Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:41.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:41.239Z] [exec] JDBC Connection pool jdbc-derby-pool-container deleted successfully [2022-04-17T14:35:41.239Z] [echo] cmd executed for server [2022-04-17T14:35:41.495Z] [2022-04-17T14:35:41.495Z] setOSConditions: [2022-04-17T14:35:41.495Z] [2022-04-17T14:35:41.495Z] setToolWin: [2022-04-17T14:35:41.495Z] [2022-04-17T14:35:41.495Z] setToolUnix: [2022-04-17T14:35:41.495Z] [2022-04-17T14:35:41.495Z] setToolProperty: [2022-04-17T14:35:41.495Z] [2022-04-17T14:35:41.495Z] setS1ASclassPath: [2022-04-17T14:35:41.495Z] [2022-04-17T14:35:41.495Z] init-common: [2022-04-17T14:35:41.495Z] [2022-04-17T14:35:41.495Z] delete-jdbc-resource-common: [2022-04-17T14:35:41.495Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xaresource [2022-04-17T14:35:41.751Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/xaresource [2022-04-17T14:35:41.751Z] [exec] JDBC resource jdbc/xaresource deleted successfully [2022-04-17T14:35:41.751Z] [echo] cmd executed for server [2022-04-17T14:35:41.751Z] [2022-04-17T14:35:41.751Z] setOSConditions: [2022-04-17T14:35:41.751Z] [2022-04-17T14:35:41.751Z] setToolWin: [2022-04-17T14:35:41.751Z] [2022-04-17T14:35:41.751Z] setToolUnix: [2022-04-17T14:35:41.751Z] [2022-04-17T14:35:41.751Z] setToolProperty: [2022-04-17T14:35:41.751Z] [2022-04-17T14:35:41.751Z] setS1ASclassPath: [2022-04-17T14:35:41.751Z] [2022-04-17T14:35:41.751Z] init-common: [2022-04-17T14:35:41.751Z] [2022-04-17T14:35:41.752Z] delete-jdbc-connpool-common: [2022-04-17T14:35:41.752Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:42.315Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:42.315Z] [exec] JDBC Connection pool jdbc-derby-xa-pool deleted successfully [2022-04-17T14:35:42.315Z] [echo] cmd executed for server [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] all: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setOSConditions: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolWin: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolUnix: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolProperty: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setS1ASclassPath: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] init-common: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] clean: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setOSConditions: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolWin: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolUnix: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolProperty: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setS1ASclassPath: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] init-common: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] clean-common: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setOSConditions: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolWin: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolUnix: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolProperty: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setS1ASclassPath: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] init-common: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] clean-classes-common: [2022-04-17T14:35:42.315Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setOSConditions: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolWin: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolUnix: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolProperty: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setS1ASclassPath: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] init-common: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] clean-jars-common: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] compile: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setOSConditions: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolWin: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolUnix: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setToolProperty: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] setS1ASclassPath: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] init-common: [2022-04-17T14:35:42.315Z] [2022-04-17T14:35:42.315Z] compile-common: [2022-04-17T14:35:42.315Z] [echo] Current time (ISO): 2022-04-17T14:35:42.072+0000 [2022-04-17T14:35:42.315Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:42.315Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:44.207Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:35:44.207Z] [javac] 1 warning [2022-04-17T14:35:44.207Z] [2022-04-17T14:35:44.207Z] setOSConditions: [2022-04-17T14:35:44.207Z] [2022-04-17T14:35:44.207Z] setToolWin: [2022-04-17T14:35:44.207Z] [2022-04-17T14:35:44.207Z] setToolUnix: [2022-04-17T14:35:44.207Z] [2022-04-17T14:35:44.207Z] setToolProperty: [2022-04-17T14:35:44.207Z] [2022-04-17T14:35:44.207Z] setS1ASclassPath: [2022-04-17T14:35:44.207Z] [2022-04-17T14:35:44.207Z] init-common: [2022-04-17T14:35:44.207Z] [2022-04-17T14:35:44.207Z] compile-common: [2022-04-17T14:35:44.207Z] [echo] Current time (ISO): 2022-04-17T14:35:43.968+0000 [2022-04-17T14:35:44.207Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:46.098Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:35:46.098Z] [javac] 1 warning [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] build: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] setOSConditions: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] fixFiles: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] convUnix: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] convWin: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] setToolWin: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] setToolUnix: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] setToolProperty: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] setS1ASclassPath: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] init-common: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] package-persistence-common: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] ejb-jar-common: [2022-04-17T14:35:46.098Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] package-ejbjar-common: [2022-04-17T14:35:46.098Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:46.098Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:46.098Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:46.098Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcf-ejb.jar [2022-04-17T14:35:46.098Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] appclient-jar-common: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] package-appclientjar-common: [2022-04-17T14:35:46.098Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:46.098Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:46.098Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:46.098Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcf-client.jar [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] webclient-war-common: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] build-ear-common: [2022-04-17T14:35:46.098Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:46.098Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcfApp.ear [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] deploy: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] setOSConditions: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] setToolWin: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] setToolUnix: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] setToolProperty: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] setS1ASclassPath: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] init-common: [2022-04-17T14:35:46.098Z] [2022-04-17T14:35:46.098Z] create-jdbc-driver-connpool-common: [2022-04-17T14:35:46.391Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T14:35:46.391Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T14:35:46.392Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:46.392Z] [exec] JDBC connection pool jdbc-driver-pool created successfully. [2022-04-17T14:35:46.392Z] [2022-04-17T14:35:46.392Z] set-derby-driver-connpool-props: [2022-04-17T14:35:46.392Z] [2022-04-17T14:35:46.392Z] asadmin-common-ignore-fail: [2022-04-17T14:35:46.392Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:46.648Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:46.649Z] [exec] domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword [2022-04-17T14:35:46.649Z] [2022-04-17T14:35:46.649Z] setOSConditions: [2022-04-17T14:35:46.649Z] [2022-04-17T14:35:46.649Z] setToolWin: [2022-04-17T14:35:46.649Z] [2022-04-17T14:35:46.649Z] setToolUnix: [2022-04-17T14:35:46.649Z] [2022-04-17T14:35:46.649Z] setToolProperty: [2022-04-17T14:35:46.649Z] [2022-04-17T14:35:46.649Z] setS1ASclassPath: [2022-04-17T14:35:46.649Z] [2022-04-17T14:35:46.649Z] init-common: [2022-04-17T14:35:46.649Z] [2022-04-17T14:35:46.649Z] create-jdbc-resource-common: [2022-04-17T14:35:46.649Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:47.247Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:47.247Z] [exec] JDBC resource jdbc/driverRes created successfully. [2022-04-17T14:35:47.247Z] [echo] cmd executed for server [2022-04-17T14:35:47.247Z] [2022-04-17T14:35:47.247Z] setOSConditions: [2022-04-17T14:35:47.247Z] [2022-04-17T14:35:47.247Z] setToolWin: [2022-04-17T14:35:47.247Z] [2022-04-17T14:35:47.247Z] setToolUnix: [2022-04-17T14:35:47.247Z] [2022-04-17T14:35:47.247Z] setToolProperty: [2022-04-17T14:35:47.247Z] [2022-04-17T14:35:47.247Z] setS1ASclassPath: [2022-04-17T14:35:47.247Z] [2022-04-17T14:35:47.247Z] init-common: [2022-04-17T14:35:47.247Z] [2022-04-17T14:35:47.247Z] create-jdbc-resource-common: [2022-04-17T14:35:47.247Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:47.509Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:47.509Z] [exec] JDBC resource jdbc/driverRes1 created successfully. [2022-04-17T14:35:47.509Z] [echo] cmd executed for server [2022-04-17T14:35:47.509Z] [2022-04-17T14:35:47.509Z] asadmin-common: [2022-04-17T14:35:47.509Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:48.072Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:48.072Z] [exec] domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;user=dbuser;password=dbpassword [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] setOSConditions: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] setToolWin: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] setToolUnix: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] setToolProperty: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] setS1ASclassPath: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] init-common: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] deploy-common: [2022-04-17T14:35:48.072Z] [echo] Current time (ISO): 2022-04-17T14:35:47.824+0000 [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] setOSConditions: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] setToolWin: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] setToolUnix: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] setToolProperty: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] setS1ASclassPath: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] init-common: [2022-04-17T14:35:48.072Z] [2022-04-17T14:35:48.072Z] deploy-common-pe: [2022-04-17T14:35:48.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcfApp.ear [2022-04-17T14:35:48.596Z] [exec] Application deployed with name jdbc-dmmcfApp. [2022-04-17T14:35:48.596Z] [echo] Deployment on target server server successful [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setOSConditions: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setToolWin: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setToolUnix: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setToolProperty: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setS1ASclassPath: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] init-common: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] deploy-common-ee: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] run: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setOSConditions: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setToolWin: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setToolUnix: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setToolProperty: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setS1ASclassPath: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] init-common: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] execute-sql-common: [2022-04-17T14:35:48.596Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/sql/create_pointbase.sql [2022-04-17T14:35:48.596Z] [sql] Failed to execute: Drop table CONNSHARING [2022-04-17T14:35:48.596Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. [2022-04-17T14:35:48.596Z] [sql] 0 rows affected [2022-04-17T14:35:48.596Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setOSConditions: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setToolWin: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setToolUnix: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setToolProperty: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] setS1ASclassPath: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] init-common: [2022-04-17T14:35:48.596Z] [2022-04-17T14:35:48.596Z] runclient-common: [2022-04-17T14:35:48.596Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:35:49.538Z] [exec] Apr 17, 2022 2:35:49 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:35:49.538Z] [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. [2022-04-17T14:35:52.815Z] [exec] Value of key is: test1 : [2022-04-17T14:35:52.815Z] [exec] Value of key is: test2 : [2022-04-17T14:35:52.815Z] [exec] Value of key is: test3 : [2022-04-17T14:35:52.815Z] [exec] Value of key is: test4 : [2022-04-17T14:35:52.815Z] [exec] Value of key is: test5 : [2022-04-17T14:35:52.815Z] [exec] Value of key is: test6 : [2022-04-17T14:35:52.816Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:35:52.816Z] [exec] [2022-04-17T14:35:52.816Z] [exec] [2022-04-17T14:35:52.816Z] [exec] ----------------------------------------- [2022-04-17T14:35:52.816Z] [exec] - test2 : : PASS - [2022-04-17T14:35:52.816Z] [exec] - test1 : : PASS - [2022-04-17T14:35:52.816Z] [exec] - test3 : : PASS - [2022-04-17T14:35:52.816Z] [exec] - test6 : : PASS - [2022-04-17T14:35:52.816Z] [exec] - test4 : : PASS - [2022-04-17T14:35:52.816Z] [exec] - test5 : : PASS - [2022-04-17T14:35:52.816Z] [exec] ----------------------------------------- [2022-04-17T14:35:52.816Z] [exec] Total PASS: 6 [2022-04-17T14:35:52.816Z] [exec] Total FAIL: 0 [2022-04-17T14:35:52.816Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:35:52.816Z] [exec] ----------------------------------------- [2022-04-17T14:35:52.816Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:35:52.816Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] checkReporting-common: [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] confirmReportPresent-common: [2022-04-17T14:35:53.072Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:35:53.072Z] [echo] Test seems to be reported fine [2022-04-17T14:35:53.072Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/RepRunConf.txt [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] confirmMissingReport-common: [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] undeploy: [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] setOSConditions: [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] setToolWin: [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] setToolUnix: [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] setToolProperty: [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] setS1ASclassPath: [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] init-common: [2022-04-17T14:35:53.072Z] [2022-04-17T14:35:53.072Z] execute-sql-common: [2022-04-17T14:35:53.072Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/sql/drop_pointbase.sql [2022-04-17T14:35:53.072Z] [sql] 0 rows affected [2022-04-17T14:35:53.072Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:35:53.339Z] [2022-04-17T14:35:53.339Z] setOSConditions: [2022-04-17T14:35:53.339Z] [2022-04-17T14:35:53.339Z] setToolWin: [2022-04-17T14:35:53.339Z] [2022-04-17T14:35:53.339Z] setToolUnix: [2022-04-17T14:35:53.339Z] [2022-04-17T14:35:53.339Z] setToolProperty: [2022-04-17T14:35:53.339Z] [2022-04-17T14:35:53.339Z] setS1ASclassPath: [2022-04-17T14:35:53.339Z] [2022-04-17T14:35:53.339Z] init-common: [2022-04-17T14:35:53.339Z] [2022-04-17T14:35:53.339Z] delete-jdbc-resource-common: [2022-04-17T14:35:53.339Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/driverRes [2022-04-17T14:35:53.595Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/driverRes [2022-04-17T14:35:53.595Z] [exec] JDBC resource jdbc/driverRes deleted successfully [2022-04-17T14:35:53.595Z] [echo] cmd executed for server [2022-04-17T14:35:53.595Z] [2022-04-17T14:35:53.595Z] setOSConditions: [2022-04-17T14:35:53.595Z] [2022-04-17T14:35:53.595Z] setToolWin: [2022-04-17T14:35:53.595Z] [2022-04-17T14:35:53.595Z] setToolUnix: [2022-04-17T14:35:53.595Z] [2022-04-17T14:35:53.595Z] setToolProperty: [2022-04-17T14:35:53.595Z] [2022-04-17T14:35:53.595Z] setS1ASclassPath: [2022-04-17T14:35:53.595Z] [2022-04-17T14:35:53.595Z] init-common: [2022-04-17T14:35:53.595Z] [2022-04-17T14:35:53.595Z] delete-jdbc-resource-common: [2022-04-17T14:35:53.596Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/driverRes1 [2022-04-17T14:35:54.157Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/driverRes1 [2022-04-17T14:35:54.157Z] [exec] JDBC resource jdbc/driverRes1 deleted successfully [2022-04-17T14:35:54.157Z] [echo] cmd executed for server [2022-04-17T14:35:54.157Z] [2022-04-17T14:35:54.157Z] setOSConditions: [2022-04-17T14:35:54.157Z] [2022-04-17T14:35:54.157Z] setToolWin: [2022-04-17T14:35:54.157Z] [2022-04-17T14:35:54.157Z] setToolUnix: [2022-04-17T14:35:54.157Z] [2022-04-17T14:35:54.157Z] setToolProperty: [2022-04-17T14:35:54.157Z] [2022-04-17T14:35:54.157Z] setS1ASclassPath: [2022-04-17T14:35:54.157Z] [2022-04-17T14:35:54.157Z] init-common: [2022-04-17T14:35:54.157Z] [2022-04-17T14:35:54.158Z] delete-jdbc-connpool-common: [2022-04-17T14:35:54.158Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-driver-pool [2022-04-17T14:35:54.413Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:54.413Z] [exec] JDBC Connection pool jdbc-driver-pool deleted successfully [2022-04-17T14:35:54.413Z] [echo] cmd executed for server [2022-04-17T14:35:54.414Z] [2022-04-17T14:35:54.414Z] setOSConditions: [2022-04-17T14:35:54.414Z] [2022-04-17T14:35:54.414Z] setToolWin: [2022-04-17T14:35:54.414Z] [2022-04-17T14:35:54.414Z] setToolUnix: [2022-04-17T14:35:54.414Z] [2022-04-17T14:35:54.414Z] setToolProperty: [2022-04-17T14:35:54.414Z] [2022-04-17T14:35:54.414Z] setS1ASclassPath: [2022-04-17T14:35:54.414Z] [2022-04-17T14:35:54.414Z] init-common: [2022-04-17T14:35:54.414Z] [2022-04-17T14:35:54.414Z] undeploy-common: [2022-04-17T14:35:54.669Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:35:54.669Z] [2022-04-17T14:35:54.669Z] all: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setOSConditions: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolWin: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolUnix: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolProperty: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setS1ASclassPath: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] init-common: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] clean: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setOSConditions: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolWin: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolUnix: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolProperty: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setS1ASclassPath: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] init-common: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] clean-common: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setOSConditions: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolWin: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolUnix: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolProperty: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setS1ASclassPath: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] init-common: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] clean-classes-common: [2022-04-17T14:35:54.925Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setOSConditions: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolWin: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolUnix: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolProperty: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setS1ASclassPath: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] init-common: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] clean-jars-common: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] compile: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setOSConditions: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolWin: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolUnix: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setToolProperty: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] setS1ASclassPath: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] init-common: [2022-04-17T14:35:54.925Z] [2022-04-17T14:35:54.925Z] compile-common: [2022-04-17T14:35:54.925Z] [echo] Current time (ISO): 2022-04-17T14:35:54.700+0000 [2022-04-17T14:35:54.925Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:54.925Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:56.847Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:35:56.847Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:56.847Z] [javac] return new Integer(1); [2022-04-17T14:35:56.847Z] [javac] ^ [2022-04-17T14:35:56.848Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/ejb/SimpleBMPBean.java uses unchecked or unsafe operations. [2022-04-17T14:35:56.848Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T14:35:56.848Z] [javac] 2 warnings [2022-04-17T14:35:56.848Z] [2022-04-17T14:35:56.848Z] setOSConditions: [2022-04-17T14:35:56.848Z] [2022-04-17T14:35:56.848Z] setToolWin: [2022-04-17T14:35:56.848Z] [2022-04-17T14:35:56.848Z] setToolUnix: [2022-04-17T14:35:56.848Z] [2022-04-17T14:35:56.848Z] setToolProperty: [2022-04-17T14:35:56.848Z] [2022-04-17T14:35:56.848Z] setS1ASclassPath: [2022-04-17T14:35:56.848Z] [2022-04-17T14:35:56.848Z] init-common: [2022-04-17T14:35:56.848Z] [2022-04-17T14:35:56.848Z] compile-common: [2022-04-17T14:35:56.848Z] [echo] Current time (ISO): 2022-04-17T14:35:56.506+0000 [2022-04-17T14:35:56.848Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:35:58.238Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:35:58.494Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:58.494Z] [javac] return new Integer(returnValue.get("count").toString()); [2022-04-17T14:35:58.494Z] [javac] ^ [2022-04-17T14:35:58.494Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/client/Client.java uses unchecked or unsafe operations. [2022-04-17T14:35:58.494Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T14:35:58.494Z] [javac] 2 warnings [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] build: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] setOSConditions: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] fixFiles: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] convUnix: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] convWin: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] setToolWin: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] setToolUnix: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] setToolProperty: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] setS1ASclassPath: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] init-common: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] package-persistence-common: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] ejb-jar-common: [2022-04-17T14:35:58.494Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] package-ejbjar-common: [2022-04-17T14:35:58.494Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:58.494Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:58.494Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:58.494Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar [2022-04-17T14:35:58.494Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] appclient-jar-common: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] package-appclientjar-common: [2022-04-17T14:35:58.494Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:58.494Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:58.494Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:58.494Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] webclient-war-common: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] build-ear-common: [2022-04-17T14:35:58.494Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:35:58.494Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] deploy: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] setOSConditions: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] setToolWin: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] setToolUnix: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] setToolProperty: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] setS1ASclassPath: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] init-common: [2022-04-17T14:35:58.494Z] [2022-04-17T14:35:58.494Z] execute-sql-common: [2022-04-17T14:35:58.494Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/create_pointbase.sql [2022-04-17T14:35:58.494Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:35:58.494Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:35:58.494Z] [sql] 0 rows affected [2022-04-17T14:35:58.494Z] [sql] Failed to execute: Drop table DESTROYED_INFO [2022-04-17T14:35:58.494Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DESTROYED_INFO' because it does not exist. [2022-04-17T14:35:58.494Z] [sql] 0 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] 1 rows affected [2022-04-17T14:35:58.494Z] [sql] Failed to execute: drop table owner [2022-04-17T14:35:58.494Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. [2022-04-17T14:35:58.494Z] [sql] 0 rows affected [2022-04-17T14:35:58.494Z] [sql] 19 of 22 SQL statements executed successfully [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setOSConditions: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setToolWin: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setToolUnix: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setToolProperty: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setS1ASclassPath: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] init-common: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setup: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setOSConditions: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setToolWin: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setToolUnix: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setToolProperty: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setS1ASclassPath: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] init-common: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] deploy-jdbc-common: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setOSConditions: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setToolWin: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setToolUnix: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setToolProperty: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] setS1ASclassPath: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] init-common: [2022-04-17T14:35:58.751Z] [2022-04-17T14:35:58.751Z] create-jdbc-connpool-common: [2022-04-17T14:35:59.007Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:59.007Z] [exec] JDBC connection pool jdbc-unshareable-pool created successfully. [2022-04-17T14:35:59.007Z] [2022-04-17T14:35:59.007Z] set-derby-connpool-props: [2022-04-17T14:35:59.262Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:59.262Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.User=dbuser [2022-04-17T14:35:59.843Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:35:59.843Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.Password=dbpassword [2022-04-17T14:36:00.100Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:00.100Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.driverType=4 [2022-04-17T14:36:00.662Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:00.662Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.portNumber=1527 [2022-04-17T14:36:00.937Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:00.937Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.dataBaseName=testdb [2022-04-17T14:36:01.194Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:01.194Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:36:01.756Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:01.756Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.create=true [2022-04-17T14:36:02.012Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:02.012Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.serverName=localhost [2022-04-17T14:36:02.012Z] [2022-04-17T14:36:02.012Z] setOSConditions: [2022-04-17T14:36:02.012Z] [2022-04-17T14:36:02.012Z] setToolWin: [2022-04-17T14:36:02.012Z] [2022-04-17T14:36:02.012Z] setToolUnix: [2022-04-17T14:36:02.012Z] [2022-04-17T14:36:02.012Z] setToolProperty: [2022-04-17T14:36:02.012Z] [2022-04-17T14:36:02.012Z] setS1ASclassPath: [2022-04-17T14:36:02.012Z] [2022-04-17T14:36:02.012Z] init-common: [2022-04-17T14:36:02.012Z] [2022-04-17T14:36:02.012Z] create-jdbc-resource-common: [2022-04-17T14:36:02.013Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:02.269Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:02.269Z] [exec] JDBC resource jdbc/unshareable created successfully. [2022-04-17T14:36:02.269Z] [echo] cmd executed for server [2022-04-17T14:36:02.269Z] [2022-04-17T14:36:02.269Z] setOSConditions: [2022-04-17T14:36:02.269Z] [2022-04-17T14:36:02.269Z] setToolWin: [2022-04-17T14:36:02.269Z] [2022-04-17T14:36:02.269Z] setToolUnix: [2022-04-17T14:36:02.269Z] [2022-04-17T14:36:02.269Z] setToolProperty: [2022-04-17T14:36:02.269Z] [2022-04-17T14:36:02.269Z] setS1ASclassPath: [2022-04-17T14:36:02.269Z] [2022-04-17T14:36:02.269Z] init-common: [2022-04-17T14:36:02.269Z] [2022-04-17T14:36:02.269Z] deploy-jdbc-common: [2022-04-17T14:36:02.269Z] [2022-04-17T14:36:02.269Z] setOSConditions: [2022-04-17T14:36:02.269Z] [2022-04-17T14:36:02.269Z] setToolWin: [2022-04-17T14:36:02.539Z] [2022-04-17T14:36:02.539Z] setToolUnix: [2022-04-17T14:36:02.539Z] [2022-04-17T14:36:02.539Z] setToolProperty: [2022-04-17T14:36:02.539Z] [2022-04-17T14:36:02.539Z] setS1ASclassPath: [2022-04-17T14:36:02.539Z] [2022-04-17T14:36:02.539Z] init-common: [2022-04-17T14:36:02.539Z] [2022-04-17T14:36:02.539Z] create-jdbc-connpool-common: [2022-04-17T14:36:02.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:02.795Z] [exec] JDBC connection pool jdbc-shareable-pool created successfully. [2022-04-17T14:36:02.795Z] [2022-04-17T14:36:02.795Z] set-derby-connpool-props: [2022-04-17T14:36:03.055Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:03.055Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser [2022-04-17T14:36:03.650Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:03.650Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword [2022-04-17T14:36:03.907Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:03.907Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 [2022-04-17T14:36:04.469Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:04.469Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 [2022-04-17T14:36:04.737Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:04.737Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb [2022-04-17T14:36:05.300Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:05.300Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:36:05.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:05.594Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true [2022-04-17T14:36:05.849Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:05.850Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost [2022-04-17T14:36:06.139Z] [2022-04-17T14:36:06.139Z] setOSConditions: [2022-04-17T14:36:06.139Z] [2022-04-17T14:36:06.139Z] setToolWin: [2022-04-17T14:36:06.139Z] [2022-04-17T14:36:06.139Z] setToolUnix: [2022-04-17T14:36:06.139Z] [2022-04-17T14:36:06.139Z] setToolProperty: [2022-04-17T14:36:06.139Z] [2022-04-17T14:36:06.139Z] setS1ASclassPath: [2022-04-17T14:36:06.139Z] [2022-04-17T14:36:06.139Z] init-common: [2022-04-17T14:36:06.139Z] [2022-04-17T14:36:06.139Z] create-jdbc-resource-common: [2022-04-17T14:36:06.139Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:06.394Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:06.394Z] [exec] JDBC resource jdbc/shareable created successfully. [2022-04-17T14:36:06.394Z] [echo] cmd executed for server [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] setOSConditions: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] setToolWin: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] setToolUnix: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] setToolProperty: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] setS1ASclassPath: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] init-common: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] deploy-jdbc-driver-common: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] setOSConditions: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] setToolWin: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] setToolUnix: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] setToolProperty: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] setS1ASclassPath: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] init-common: [2022-04-17T14:36:06.394Z] [2022-04-17T14:36:06.394Z] create-jdbc-driver-connpool-common: [2022-04-17T14:36:06.956Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T14:36:06.956Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T14:36:06.956Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:06.956Z] [exec] JDBC connection pool jdbc-local-pool created successfully. [2022-04-17T14:36:06.956Z] [2022-04-17T14:36:06.956Z] set-derby-driver-connpool-props: [2022-04-17T14:36:06.956Z] [2022-04-17T14:36:06.956Z] asadmin-common-ignore-fail: [2022-04-17T14:36:06.957Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:07.212Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:07.212Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword [2022-04-17T14:36:07.212Z] [2022-04-17T14:36:07.212Z] setOSConditions: [2022-04-17T14:36:07.212Z] [2022-04-17T14:36:07.212Z] setToolWin: [2022-04-17T14:36:07.212Z] [2022-04-17T14:36:07.212Z] setToolUnix: [2022-04-17T14:36:07.212Z] [2022-04-17T14:36:07.212Z] setToolProperty: [2022-04-17T14:36:07.212Z] [2022-04-17T14:36:07.212Z] setS1ASclassPath: [2022-04-17T14:36:07.212Z] [2022-04-17T14:36:07.212Z] init-common: [2022-04-17T14:36:07.212Z] [2022-04-17T14:36:07.212Z] create-jdbc-resource-common: [2022-04-17T14:36:07.212Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:07.468Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:07.468Z] [exec] JDBC resource jdbc/localdatasource created successfully. [2022-04-17T14:36:07.468Z] [echo] cmd executed for server [2022-04-17T14:36:07.468Z] [2022-04-17T14:36:07.468Z] asadmin-common: [2022-04-17T14:36:07.468Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:08.045Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:08.045Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH [2022-04-17T14:36:08.045Z] [2022-04-17T14:36:08.045Z] asadmin-common: [2022-04-17T14:36:08.045Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:08.301Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:08.301Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady-pool-size=5 [2022-04-17T14:36:08.301Z] [2022-04-17T14:36:08.301Z] asadmin-common: [2022-04-17T14:36:08.301Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:08.558Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:08.839Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max-pool-size=5 [2022-04-17T14:36:08.839Z] [2022-04-17T14:36:08.839Z] asadmin-common: [2022-04-17T14:36:08.839Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:09.095Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:09.095Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:36:09.095Z] [2022-04-17T14:36:09.095Z] asadmin-common: [2022-04-17T14:36:09.095Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:09.353Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:09.353Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.steady-pool-size=5 [2022-04-17T14:36:09.353Z] [2022-04-17T14:36:09.353Z] asadmin-common: [2022-04-17T14:36:09.353Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:09.943Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:09.943Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.max-pool-size=5 [2022-04-17T14:36:09.943Z] [2022-04-17T14:36:09.943Z] asadmin-common: [2022-04-17T14:36:09.943Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:10.204Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:10.204Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:36:10.204Z] [2022-04-17T14:36:10.204Z] asadmin-common: [2022-04-17T14:36:10.204Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:10.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:10.773Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 [2022-04-17T14:36:10.773Z] [2022-04-17T14:36:10.773Z] asadmin-common: [2022-04-17T14:36:10.773Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:11.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:11.037Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 [2022-04-17T14:36:11.037Z] [2022-04-17T14:36:11.037Z] asadmin-common: [2022-04-17T14:36:11.037Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:11.293Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:11.293Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] setOSConditions: [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] setToolWin: [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] setToolUnix: [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] setToolProperty: [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] setS1ASclassPath: [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] init-common: [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] deploy-common: [2022-04-17T14:36:11.293Z] [echo] Current time (ISO): 2022-04-17T14:36:11.260+0000 [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] setOSConditions: [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] setToolWin: [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] setToolUnix: [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.293Z] setToolProperty: [2022-04-17T14:36:11.293Z] [2022-04-17T14:36:11.294Z] setS1ASclassPath: [2022-04-17T14:36:11.294Z] [2022-04-17T14:36:11.294Z] init-common: [2022-04-17T14:36:11.294Z] [2022-04-17T14:36:11.294Z] deploy-common-pe: [2022-04-17T14:36:11.857Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T14:36:11.857Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. [2022-04-17T14:36:11.857Z] [echo] Deployment on target server server successful [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] setOSConditions: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] setToolWin: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] setToolUnix: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] setToolProperty: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] setS1ASclassPath: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] init-common: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] deploy-common-ee: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] run: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] setOSConditions: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] setToolWin: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] setToolUnix: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] setToolProperty: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] setS1ASclassPath: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] init-common: [2022-04-17T14:36:11.857Z] [2022-04-17T14:36:11.857Z] execute-sql-common: [2022-04-17T14:36:11.857Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/create_pointbase.sql [2022-04-17T14:36:11.857Z] [sql] 0 rows affected [2022-04-17T14:36:11.857Z] [sql] 0 rows affected [2022-04-17T14:36:11.857Z] [sql] 0 rows affected [2022-04-17T14:36:11.857Z] [sql] 0 rows affected [2022-04-17T14:36:11.857Z] [sql] 1 rows affected [2022-04-17T14:36:11.857Z] [sql] 1 rows affected [2022-04-17T14:36:11.857Z] [sql] 1 rows affected [2022-04-17T14:36:11.857Z] [sql] 1 rows affected [2022-04-17T14:36:11.857Z] [sql] 1 rows affected [2022-04-17T14:36:11.857Z] [sql] 1 rows affected [2022-04-17T14:36:11.857Z] [sql] 1 rows affected [2022-04-17T14:36:11.857Z] [sql] 1 rows affected [2022-04-17T14:36:11.857Z] [sql] 1 rows affected [2022-04-17T14:36:11.857Z] [sql] 1 rows affected [2022-04-17T14:36:12.114Z] [sql] 1 rows affected [2022-04-17T14:36:12.114Z] [sql] 1 rows affected [2022-04-17T14:36:12.114Z] [sql] 1 rows affected [2022-04-17T14:36:12.114Z] [sql] 1 rows affected [2022-04-17T14:36:12.114Z] [sql] 1 rows affected [2022-04-17T14:36:12.114Z] [sql] 1 rows affected [2022-04-17T14:36:12.114Z] [sql] 0 rows affected [2022-04-17T14:36:12.114Z] [sql] 0 rows affected [2022-04-17T14:36:12.114Z] [sql] 22 of 22 SQL statements executed successfully [2022-04-17T14:36:12.114Z] [2022-04-17T14:36:12.114Z] setOSConditions: [2022-04-17T14:36:12.114Z] [2022-04-17T14:36:12.114Z] setToolWin: [2022-04-17T14:36:12.114Z] [2022-04-17T14:36:12.114Z] setToolUnix: [2022-04-17T14:36:12.114Z] [2022-04-17T14:36:12.114Z] setToolProperty: [2022-04-17T14:36:12.114Z] [2022-04-17T14:36:12.114Z] setS1ASclassPath: [2022-04-17T14:36:12.114Z] [2022-04-17T14:36:12.114Z] init-common: [2022-04-17T14:36:12.114Z] [2022-04-17T14:36:12.114Z] runclient-common: [2022-04-17T14:36:12.114Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:36:13.044Z] [exec] Apr 17, 2022 2:36:12 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:36:13.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. [2022-04-17T14:36:16.317Z] [exec] localds = [578913833] [2022-04-17T14:36:16.317Z] [exec] localdsAfter = [2048431992] [2022-04-17T14:36:16.317Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad destroyedCount localds: [2022-04-17T14:36:16.317Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:36:16.317Z] [exec] [2022-04-17T14:36:16.317Z] [exec] [2022-04-17T14:36:16.317Z] [exec] ----------------------------------------- [2022-04-17T14:36:16.317Z] [exec] - DMMCF Mark-Connection-As-Bad destroyedCount localds: : PASS - [2022-04-17T14:36:16.317Z] [exec] ----------------------------------------- [2022-04-17T14:36:16.317Z] [exec] Total PASS: 1 [2022-04-17T14:36:16.317Z] [exec] Total FAIL: 0 [2022-04-17T14:36:16.317Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:36:16.317Z] [exec] ----------------------------------------- [2022-04-17T14:36:16.317Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:36:16.317Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:36:16.574Z] [2022-04-17T14:36:16.574Z] checkReporting-common: [2022-04-17T14:36:16.574Z] [2022-04-17T14:36:16.574Z] confirmReportPresent-common: [2022-04-17T14:36:16.574Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:36:16.574Z] [echo] Test seems to be reported fine [2022-04-17T14:36:16.574Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/RepRunConf.txt [2022-04-17T14:36:16.574Z] [2022-04-17T14:36:16.574Z] confirmMissingReport-common: [2022-04-17T14:36:16.574Z] [2022-04-17T14:36:16.574Z] asadmin-common: [2022-04-17T14:36:16.574Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:16.837Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:16.837Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF [2022-04-17T14:36:16.837Z] [2022-04-17T14:36:16.837Z] asadmin-common: [2022-04-17T14:36:16.837Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:17.093Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:17.350Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH [2022-04-17T14:36:17.350Z] [2022-04-17T14:36:17.350Z] setOSConditions: [2022-04-17T14:36:17.350Z] [2022-04-17T14:36:17.350Z] setToolWin: [2022-04-17T14:36:17.350Z] [2022-04-17T14:36:17.350Z] setToolUnix: [2022-04-17T14:36:17.350Z] [2022-04-17T14:36:17.350Z] setToolProperty: [2022-04-17T14:36:17.350Z] [2022-04-17T14:36:17.350Z] setS1ASclassPath: [2022-04-17T14:36:17.350Z] [2022-04-17T14:36:17.350Z] init-common: [2022-04-17T14:36:17.350Z] [2022-04-17T14:36:17.350Z] runclient-common: [2022-04-17T14:36:17.350Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:36:18.280Z] [exec] Apr 17, 2022 2:36:18 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:36:18.280Z] [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. [2022-04-17T14:36:21.592Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : [2022-04-17T14:36:21.592Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : [2022-04-17T14:36:21.592Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : [2022-04-17T14:36:21.592Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : [2022-04-17T14:36:21.851Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : [2022-04-17T14:36:21.851Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : [2022-04-17T14:36:21.851Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : [2022-04-17T14:36:21.851Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : [2022-04-17T14:36:21.851Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : [2022-04-17T14:36:21.851Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : [2022-04-17T14:36:22.108Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : [2022-04-17T14:36:22.108Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : [2022-04-17T14:36:22.108Z] [exec] DMMCF Mark-Connection-As-Bad [2022-04-17T14:36:22.108Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:36:22.108Z] [exec] [2022-04-17T14:36:22.108Z] [exec] [2022-04-17T14:36:22.108Z] [exec] ----------------------------------------- [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : : PASS - [2022-04-17T14:36:22.108Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : : PASS - [2022-04-17T14:36:22.108Z] [exec] ----------------------------------------- [2022-04-17T14:36:22.108Z] [exec] Total PASS: 12 [2022-04-17T14:36:22.108Z] [exec] Total FAIL: 0 [2022-04-17T14:36:22.108Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:36:22.108Z] [exec] ----------------------------------------- [2022-04-17T14:36:22.108Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:36:22.108Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] checkReporting-common: [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] confirmReportPresent-common: [2022-04-17T14:36:22.365Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:36:22.365Z] [echo] Test seems to be reported fine [2022-04-17T14:36:22.365Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/RepRunConf.txt [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] confirmMissingReport-common: [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] undeploy: [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] setOSConditions: [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] setToolWin: [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] setToolUnix: [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] setToolProperty: [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] setS1ASclassPath: [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] init-common: [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] execute-sql-common: [2022-04-17T14:36:22.365Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/drop_pointbase.sql [2022-04-17T14:36:22.365Z] [sql] 0 rows affected [2022-04-17T14:36:22.365Z] [sql] 0 rows affected [2022-04-17T14:36:22.365Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] unsetup: [2022-04-17T14:36:22.365Z] [2022-04-17T14:36:22.365Z] asadmin-common: [2022-04-17T14:36:22.365Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:22.944Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:22.944Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF [2022-04-17T14:36:22.944Z] [2022-04-17T14:36:22.944Z] setOSConditions: [2022-04-17T14:36:22.944Z] [2022-04-17T14:36:22.944Z] setToolWin: [2022-04-17T14:36:22.944Z] [2022-04-17T14:36:22.944Z] setToolUnix: [2022-04-17T14:36:22.944Z] [2022-04-17T14:36:22.944Z] setToolProperty: [2022-04-17T14:36:22.944Z] [2022-04-17T14:36:22.944Z] setS1ASclassPath: [2022-04-17T14:36:22.944Z] [2022-04-17T14:36:22.944Z] init-common: [2022-04-17T14:36:22.944Z] [2022-04-17T14:36:22.944Z] delete-jdbc-resource-common: [2022-04-17T14:36:22.944Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/unshareable [2022-04-17T14:36:23.538Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/unshareable [2022-04-17T14:36:23.538Z] [exec] JDBC resource jdbc/unshareable deleted successfully [2022-04-17T14:36:23.538Z] [echo] cmd executed for server [2022-04-17T14:36:23.538Z] [2022-04-17T14:36:23.538Z] setOSConditions: [2022-04-17T14:36:23.538Z] [2022-04-17T14:36:23.538Z] setToolWin: [2022-04-17T14:36:23.538Z] [2022-04-17T14:36:23.538Z] setToolUnix: [2022-04-17T14:36:23.538Z] [2022-04-17T14:36:23.538Z] setToolProperty: [2022-04-17T14:36:23.538Z] [2022-04-17T14:36:23.538Z] setS1ASclassPath: [2022-04-17T14:36:23.538Z] [2022-04-17T14:36:23.538Z] init-common: [2022-04-17T14:36:23.538Z] [2022-04-17T14:36:23.538Z] delete-jdbc-connpool-common: [2022-04-17T14:36:23.538Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-unshareable-pool [2022-04-17T14:36:23.794Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:23.794Z] [exec] JDBC Connection pool jdbc-unshareable-pool deleted successfully [2022-04-17T14:36:23.794Z] [echo] cmd executed for server [2022-04-17T14:36:23.794Z] [2022-04-17T14:36:23.794Z] setOSConditions: [2022-04-17T14:36:23.794Z] [2022-04-17T14:36:23.794Z] setToolWin: [2022-04-17T14:36:23.794Z] [2022-04-17T14:36:23.794Z] setToolUnix: [2022-04-17T14:36:23.794Z] [2022-04-17T14:36:23.794Z] setToolProperty: [2022-04-17T14:36:23.794Z] [2022-04-17T14:36:23.794Z] setS1ASclassPath: [2022-04-17T14:36:23.794Z] [2022-04-17T14:36:23.794Z] init-common: [2022-04-17T14:36:23.794Z] [2022-04-17T14:36:23.794Z] delete-jdbc-resource-common: [2022-04-17T14:36:23.794Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/shareable [2022-04-17T14:36:24.357Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/shareable [2022-04-17T14:36:24.357Z] [exec] JDBC resource jdbc/shareable deleted successfully [2022-04-17T14:36:24.357Z] [echo] cmd executed for server [2022-04-17T14:36:24.357Z] [2022-04-17T14:36:24.357Z] setOSConditions: [2022-04-17T14:36:24.357Z] [2022-04-17T14:36:24.357Z] setToolWin: [2022-04-17T14:36:24.357Z] [2022-04-17T14:36:24.357Z] setToolUnix: [2022-04-17T14:36:24.357Z] [2022-04-17T14:36:24.357Z] setToolProperty: [2022-04-17T14:36:24.357Z] [2022-04-17T14:36:24.357Z] setS1ASclassPath: [2022-04-17T14:36:24.357Z] [2022-04-17T14:36:24.357Z] init-common: [2022-04-17T14:36:24.357Z] [2022-04-17T14:36:24.357Z] delete-jdbc-connpool-common: [2022-04-17T14:36:24.357Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-shareable-pool [2022-04-17T14:36:24.613Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:24.613Z] [exec] JDBC Connection pool jdbc-shareable-pool deleted successfully [2022-04-17T14:36:24.613Z] [echo] cmd executed for server [2022-04-17T14:36:24.613Z] [2022-04-17T14:36:24.613Z] setOSConditions: [2022-04-17T14:36:24.613Z] [2022-04-17T14:36:24.613Z] setToolWin: [2022-04-17T14:36:24.613Z] [2022-04-17T14:36:24.613Z] setToolUnix: [2022-04-17T14:36:24.613Z] [2022-04-17T14:36:24.613Z] setToolProperty: [2022-04-17T14:36:24.613Z] [2022-04-17T14:36:24.613Z] setS1ASclassPath: [2022-04-17T14:36:24.613Z] [2022-04-17T14:36:24.613Z] init-common: [2022-04-17T14:36:24.613Z] [2022-04-17T14:36:24.613Z] delete-jdbc-resource-common: [2022-04-17T14:36:24.613Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource [2022-04-17T14:36:25.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource [2022-04-17T14:36:25.176Z] [exec] JDBC resource jdbc/localdatasource deleted successfully [2022-04-17T14:36:25.176Z] [echo] cmd executed for server [2022-04-17T14:36:25.176Z] [2022-04-17T14:36:25.176Z] setOSConditions: [2022-04-17T14:36:25.176Z] [2022-04-17T14:36:25.176Z] setToolWin: [2022-04-17T14:36:25.176Z] [2022-04-17T14:36:25.176Z] setToolUnix: [2022-04-17T14:36:25.176Z] [2022-04-17T14:36:25.176Z] setToolProperty: [2022-04-17T14:36:25.176Z] [2022-04-17T14:36:25.176Z] setS1ASclassPath: [2022-04-17T14:36:25.176Z] [2022-04-17T14:36:25.176Z] init-common: [2022-04-17T14:36:25.176Z] [2022-04-17T14:36:25.176Z] delete-jdbc-connpool-common: [2022-04-17T14:36:25.176Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool [2022-04-17T14:36:25.432Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:25.432Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully [2022-04-17T14:36:25.432Z] [echo] cmd executed for server [2022-04-17T14:36:25.432Z] [2022-04-17T14:36:25.432Z] setOSConditions: [2022-04-17T14:36:25.432Z] [2022-04-17T14:36:25.432Z] setToolWin: [2022-04-17T14:36:25.432Z] [2022-04-17T14:36:25.432Z] setToolUnix: [2022-04-17T14:36:25.432Z] [2022-04-17T14:36:25.432Z] setToolProperty: [2022-04-17T14:36:25.432Z] [2022-04-17T14:36:25.432Z] setS1ASclassPath: [2022-04-17T14:36:25.432Z] [2022-04-17T14:36:25.432Z] init-common: [2022-04-17T14:36:25.432Z] [2022-04-17T14:36:25.432Z] undeploy-common: [2022-04-17T14:36:25.995Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] all: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setOSConditions: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolWin: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolUnix: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolProperty: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setS1ASclassPath: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] init-common: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] clean: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setOSConditions: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolWin: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolUnix: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolProperty: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setS1ASclassPath: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] init-common: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] clean-common: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setOSConditions: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolWin: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolUnix: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolProperty: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setS1ASclassPath: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] init-common: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] clean-classes-common: [2022-04-17T14:36:25.995Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setOSConditions: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolWin: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolUnix: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolProperty: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setS1ASclassPath: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] init-common: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] clean-jars-common: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] compile: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setOSConditions: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolWin: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolUnix: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setToolProperty: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] setS1ASclassPath: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.995Z] init-common: [2022-04-17T14:36:25.995Z] [2022-04-17T14:36:25.996Z] compile-common: [2022-04-17T14:36:25.996Z] [echo] Current time (ISO): 2022-04-17T14:36:25.765+0000 [2022-04-17T14:36:25.996Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:36:25.996Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/ejb [2022-04-17T14:36:25.996Z] [2022-04-17T14:36:25.996Z] setOSConditions: [2022-04-17T14:36:25.996Z] [2022-04-17T14:36:25.996Z] setToolWin: [2022-04-17T14:36:25.996Z] [2022-04-17T14:36:25.996Z] setToolUnix: [2022-04-17T14:36:25.996Z] [2022-04-17T14:36:25.996Z] setToolProperty: [2022-04-17T14:36:25.996Z] [2022-04-17T14:36:25.996Z] setS1ASclassPath: [2022-04-17T14:36:25.996Z] [2022-04-17T14:36:25.996Z] init-common: [2022-04-17T14:36:25.996Z] [2022-04-17T14:36:25.996Z] compile-common: [2022-04-17T14:36:25.996Z] [echo] Current time (ISO): 2022-04-17T14:36:25.771+0000 [2022-04-17T14:36:25.996Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:36:27.937Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:36:27.937Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/client/Client.java uses unchecked or unsafe operations. [2022-04-17T14:36:27.937Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T14:36:27.937Z] [javac] 1 warning [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] build: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setOSConditions: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] fixFiles: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] convUnix: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] convWin: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolWin: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolUnix: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolProperty: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setS1ASclassPath: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] init-common: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] package-persistence-common: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] ejb-jar-common: [2022-04-17T14:36:27.937Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] package-ejbjar-common: [2022-04-17T14:36:27.937Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:27.937Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar [2022-04-17T14:36:27.937Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] appclient-jar-common: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] package-appclientjar-common: [2022-04-17T14:36:27.937Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:27.937Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:27.937Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:27.937Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] webclient-war-common: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] build-ear-common: [2022-04-17T14:36:27.937Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] deploy: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setOSConditions: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolWin: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolUnix: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolProperty: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setS1ASclassPath: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] init-common: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] execute-sql-common: [2022-04-17T14:36:27.937Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/sql/create_pointbase.sql [2022-04-17T14:36:27.937Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:36:27.937Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:36:27.937Z] [sql] 0 rows affected [2022-04-17T14:36:27.937Z] [sql] 0 rows affected [2022-04-17T14:36:27.937Z] [sql] 0 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] 1 rows affected [2022-04-17T14:36:27.937Z] [sql] Failed to execute: drop table owner [2022-04-17T14:36:27.937Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. [2022-04-17T14:36:27.937Z] [sql] 0 rows affected [2022-04-17T14:36:27.937Z] [sql] 20 of 22 SQL statements executed successfully [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setOSConditions: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolWin: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolUnix: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolProperty: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setS1ASclassPath: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] init-common: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setup: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setOSConditions: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolWin: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolUnix: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolProperty: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setS1ASclassPath: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] init-common: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] deploy-jdbc-driver-common: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setOSConditions: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.937Z] setToolWin: [2022-04-17T14:36:27.937Z] [2022-04-17T14:36:27.938Z] setToolUnix: [2022-04-17T14:36:27.938Z] [2022-04-17T14:36:27.938Z] setToolProperty: [2022-04-17T14:36:27.938Z] [2022-04-17T14:36:27.938Z] setS1ASclassPath: [2022-04-17T14:36:27.938Z] [2022-04-17T14:36:27.938Z] init-common: [2022-04-17T14:36:27.938Z] [2022-04-17T14:36:27.938Z] create-jdbc-driver-connpool-common: [2022-04-17T14:36:28.195Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T14:36:28.195Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T14:36:28.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:28.195Z] [exec] JDBC connection pool jdbc-local-pool created successfully. [2022-04-17T14:36:28.195Z] [2022-04-17T14:36:28.195Z] set-derby-driver-connpool-props: [2022-04-17T14:36:28.195Z] [2022-04-17T14:36:28.195Z] asadmin-common-ignore-fail: [2022-04-17T14:36:28.195Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:28.759Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:28.759Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword [2022-04-17T14:36:28.759Z] [2022-04-17T14:36:28.759Z] setOSConditions: [2022-04-17T14:36:28.759Z] [2022-04-17T14:36:28.759Z] setToolWin: [2022-04-17T14:36:28.759Z] [2022-04-17T14:36:28.759Z] setToolUnix: [2022-04-17T14:36:28.759Z] [2022-04-17T14:36:28.759Z] setToolProperty: [2022-04-17T14:36:28.759Z] [2022-04-17T14:36:28.759Z] setS1ASclassPath: [2022-04-17T14:36:28.759Z] [2022-04-17T14:36:28.759Z] init-common: [2022-04-17T14:36:28.759Z] [2022-04-17T14:36:28.759Z] create-jdbc-resource-common: [2022-04-17T14:36:28.759Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:29.015Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:29.015Z] [exec] JDBC resource jdbc/localdatasource created successfully. [2022-04-17T14:36:29.015Z] [echo] cmd executed for server [2022-04-17T14:36:29.015Z] [2022-04-17T14:36:29.015Z] asadmin-common: [2022-04-17T14:36:29.015Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:29.578Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:29.578Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 [2022-04-17T14:36:29.578Z] [2022-04-17T14:36:29.578Z] asadmin-common: [2022-04-17T14:36:29.578Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:29.834Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:29.834Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 [2022-04-17T14:36:29.834Z] [2022-04-17T14:36:29.834Z] asadmin-common: [2022-04-17T14:36:29.834Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:30.397Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:30.397Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] setOSConditions: [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] setToolWin: [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] setToolUnix: [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] setToolProperty: [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] setS1ASclassPath: [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] init-common: [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] deploy-common: [2022-04-17T14:36:30.397Z] [echo] Current time (ISO): 2022-04-17T14:36:30.162+0000 [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] setOSConditions: [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] setToolWin: [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] setToolUnix: [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] setToolProperty: [2022-04-17T14:36:30.397Z] [2022-04-17T14:36:30.397Z] setS1ASclassPath: [2022-04-17T14:36:30.403Z] [2022-04-17T14:36:30.403Z] init-common: [2022-04-17T14:36:30.403Z] [2022-04-17T14:36:30.403Z] deploy-common-pe: [2022-04-17T14:36:30.659Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T14:36:30.937Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. [2022-04-17T14:36:30.937Z] [echo] Deployment on target server server successful [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] setOSConditions: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] setToolWin: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] setToolUnix: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] setToolProperty: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] setS1ASclassPath: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] init-common: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] deploy-common-ee: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] run: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] setOSConditions: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] setToolWin: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] setToolUnix: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] setToolProperty: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] setS1ASclassPath: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] init-common: [2022-04-17T14:36:30.937Z] [2022-04-17T14:36:30.937Z] runclient-common: [2022-04-17T14:36:30.938Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:36:31.867Z] [exec] Apr 17, 2022 2:36:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:36:31.867Z] [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. [2022-04-17T14:36:35.190Z] [exec] Apr 17, 2022 2:36:35 PM org.hibernate.validator.internal.util.Version [2022-04-17T14:36:35.190Z] [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T14:36:35.753Z] [exec] localds = [400280074] [2022-04-17T14:36:35.753Z] [exec] Apr 17, 2022 2:36:35 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed [2022-04-17T14:36:35.753Z] [exec] INFO: jdbc.markedForRemoval_conClosed [2022-04-17T14:36:35.753Z] [exec] Apr 17, 2022 2:36:35 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed [2022-04-17T14:36:35.753Z] [exec] INFO: jdbc.markedForRemoval_conClosed [2022-04-17T14:36:35.753Z] [exec] Apr 17, 2022 2:36:35 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed [2022-04-17T14:36:35.753Z] [exec] INFO: jdbc.markedForRemoval_conClosed [2022-04-17T14:36:35.753Z] [exec] Apr 17, 2022 2:36:35 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed [2022-04-17T14:36:35.753Z] [exec] INFO: jdbc.markedForRemoval_conClosed [2022-04-17T14:36:35.753Z] [exec] Apr 17, 2022 2:36:35 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed [2022-04-17T14:36:35.753Z] [exec] INFO: jdbc.markedForRemoval_conClosed [2022-04-17T14:36:36.015Z] [exec] localdsAfter = [2037183157] [2022-04-17T14:36:36.015Z] [exec] Value of key is: Mark-Connection-As-Bad destroyedCount localds: [2022-04-17T14:36:36.015Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:36:36.015Z] [exec] [2022-04-17T14:36:36.015Z] [exec] [2022-04-17T14:36:36.015Z] [exec] ----------------------------------------- [2022-04-17T14:36:36.015Z] [exec] - Mark-Connection-As-Bad destroyedCount localds: : PASS - [2022-04-17T14:36:36.015Z] [exec] ----------------------------------------- [2022-04-17T14:36:36.015Z] [exec] Total PASS: 1 [2022-04-17T14:36:36.015Z] [exec] Total FAIL: 0 [2022-04-17T14:36:36.015Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:36:36.015Z] [exec] ----------------------------------------- [2022-04-17T14:36:36.015Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:36:36.015Z] [exec] Apr 17, 2022 2:36:35 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter [2022-04-17T14:36:36.015Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:36:36.015Z] [exec] INFO: RAR7094: __dm_jdbc_ra shutdown successful. [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] checkReporting-common: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] confirmReportPresent-common: [2022-04-17T14:36:36.271Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:36:36.271Z] [echo] Test seems to be reported fine [2022-04-17T14:36:36.271Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/RepRunConf.txt [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] confirmMissingReport-common: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] undeploy: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] setOSConditions: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] setToolWin: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] setToolUnix: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] setToolProperty: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] setS1ASclassPath: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] init-common: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] execute-sql-common: [2022-04-17T14:36:36.271Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/sql/drop_pointbase.sql [2022-04-17T14:36:36.271Z] [sql] 0 rows affected [2022-04-17T14:36:36.271Z] [sql] 0 rows affected [2022-04-17T14:36:36.271Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] unsetup: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] setOSConditions: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] setToolWin: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] setToolUnix: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] setToolProperty: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] setS1ASclassPath: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] init-common: [2022-04-17T14:36:36.271Z] [2022-04-17T14:36:36.271Z] delete-jdbc-resource-common: [2022-04-17T14:36:36.271Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource [2022-04-17T14:36:36.845Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource [2022-04-17T14:36:36.845Z] [exec] JDBC resource jdbc/localdatasource deleted successfully [2022-04-17T14:36:36.845Z] [echo] cmd executed for server [2022-04-17T14:36:36.845Z] [2022-04-17T14:36:36.845Z] setOSConditions: [2022-04-17T14:36:36.845Z] [2022-04-17T14:36:36.845Z] setToolWin: [2022-04-17T14:36:36.845Z] [2022-04-17T14:36:36.845Z] setToolUnix: [2022-04-17T14:36:36.845Z] [2022-04-17T14:36:36.845Z] setToolProperty: [2022-04-17T14:36:36.845Z] [2022-04-17T14:36:36.845Z] setS1ASclassPath: [2022-04-17T14:36:36.845Z] [2022-04-17T14:36:36.845Z] init-common: [2022-04-17T14:36:36.845Z] [2022-04-17T14:36:36.845Z] delete-jdbc-connpool-common: [2022-04-17T14:36:36.845Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool [2022-04-17T14:36:37.101Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:37.101Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully [2022-04-17T14:36:37.101Z] [echo] cmd executed for server [2022-04-17T14:36:37.101Z] [2022-04-17T14:36:37.101Z] setOSConditions: [2022-04-17T14:36:37.101Z] [2022-04-17T14:36:37.101Z] setToolWin: [2022-04-17T14:36:37.101Z] [2022-04-17T14:36:37.101Z] setToolUnix: [2022-04-17T14:36:37.101Z] [2022-04-17T14:36:37.101Z] setToolProperty: [2022-04-17T14:36:37.101Z] [2022-04-17T14:36:37.101Z] setS1ASclassPath: [2022-04-17T14:36:37.101Z] [2022-04-17T14:36:37.101Z] init-common: [2022-04-17T14:36:37.101Z] [2022-04-17T14:36:37.101Z] undeploy-common: [2022-04-17T14:36:37.663Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] all: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setOSConditions: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setToolWin: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setToolUnix: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setToolProperty: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setS1ASclassPath: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] init-common: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] clean: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setOSConditions: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setToolWin: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setToolUnix: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setToolProperty: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setS1ASclassPath: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] init-common: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] clean-common: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setOSConditions: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setToolWin: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setToolUnix: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setToolProperty: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] setS1ASclassPath: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] init-common: [2022-04-17T14:36:37.663Z] [2022-04-17T14:36:37.663Z] clean-classes-common: [2022-04-17T14:36:37.664Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] setOSConditions: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] setToolWin: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] setToolUnix: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] setToolProperty: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] setS1ASclassPath: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] init-common: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] clean-jars-common: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] compile: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] setOSConditions: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] setToolWin: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] setToolUnix: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] setToolProperty: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] setS1ASclassPath: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] init-common: [2022-04-17T14:36:37.664Z] [2022-04-17T14:36:37.664Z] compile-common: [2022-04-17T14:36:37.664Z] [echo] Current time (ISO): 2022-04-17T14:36:37.463+0000 [2022-04-17T14:36:37.664Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:36:37.664Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:36:39.573Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:36:39.573Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:36:39.573Z] [javac] return new Integer(1); [2022-04-17T14:36:39.573Z] [javac] ^ [2022-04-17T14:36:39.573Z] [javac] 2 warnings [2022-04-17T14:36:39.573Z] [2022-04-17T14:36:39.573Z] setOSConditions: [2022-04-17T14:36:39.573Z] [2022-04-17T14:36:39.573Z] setToolWin: [2022-04-17T14:36:39.573Z] [2022-04-17T14:36:39.573Z] setToolUnix: [2022-04-17T14:36:39.573Z] [2022-04-17T14:36:39.573Z] setToolProperty: [2022-04-17T14:36:39.573Z] [2022-04-17T14:36:39.573Z] setS1ASclassPath: [2022-04-17T14:36:39.573Z] [2022-04-17T14:36:39.573Z] init-common: [2022-04-17T14:36:39.573Z] [2022-04-17T14:36:39.573Z] compile-common: [2022-04-17T14:36:39.573Z] [echo] Current time (ISO): 2022-04-17T14:36:39.565+0000 [2022-04-17T14:36:39.574Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:36:41.475Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:36:41.475Z] [javac] 1 warning [2022-04-17T14:36:41.475Z] [2022-04-17T14:36:41.475Z] setOSConditions: [2022-04-17T14:36:41.475Z] [2022-04-17T14:36:41.475Z] setToolWin: [2022-04-17T14:36:41.475Z] [2022-04-17T14:36:41.475Z] setToolUnix: [2022-04-17T14:36:41.475Z] [2022-04-17T14:36:41.475Z] setToolProperty: [2022-04-17T14:36:41.475Z] [2022-04-17T14:36:41.475Z] setS1ASclassPath: [2022-04-17T14:36:41.475Z] [2022-04-17T14:36:41.475Z] init-common: [2022-04-17T14:36:41.475Z] [2022-04-17T14:36:41.475Z] compile-common: [2022-04-17T14:36:41.475Z] [echo] Current time (ISO): 2022-04-17T14:36:41.411+0000 [2022-04-17T14:36:41.475Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:36:44.000Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:36:44.000Z] [javac] 1 warning [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] build: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] setOSConditions: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] fixFiles: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] convUnix: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] convWin: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] setToolWin: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] setToolUnix: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] setToolProperty: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] setS1ASclassPath: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] init-common: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] package-persistence-common: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] ejb-jar-common: [2022-04-17T14:36:44.000Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] package-ejbjar-common: [2022-04-17T14:36:44.000Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:44.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:44.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:44.000Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsql-ejb.jar [2022-04-17T14:36:44.000Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] appclient-jar-common: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] package-appclientjar-common: [2022-04-17T14:36:44.000Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:44.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:44.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:44.000Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsql-client.jar [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] webclient-war-common: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] build-ear-common: [2022-04-17T14:36:44.000Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:36:44.000Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlApp.ear [2022-04-17T14:36:44.000Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/logger/sql-trace-listener.jar [2022-04-17T14:36:44.000Z] [copyfile] DEPRECATED - The copyfile task is deprecated. Use copy instead. [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] restart-server: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] setOSConditions: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] stop-server: [2022-04-17T14:36:44.000Z] [2022-04-17T14:36:44.000Z] stop-server-unix: [2022-04-17T14:36:44.000Z] [echo] stopping server on unix ... [2022-04-17T14:36:48.179Z] [exec] Waiting for the domain to stop . [2022-04-17T14:36:48.179Z] [exec] Command stop-domain executed successfully. [2022-04-17T14:36:58.122Z] [2022-04-17T14:36:58.122Z] stop-server-windows: [2022-04-17T14:37:03.378Z] [2022-04-17T14:37:03.378Z] setOSConditions: [2022-04-17T14:37:03.378Z] [2022-04-17T14:37:03.378Z] start-server: [2022-04-17T14:37:03.378Z] [echo] +-----------------------------+ [2022-04-17T14:37:03.378Z] [echo] | | [2022-04-17T14:37:03.378Z] [echo] | S T A R T I N G GLASSFISH | [2022-04-17T14:37:03.378Z] [echo] | in Felix mode | [2022-04-17T14:37:03.378Z] [echo] | | [2022-04-17T14:37:03.378Z] [echo] +-----------------------------+ [2022-04-17T14:37:03.378Z] [2022-04-17T14:37:03.378Z] start-server-unix: [2022-04-17T14:37:07.638Z] [exec] Waiting for domain1 to start .... [2022-04-17T14:37:07.638Z] [exec] Successfully started the domain : domain1 [2022-04-17T14:37:07.638Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T14:37:07.638Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T14:37:07.638Z] [exec] Admin Port: 4848 [2022-04-17T14:37:07.638Z] [exec] Command start-domain executed successfully. [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] start-server-windows: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] deploy: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setOSConditions: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setToolWin: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setToolUnix: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setToolProperty: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setS1ASclassPath: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] init-common: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] execute-sql-common: [2022-04-17T14:37:17.578Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/create_pointbase.sql [2022-04-17T14:37:17.578Z] [sql] Failed to execute: Drop table customer_stmt_wrapper [2022-04-17T14:37:17.578Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. [2022-04-17T14:37:17.578Z] [sql] 0 rows affected [2022-04-17T14:37:17.578Z] [sql] 1 rows affected [2022-04-17T14:37:17.578Z] [sql] 1 rows affected [2022-04-17T14:37:17.578Z] [sql] Failed to execute: Drop table sql_trace [2022-04-17T14:37:17.578Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SQL_TRACE' because it does not exist. [2022-04-17T14:37:17.578Z] [sql] 0 rows affected [2022-04-17T14:37:17.578Z] [sql] Failed to execute: Drop table null_entry_table [2022-04-17T14:37:17.578Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NULL_ENTRY_TABLE' because it does not exist. [2022-04-17T14:37:17.578Z] [sql] 0 rows affected [2022-04-17T14:37:17.578Z] [sql] Failed to execute: Drop table expected_sql_trace [2022-04-17T14:37:17.578Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPECTED_SQL_TRACE' because it does not exist. [2022-04-17T14:37:17.578Z] [sql] 0 rows affected [2022-04-17T14:37:17.578Z] [sql] 1 rows affected [2022-04-17T14:37:17.578Z] [sql] 1 rows affected [2022-04-17T14:37:17.578Z] [sql] 1 rows affected [2022-04-17T14:37:17.578Z] [sql] 1 rows affected [2022-04-17T14:37:17.578Z] [sql] 1 rows affected [2022-04-17T14:37:17.578Z] [sql] 1 rows affected [2022-04-17T14:37:17.578Z] [sql] 12 of 16 SQL statements executed successfully [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setOSConditions: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setToolWin: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setToolUnix: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setToolProperty: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setS1ASclassPath: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] init-common: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] deploy-jdbc-common: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setOSConditions: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setToolWin: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setToolUnix: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setToolProperty: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] setS1ASclassPath: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] init-common: [2022-04-17T14:37:17.578Z] [2022-04-17T14:37:17.578Z] create-jdbc-connpool-common: [2022-04-17T14:37:18.146Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:19.520Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:37:19.520Z] [2022-04-17T14:37:19.520Z] set-derby-connpool-props: [2022-04-17T14:37:20.083Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:37:20.083Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:37:20.646Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:37:20.646Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:37:20.903Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:37:20.903Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:37:21.465Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:37:21.465Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:37:21.722Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:37:21.722Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:37:22.285Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:37:22.285Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:37:22.542Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:37:22.542Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:37:22.798Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:37:23.055Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:37:23.055Z] [2022-04-17T14:37:23.055Z] setOSConditions: [2022-04-17T14:37:23.055Z] [2022-04-17T14:37:23.055Z] setToolWin: [2022-04-17T14:37:23.055Z] [2022-04-17T14:37:23.055Z] setToolUnix: [2022-04-17T14:37:23.055Z] [2022-04-17T14:37:23.055Z] setToolProperty: [2022-04-17T14:37:23.055Z] [2022-04-17T14:37:23.055Z] setS1ASclassPath: [2022-04-17T14:37:23.055Z] [2022-04-17T14:37:23.055Z] init-common: [2022-04-17T14:37:23.055Z] [2022-04-17T14:37:23.055Z] create-jdbc-resource-common: [2022-04-17T14:37:23.055Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:23.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:23.596Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:37:23.596Z] [echo] cmd executed for server [2022-04-17T14:37:23.596Z] [2022-04-17T14:37:23.596Z] asadmin-common: [2022-04-17T14:37:23.596Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:23.851Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:37:23.851Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql-trace-listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] setOSConditions: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] setToolWin: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] setToolUnix: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] setToolProperty: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] setS1ASclassPath: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] init-common: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] deploy-jdbc-common: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] setOSConditions: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] setToolWin: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] setToolUnix: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] setToolProperty: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] setS1ASclassPath: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] init-common: [2022-04-17T14:37:23.851Z] [2022-04-17T14:37:23.851Z] create-jdbc-connpool-common: [2022-04-17T14:37:24.436Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:24.436Z] [exec] JDBC connection pool tracingsql-pool created successfully. [2022-04-17T14:37:24.436Z] [2022-04-17T14:37:24.436Z] set-derby-connpool-props: [2022-04-17T14:37:24.691Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:24.691Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.User=dbuser [2022-04-17T14:37:25.254Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:25.254Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.Password=dbpassword [2022-04-17T14:37:25.843Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:25.843Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.driverType=4 [2022-04-17T14:37:26.102Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:26.102Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.portNumber=1527 [2022-04-17T14:37:26.665Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:26.665Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.dataBaseName=testdb [2022-04-17T14:37:26.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:27.195Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:37:27.451Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:27.451Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.create=true [2022-04-17T14:37:28.043Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:28.043Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.serverName=localhost [2022-04-17T14:37:28.043Z] [2022-04-17T14:37:28.043Z] setOSConditions: [2022-04-17T14:37:28.043Z] [2022-04-17T14:37:28.043Z] setToolWin: [2022-04-17T14:37:28.043Z] [2022-04-17T14:37:28.043Z] setToolUnix: [2022-04-17T14:37:28.043Z] [2022-04-17T14:37:28.043Z] setToolProperty: [2022-04-17T14:37:28.043Z] [2022-04-17T14:37:28.043Z] setS1ASclassPath: [2022-04-17T14:37:28.043Z] [2022-04-17T14:37:28.043Z] init-common: [2022-04-17T14:37:28.043Z] [2022-04-17T14:37:28.043Z] create-jdbc-resource-common: [2022-04-17T14:37:28.043Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:28.300Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:28.300Z] [exec] JDBC resource jdbc/tracingsql-res created successfully. [2022-04-17T14:37:28.300Z] [echo] cmd executed for server [2022-04-17T14:37:28.300Z] [2022-04-17T14:37:28.300Z] asadmin-common: [2022-04-17T14:37:28.300Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:29.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:29.239Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.non-transactional-connections=true [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] setOSConditions: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] setToolWin: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] setToolUnix: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] setToolProperty: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] setS1ASclassPath: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] init-common: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] deploy-common: [2022-04-17T14:37:29.239Z] [echo] Current time (ISO): 2022-04-17T14:37:28.868+0000 [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] setOSConditions: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] setToolWin: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] setToolUnix: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] setToolProperty: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] setS1ASclassPath: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] init-common: [2022-04-17T14:37:29.239Z] [2022-04-17T14:37:29.239Z] deploy-common-pe: [2022-04-17T14:37:29.495Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlApp.ear [2022-04-17T14:37:33.714Z] [exec] Application deployed with name ejb-bmp-tracingsqlApp. [2022-04-17T14:37:33.714Z] [echo] Deployment on target server server successful [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] setOSConditions: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] setToolWin: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] setToolUnix: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] setToolProperty: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] setS1ASclassPath: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] init-common: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] deploy-common-ee: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] run: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] setOSConditions: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] setToolWin: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] setToolUnix: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] setToolProperty: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] setS1ASclassPath: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] init-common: [2022-04-17T14:37:33.714Z] [2022-04-17T14:37:33.714Z] runclient-common: [2022-04-17T14:37:33.714Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:37:34.276Z] [exec] Apr 17, 2022 2:37:33 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:37:34.276Z] [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. [2022-04-17T14:37:39.619Z] [exec] Value of key is: preparedStatementTest : [2022-04-17T14:37:39.619Z] [exec] Value of key is: Sql Tracing Test : [2022-04-17T14:37:39.619Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:37:39.619Z] [exec] [2022-04-17T14:37:39.619Z] [exec] [2022-04-17T14:37:39.619Z] [exec] ----------------------------------------- [2022-04-17T14:37:39.619Z] [exec] - Sql Tracing Test : : PASS - [2022-04-17T14:37:39.619Z] [exec] - preparedStatementTest : : PASS - [2022-04-17T14:37:39.619Z] [exec] ----------------------------------------- [2022-04-17T14:37:39.619Z] [exec] Total PASS: 2 [2022-04-17T14:37:39.619Z] [exec] Total FAIL: 0 [2022-04-17T14:37:39.619Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:37:39.619Z] [exec] ----------------------------------------- [2022-04-17T14:37:39.619Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:37:39.619Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:37:39.875Z] [2022-04-17T14:37:39.875Z] checkReporting-common: [2022-04-17T14:37:39.875Z] [2022-04-17T14:37:39.875Z] confirmReportPresent-common: [2022-04-17T14:37:39.875Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:37:39.875Z] [echo] Test seems to be reported fine [2022-04-17T14:37:39.875Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/RepRunConf.txt [2022-04-17T14:37:39.875Z] [2022-04-17T14:37:39.875Z] confirmMissingReport-common: [2022-04-17T14:37:39.875Z] [2022-04-17T14:37:39.875Z] asadmin-common: [2022-04-17T14:37:39.875Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:40.131Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:37:40.131Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql-trace-listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger,com.sun.gjc.util.SQLTraceLogger [2022-04-17T14:37:40.131Z] [2022-04-17T14:37:40.131Z] setOSConditions: [2022-04-17T14:37:40.131Z] [2022-04-17T14:37:40.131Z] setToolWin: [2022-04-17T14:37:40.131Z] [2022-04-17T14:37:40.131Z] setToolUnix: [2022-04-17T14:37:40.131Z] [2022-04-17T14:37:40.131Z] setToolProperty: [2022-04-17T14:37:40.131Z] [2022-04-17T14:37:40.131Z] setS1ASclassPath: [2022-04-17T14:37:40.131Z] [2022-04-17T14:37:40.131Z] init-common: [2022-04-17T14:37:40.131Z] [2022-04-17T14:37:40.131Z] execute-sql-common: [2022-04-17T14:37:40.131Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/recreate_sql_trace_table.sql [2022-04-17T14:37:40.131Z] [sql] 0 rows affected [2022-04-17T14:37:40.132Z] [sql] 0 rows affected [2022-04-17T14:37:40.132Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:37:40.389Z] [2022-04-17T14:37:40.389Z] setOSConditions: [2022-04-17T14:37:40.389Z] [2022-04-17T14:37:40.389Z] setToolWin: [2022-04-17T14:37:40.389Z] [2022-04-17T14:37:40.389Z] setToolUnix: [2022-04-17T14:37:40.389Z] [2022-04-17T14:37:40.389Z] setToolProperty: [2022-04-17T14:37:40.389Z] [2022-04-17T14:37:40.389Z] setS1ASclassPath: [2022-04-17T14:37:40.389Z] [2022-04-17T14:37:40.389Z] init-common: [2022-04-17T14:37:40.389Z] [2022-04-17T14:37:40.389Z] runclient-common: [2022-04-17T14:37:40.389Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:37:41.339Z] [exec] Apr 17, 2022 2:37:41 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:37:41.339Z] [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. [2022-04-17T14:37:44.614Z] [exec] Value of key is: preparedStatementTest : [2022-04-17T14:37:44.614Z] [exec] Value of key is: Sql Tracing Test : [2022-04-17T14:37:44.614Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:37:44.891Z] [exec] [2022-04-17T14:37:44.891Z] [exec] [2022-04-17T14:37:44.891Z] [exec] ----------------------------------------- [2022-04-17T14:37:44.891Z] [exec] - Sql Tracing Test : : PASS - [2022-04-17T14:37:44.891Z] [exec] - preparedStatementTest : : PASS - [2022-04-17T14:37:44.891Z] [exec] ----------------------------------------- [2022-04-17T14:37:44.891Z] [exec] Total PASS: 2 [2022-04-17T14:37:44.891Z] [exec] Total FAIL: 0 [2022-04-17T14:37:44.891Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:37:44.891Z] [exec] ----------------------------------------- [2022-04-17T14:37:44.891Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:37:44.891Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] checkReporting-common: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] confirmReportPresent-common: [2022-04-17T14:37:45.147Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:37:45.147Z] [echo] Test seems to be reported fine [2022-04-17T14:37:45.147Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/RepRunConf.txt [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] confirmMissingReport-common: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] undeploy: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setOSConditions: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setToolWin: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setToolUnix: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setToolProperty: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setS1ASclassPath: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] init-common: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] execute-sql-common: [2022-04-17T14:37:45.147Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/drop_pointbase.sql [2022-04-17T14:37:45.147Z] [sql] 0 rows affected [2022-04-17T14:37:45.147Z] [sql] 0 rows affected [2022-04-17T14:37:45.147Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setOSConditions: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setToolWin: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setToolUnix: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setToolProperty: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setS1ASclassPath: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] init-common: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] undeploy-jdbc-common: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setOSConditions: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setToolWin: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setToolUnix: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setToolProperty: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] setS1ASclassPath: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] init-common: [2022-04-17T14:37:45.147Z] [2022-04-17T14:37:45.147Z] delete-jdbc-resource-common: [2022-04-17T14:37:45.147Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:37:45.746Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:37:45.746Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:37:45.746Z] [echo] cmd executed for server [2022-04-17T14:37:45.746Z] [2022-04-17T14:37:45.746Z] setOSConditions: [2022-04-17T14:37:45.746Z] [2022-04-17T14:37:45.746Z] setToolWin: [2022-04-17T14:37:45.746Z] [2022-04-17T14:37:45.746Z] setToolUnix: [2022-04-17T14:37:45.746Z] [2022-04-17T14:37:45.746Z] setToolProperty: [2022-04-17T14:37:45.746Z] [2022-04-17T14:37:45.746Z] setS1ASclassPath: [2022-04-17T14:37:45.746Z] [2022-04-17T14:37:45.746Z] init-common: [2022-04-17T14:37:45.746Z] [2022-04-17T14:37:45.746Z] delete-jdbc-connpool-common: [2022-04-17T14:37:45.746Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:37:46.011Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:46.011Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:37:46.011Z] [echo] cmd executed for server [2022-04-17T14:37:46.011Z] [2022-04-17T14:37:46.011Z] setOSConditions: [2022-04-17T14:37:46.011Z] [2022-04-17T14:37:46.011Z] setToolWin: [2022-04-17T14:37:46.011Z] [2022-04-17T14:37:46.011Z] setToolUnix: [2022-04-17T14:37:46.011Z] [2022-04-17T14:37:46.011Z] setToolProperty: [2022-04-17T14:37:46.011Z] [2022-04-17T14:37:46.011Z] setS1ASclassPath: [2022-04-17T14:37:46.011Z] [2022-04-17T14:37:46.011Z] init-common: [2022-04-17T14:37:46.011Z] [2022-04-17T14:37:46.011Z] delete-jdbc-resource-common: [2022-04-17T14:37:46.011Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/tracingsql-res [2022-04-17T14:37:46.574Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:46.574Z] [exec] JDBC resource jdbc/tracingsql-res deleted successfully [2022-04-17T14:37:46.574Z] [echo] cmd executed for server [2022-04-17T14:37:46.574Z] [2022-04-17T14:37:46.574Z] setOSConditions: [2022-04-17T14:37:46.574Z] [2022-04-17T14:37:46.574Z] setToolWin: [2022-04-17T14:37:46.574Z] [2022-04-17T14:37:46.574Z] setToolUnix: [2022-04-17T14:37:46.574Z] [2022-04-17T14:37:46.574Z] setToolProperty: [2022-04-17T14:37:46.574Z] [2022-04-17T14:37:46.574Z] setS1ASclassPath: [2022-04-17T14:37:46.574Z] [2022-04-17T14:37:46.574Z] init-common: [2022-04-17T14:37:46.574Z] [2022-04-17T14:37:46.574Z] delete-jdbc-connpool-common: [2022-04-17T14:37:46.574Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true tracingsql-pool [2022-04-17T14:37:47.144Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:37:47.144Z] [exec] JDBC Connection pool tracingsql-pool deleted successfully [2022-04-17T14:37:47.144Z] [echo] cmd executed for server [2022-04-17T14:37:47.144Z] [2022-04-17T14:37:47.144Z] setOSConditions: [2022-04-17T14:37:47.144Z] [2022-04-17T14:37:47.144Z] setToolWin: [2022-04-17T14:37:47.144Z] [2022-04-17T14:37:47.144Z] setToolUnix: [2022-04-17T14:37:47.144Z] [2022-04-17T14:37:47.144Z] setToolProperty: [2022-04-17T14:37:47.144Z] [2022-04-17T14:37:47.144Z] setS1ASclassPath: [2022-04-17T14:37:47.144Z] [2022-04-17T14:37:47.144Z] init-common: [2022-04-17T14:37:47.144Z] [2022-04-17T14:37:47.144Z] undeploy-common: [2022-04-17T14:37:47.400Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:37:47.400Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/lib/sql-trace-listener.jar [2022-04-17T14:37:47.400Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/logger/sql-trace-listener.jar [2022-04-17T14:37:47.400Z] [2022-04-17T14:37:47.400Z] restart-server: [2022-04-17T14:37:47.400Z] [2022-04-17T14:37:47.400Z] setOSConditions: [2022-04-17T14:37:47.400Z] [2022-04-17T14:37:47.400Z] stop-server: [2022-04-17T14:37:47.400Z] [2022-04-17T14:37:47.400Z] stop-server-unix: [2022-04-17T14:37:47.400Z] [echo] stopping server on unix ... [2022-04-17T14:37:48.768Z] [exec] Waiting for the domain to stop . [2022-04-17T14:37:48.768Z] [exec] Command stop-domain executed successfully. [2022-04-17T14:37:58.737Z] [2022-04-17T14:37:58.738Z] stop-server-windows: [2022-04-17T14:38:04.002Z] [2022-04-17T14:38:04.002Z] setOSConditions: [2022-04-17T14:38:04.002Z] [2022-04-17T14:38:04.002Z] start-server: [2022-04-17T14:38:04.002Z] [echo] +-----------------------------+ [2022-04-17T14:38:04.002Z] [echo] | | [2022-04-17T14:38:04.002Z] [echo] | S T A R T I N G GLASSFISH | [2022-04-17T14:38:04.002Z] [echo] | in Felix mode | [2022-04-17T14:38:04.002Z] [echo] | | [2022-04-17T14:38:04.002Z] [echo] +-----------------------------+ [2022-04-17T14:38:04.002Z] [2022-04-17T14:38:04.002Z] start-server-unix: [2022-04-17T14:38:08.237Z] [exec] Waiting for domain1 to start .... [2022-04-17T14:38:08.237Z] [exec] Successfully started the domain : domain1 [2022-04-17T14:38:08.237Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T14:38:08.237Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T14:38:08.237Z] [exec] Admin Port: 4848 [2022-04-17T14:38:08.237Z] [exec] Command start-domain executed successfully. [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] start-server-windows: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] all: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setOSConditions: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolWin: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolUnix: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolProperty: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setS1ASclassPath: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] init-common: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] clean: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setOSConditions: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolWin: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolUnix: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolProperty: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setS1ASclassPath: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] init-common: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] clean-common: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setOSConditions: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolWin: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolUnix: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolProperty: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setS1ASclassPath: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] init-common: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] clean-classes-common: [2022-04-17T14:38:18.189Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setOSConditions: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolWin: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolUnix: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolProperty: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setS1ASclassPath: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] init-common: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] clean-jars-common: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] compile: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setOSConditions: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolWin: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolUnix: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setToolProperty: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] setS1ASclassPath: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] init-common: [2022-04-17T14:38:18.189Z] [2022-04-17T14:38:18.189Z] compile-common: [2022-04-17T14:38:18.189Z] [echo] Current time (ISO): 2022-04-17T14:38:18.067+0000 [2022-04-17T14:38:18.189Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:38:18.189Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:38:20.100Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:38:20.100Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:20.100Z] [javac] return new Integer(1); [2022-04-17T14:38:20.100Z] [javac] ^ [2022-04-17T14:38:20.100Z] [javac] 2 warnings [2022-04-17T14:38:20.100Z] [2022-04-17T14:38:20.100Z] setOSConditions: [2022-04-17T14:38:20.100Z] [2022-04-17T14:38:20.100Z] setToolWin: [2022-04-17T14:38:20.100Z] [2022-04-17T14:38:20.100Z] setToolUnix: [2022-04-17T14:38:20.100Z] [2022-04-17T14:38:20.100Z] setToolProperty: [2022-04-17T14:38:20.100Z] [2022-04-17T14:38:20.100Z] setS1ASclassPath: [2022-04-17T14:38:20.100Z] [2022-04-17T14:38:20.100Z] init-common: [2022-04-17T14:38:20.100Z] [2022-04-17T14:38:20.100Z] compile-common: [2022-04-17T14:38:20.100Z] [echo] Current time (ISO): 2022-04-17T14:38:19.881+0000 [2022-04-17T14:38:20.100Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:38:21.468Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:38:21.468Z] [javac] 1 warning [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] build: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] setOSConditions: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] fixFiles: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] convUnix: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] convWin: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] setToolWin: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] setToolUnix: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] setToolProperty: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] setS1ASclassPath: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] init-common: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] package-persistence-common: [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] ejb-jar-common: [2022-04-17T14:38:21.739Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:38:21.739Z] [2022-04-17T14:38:21.739Z] package-ejbjar-common: [2022-04-17T14:38:21.739Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:21.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:21.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:21.740Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40-ejb.jar [2022-04-17T14:38:21.740Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] appclient-jar-common: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] package-appclientjar-common: [2022-04-17T14:38:21.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:21.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:21.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:21.740Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40-client.jar [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] webclient-war-common: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] build-ear-common: [2022-04-17T14:38:21.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:21.740Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40App.ear [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] deploy: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setOSConditions: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setToolWin: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setToolUnix: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setToolProperty: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setS1ASclassPath: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] init-common: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] execute-sql-common: [2022-04-17T14:38:21.740Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/datasource40/sql/create_pointbase.sql [2022-04-17T14:38:21.740Z] [sql] 0 of 0 SQL statements executed successfully [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setOSConditions: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setToolWin: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setToolUnix: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setToolProperty: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setS1ASclassPath: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] init-common: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] deploy-jdbc-common: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setOSConditions: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setToolWin: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setToolUnix: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setToolProperty: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] setS1ASclassPath: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] init-common: [2022-04-17T14:38:21.740Z] [2022-04-17T14:38:21.740Z] create-jdbc-connpool-common: [2022-04-17T14:38:21.996Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:23.372Z] [exec] JDBC connection pool ds-pool created successfully. [2022-04-17T14:38:23.372Z] [2022-04-17T14:38:23.372Z] set-derby-connpool-props: [2022-04-17T14:38:23.946Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:23.946Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.User=dbuser [2022-04-17T14:38:24.201Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:24.201Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.Password=dbpassword [2022-04-17T14:38:24.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:24.762Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.driverType=4 [2022-04-17T14:38:25.019Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:25.019Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.portNumber=1527 [2022-04-17T14:38:25.580Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:25.580Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.dataBaseName=testdb [2022-04-17T14:38:25.837Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:25.837Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:38:26.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:26.399Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.create=true [2022-04-17T14:38:26.661Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:26.661Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.serverName=localhost [2022-04-17T14:38:26.661Z] [2022-04-17T14:38:26.661Z] setOSConditions: [2022-04-17T14:38:26.661Z] [2022-04-17T14:38:26.661Z] setToolWin: [2022-04-17T14:38:26.661Z] [2022-04-17T14:38:26.661Z] setToolUnix: [2022-04-17T14:38:26.661Z] [2022-04-17T14:38:26.661Z] setToolProperty: [2022-04-17T14:38:26.661Z] [2022-04-17T14:38:26.661Z] setS1ASclassPath: [2022-04-17T14:38:26.661Z] [2022-04-17T14:38:26.661Z] init-common: [2022-04-17T14:38:26.661Z] [2022-04-17T14:38:26.661Z] create-jdbc-resource-common: [2022-04-17T14:38:26.661Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:27.248Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:27.248Z] [exec] JDBC resource jdbc/ds-resource created successfully. [2022-04-17T14:38:27.248Z] [echo] cmd executed for server [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] setOSConditions: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] setToolWin: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] setToolUnix: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] setToolProperty: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] setS1ASclassPath: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] init-common: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] deploy-jdbc-common: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] setOSConditions: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] setToolWin: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] setToolUnix: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] setToolProperty: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] setS1ASclassPath: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] init-common: [2022-04-17T14:38:27.248Z] [2022-04-17T14:38:27.248Z] create-jdbc-connpool-common: [2022-04-17T14:38:27.504Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:27.504Z] [exec] JDBC connection pool xa-pool created successfully. [2022-04-17T14:38:27.504Z] [2022-04-17T14:38:27.504Z] set-derby-connpool-props: [2022-04-17T14:38:28.067Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:28.067Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.User=dbuser [2022-04-17T14:38:28.324Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:28.324Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.Password=dbpassword [2022-04-17T14:38:28.887Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:28.887Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.driverType=4 [2022-04-17T14:38:29.144Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:29.144Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.portNumber=1527 [2022-04-17T14:38:29.737Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:29.737Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.dataBaseName=testdb [2022-04-17T14:38:29.993Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:29.993Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:38:30.249Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:30.249Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.create=true [2022-04-17T14:38:30.843Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:30.843Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.serverName=localhost [2022-04-17T14:38:30.843Z] [2022-04-17T14:38:30.843Z] setOSConditions: [2022-04-17T14:38:30.843Z] [2022-04-17T14:38:30.843Z] setToolWin: [2022-04-17T14:38:30.843Z] [2022-04-17T14:38:30.843Z] setToolUnix: [2022-04-17T14:38:30.843Z] [2022-04-17T14:38:30.843Z] setToolProperty: [2022-04-17T14:38:30.843Z] [2022-04-17T14:38:30.843Z] setS1ASclassPath: [2022-04-17T14:38:30.843Z] [2022-04-17T14:38:30.843Z] init-common: [2022-04-17T14:38:30.843Z] [2022-04-17T14:38:30.843Z] create-jdbc-resource-common: [2022-04-17T14:38:30.843Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:31.098Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:31.098Z] [exec] JDBC resource jdbc/xa-resource created successfully. [2022-04-17T14:38:31.098Z] [echo] cmd executed for server [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] setOSConditions: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] setToolWin: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] setToolUnix: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] setToolProperty: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] setS1ASclassPath: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] init-common: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] deploy-jdbc-common: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] setOSConditions: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] setToolWin: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] setToolUnix: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] setToolProperty: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.098Z] setS1ASclassPath: [2022-04-17T14:38:31.098Z] [2022-04-17T14:38:31.099Z] init-common: [2022-04-17T14:38:31.099Z] [2022-04-17T14:38:31.099Z] create-jdbc-connpool-common: [2022-04-17T14:38:31.661Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:31.661Z] [exec] JDBC connection pool cp-pool created successfully. [2022-04-17T14:38:31.661Z] [2022-04-17T14:38:31.661Z] set-derby-connpool-props: [2022-04-17T14:38:31.917Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:31.917Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.User=dbuser [2022-04-17T14:38:32.480Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:32.480Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.Password=dbpassword [2022-04-17T14:38:32.739Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:32.739Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.driverType=4 [2022-04-17T14:38:32.995Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:32.995Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.portNumber=1527 [2022-04-17T14:38:33.561Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:33.561Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.dataBaseName=testdb [2022-04-17T14:38:33.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:33.820Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:38:34.382Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:34.382Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.create=true [2022-04-17T14:38:34.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:34.639Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.serverName=localhost [2022-04-17T14:38:34.639Z] [2022-04-17T14:38:34.639Z] setOSConditions: [2022-04-17T14:38:34.639Z] [2022-04-17T14:38:34.639Z] setToolWin: [2022-04-17T14:38:34.639Z] [2022-04-17T14:38:34.639Z] setToolUnix: [2022-04-17T14:38:34.639Z] [2022-04-17T14:38:34.639Z] setToolProperty: [2022-04-17T14:38:34.639Z] [2022-04-17T14:38:34.639Z] setS1ASclassPath: [2022-04-17T14:38:34.639Z] [2022-04-17T14:38:34.639Z] init-common: [2022-04-17T14:38:34.639Z] [2022-04-17T14:38:34.639Z] create-jdbc-resource-common: [2022-04-17T14:38:34.639Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:35.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:35.238Z] [exec] JDBC resource jdbc/cp-resource created successfully. [2022-04-17T14:38:35.238Z] [echo] cmd executed for server [2022-04-17T14:38:35.238Z] [2022-04-17T14:38:35.238Z] asadmin-common: [2022-04-17T14:38:35.238Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:35.494Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:35.494Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.steady-pool-size=1 [2022-04-17T14:38:35.494Z] [2022-04-17T14:38:35.494Z] asadmin-common: [2022-04-17T14:38:35.494Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:35.750Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:35.750Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.max-pool-size=1 [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] setOSConditions: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] setToolWin: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] setToolUnix: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] setToolProperty: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] setS1ASclassPath: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] init-common: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] deploy-common: [2022-04-17T14:38:35.750Z] [echo] Current time (ISO): 2022-04-17T14:38:35.721+0000 [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] setOSConditions: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] setToolWin: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] setToolUnix: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] setToolProperty: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] setS1ASclassPath: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] init-common: [2022-04-17T14:38:35.750Z] [2022-04-17T14:38:35.750Z] deploy-common-pe: [2022-04-17T14:38:36.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40App.ear [2022-04-17T14:38:39.617Z] [exec] Application deployed with name ejb-bmp-datasource40App. [2022-04-17T14:38:39.617Z] [echo] Deployment on target server server successful [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] setOSConditions: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] setToolWin: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] setToolUnix: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] setToolProperty: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] setS1ASclassPath: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] init-common: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] deploy-common-ee: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] run: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] setOSConditions: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] setToolWin: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] setToolUnix: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] setToolProperty: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] setS1ASclassPath: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] init-common: [2022-04-17T14:38:39.617Z] [2022-04-17T14:38:39.617Z] runclient-common: [2022-04-17T14:38:39.617Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:38:40.564Z] [exec] Apr 17, 2022 2:38:40 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:38:40.564Z] [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. [2022-04-17T14:38:44.758Z] [exec] Value of key is: test1 : [2022-04-17T14:38:44.758Z] [exec] Value of key is: test2 : [2022-04-17T14:38:44.758Z] [exec] Value of key is: test3 : [2022-04-17T14:38:44.758Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:38:44.758Z] [exec] [2022-04-17T14:38:44.758Z] [exec] [2022-04-17T14:38:44.758Z] [exec] ----------------------------------------- [2022-04-17T14:38:44.758Z] [exec] - test2 : : PASS - [2022-04-17T14:38:44.758Z] [exec] - test1 : : PASS - [2022-04-17T14:38:44.758Z] [exec] - test3 : : PASS - [2022-04-17T14:38:44.758Z] [exec] ----------------------------------------- [2022-04-17T14:38:44.758Z] [exec] Total PASS: 3 [2022-04-17T14:38:44.758Z] [exec] Total FAIL: 0 [2022-04-17T14:38:44.758Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:38:44.758Z] [exec] ----------------------------------------- [2022-04-17T14:38:44.758Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:38:44.758Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] checkReporting-common: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] confirmReportPresent-common: [2022-04-17T14:38:44.758Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:38:44.758Z] [echo] Test seems to be reported fine [2022-04-17T14:38:44.758Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/datasource40/RepRunConf.txt [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] confirmMissingReport-common: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] undeploy: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] setOSConditions: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] setToolWin: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] setToolUnix: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] setToolProperty: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] setS1ASclassPath: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] init-common: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] undeploy-jdbc-common: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] setOSConditions: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] setToolWin: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] setToolUnix: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] setToolProperty: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] setS1ASclassPath: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] init-common: [2022-04-17T14:38:44.758Z] [2022-04-17T14:38:44.758Z] delete-jdbc-resource-common: [2022-04-17T14:38:44.758Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/ds-resource [2022-04-17T14:38:45.343Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:45.343Z] [exec] JDBC resource jdbc/ds-resource deleted successfully [2022-04-17T14:38:45.343Z] [echo] cmd executed for server [2022-04-17T14:38:45.343Z] [2022-04-17T14:38:45.343Z] setOSConditions: [2022-04-17T14:38:45.343Z] [2022-04-17T14:38:45.343Z] setToolWin: [2022-04-17T14:38:45.343Z] [2022-04-17T14:38:45.343Z] setToolUnix: [2022-04-17T14:38:45.343Z] [2022-04-17T14:38:45.343Z] setToolProperty: [2022-04-17T14:38:45.343Z] [2022-04-17T14:38:45.343Z] setS1ASclassPath: [2022-04-17T14:38:45.343Z] [2022-04-17T14:38:45.343Z] init-common: [2022-04-17T14:38:45.343Z] [2022-04-17T14:38:45.343Z] delete-jdbc-connpool-common: [2022-04-17T14:38:45.343Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ds-pool [2022-04-17T14:38:45.599Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:45.599Z] [exec] JDBC Connection pool ds-pool deleted successfully [2022-04-17T14:38:45.599Z] [echo] cmd executed for server [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] setOSConditions: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] setToolWin: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] setToolUnix: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] setToolProperty: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] setS1ASclassPath: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] init-common: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] undeploy-jdbc-common: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] setOSConditions: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] setToolWin: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] setToolUnix: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] setToolProperty: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] setS1ASclassPath: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] init-common: [2022-04-17T14:38:45.599Z] [2022-04-17T14:38:45.599Z] delete-jdbc-resource-common: [2022-04-17T14:38:45.599Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/cp-resource [2022-04-17T14:38:46.162Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:46.162Z] [exec] JDBC resource jdbc/cp-resource deleted successfully [2022-04-17T14:38:46.162Z] [echo] cmd executed for server [2022-04-17T14:38:46.162Z] [2022-04-17T14:38:46.162Z] setOSConditions: [2022-04-17T14:38:46.162Z] [2022-04-17T14:38:46.162Z] setToolWin: [2022-04-17T14:38:46.162Z] [2022-04-17T14:38:46.162Z] setToolUnix: [2022-04-17T14:38:46.162Z] [2022-04-17T14:38:46.162Z] setToolProperty: [2022-04-17T14:38:46.162Z] [2022-04-17T14:38:46.162Z] setS1ASclassPath: [2022-04-17T14:38:46.162Z] [2022-04-17T14:38:46.162Z] init-common: [2022-04-17T14:38:46.162Z] [2022-04-17T14:38:46.162Z] delete-jdbc-connpool-common: [2022-04-17T14:38:46.162Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true cp-pool [2022-04-17T14:38:46.418Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:46.418Z] [exec] JDBC Connection pool cp-pool deleted successfully [2022-04-17T14:38:46.418Z] [echo] cmd executed for server [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] setOSConditions: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] setToolWin: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] setToolUnix: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] setToolProperty: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] setS1ASclassPath: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] init-common: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] undeploy-jdbc-common: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] setOSConditions: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] setToolWin: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] setToolUnix: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] setToolProperty: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] setS1ASclassPath: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] init-common: [2022-04-17T14:38:46.418Z] [2022-04-17T14:38:46.418Z] delete-jdbc-resource-common: [2022-04-17T14:38:46.418Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xa-resource [2022-04-17T14:38:46.981Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:46.981Z] [exec] JDBC resource jdbc/xa-resource deleted successfully [2022-04-17T14:38:46.981Z] [echo] cmd executed for server [2022-04-17T14:38:46.981Z] [2022-04-17T14:38:46.981Z] setOSConditions: [2022-04-17T14:38:46.981Z] [2022-04-17T14:38:46.981Z] setToolWin: [2022-04-17T14:38:46.981Z] [2022-04-17T14:38:46.981Z] setToolUnix: [2022-04-17T14:38:46.981Z] [2022-04-17T14:38:46.981Z] setToolProperty: [2022-04-17T14:38:46.981Z] [2022-04-17T14:38:46.981Z] setS1ASclassPath: [2022-04-17T14:38:46.981Z] [2022-04-17T14:38:46.981Z] init-common: [2022-04-17T14:38:46.981Z] [2022-04-17T14:38:46.981Z] delete-jdbc-connpool-common: [2022-04-17T14:38:46.981Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true xa-pool [2022-04-17T14:38:47.237Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:47.237Z] [exec] JDBC Connection pool xa-pool deleted successfully [2022-04-17T14:38:47.237Z] [echo] cmd executed for server [2022-04-17T14:38:47.237Z] [2022-04-17T14:38:47.237Z] setOSConditions: [2022-04-17T14:38:47.237Z] [2022-04-17T14:38:47.237Z] setToolWin: [2022-04-17T14:38:47.237Z] [2022-04-17T14:38:47.237Z] setToolUnix: [2022-04-17T14:38:47.237Z] [2022-04-17T14:38:47.237Z] setToolProperty: [2022-04-17T14:38:47.237Z] [2022-04-17T14:38:47.237Z] setS1ASclassPath: [2022-04-17T14:38:47.237Z] [2022-04-17T14:38:47.237Z] init-common: [2022-04-17T14:38:47.237Z] [2022-04-17T14:38:47.237Z] undeploy-common: [2022-04-17T14:38:47.801Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] all: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setOSConditions: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolWin: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolUnix: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolProperty: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setS1ASclassPath: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] init-common: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] clean: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setOSConditions: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolWin: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolUnix: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolProperty: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setS1ASclassPath: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] init-common: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] clean-common: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setOSConditions: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolWin: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolUnix: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolProperty: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setS1ASclassPath: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] init-common: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] clean-classes-common: [2022-04-17T14:38:47.801Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setOSConditions: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolWin: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolUnix: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolProperty: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setS1ASclassPath: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] init-common: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] clean-jars-common: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] compile: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setOSConditions: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolWin: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolUnix: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setToolProperty: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] setS1ASclassPath: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] init-common: [2022-04-17T14:38:47.801Z] [2022-04-17T14:38:47.801Z] compile-common: [2022-04-17T14:38:47.801Z] [echo] Current time (ISO): 2022-04-17T14:38:47.659+0000 [2022-04-17T14:38:47.801Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:38:47.801Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:38:49.702Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:38:49.702Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:49.702Z] [javac] return new Integer(1); [2022-04-17T14:38:49.702Z] [javac] ^ [2022-04-17T14:38:49.702Z] [javac] 2 warnings [2022-04-17T14:38:49.702Z] [2022-04-17T14:38:49.702Z] setOSConditions: [2022-04-17T14:38:49.702Z] [2022-04-17T14:38:49.702Z] setToolWin: [2022-04-17T14:38:49.702Z] [2022-04-17T14:38:49.702Z] setToolUnix: [2022-04-17T14:38:49.702Z] [2022-04-17T14:38:49.702Z] setToolProperty: [2022-04-17T14:38:49.702Z] [2022-04-17T14:38:49.702Z] setS1ASclassPath: [2022-04-17T14:38:49.702Z] [2022-04-17T14:38:49.702Z] init-common: [2022-04-17T14:38:49.702Z] [2022-04-17T14:38:49.702Z] compile-common: [2022-04-17T14:38:49.702Z] [echo] Current time (ISO): 2022-04-17T14:38:49.342+0000 [2022-04-17T14:38:49.702Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:38:51.105Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:38:51.105Z] [javac] 1 warning [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] build: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] setOSConditions: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] fixFiles: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] convUnix: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] convWin: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] setToolWin: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] setToolUnix: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] setToolProperty: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] setS1ASclassPath: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] init-common: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] package-persistence-common: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] ejb-jar-common: [2022-04-17T14:38:51.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] package-ejbjar-common: [2022-04-17T14:38:51.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:51.105Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:51.105Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:51.105Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-ejb.jar [2022-04-17T14:38:51.105Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] appclient-jar-common: [2022-04-17T14:38:51.105Z] [2022-04-17T14:38:51.105Z] package-appclientjar-common: [2022-04-17T14:38:51.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:51.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:51.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:51.106Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-client.jar [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] webclient-war-common: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] build-ear-common: [2022-04-17T14:38:51.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:38:51.106Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalApp.ear [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] deploy: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setOSConditions: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setToolWin: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setToolUnix: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setToolProperty: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setS1ASclassPath: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] init-common: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] create-jdbc-stuff: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setOSConditions: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setToolWin: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setToolUnix: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setToolProperty: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setS1ASclassPath: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] init-common: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] deploy-jdbc-common: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setOSConditions: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setToolWin: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setToolUnix: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setToolProperty: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] setS1ASclassPath: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] init-common: [2022-04-17T14:38:51.106Z] [2022-04-17T14:38:51.106Z] create-jdbc-connpool-common: [2022-04-17T14:38:51.670Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:51.670Z] [exec] JDBC connection pool jdbc-customval created successfully. [2022-04-17T14:38:51.670Z] [2022-04-17T14:38:51.670Z] set-derby-connpool-props: [2022-04-17T14:38:51.941Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:51.941Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser [2022-04-17T14:38:52.503Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:52.503Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword [2022-04-17T14:38:52.759Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:52.759Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 [2022-04-17T14:38:53.016Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:53.290Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 [2022-04-17T14:38:53.546Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:53.546Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb [2022-04-17T14:38:54.137Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:54.138Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:38:54.394Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:54.394Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true [2022-04-17T14:38:54.651Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:54.651Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost [2022-04-17T14:38:54.651Z] [2022-04-17T14:38:54.651Z] setOSConditions: [2022-04-17T14:38:54.651Z] [2022-04-17T14:38:54.651Z] setToolWin: [2022-04-17T14:38:54.651Z] [2022-04-17T14:38:54.651Z] setToolUnix: [2022-04-17T14:38:54.651Z] [2022-04-17T14:38:54.651Z] setToolProperty: [2022-04-17T14:38:54.651Z] [2022-04-17T14:38:54.651Z] setS1ASclassPath: [2022-04-17T14:38:54.651Z] [2022-04-17T14:38:54.651Z] init-common: [2022-04-17T14:38:54.651Z] [2022-04-17T14:38:54.651Z] create-jdbc-resource-common: [2022-04-17T14:38:54.651Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:55.237Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:38:55.237Z] [exec] JDBC resource jdbc/customvalDB created successfully. [2022-04-17T14:38:55.237Z] [echo] cmd executed for server [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] setOSConditions: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] setToolWin: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] setToolUnix: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] setToolProperty: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] setS1ASclassPath: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] init-common: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] deploy-common: [2022-04-17T14:38:55.237Z] [echo] Current time (ISO): 2022-04-17T14:38:54.976+0000 [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] setOSConditions: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] setToolWin: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] setToolUnix: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] setToolProperty: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] setS1ASclassPath: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] init-common: [2022-04-17T14:38:55.237Z] [2022-04-17T14:38:55.237Z] deploy-common-pe: [2022-04-17T14:38:55.493Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalApp.ear [2022-04-17T14:38:55.750Z] [exec] Application deployed with name jdbc-customvalApp. [2022-04-17T14:38:55.750Z] [echo] Deployment on target server server successful [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setOSConditions: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setToolWin: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setToolUnix: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setToolProperty: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setS1ASclassPath: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] init-common: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] deploy-common-ee: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] run: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setOSConditions: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setToolWin: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setToolUnix: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setToolProperty: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setS1ASclassPath: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] init-common: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] execute-sql-common: [2022-04-17T14:38:55.750Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/sql/create_pointbase.sql [2022-04-17T14:38:55.750Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:38:55.750Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:38:55.750Z] [sql] 0 rows affected [2022-04-17T14:38:55.750Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setOSConditions: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setToolWin: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setToolUnix: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setToolProperty: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] setS1ASclassPath: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] init-common: [2022-04-17T14:38:55.750Z] [2022-04-17T14:38:55.750Z] runclient-common: [2022-04-17T14:38:55.750Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:38:56.679Z] [exec] Apr 17, 2022 2:38:56 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:38:56.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. [2022-04-17T14:38:59.958Z] [exec] Value of key is: test-1 [2022-04-17T14:38:59.958Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:38:59.958Z] [exec] [2022-04-17T14:38:59.958Z] [exec] [2022-04-17T14:38:59.958Z] [exec] ----------------------------------------- [2022-04-17T14:38:59.958Z] [exec] - test-1 : PASS - [2022-04-17T14:38:59.958Z] [exec] ----------------------------------------- [2022-04-17T14:38:59.958Z] [exec] Total PASS: 1 [2022-04-17T14:38:59.958Z] [exec] Total FAIL: 0 [2022-04-17T14:38:59.958Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:38:59.958Z] [exec] ----------------------------------------- [2022-04-17T14:38:59.958Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:38:59.958Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] checkReporting-common: [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] confirmReportPresent-common: [2022-04-17T14:38:59.958Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:38:59.958Z] [echo] Test seems to be reported fine [2022-04-17T14:38:59.958Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] confirmMissingReport-common: [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] setOSConditions: [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] setToolWin: [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] setToolUnix: [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] setToolProperty: [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] setS1ASclassPath: [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] init-common: [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] stop-derby: [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] stop-derby-aix: [2022-04-17T14:38:59.958Z] [2022-04-17T14:38:59.958Z] stop-derby-nonaix: [2022-04-17T14:38:59.958Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:39:00.521Z] [java] Sun Apr 17 14:39:00 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:39:00.521Z] [2022-04-17T14:39:00.521Z] setOSConditions: [2022-04-17T14:39:00.521Z] [2022-04-17T14:39:00.521Z] setToolWin: [2022-04-17T14:39:00.521Z] [2022-04-17T14:39:00.521Z] setToolUnix: [2022-04-17T14:39:00.521Z] [2022-04-17T14:39:00.521Z] setToolProperty: [2022-04-17T14:39:00.521Z] [2022-04-17T14:39:00.521Z] setS1ASclassPath: [2022-04-17T14:39:00.521Z] [2022-04-17T14:39:00.521Z] init-common: [2022-04-17T14:39:00.521Z] [2022-04-17T14:39:00.521Z] start-derby: [2022-04-17T14:39:00.521Z] [2022-04-17T14:39:00.521Z] start-derby-aix: [2022-04-17T14:39:00.521Z] [2022-04-17T14:39:00.521Z] start-derby-nonaix: [2022-04-17T14:39:00.521Z] [echo] Starting Derby DB Server ... [2022-04-17T14:39:15.377Z] [2022-04-17T14:39:15.377Z] setOSConditions: [2022-04-17T14:39:15.377Z] [2022-04-17T14:39:15.377Z] setToolWin: [2022-04-17T14:39:15.377Z] [2022-04-17T14:39:15.377Z] setToolUnix: [2022-04-17T14:39:15.377Z] [2022-04-17T14:39:15.377Z] setToolProperty: [2022-04-17T14:39:15.377Z] [2022-04-17T14:39:15.377Z] setS1ASclassPath: [2022-04-17T14:39:15.377Z] [2022-04-17T14:39:15.377Z] init-common: [2022-04-17T14:39:15.377Z] [2022-04-17T14:39:15.377Z] runclient-common: [2022-04-17T14:39:15.377Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:39:16.311Z] [exec] Apr 17, 2022 2:39:16 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:39:16.311Z] [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. [2022-04-17T14:39:19.587Z] [exec] Value of key is: test-2 [2022-04-17T14:39:19.587Z] [exec] test-2 returned false as validation is not enabled [2022-04-17T14:39:19.587Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:39:19.587Z] [exec] [2022-04-17T14:39:19.587Z] [exec] [2022-04-17T14:39:19.587Z] [exec] ----------------------------------------- [2022-04-17T14:39:19.587Z] [exec] - test-2 : PASS - [2022-04-17T14:39:19.587Z] [exec] ----------------------------------------- [2022-04-17T14:39:19.587Z] [exec] Total PASS: 1 [2022-04-17T14:39:19.587Z] [exec] Total FAIL: 0 [2022-04-17T14:39:19.587Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:39:19.587Z] [exec] ----------------------------------------- [2022-04-17T14:39:19.587Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:39:19.587Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:39:19.847Z] [2022-04-17T14:39:19.847Z] checkReporting-common: [2022-04-17T14:39:19.847Z] [2022-04-17T14:39:19.847Z] confirmReportPresent-common: [2022-04-17T14:39:19.847Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:39:19.847Z] [echo] Test seems to be reported fine [2022-04-17T14:39:19.847Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt [2022-04-17T14:39:19.847Z] [2022-04-17T14:39:19.847Z] confirmMissingReport-common: [2022-04-17T14:39:19.847Z] [2022-04-17T14:39:19.847Z] asadmin-common: [2022-04-17T14:39:19.847Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:39:20.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:39:20.106Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.connection-validation-method=custom-validation [2022-04-17T14:39:20.106Z] [2022-04-17T14:39:20.106Z] asadmin-common: [2022-04-17T14:39:20.106Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:39:20.669Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:39:20.670Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.validation-classname=org.glassfish.api.jdbc.validation.DerbyConnectionValidation [2022-04-17T14:39:20.670Z] [2022-04-17T14:39:20.670Z] asadmin-common: [2022-04-17T14:39:20.670Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:39:20.926Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:39:20.926Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.is-connection-validation-required=true [2022-04-17T14:39:20.926Z] [2022-04-17T14:39:20.926Z] setOSConditions: [2022-04-17T14:39:20.926Z] [2022-04-17T14:39:20.926Z] setToolWin: [2022-04-17T14:39:20.926Z] [2022-04-17T14:39:20.926Z] setToolUnix: [2022-04-17T14:39:20.926Z] [2022-04-17T14:39:20.926Z] setToolProperty: [2022-04-17T14:39:20.926Z] [2022-04-17T14:39:20.926Z] setS1ASclassPath: [2022-04-17T14:39:20.926Z] [2022-04-17T14:39:20.926Z] init-common: [2022-04-17T14:39:20.926Z] [2022-04-17T14:39:20.926Z] runclient-common: [2022-04-17T14:39:20.926Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T14:39:21.855Z] [exec] Apr 17, 2022 2:39:21 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:39:21.855Z] [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. [2022-04-17T14:39:25.155Z] [exec] Value of key is: test-3 [2022-04-17T14:39:25.155Z] [exec] test-3 returned true as validation is enabled [2022-04-17T14:39:25.155Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:39:25.155Z] [exec] [2022-04-17T14:39:25.155Z] [exec] [2022-04-17T14:39:25.155Z] [exec] ----------------------------------------- [2022-04-17T14:39:25.155Z] [exec] - test-3 : PASS - [2022-04-17T14:39:25.155Z] [exec] ----------------------------------------- [2022-04-17T14:39:25.155Z] [exec] Total PASS: 1 [2022-04-17T14:39:25.155Z] [exec] Total FAIL: 0 [2022-04-17T14:39:25.155Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:39:25.155Z] [exec] ----------------------------------------- [2022-04-17T14:39:25.155Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:39:25.155Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:39:25.411Z] [2022-04-17T14:39:25.411Z] checkReporting-common: [2022-04-17T14:39:25.411Z] [2022-04-17T14:39:25.411Z] confirmReportPresent-common: [2022-04-17T14:39:25.411Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:39:25.411Z] [echo] Test seems to be reported fine [2022-04-17T14:39:25.411Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt [2022-04-17T14:39:25.411Z] [2022-04-17T14:39:25.411Z] confirmMissingReport-common: [2022-04-17T14:39:25.411Z] [2022-04-17T14:39:25.411Z] setOSConditions: [2022-04-17T14:39:25.411Z] [2022-04-17T14:39:25.411Z] setToolWin: [2022-04-17T14:39:25.411Z] [2022-04-17T14:39:25.411Z] setToolUnix: [2022-04-17T14:39:25.411Z] [2022-04-17T14:39:25.411Z] setToolProperty: [2022-04-17T14:39:25.411Z] [2022-04-17T14:39:25.411Z] setS1ASclassPath: [2022-04-17T14:39:25.411Z] [2022-04-17T14:39:25.411Z] init-common: [2022-04-17T14:39:25.411Z] [2022-04-17T14:39:25.411Z] stop-derby: [2022-04-17T14:39:25.667Z] [2022-04-17T14:39:25.667Z] stop-derby-aix: [2022-04-17T14:39:25.667Z] [2022-04-17T14:39:25.667Z] stop-derby-nonaix: [2022-04-17T14:39:25.667Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:39:25.923Z] [java] Sun Apr 17 14:39:25 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:39:25.923Z] [2022-04-17T14:39:25.923Z] setOSConditions: [2022-04-17T14:39:25.923Z] [2022-04-17T14:39:25.923Z] setToolWin: [2022-04-17T14:39:25.923Z] [2022-04-17T14:39:25.923Z] setToolUnix: [2022-04-17T14:39:25.923Z] [2022-04-17T14:39:25.923Z] setToolProperty: [2022-04-17T14:39:25.923Z] [2022-04-17T14:39:25.923Z] setS1ASclassPath: [2022-04-17T14:39:25.923Z] [2022-04-17T14:39:25.923Z] init-common: [2022-04-17T14:39:25.923Z] [2022-04-17T14:39:25.923Z] start-derby: [2022-04-17T14:39:25.923Z] [2022-04-17T14:39:25.923Z] start-derby-aix: [2022-04-17T14:39:25.923Z] [2022-04-17T14:39:25.923Z] start-derby-nonaix: [2022-04-17T14:39:25.923Z] [echo] Starting Derby DB Server ... [2022-04-17T14:39:43.991Z] [2022-04-17T14:39:43.991Z] setOSConditions: [2022-04-17T14:39:43.991Z] [2022-04-17T14:39:43.991Z] setToolWin: [2022-04-17T14:39:43.991Z] [2022-04-17T14:39:43.991Z] setToolUnix: [2022-04-17T14:39:43.991Z] [2022-04-17T14:39:43.991Z] setToolProperty: [2022-04-17T14:39:43.991Z] [2022-04-17T14:39:43.991Z] setS1ASclassPath: [2022-04-17T14:39:43.991Z] [2022-04-17T14:39:43.991Z] init-common: [2022-04-17T14:39:43.991Z] [2022-04-17T14:39:43.991Z] runclient-common: [2022-04-17T14:39:43.991Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T14:39:43.991Z] [exec] Apr 17, 2022 2:39:41 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:39:43.991Z] [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. [2022-04-17T14:39:45.381Z] [exec] Value of key is: test-4 [2022-04-17T14:39:45.381Z] [exec] test-4 returned true as validation is enabled [2022-04-17T14:39:45.381Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:39:45.381Z] [exec] [2022-04-17T14:39:45.381Z] [exec] [2022-04-17T14:39:45.381Z] [exec] ----------------------------------------- [2022-04-17T14:39:45.381Z] [exec] - test-4 : PASS - [2022-04-17T14:39:45.381Z] [exec] ----------------------------------------- [2022-04-17T14:39:45.381Z] [exec] Total PASS: 1 [2022-04-17T14:39:45.381Z] [exec] Total FAIL: 0 [2022-04-17T14:39:45.381Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:39:45.381Z] [exec] ----------------------------------------- [2022-04-17T14:39:45.381Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:39:45.381Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] checkReporting-common: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] confirmReportPresent-common: [2022-04-17T14:39:45.637Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:39:45.637Z] [echo] Test seems to be reported fine [2022-04-17T14:39:45.637Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] confirmMissingReport-common: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setOSConditions: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setToolWin: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setToolUnix: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setToolProperty: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setS1ASclassPath: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] init-common: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] execute-sql-common: [2022-04-17T14:39:45.637Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/sql/drop_pointbase.sql [2022-04-17T14:39:45.637Z] [sql] 0 rows affected [2022-04-17T14:39:45.637Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] undeploy: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setOSConditions: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setToolWin: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setToolUnix: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setToolProperty: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setS1ASclassPath: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] init-common: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] delete-jdbc-stuff: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setOSConditions: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setToolWin: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setToolUnix: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setToolProperty: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] setS1ASclassPath: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] init-common: [2022-04-17T14:39:45.637Z] [2022-04-17T14:39:45.637Z] delete-jdbc-resource-common: [2022-04-17T14:39:45.637Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/customvalDB [2022-04-17T14:39:46.200Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/customvalDB [2022-04-17T14:39:46.200Z] [exec] JDBC resource jdbc/customvalDB deleted successfully [2022-04-17T14:39:46.200Z] [echo] cmd executed for server [2022-04-17T14:39:46.200Z] [2022-04-17T14:39:46.200Z] setOSConditions: [2022-04-17T14:39:46.200Z] [2022-04-17T14:39:46.200Z] setToolWin: [2022-04-17T14:39:46.200Z] [2022-04-17T14:39:46.200Z] setToolUnix: [2022-04-17T14:39:46.200Z] [2022-04-17T14:39:46.200Z] setToolProperty: [2022-04-17T14:39:46.200Z] [2022-04-17T14:39:46.200Z] setS1ASclassPath: [2022-04-17T14:39:46.200Z] [2022-04-17T14:39:46.200Z] init-common: [2022-04-17T14:39:46.200Z] [2022-04-17T14:39:46.200Z] delete-jdbc-connpool-common: [2022-04-17T14:39:46.200Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-customval [2022-04-17T14:39:46.763Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:39:46.763Z] [exec] JDBC Connection pool jdbc-customval deleted successfully [2022-04-17T14:39:46.763Z] [echo] cmd executed for server [2022-04-17T14:39:46.763Z] [2022-04-17T14:39:46.763Z] setOSConditions: [2022-04-17T14:39:46.763Z] [2022-04-17T14:39:46.763Z] setToolWin: [2022-04-17T14:39:46.763Z] [2022-04-17T14:39:46.763Z] setToolUnix: [2022-04-17T14:39:46.763Z] [2022-04-17T14:39:46.763Z] setToolProperty: [2022-04-17T14:39:46.763Z] [2022-04-17T14:39:46.763Z] setS1ASclassPath: [2022-04-17T14:39:46.763Z] [2022-04-17T14:39:46.763Z] init-common: [2022-04-17T14:39:46.763Z] [2022-04-17T14:39:46.763Z] undeploy-common: [2022-04-17T14:39:47.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] all: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setOSConditions: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolWin: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolUnix: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolProperty: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setS1ASclassPath: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] init-common: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] clean: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setOSConditions: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolWin: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolUnix: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolProperty: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setS1ASclassPath: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] init-common: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] clean-common: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setOSConditions: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolWin: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolUnix: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolProperty: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setS1ASclassPath: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] init-common: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] clean-classes-common: [2022-04-17T14:39:47.020Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setOSConditions: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolWin: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolUnix: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolProperty: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setS1ASclassPath: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] init-common: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] clean-jars-common: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] compile: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setOSConditions: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolWin: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolUnix: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setToolProperty: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] setS1ASclassPath: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] init-common: [2022-04-17T14:39:47.020Z] [2022-04-17T14:39:47.020Z] compile-common: [2022-04-17T14:39:47.020Z] [echo] Current time (ISO): 2022-04-17T14:39:46.963+0000 [2022-04-17T14:39:47.020Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:39:47.020Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:39:48.910Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:39:48.910Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:39:48.910Z] [javac] return new Integer(1); [2022-04-17T14:39:48.910Z] [javac] ^ [2022-04-17T14:39:48.910Z] [javac] 2 warnings [2022-04-17T14:39:48.910Z] [2022-04-17T14:39:48.910Z] setOSConditions: [2022-04-17T14:39:48.910Z] [2022-04-17T14:39:48.910Z] setToolWin: [2022-04-17T14:39:48.910Z] [2022-04-17T14:39:48.910Z] setToolUnix: [2022-04-17T14:39:48.910Z] [2022-04-17T14:39:48.910Z] setToolProperty: [2022-04-17T14:39:48.910Z] [2022-04-17T14:39:48.910Z] setS1ASclassPath: [2022-04-17T14:39:48.910Z] [2022-04-17T14:39:48.911Z] init-common: [2022-04-17T14:39:48.911Z] [2022-04-17T14:39:48.911Z] compile-common: [2022-04-17T14:39:48.911Z] [echo] Current time (ISO): 2022-04-17T14:39:48.642+0000 [2022-04-17T14:39:48.911Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:39:50.286Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:39:50.543Z] [javac] 1 warning [2022-04-17T14:39:50.543Z] [2022-04-17T14:39:50.543Z] setOSConditions: [2022-04-17T14:39:50.543Z] [2022-04-17T14:39:50.543Z] setToolWin: [2022-04-17T14:39:50.543Z] [2022-04-17T14:39:50.543Z] setToolUnix: [2022-04-17T14:39:50.543Z] [2022-04-17T14:39:50.543Z] setToolProperty: [2022-04-17T14:39:50.543Z] [2022-04-17T14:39:50.543Z] setS1ASclassPath: [2022-04-17T14:39:50.543Z] [2022-04-17T14:39:50.543Z] init-common: [2022-04-17T14:39:50.543Z] [2022-04-17T14:39:50.543Z] compile-common: [2022-04-17T14:39:50.543Z] [echo] Current time (ISO): 2022-04-17T14:39:50.396+0000 [2022-04-17T14:39:50.543Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:39:52.459Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:39:52.459Z] [javac] 1 warning [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] build: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] setOSConditions: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] fixFiles: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] convUnix: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] convWin: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] setToolWin: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] setToolUnix: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] setToolProperty: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] setS1ASclassPath: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] init-common: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] package-persistence-common: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] ejb-jar-common: [2022-04-17T14:39:52.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] package-ejbjar-common: [2022-04-17T14:39:52.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:39:52.459Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:39:52.459Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:39:52.459Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1-ejb.jar [2022-04-17T14:39:52.459Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] appclient-jar-common: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] package-appclientjar-common: [2022-04-17T14:39:52.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:39:52.459Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:39:52.459Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:39:52.459Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1-client.jar [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] webclient-war-common: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] build-ear-common: [2022-04-17T14:39:52.459Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:39:52.459Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1App.ear [2022-04-17T14:39:52.459Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/validator/myvalidator.jar [2022-04-17T14:39:52.459Z] [copyfile] DEPRECATED - The copyfile task is deprecated. Use copy instead. [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] restart-server: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] setOSConditions: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] stop-server: [2022-04-17T14:39:52.459Z] [2022-04-17T14:39:52.459Z] stop-server-unix: [2022-04-17T14:39:52.459Z] [echo] stopping server on unix ... [2022-04-17T14:39:53.411Z] [exec] Waiting for the domain to stop . [2022-04-17T14:39:53.411Z] [exec] Command stop-domain executed successfully. [2022-04-17T14:40:05.596Z] [2022-04-17T14:40:05.596Z] stop-server-windows: [2022-04-17T14:40:08.871Z] [2022-04-17T14:40:08.871Z] setOSConditions: [2022-04-17T14:40:08.871Z] [2022-04-17T14:40:08.871Z] start-server: [2022-04-17T14:40:08.871Z] [echo] +-----------------------------+ [2022-04-17T14:40:08.871Z] [echo] | | [2022-04-17T14:40:08.871Z] [echo] | S T A R T I N G GLASSFISH | [2022-04-17T14:40:08.871Z] [echo] | in Felix mode | [2022-04-17T14:40:08.871Z] [echo] | | [2022-04-17T14:40:08.871Z] [echo] +-----------------------------+ [2022-04-17T14:40:08.871Z] [2022-04-17T14:40:08.871Z] start-server-unix: [2022-04-17T14:40:13.092Z] [exec] Waiting for domain1 to start .... [2022-04-17T14:40:13.092Z] [exec] Successfully started the domain : domain1 [2022-04-17T14:40:13.092Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T14:40:13.092Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T14:40:13.092Z] [exec] Admin Port: 4848 [2022-04-17T14:40:13.092Z] [exec] Command start-domain executed successfully. [2022-04-17T14:40:23.042Z] [2022-04-17T14:40:23.042Z] start-server-windows: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] deploy: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setOSConditions: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setToolWin: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setToolUnix: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setToolProperty: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setS1ASclassPath: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] init-common: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] create-jdbc-stuff: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setOSConditions: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setToolWin: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setToolUnix: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setToolProperty: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setS1ASclassPath: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] init-common: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] deploy-jdbc-common: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setOSConditions: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setToolWin: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setToolUnix: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setToolProperty: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] setS1ASclassPath: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] init-common: [2022-04-17T14:40:23.043Z] [2022-04-17T14:40:23.043Z] create-jdbc-connpool-common: [2022-04-17T14:40:23.299Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:24.676Z] [exec] JDBC connection pool jdbc-customval created successfully. [2022-04-17T14:40:24.676Z] [2022-04-17T14:40:24.676Z] set-derby-connpool-props: [2022-04-17T14:40:25.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:25.245Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser [2022-04-17T14:40:25.501Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:25.501Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword [2022-04-17T14:40:25.756Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:25.756Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 [2022-04-17T14:40:26.342Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:26.342Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 [2022-04-17T14:40:26.598Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:26.598Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb [2022-04-17T14:40:27.159Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:27.159Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:40:27.416Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:27.416Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true [2022-04-17T14:40:27.977Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:27.977Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost [2022-04-17T14:40:27.977Z] [2022-04-17T14:40:27.977Z] setOSConditions: [2022-04-17T14:40:27.977Z] [2022-04-17T14:40:27.977Z] setToolWin: [2022-04-17T14:40:27.977Z] [2022-04-17T14:40:27.977Z] setToolUnix: [2022-04-17T14:40:27.977Z] [2022-04-17T14:40:27.977Z] setToolProperty: [2022-04-17T14:40:27.977Z] [2022-04-17T14:40:27.977Z] setS1ASclassPath: [2022-04-17T14:40:27.977Z] [2022-04-17T14:40:27.977Z] init-common: [2022-04-17T14:40:27.977Z] [2022-04-17T14:40:27.977Z] create-jdbc-resource-common: [2022-04-17T14:40:27.977Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:28.233Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:28.233Z] [exec] JDBC resource jdbc/customvalDB created successfully. [2022-04-17T14:40:28.233Z] [echo] cmd executed for server [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] setOSConditions: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] setToolWin: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] setToolUnix: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] setToolProperty: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] setS1ASclassPath: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] init-common: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] deploy-common: [2022-04-17T14:40:28.233Z] [echo] Current time (ISO): 2022-04-17T14:40:28.108+0000 [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] setOSConditions: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] setToolWin: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] setToolUnix: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] setToolProperty: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] setS1ASclassPath: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] init-common: [2022-04-17T14:40:28.233Z] [2022-04-17T14:40:28.233Z] deploy-common-pe: [2022-04-17T14:40:28.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1App.ear [2022-04-17T14:40:32.119Z] [exec] Application deployed with name jdbc-customval-1App. [2022-04-17T14:40:32.119Z] [echo] Deployment on target server server successful [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setOSConditions: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setToolWin: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setToolUnix: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setToolProperty: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setS1ASclassPath: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] init-common: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] deploy-common-ee: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] run: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setOSConditions: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setToolWin: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setToolUnix: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setToolProperty: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setS1ASclassPath: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] init-common: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] execute-sql-common: [2022-04-17T14:40:32.119Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/sql/create_pointbase.sql [2022-04-17T14:40:32.119Z] [sql] Failed to execute: Drop table O_CUSTOMER [2022-04-17T14:40:32.119Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:40:32.119Z] [sql] 0 rows affected [2022-04-17T14:40:32.119Z] [sql] Failed to execute: Drop table DUMMY [2022-04-17T14:40:32.119Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DUMMY' because it does not exist. [2022-04-17T14:40:32.119Z] [sql] 0 rows affected [2022-04-17T14:40:32.119Z] [sql] 1 rows affected [2022-04-17T14:40:32.119Z] [sql] 3 of 5 SQL statements executed successfully [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setOSConditions: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setToolWin: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setToolUnix: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setToolProperty: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] setS1ASclassPath: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] init-common: [2022-04-17T14:40:32.119Z] [2022-04-17T14:40:32.119Z] runclient-common: [2022-04-17T14:40:32.119Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:40:32.687Z] [exec] Apr 17, 2022 2:40:32 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:40:32.688Z] [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. [2022-04-17T14:40:33.639Z] [exec] Apr 17, 2022 2:40:33 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T14:40:33.639Z] [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/glassfish6_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 [2022-04-17T14:40:36.917Z] [exec] Value of key is: test-1 [2022-04-17T14:40:36.917Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:40:36.917Z] [exec] [2022-04-17T14:40:36.917Z] [exec] [2022-04-17T14:40:36.917Z] [exec] ----------------------------------------- [2022-04-17T14:40:36.917Z] [exec] - test-1 : PASS - [2022-04-17T14:40:36.917Z] [exec] ----------------------------------------- [2022-04-17T14:40:36.917Z] [exec] Total PASS: 1 [2022-04-17T14:40:36.917Z] [exec] Total FAIL: 0 [2022-04-17T14:40:36.917Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:40:36.917Z] [exec] ----------------------------------------- [2022-04-17T14:40:36.917Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:40:36.917Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] checkReporting-common: [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] confirmReportPresent-common: [2022-04-17T14:40:37.173Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:40:37.173Z] [echo] Test seems to be reported fine [2022-04-17T14:40:37.173Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] confirmMissingReport-common: [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] setOSConditions: [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] setToolWin: [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] setToolUnix: [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] setToolProperty: [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] setS1ASclassPath: [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] init-common: [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] stop-derby: [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] stop-derby-aix: [2022-04-17T14:40:37.173Z] [2022-04-17T14:40:37.173Z] stop-derby-nonaix: [2022-04-17T14:40:37.173Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:40:37.429Z] [java] Sun Apr 17 14:40:37 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:40:37.686Z] [2022-04-17T14:40:37.686Z] setOSConditions: [2022-04-17T14:40:37.686Z] [2022-04-17T14:40:37.686Z] setToolWin: [2022-04-17T14:40:37.686Z] [2022-04-17T14:40:37.686Z] setToolUnix: [2022-04-17T14:40:37.686Z] [2022-04-17T14:40:37.686Z] setToolProperty: [2022-04-17T14:40:37.686Z] [2022-04-17T14:40:37.686Z] setS1ASclassPath: [2022-04-17T14:40:37.686Z] [2022-04-17T14:40:37.686Z] init-common: [2022-04-17T14:40:37.686Z] [2022-04-17T14:40:37.686Z] start-derby: [2022-04-17T14:40:37.686Z] [2022-04-17T14:40:37.686Z] start-derby-aix: [2022-04-17T14:40:37.686Z] [2022-04-17T14:40:37.686Z] start-derby-nonaix: [2022-04-17T14:40:37.686Z] [echo] Starting Derby DB Server ... [2022-04-17T14:40:52.547Z] [2022-04-17T14:40:52.547Z] setOSConditions: [2022-04-17T14:40:52.547Z] [2022-04-17T14:40:52.547Z] setToolWin: [2022-04-17T14:40:52.547Z] [2022-04-17T14:40:52.547Z] setToolUnix: [2022-04-17T14:40:52.547Z] [2022-04-17T14:40:52.547Z] setToolProperty: [2022-04-17T14:40:52.547Z] [2022-04-17T14:40:52.547Z] setS1ASclassPath: [2022-04-17T14:40:52.547Z] [2022-04-17T14:40:52.547Z] init-common: [2022-04-17T14:40:52.547Z] [2022-04-17T14:40:52.547Z] runclient-common: [2022-04-17T14:40:52.547Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:40:53.477Z] [exec] Apr 17, 2022 2:40:53 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:40:53.477Z] [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. [2022-04-17T14:40:54.411Z] [exec] Apr 17, 2022 2:40:54 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T14:40:54.411Z] [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/glassfish6_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 [2022-04-17T14:40:56.364Z] [exec] Value of key is: test-2 [2022-04-17T14:40:56.364Z] [exec] test-2 returned false as validation is not enabled [2022-04-17T14:40:56.364Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:40:56.364Z] [exec] [2022-04-17T14:40:56.364Z] [exec] [2022-04-17T14:40:56.364Z] [exec] ----------------------------------------- [2022-04-17T14:40:56.364Z] [exec] - test-2 : PASS - [2022-04-17T14:40:56.364Z] [exec] ----------------------------------------- [2022-04-17T14:40:56.364Z] [exec] Total PASS: 1 [2022-04-17T14:40:56.364Z] [exec] Total FAIL: 0 [2022-04-17T14:40:56.364Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:40:56.364Z] [exec] ----------------------------------------- [2022-04-17T14:40:56.364Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:40:56.364Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:40:56.620Z] [2022-04-17T14:40:56.620Z] checkReporting-common: [2022-04-17T14:40:56.620Z] [2022-04-17T14:40:56.620Z] confirmReportPresent-common: [2022-04-17T14:40:56.620Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:40:56.620Z] [echo] Test seems to be reported fine [2022-04-17T14:40:56.620Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt [2022-04-17T14:40:56.620Z] [2022-04-17T14:40:56.620Z] confirmMissingReport-common: [2022-04-17T14:40:56.620Z] [2022-04-17T14:40:56.620Z] asadmin-common: [2022-04-17T14:40:56.620Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:57.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:57.246Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.connection-validation-method=custom-validation [2022-04-17T14:40:57.246Z] [2022-04-17T14:40:57.246Z] asadmin-common: [2022-04-17T14:40:57.246Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:57.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:57.836Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.validation-classname=com.sun.s1asdev.jdbc.customval.validator.MyValidator [2022-04-17T14:40:57.836Z] [2022-04-17T14:40:57.836Z] asadmin-common: [2022-04-17T14:40:57.836Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:58.092Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:40:58.093Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.is-connection-validation-required=true [2022-04-17T14:40:58.093Z] [2022-04-17T14:40:58.093Z] setOSConditions: [2022-04-17T14:40:58.093Z] [2022-04-17T14:40:58.093Z] setToolWin: [2022-04-17T14:40:58.093Z] [2022-04-17T14:40:58.093Z] setToolUnix: [2022-04-17T14:40:58.093Z] [2022-04-17T14:40:58.093Z] setToolProperty: [2022-04-17T14:40:58.093Z] [2022-04-17T14:40:58.093Z] setS1ASclassPath: [2022-04-17T14:40:58.093Z] [2022-04-17T14:40:58.093Z] init-common: [2022-04-17T14:40:58.093Z] [2022-04-17T14:40:58.093Z] runclient-common: [2022-04-17T14:40:58.093Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T14:40:59.037Z] [exec] Apr 17, 2022 2:40:58 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:40:59.037Z] [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. [2022-04-17T14:40:59.973Z] [exec] Apr 17, 2022 2:40:59 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T14:40:59.973Z] [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/glassfish6_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 [2022-04-17T14:41:02.501Z] [exec] Value of key is: test-3 [2022-04-17T14:41:02.501Z] [exec] test-3 returned true as validation is enabled [2022-04-17T14:41:02.501Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:41:02.501Z] [exec] [2022-04-17T14:41:02.501Z] [exec] [2022-04-17T14:41:02.501Z] [exec] ----------------------------------------- [2022-04-17T14:41:02.501Z] [exec] - test-3 : PASS - [2022-04-17T14:41:02.501Z] [exec] ----------------------------------------- [2022-04-17T14:41:02.501Z] [exec] Total PASS: 1 [2022-04-17T14:41:02.501Z] [exec] Total FAIL: 0 [2022-04-17T14:41:02.501Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:41:02.501Z] [exec] ----------------------------------------- [2022-04-17T14:41:02.501Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:41:02.501Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] checkReporting-common: [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] confirmReportPresent-common: [2022-04-17T14:41:02.757Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:41:02.757Z] [echo] Test seems to be reported fine [2022-04-17T14:41:02.757Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] confirmMissingReport-common: [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] setOSConditions: [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] setToolWin: [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] setToolUnix: [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] setToolProperty: [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] setS1ASclassPath: [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] init-common: [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] stop-derby: [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] stop-derby-aix: [2022-04-17T14:41:02.757Z] [2022-04-17T14:41:02.757Z] stop-derby-nonaix: [2022-04-17T14:41:02.757Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:41:03.014Z] [java] Sun Apr 17 14:41:02 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:41:03.014Z] [2022-04-17T14:41:03.014Z] setOSConditions: [2022-04-17T14:41:03.014Z] [2022-04-17T14:41:03.014Z] setToolWin: [2022-04-17T14:41:03.014Z] [2022-04-17T14:41:03.014Z] setToolUnix: [2022-04-17T14:41:03.014Z] [2022-04-17T14:41:03.014Z] setToolProperty: [2022-04-17T14:41:03.014Z] [2022-04-17T14:41:03.014Z] setS1ASclassPath: [2022-04-17T14:41:03.014Z] [2022-04-17T14:41:03.014Z] init-common: [2022-04-17T14:41:03.014Z] [2022-04-17T14:41:03.014Z] start-derby: [2022-04-17T14:41:03.014Z] [2022-04-17T14:41:03.014Z] start-derby-aix: [2022-04-17T14:41:03.014Z] [2022-04-17T14:41:03.014Z] start-derby-nonaix: [2022-04-17T14:41:03.014Z] [echo] Starting Derby DB Server ... [2022-04-17T14:41:21.071Z] [2022-04-17T14:41:21.071Z] setOSConditions: [2022-04-17T14:41:21.071Z] [2022-04-17T14:41:21.071Z] setToolWin: [2022-04-17T14:41:21.071Z] [2022-04-17T14:41:21.071Z] setToolUnix: [2022-04-17T14:41:21.071Z] [2022-04-17T14:41:21.071Z] setToolProperty: [2022-04-17T14:41:21.071Z] [2022-04-17T14:41:21.071Z] setS1ASclassPath: [2022-04-17T14:41:21.071Z] [2022-04-17T14:41:21.071Z] init-common: [2022-04-17T14:41:21.071Z] [2022-04-17T14:41:21.071Z] runclient-common: [2022-04-17T14:41:21.071Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T14:41:21.071Z] [exec] Apr 17, 2022 2:41:18 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:41:21.071Z] [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. [2022-04-17T14:41:21.071Z] [exec] Apr 17, 2022 2:41:19 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T14:41:21.071Z] [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/glassfish6_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 [2022-04-17T14:41:22.451Z] [exec] Value of key is: test-4 [2022-04-17T14:41:22.451Z] [exec] test-4 returned true as validation is enabled [2022-04-17T14:41:22.451Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:41:22.451Z] [exec] [2022-04-17T14:41:22.451Z] [exec] [2022-04-17T14:41:22.451Z] [exec] ----------------------------------------- [2022-04-17T14:41:22.451Z] [exec] - test-4 : PASS - [2022-04-17T14:41:22.451Z] [exec] ----------------------------------------- [2022-04-17T14:41:22.451Z] [exec] Total PASS: 1 [2022-04-17T14:41:22.451Z] [exec] Total FAIL: 0 [2022-04-17T14:41:22.451Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:41:22.451Z] [exec] ----------------------------------------- [2022-04-17T14:41:22.451Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:41:22.451Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] checkReporting-common: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] confirmReportPresent-common: [2022-04-17T14:41:23.039Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:41:23.039Z] [echo] Test seems to be reported fine [2022-04-17T14:41:23.039Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] confirmMissingReport-common: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setOSConditions: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setToolWin: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setToolUnix: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setToolProperty: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setS1ASclassPath: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] init-common: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] execute-sql-common: [2022-04-17T14:41:23.039Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/sql/drop_pointbase.sql [2022-04-17T14:41:23.039Z] [sql] 0 rows affected [2022-04-17T14:41:23.039Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] undeploy: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setOSConditions: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setToolWin: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setToolUnix: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setToolProperty: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setS1ASclassPath: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] init-common: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] delete-jdbc-stuff: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setOSConditions: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setToolWin: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setToolUnix: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setToolProperty: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] setS1ASclassPath: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] init-common: [2022-04-17T14:41:23.039Z] [2022-04-17T14:41:23.039Z] delete-jdbc-resource-common: [2022-04-17T14:41:23.039Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/customvalDB [2022-04-17T14:41:23.295Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/customvalDB [2022-04-17T14:41:23.295Z] [exec] JDBC resource jdbc/customvalDB deleted successfully [2022-04-17T14:41:23.295Z] [echo] cmd executed for server [2022-04-17T14:41:23.295Z] [2022-04-17T14:41:23.295Z] setOSConditions: [2022-04-17T14:41:23.295Z] [2022-04-17T14:41:23.295Z] setToolWin: [2022-04-17T14:41:23.295Z] [2022-04-17T14:41:23.295Z] setToolUnix: [2022-04-17T14:41:23.295Z] [2022-04-17T14:41:23.295Z] setToolProperty: [2022-04-17T14:41:23.295Z] [2022-04-17T14:41:23.295Z] setS1ASclassPath: [2022-04-17T14:41:23.295Z] [2022-04-17T14:41:23.295Z] init-common: [2022-04-17T14:41:23.295Z] [2022-04-17T14:41:23.295Z] delete-jdbc-connpool-common: [2022-04-17T14:41:23.295Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-customval [2022-04-17T14:41:23.857Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:41:23.857Z] [exec] JDBC Connection pool jdbc-customval deleted successfully [2022-04-17T14:41:23.857Z] [echo] cmd executed for server [2022-04-17T14:41:23.857Z] [2022-04-17T14:41:23.857Z] setOSConditions: [2022-04-17T14:41:23.857Z] [2022-04-17T14:41:23.857Z] setToolWin: [2022-04-17T14:41:23.857Z] [2022-04-17T14:41:23.857Z] setToolUnix: [2022-04-17T14:41:23.857Z] [2022-04-17T14:41:23.857Z] setToolProperty: [2022-04-17T14:41:23.857Z] [2022-04-17T14:41:23.857Z] setS1ASclassPath: [2022-04-17T14:41:23.858Z] [2022-04-17T14:41:23.858Z] init-common: [2022-04-17T14:41:23.858Z] [2022-04-17T14:41:23.858Z] undeploy-common: [2022-04-17T14:41:24.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:41:24.396Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/lib/myvalidator.jar [2022-04-17T14:41:24.396Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/validator/myvalidator.jar [2022-04-17T14:41:24.396Z] [2022-04-17T14:41:24.396Z] restart-server: [2022-04-17T14:41:24.396Z] [2022-04-17T14:41:24.396Z] setOSConditions: [2022-04-17T14:41:24.396Z] [2022-04-17T14:41:24.396Z] stop-server: [2022-04-17T14:41:24.396Z] [2022-04-17T14:41:24.396Z] stop-server-unix: [2022-04-17T14:41:24.396Z] [echo] stopping server on unix ... [2022-04-17T14:41:25.765Z] [exec] Waiting for the domain to stop . [2022-04-17T14:41:25.765Z] [exec] Command stop-domain executed successfully. [2022-04-17T14:41:35.745Z] [2022-04-17T14:41:35.745Z] stop-server-windows: [2022-04-17T14:41:40.998Z] [2022-04-17T14:41:40.998Z] setOSConditions: [2022-04-17T14:41:40.998Z] [2022-04-17T14:41:40.998Z] start-server: [2022-04-17T14:41:40.998Z] [echo] +-----------------------------+ [2022-04-17T14:41:40.998Z] [echo] | | [2022-04-17T14:41:40.998Z] [echo] | S T A R T I N G GLASSFISH | [2022-04-17T14:41:40.998Z] [echo] | in Felix mode | [2022-04-17T14:41:40.998Z] [echo] | | [2022-04-17T14:41:40.998Z] [echo] +-----------------------------+ [2022-04-17T14:41:40.998Z] [2022-04-17T14:41:40.998Z] start-server-unix: [2022-04-17T14:41:45.191Z] [exec] Waiting for domain1 to start .... [2022-04-17T14:41:45.191Z] [exec] Successfully started the domain : domain1 [2022-04-17T14:41:45.191Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T14:41:45.191Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T14:41:45.191Z] [exec] Admin Port: 4848 [2022-04-17T14:41:45.191Z] [exec] Command start-domain executed successfully. [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] start-server-windows: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] all: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setOSConditions: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setToolWin: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setToolUnix: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setToolProperty: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setS1ASclassPath: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] init-common: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] clean: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setOSConditions: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setToolWin: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setToolUnix: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setToolProperty: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setS1ASclassPath: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] init-common: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] clean-common: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setOSConditions: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setToolWin: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setToolUnix: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setToolProperty: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setS1ASclassPath: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] init-common: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] clean-classes-common: [2022-04-17T14:41:55.152Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setOSConditions: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.152Z] setToolWin: [2022-04-17T14:41:55.152Z] [2022-04-17T14:41:55.153Z] setToolUnix: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] setToolProperty: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] setS1ASclassPath: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] init-common: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] clean-jars-common: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] compile: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] setOSConditions: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] setToolWin: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] setToolUnix: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] setToolProperty: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] setS1ASclassPath: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] init-common: [2022-04-17T14:41:55.153Z] [2022-04-17T14:41:55.153Z] compile-common: [2022-04-17T14:41:55.153Z] [echo] Current time (ISO): 2022-04-17T14:41:54.896+0000 [2022-04-17T14:41:55.153Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:41:55.153Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:41:56.539Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:41:56.539Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:41:56.539Z] [javac] return new Integer(1); [2022-04-17T14:41:56.539Z] [javac] ^ [2022-04-17T14:41:56.858Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/ejb/SimpleBMPBean.java uses unchecked or unsafe operations. [2022-04-17T14:41:56.858Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T14:41:56.858Z] [javac] 2 warnings [2022-04-17T14:41:56.858Z] [2022-04-17T14:41:56.858Z] setOSConditions: [2022-04-17T14:41:56.858Z] [2022-04-17T14:41:56.858Z] setToolWin: [2022-04-17T14:41:56.858Z] [2022-04-17T14:41:56.858Z] setToolUnix: [2022-04-17T14:41:56.858Z] [2022-04-17T14:41:56.858Z] setToolProperty: [2022-04-17T14:41:56.858Z] [2022-04-17T14:41:56.858Z] setS1ASclassPath: [2022-04-17T14:41:56.858Z] [2022-04-17T14:41:56.858Z] init-common: [2022-04-17T14:41:56.858Z] [2022-04-17T14:41:56.858Z] compile-common: [2022-04-17T14:41:56.858Z] [echo] Current time (ISO): 2022-04-17T14:41:56.591+0000 [2022-04-17T14:41:56.858Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:41:58.799Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:41:58.799Z] [javac] 1 warning [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] build: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setOSConditions: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] fixFiles: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] convUnix: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] convWin: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolWin: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolUnix: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolProperty: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setS1ASclassPath: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] init-common: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] package-persistence-common: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] ejb-jar-common: [2022-04-17T14:41:58.799Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] package-ejbjar-common: [2022-04-17T14:41:58.799Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:41:58.799Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:41:58.799Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:41:58.799Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpool-ejb.jar [2022-04-17T14:41:58.799Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] appclient-jar-common: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] package-appclientjar-common: [2022-04-17T14:41:58.799Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:41:58.799Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:41:58.799Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:41:58.799Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpool-client.jar [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] webclient-war-common: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] build-ear-common: [2022-04-17T14:41:58.799Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:41:58.799Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolApp.ear [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] deploy: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setOSConditions: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolWin: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolUnix: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolProperty: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setS1ASclassPath: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] init-common: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] execute-sql-common: [2022-04-17T14:41:58.799Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/create_pointbase.sql [2022-04-17T14:41:58.799Z] [sql] Failed to execute: Drop table flush_connection_pool [2022-04-17T14:41:58.799Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'FLUSH_CONNECTION_POOL' because it does not exist. [2022-04-17T14:41:58.799Z] [sql] 0 rows affected [2022-04-17T14:41:58.799Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setOSConditions: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolWin: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolUnix: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolProperty: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setS1ASclassPath: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] init-common: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setup: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setOSConditions: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolWin: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolUnix: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolProperty: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setS1ASclassPath: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] init-common: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] deploy-jdbc-common: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setOSConditions: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolWin: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolUnix: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setToolProperty: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] setS1ASclassPath: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] init-common: [2022-04-17T14:41:58.799Z] [2022-04-17T14:41:58.799Z] create-jdbc-connpool-common: [2022-04-17T14:41:59.055Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:00.439Z] [exec] JDBC connection pool jdbc-flushconnectionpool-pool created successfully. [2022-04-17T14:42:00.439Z] [2022-04-17T14:42:00.439Z] set-derby-connpool-props: [2022-04-17T14:42:00.696Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:00.696Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.User=dbuser [2022-04-17T14:42:00.951Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:00.951Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.Password=dbpassword [2022-04-17T14:42:01.542Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:01.542Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.driverType=4 [2022-04-17T14:42:01.798Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:01.798Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.portNumber=1527 [2022-04-17T14:42:02.362Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:02.362Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.dataBaseName=testdb [2022-04-17T14:42:02.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:02.621Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:42:03.183Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:03.183Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.create=true [2022-04-17T14:42:03.438Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:03.438Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.serverName=localhost [2022-04-17T14:42:03.438Z] [2022-04-17T14:42:03.438Z] setOSConditions: [2022-04-17T14:42:03.438Z] [2022-04-17T14:42:03.438Z] setToolWin: [2022-04-17T14:42:03.438Z] [2022-04-17T14:42:03.438Z] setToolUnix: [2022-04-17T14:42:03.438Z] [2022-04-17T14:42:03.438Z] setToolProperty: [2022-04-17T14:42:03.438Z] [2022-04-17T14:42:03.438Z] setS1ASclassPath: [2022-04-17T14:42:03.438Z] [2022-04-17T14:42:03.438Z] init-common: [2022-04-17T14:42:03.438Z] [2022-04-17T14:42:03.438Z] create-jdbc-resource-common: [2022-04-17T14:42:03.438Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:03.999Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:03.999Z] [exec] JDBC resource jdbc/flushconnectionpool created successfully. [2022-04-17T14:42:03.999Z] [echo] cmd executed for server [2022-04-17T14:42:03.999Z] [2022-04-17T14:42:03.999Z] asadmin-common: [2022-04-17T14:42:03.999Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:04.259Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:04.259Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.steady-pool-size=1 [2022-04-17T14:42:04.259Z] [2022-04-17T14:42:04.259Z] asadmin-common: [2022-04-17T14:42:04.259Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:04.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:04.846Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.max-pool-size=1 [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] setOSConditions: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] setToolWin: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] setToolUnix: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] setToolProperty: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] setS1ASclassPath: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] init-common: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] deploy-common: [2022-04-17T14:42:04.846Z] [echo] Current time (ISO): 2022-04-17T14:42:04.617+0000 [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] setOSConditions: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] setToolWin: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] setToolUnix: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] setToolProperty: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] setS1ASclassPath: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] init-common: [2022-04-17T14:42:04.846Z] [2022-04-17T14:42:04.846Z] deploy-common-pe: [2022-04-17T14:42:05.101Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolApp.ear [2022-04-17T14:42:08.439Z] [exec] Application deployed with name jdbc-flushconnectionpoolApp. [2022-04-17T14:42:08.439Z] [echo] Deployment on target server server successful [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setOSConditions: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setToolWin: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setToolUnix: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setToolProperty: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setS1ASclassPath: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] init-common: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] deploy-common-ee: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] run: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setOSConditions: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setToolWin: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setToolUnix: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setToolProperty: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setS1ASclassPath: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] init-common: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] execute-sql-common: [2022-04-17T14:42:08.439Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/create_pointbase.sql [2022-04-17T14:42:08.439Z] [sql] 0 rows affected [2022-04-17T14:42:08.439Z] [sql] 0 rows affected [2022-04-17T14:42:08.439Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setOSConditions: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setToolWin: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setToolUnix: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setToolProperty: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] setS1ASclassPath: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] init-common: [2022-04-17T14:42:08.439Z] [2022-04-17T14:42:08.439Z] runclient-common: [2022-04-17T14:42:08.439Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:42:09.367Z] [exec] Apr 17, 2022 2:42:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:42:09.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. [2022-04-17T14:42:13.587Z] [exec] Value of key is: Flush Connection Pool - (test1): [2022-04-17T14:42:13.587Z] [exec] Value of key is: Flush Connection Pool - (test2): [2022-04-17T14:42:13.587Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:42:13.587Z] [exec] [2022-04-17T14:42:13.587Z] [exec] [2022-04-17T14:42:13.587Z] [exec] ----------------------------------------- [2022-04-17T14:42:13.587Z] [exec] - Flush Connection Pool - (test1): : PASS - [2022-04-17T14:42:13.587Z] [exec] - Flush Connection Pool - (test2): : PASS - [2022-04-17T14:42:13.587Z] [exec] ----------------------------------------- [2022-04-17T14:42:13.587Z] [exec] Total PASS: 2 [2022-04-17T14:42:13.587Z] [exec] Total FAIL: 0 [2022-04-17T14:42:13.587Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:42:13.587Z] [exec] ----------------------------------------- [2022-04-17T14:42:13.587Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:42:13.587Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:42:13.843Z] [2022-04-17T14:42:13.843Z] checkReporting-common: [2022-04-17T14:42:13.843Z] [2022-04-17T14:42:13.843Z] confirmReportPresent-common: [2022-04-17T14:42:13.843Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:42:13.843Z] [echo] Test seems to be reported fine [2022-04-17T14:42:13.843Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/RepRunConf.txt [2022-04-17T14:42:13.843Z] [2022-04-17T14:42:13.843Z] confirmMissingReport-common: [2022-04-17T14:42:13.843Z] [2022-04-17T14:42:13.843Z] asadmin-common: [2022-04-17T14:42:13.843Z] [echo] asadmin flush-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc-flushconnectionpool-pool [2022-04-17T14:42:14.404Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true flush-connection-pool jdbc-flushconnectionpool-pool [2022-04-17T14:42:14.404Z] [2022-04-17T14:42:14.404Z] setOSConditions: [2022-04-17T14:42:14.404Z] [2022-04-17T14:42:14.404Z] setToolWin: [2022-04-17T14:42:14.404Z] [2022-04-17T14:42:14.404Z] setToolUnix: [2022-04-17T14:42:14.404Z] [2022-04-17T14:42:14.404Z] setToolProperty: [2022-04-17T14:42:14.404Z] [2022-04-17T14:42:14.404Z] setS1ASclassPath: [2022-04-17T14:42:14.404Z] [2022-04-17T14:42:14.404Z] init-common: [2022-04-17T14:42:14.404Z] [2022-04-17T14:42:14.404Z] runclient-common: [2022-04-17T14:42:14.404Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:42:15.336Z] [exec] Apr 17, 2022 2:42:15 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:42:15.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. [2022-04-17T14:42:18.617Z] [exec] Value of key is: Flush Connection Pool - (test1): [2022-04-17T14:42:18.617Z] [exec] Value of key is: Flush Connection Pool - (test2): [2022-04-17T14:42:18.617Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:42:18.617Z] [exec] [2022-04-17T14:42:18.617Z] [exec] [2022-04-17T14:42:18.617Z] [exec] ----------------------------------------- [2022-04-17T14:42:18.617Z] [exec] - Flush Connection Pool - (test1): : PASS - [2022-04-17T14:42:18.617Z] [exec] - Flush Connection Pool - (test2): : PASS - [2022-04-17T14:42:18.617Z] [exec] ----------------------------------------- [2022-04-17T14:42:18.617Z] [exec] Total PASS: 2 [2022-04-17T14:42:18.617Z] [exec] Total FAIL: 0 [2022-04-17T14:42:18.617Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:42:18.617Z] [exec] ----------------------------------------- [2022-04-17T14:42:18.617Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:42:18.617Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] checkReporting-common: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] confirmReportPresent-common: [2022-04-17T14:42:18.617Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:42:18.617Z] [echo] Test seems to be reported fine [2022-04-17T14:42:18.617Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/RepRunConf.txt [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] confirmMissingReport-common: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] undeploy: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] setOSConditions: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] setToolWin: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] setToolUnix: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] setToolProperty: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] setS1ASclassPath: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] init-common: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] execute-sql-common: [2022-04-17T14:42:18.617Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/drop_pointbase.sql [2022-04-17T14:42:18.617Z] [sql] 0 rows affected [2022-04-17T14:42:18.617Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] unsetup: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] setOSConditions: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] setToolWin: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] setToolUnix: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] setToolProperty: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] setS1ASclassPath: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] init-common: [2022-04-17T14:42:18.617Z] [2022-04-17T14:42:18.617Z] delete-jdbc-resource-common: [2022-04-17T14:42:18.617Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/flushconnectionpool [2022-04-17T14:42:19.179Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/flushconnectionpool [2022-04-17T14:42:19.179Z] [exec] JDBC resource jdbc/flushconnectionpool deleted successfully [2022-04-17T14:42:19.179Z] [echo] cmd executed for server [2022-04-17T14:42:19.179Z] [2022-04-17T14:42:19.179Z] setOSConditions: [2022-04-17T14:42:19.179Z] [2022-04-17T14:42:19.179Z] setToolWin: [2022-04-17T14:42:19.179Z] [2022-04-17T14:42:19.179Z] setToolUnix: [2022-04-17T14:42:19.179Z] [2022-04-17T14:42:19.179Z] setToolProperty: [2022-04-17T14:42:19.179Z] [2022-04-17T14:42:19.179Z] setS1ASclassPath: [2022-04-17T14:42:19.179Z] [2022-04-17T14:42:19.179Z] init-common: [2022-04-17T14:42:19.179Z] [2022-04-17T14:42:19.179Z] delete-jdbc-connpool-common: [2022-04-17T14:42:19.179Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-flushconnectionpool-pool [2022-04-17T14:42:19.437Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:19.437Z] [exec] JDBC Connection pool jdbc-flushconnectionpool-pool deleted successfully [2022-04-17T14:42:19.437Z] [echo] cmd executed for server [2022-04-17T14:42:19.437Z] [2022-04-17T14:42:19.437Z] setOSConditions: [2022-04-17T14:42:19.437Z] [2022-04-17T14:42:19.437Z] setToolWin: [2022-04-17T14:42:19.437Z] [2022-04-17T14:42:19.437Z] setToolUnix: [2022-04-17T14:42:19.437Z] [2022-04-17T14:42:19.437Z] setToolProperty: [2022-04-17T14:42:19.437Z] [2022-04-17T14:42:19.437Z] setS1ASclassPath: [2022-04-17T14:42:19.437Z] [2022-04-17T14:42:19.437Z] init-common: [2022-04-17T14:42:19.437Z] [2022-04-17T14:42:19.437Z] undeploy-common: [2022-04-17T14:42:19.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] all: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setOSConditions: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolWin: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolUnix: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolProperty: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setS1ASclassPath: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] init-common: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] clean: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setOSConditions: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolWin: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolUnix: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolProperty: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setS1ASclassPath: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] init-common: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] clean-common: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setOSConditions: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolWin: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolUnix: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolProperty: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setS1ASclassPath: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] init-common: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] clean-classes-common: [2022-04-17T14:42:19.950Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setOSConditions: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolWin: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolUnix: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolProperty: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setS1ASclassPath: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] init-common: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] clean-jars-common: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] compile: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setOSConditions: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolWin: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolUnix: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setToolProperty: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] setS1ASclassPath: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] init-common: [2022-04-17T14:42:19.950Z] [2022-04-17T14:42:19.950Z] compile-common: [2022-04-17T14:42:19.950Z] [echo] Current time (ISO): 2022-04-17T14:42:19.796+0000 [2022-04-17T14:42:19.950Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:42:19.950Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:42:21.341Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:42:21.341Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:21.341Z] [javac] return new Integer(1); [2022-04-17T14:42:21.341Z] [javac] ^ [2022-04-17T14:42:21.601Z] [javac] 2 warnings [2022-04-17T14:42:21.601Z] [2022-04-17T14:42:21.601Z] setOSConditions: [2022-04-17T14:42:21.601Z] [2022-04-17T14:42:21.601Z] setToolWin: [2022-04-17T14:42:21.601Z] [2022-04-17T14:42:21.601Z] setToolUnix: [2022-04-17T14:42:21.601Z] [2022-04-17T14:42:21.601Z] setToolProperty: [2022-04-17T14:42:21.601Z] [2022-04-17T14:42:21.601Z] setS1ASclassPath: [2022-04-17T14:42:21.601Z] [2022-04-17T14:42:21.601Z] init-common: [2022-04-17T14:42:21.601Z] [2022-04-17T14:42:21.601Z] compile-common: [2022-04-17T14:42:21.601Z] [echo] Current time (ISO): 2022-04-17T14:42:21.486+0000 [2022-04-17T14:42:21.601Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:42:23.500Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:42:23.500Z] [javac] 1 warning [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] build: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setOSConditions: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] fixFiles: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] convUnix: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] convWin: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolWin: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolUnix: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolProperty: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setS1ASclassPath: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] init-common: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] package-persistence-common: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] ejb-jar-common: [2022-04-17T14:42:23.500Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] package-ejbjar-common: [2022-04-17T14:42:23.500Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:42:23.500Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:42:23.500Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:42:23.500Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-ejb.jar [2022-04-17T14:42:23.500Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] appclient-jar-common: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] package-appclientjar-common: [2022-04-17T14:42:23.500Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:42:23.500Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:42:23.500Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:42:23.500Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-client.jar [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] webclient-war-common: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] build-ear-common: [2022-04-17T14:42:23.500Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:42:23.500Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] deploy: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setOSConditions: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolWin: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolUnix: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolProperty: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setS1ASclassPath: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] init-common: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] execute-sql-common: [2022-04-17T14:42:23.500Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/sql/create_pointbase.sql [2022-04-17T14:42:23.500Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:42:23.500Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:42:23.500Z] [sql] 0 rows affected [2022-04-17T14:42:23.500Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setOSConditions: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolWin: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolUnix: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolProperty: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setS1ASclassPath: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] init-common: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] deploy-jdbc-common: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setOSConditions: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolWin: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolUnix: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setToolProperty: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] setS1ASclassPath: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] init-common: [2022-04-17T14:42:23.500Z] [2022-04-17T14:42:23.500Z] create-jdbc-connpool-common: [2022-04-17T14:42:23.756Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:23.756Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:42:23.756Z] [2022-04-17T14:42:23.756Z] set-derby-connpool-props: [2022-04-17T14:42:24.336Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:42:24.336Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:42:24.592Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:42:24.592Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:42:24.847Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:42:24.847Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:42:25.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:42:25.439Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:42:25.695Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:42:25.951Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:42:26.207Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:42:26.207Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:42:26.768Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:42:26.768Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:42:27.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:42:27.037Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:42:27.037Z] [2022-04-17T14:42:27.037Z] setOSConditions: [2022-04-17T14:42:27.037Z] [2022-04-17T14:42:27.037Z] setToolWin: [2022-04-17T14:42:27.037Z] [2022-04-17T14:42:27.037Z] setToolUnix: [2022-04-17T14:42:27.037Z] [2022-04-17T14:42:27.037Z] setToolProperty: [2022-04-17T14:42:27.037Z] [2022-04-17T14:42:27.037Z] setS1ASclassPath: [2022-04-17T14:42:27.037Z] [2022-04-17T14:42:27.037Z] init-common: [2022-04-17T14:42:27.037Z] [2022-04-17T14:42:27.037Z] create-jdbc-resource-common: [2022-04-17T14:42:27.037Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:27.293Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:27.293Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:42:27.293Z] [echo] cmd executed for server [2022-04-17T14:42:27.293Z] [2022-04-17T14:42:27.293Z] asadmin-common: [2022-04-17T14:42:27.293Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:27.855Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:42:27.855Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.max-pool-size=10 [2022-04-17T14:42:27.855Z] [2022-04-17T14:42:27.855Z] asadmin-common: [2022-04-17T14:42:27.855Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:28.111Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:42:28.111Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.steady-pool-size=10 [2022-04-17T14:42:28.111Z] [2022-04-17T14:42:28.111Z] asadmin-common: [2022-04-17T14:42:28.111Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:28.678Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:42:28.678Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle-timeout-in-seconds=0 [2022-04-17T14:42:28.678Z] [2022-04-17T14:42:28.678Z] asadmin-common: [2022-04-17T14:42:28.678Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:28.934Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:42:28.934Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection-leak-timeout-in-seconds=10 [2022-04-17T14:42:28.934Z] [2022-04-17T14:42:28.934Z] asadmin-common: [2022-04-17T14:42:28.934Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:42:29.190Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:42:29.190Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection-leak-reclaim=true [2022-04-17T14:42:29.446Z] [2022-04-17T14:42:29.446Z] setOSConditions: [2022-04-17T14:42:29.446Z] [2022-04-17T14:42:29.446Z] setToolWin: [2022-04-17T14:42:29.446Z] [2022-04-17T14:42:29.446Z] setToolUnix: [2022-04-17T14:42:29.446Z] [2022-04-17T14:42:29.446Z] setToolProperty: [2022-04-17T14:42:29.446Z] [2022-04-17T14:42:29.446Z] setS1ASclassPath: [2022-04-17T14:42:29.446Z] [2022-04-17T14:42:29.446Z] init-common: [2022-04-17T14:42:29.446Z] [2022-04-17T14:42:29.446Z] deploy-common: [2022-04-17T14:42:29.446Z] [echo] Current time (ISO): 2022-04-17T14:42:29.191+0000 [2022-04-17T14:42:29.446Z] [2022-04-17T14:42:29.447Z] setOSConditions: [2022-04-17T14:42:29.447Z] [2022-04-17T14:42:29.447Z] setToolWin: [2022-04-17T14:42:29.447Z] [2022-04-17T14:42:29.447Z] setToolUnix: [2022-04-17T14:42:29.447Z] [2022-04-17T14:42:29.447Z] setToolProperty: [2022-04-17T14:42:29.447Z] [2022-04-17T14:42:29.447Z] setS1ASclassPath: [2022-04-17T14:42:29.447Z] [2022-04-17T14:42:29.447Z] init-common: [2022-04-17T14:42:29.447Z] [2022-04-17T14:42:29.447Z] deploy-common-pe: [2022-04-17T14:42:29.703Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear [2022-04-17T14:42:29.959Z] [exec] Application deployed with name ejb-bmp-statementwrapperApp. [2022-04-17T14:42:29.959Z] [echo] Deployment on target server server successful [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] setOSConditions: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] setToolWin: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] setToolUnix: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] setToolProperty: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] setS1ASclassPath: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] init-common: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] deploy-common-ee: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] run: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] setOSConditions: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] setToolWin: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] setToolUnix: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] setToolProperty: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] setS1ASclassPath: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] init-common: [2022-04-17T14:42:29.959Z] [2022-04-17T14:42:29.959Z] runclient-common: [2022-04-17T14:42:29.959Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:42:30.911Z] [exec] Apr 17, 2022 2:42:30 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:42:30.911Z] [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. [2022-04-17T14:43:38.638Z] [exec] Value of key is: test1 : [2022-04-17T14:43:38.639Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:43:38.639Z] [exec] [2022-04-17T14:43:38.639Z] [exec] [2022-04-17T14:43:38.639Z] [exec] ----------------------------------------- [2022-04-17T14:43:38.639Z] [exec] - test1 : : PASS - [2022-04-17T14:43:38.639Z] [exec] ----------------------------------------- [2022-04-17T14:43:38.639Z] [exec] Total PASS: 1 [2022-04-17T14:43:38.639Z] [exec] Total FAIL: 0 [2022-04-17T14:43:38.639Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:43:38.639Z] [exec] ----------------------------------------- [2022-04-17T14:43:38.639Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:43:38.639Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] checkReporting-common: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] confirmReportPresent-common: [2022-04-17T14:43:38.639Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:43:38.639Z] [echo] Test seems to be reported fine [2022-04-17T14:43:38.639Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/RepRunConf.txt [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] confirmMissingReport-common: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] undeploy: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setOSConditions: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolWin: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolUnix: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolProperty: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setS1ASclassPath: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] init-common: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] execute-sql-common: [2022-04-17T14:43:38.639Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/sql/drop_pointbase.sql [2022-04-17T14:43:38.639Z] [sql] 0 rows affected [2022-04-17T14:43:38.639Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setOSConditions: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolWin: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolUnix: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolProperty: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setS1ASclassPath: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] init-common: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] undeploy-jdbc-common: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setOSConditions: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolWin: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolUnix: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolProperty: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setS1ASclassPath: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] init-common: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] delete-jdbc-resource-common: [2022-04-17T14:43:38.639Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:43:38.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:43:38.639Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:43:38.639Z] [echo] cmd executed for server [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setOSConditions: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolWin: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolUnix: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolProperty: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setS1ASclassPath: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] init-common: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] delete-jdbc-connpool-common: [2022-04-17T14:43:38.639Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:43:38.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:38.639Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:43:38.639Z] [echo] cmd executed for server [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setOSConditions: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolWin: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolUnix: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolProperty: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setS1ASclassPath: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] init-common: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] undeploy-common: [2022-04-17T14:43:38.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] all: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setOSConditions: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolWin: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolUnix: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolProperty: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setS1ASclassPath: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] init-common: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] clean: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setOSConditions: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolWin: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolUnix: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setToolProperty: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] setS1ASclassPath: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] init-common: [2022-04-17T14:43:38.639Z] [2022-04-17T14:43:38.639Z] clean-common: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setOSConditions: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setToolWin: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setToolUnix: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setToolProperty: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setS1ASclassPath: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] init-common: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] clean-classes-common: [2022-04-17T14:43:38.896Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setOSConditions: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setToolWin: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setToolUnix: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setToolProperty: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setS1ASclassPath: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] init-common: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] clean-jars-common: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] compile: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setOSConditions: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setToolWin: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setToolUnix: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setToolProperty: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] setS1ASclassPath: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] init-common: [2022-04-17T14:43:38.896Z] [2022-04-17T14:43:38.896Z] compile-common: [2022-04-17T14:43:38.896Z] [echo] Current time (ISO): 2022-04-17T14:43:38.651+0000 [2022-04-17T14:43:38.896Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:43:38.896Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:43:40.276Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:43:40.532Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:40.532Z] [javac] return new Integer(1); [2022-04-17T14:43:40.532Z] [javac] ^ [2022-04-17T14:43:40.532Z] [javac] 2 warnings [2022-04-17T14:43:40.532Z] [2022-04-17T14:43:40.532Z] setOSConditions: [2022-04-17T14:43:40.532Z] [2022-04-17T14:43:40.532Z] setToolWin: [2022-04-17T14:43:40.532Z] [2022-04-17T14:43:40.532Z] setToolUnix: [2022-04-17T14:43:40.532Z] [2022-04-17T14:43:40.532Z] setToolProperty: [2022-04-17T14:43:40.532Z] [2022-04-17T14:43:40.532Z] setS1ASclassPath: [2022-04-17T14:43:40.532Z] [2022-04-17T14:43:40.532Z] init-common: [2022-04-17T14:43:40.532Z] [2022-04-17T14:43:40.532Z] compile-common: [2022-04-17T14:43:40.532Z] [echo] Current time (ISO): 2022-04-17T14:43:40.518+0000 [2022-04-17T14:43:40.532Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:43:42.423Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:43:42.423Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:42.423Z] [javac] return new Integer(returnValue.get("count").toString()); [2022-04-17T14:43:42.423Z] [javac] ^ [2022-04-17T14:43:42.423Z] [javac] 2 warnings [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] build: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] setOSConditions: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] fixFiles: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] convUnix: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] convWin: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] setToolWin: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] setToolUnix: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] setToolProperty: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] setS1ASclassPath: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] init-common: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] package-persistence-common: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] ejb-jar-common: [2022-04-17T14:43:42.423Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] package-ejbjar-common: [2022-04-17T14:43:42.423Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:43:42.423Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:43:42.423Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:43:42.423Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar [2022-04-17T14:43:42.423Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.423Z] appclient-jar-common: [2022-04-17T14:43:42.423Z] [2022-04-17T14:43:42.424Z] package-appclientjar-common: [2022-04-17T14:43:42.424Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:43:42.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:43:42.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:43:42.424Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] webclient-war-common: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] build-ear-common: [2022-04-17T14:43:42.424Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:43:42.424Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] deploy: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setOSConditions: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolWin: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolUnix: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolProperty: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setS1ASclassPath: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] init-common: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] execute-sql-common: [2022-04-17T14:43:42.424Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/sql/create_pointbase.sql [2022-04-17T14:43:42.424Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 [2022-04-17T14:43:42.424Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. [2022-04-17T14:43:42.424Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 [2022-04-17T14:43:42.424Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. [2022-04-17T14:43:42.424Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 [2022-04-17T14:43:42.424Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. [2022-04-17T14:43:42.424Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 [2022-04-17T14:43:42.424Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. [2022-04-17T14:43:42.424Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 [2022-04-17T14:43:42.424Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. [2022-04-17T14:43:42.424Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 [2022-04-17T14:43:42.424Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. [2022-04-17T14:43:42.424Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 [2022-04-17T14:43:42.424Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. [2022-04-17T14:43:42.424Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 [2022-04-17T14:43:42.424Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. [2022-04-17T14:43:42.424Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 [2022-04-17T14:43:42.424Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. [2022-04-17T14:43:42.424Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 [2022-04-17T14:43:42.424Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. [2022-04-17T14:43:42.424Z] [sql] 0 rows affected [2022-04-17T14:43:42.424Z] [sql] 1 rows affected [2022-04-17T14:43:42.424Z] [sql] 0 rows affected [2022-04-17T14:43:42.424Z] [sql] 1 rows affected [2022-04-17T14:43:42.424Z] [sql] 0 rows affected [2022-04-17T14:43:42.424Z] [sql] 1 rows affected [2022-04-17T14:43:42.424Z] [sql] 0 rows affected [2022-04-17T14:43:42.424Z] [sql] 1 rows affected [2022-04-17T14:43:42.424Z] [sql] 0 rows affected [2022-04-17T14:43:42.424Z] [sql] 1 rows affected [2022-04-17T14:43:42.424Z] [sql] 0 rows affected [2022-04-17T14:43:42.424Z] [sql] 1 rows affected [2022-04-17T14:43:42.424Z] [sql] 0 rows affected [2022-04-17T14:43:42.424Z] [sql] 1 rows affected [2022-04-17T14:43:42.424Z] [sql] 0 rows affected [2022-04-17T14:43:42.424Z] [sql] 1 rows affected [2022-04-17T14:43:42.424Z] [sql] 0 rows affected [2022-04-17T14:43:42.424Z] [sql] 1 rows affected [2022-04-17T14:43:42.424Z] [sql] 0 rows affected [2022-04-17T14:43:42.424Z] [sql] 1 rows affected [2022-04-17T14:43:42.424Z] [sql] 20 of 30 SQL statements executed successfully [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setOSConditions: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolWin: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolUnix: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolProperty: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setS1ASclassPath: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] init-common: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setup: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setOSConditions: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolWin: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolUnix: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolProperty: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setS1ASclassPath: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] init-common: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] deploy-jdbc-common: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setOSConditions: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolWin: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolUnix: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setToolProperty: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] setS1ASclassPath: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] init-common: [2022-04-17T14:43:42.424Z] [2022-04-17T14:43:42.424Z] create-jdbc-connpool-common: [2022-04-17T14:43:42.986Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:42.986Z] [exec] JDBC connection pool jdbc/jdbc-stmtcaching_hit_miss-pool created successfully. [2022-04-17T14:43:42.986Z] [2022-04-17T14:43:42.986Z] set-derby-connpool-props: [2022-04-17T14:43:43.242Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:43.242Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.User=dbuser [2022-04-17T14:43:43.804Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:43.804Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword [2022-04-17T14:43:44.091Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:44.091Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.driverType=4 [2022-04-17T14:43:44.655Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:44.655Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 [2022-04-17T14:43:44.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:44.939Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb [2022-04-17T14:43:45.197Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:45.197Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:43:45.761Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:45.761Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.create=true [2022-04-17T14:43:46.018Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:46.018Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost [2022-04-17T14:43:46.018Z] [2022-04-17T14:43:46.018Z] setOSConditions: [2022-04-17T14:43:46.018Z] [2022-04-17T14:43:46.018Z] setToolWin: [2022-04-17T14:43:46.018Z] [2022-04-17T14:43:46.018Z] setToolUnix: [2022-04-17T14:43:46.018Z] [2022-04-17T14:43:46.018Z] setToolProperty: [2022-04-17T14:43:46.018Z] [2022-04-17T14:43:46.018Z] setS1ASclassPath: [2022-04-17T14:43:46.018Z] [2022-04-17T14:43:46.018Z] init-common: [2022-04-17T14:43:46.018Z] [2022-04-17T14:43:46.018Z] create-jdbc-resource-common: [2022-04-17T14:43:46.018Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:46.580Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:46.580Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. [2022-04-17T14:43:46.580Z] [echo] cmd executed for server [2022-04-17T14:43:46.580Z] [2022-04-17T14:43:46.580Z] asadmin-common: [2022-04-17T14:43:46.580Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:46.835Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:46.835Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 [2022-04-17T14:43:46.835Z] [2022-04-17T14:43:46.835Z] asadmin-common: [2022-04-17T14:43:46.835Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:47.398Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:47.398Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true [2022-04-17T14:43:47.398Z] [2022-04-17T14:43:47.398Z] asadmin-common: [2022-04-17T14:43:47.398Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:47.653Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:47.653Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] setOSConditions: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] setToolWin: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] setToolUnix: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] setToolProperty: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] setS1ASclassPath: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] init-common: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] deploy-common: [2022-04-17T14:43:47.653Z] [echo] Current time (ISO): 2022-04-17T14:43:47.501+0000 [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] setOSConditions: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] setToolWin: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] setToolUnix: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] setToolProperty: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] setS1ASclassPath: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] init-common: [2022-04-17T14:43:47.653Z] [2022-04-17T14:43:47.653Z] deploy-common-pe: [2022-04-17T14:43:47.936Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T14:43:48.191Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. [2022-04-17T14:43:48.191Z] [echo] Deployment on target server server successful [2022-04-17T14:43:48.191Z] [2022-04-17T14:43:48.191Z] setOSConditions: [2022-04-17T14:43:48.191Z] [2022-04-17T14:43:48.191Z] setToolWin: [2022-04-17T14:43:48.191Z] [2022-04-17T14:43:48.191Z] setToolUnix: [2022-04-17T14:43:48.191Z] [2022-04-17T14:43:48.191Z] setToolProperty: [2022-04-17T14:43:48.191Z] [2022-04-17T14:43:48.191Z] setS1ASclassPath: [2022-04-17T14:43:48.191Z] [2022-04-17T14:43:48.191Z] init-common: [2022-04-17T14:43:48.191Z] [2022-04-17T14:43:48.191Z] deploy-common-ee: [2022-04-17T14:43:48.191Z] [2022-04-17T14:43:48.191Z] run: [2022-04-17T14:43:48.191Z] [2022-04-17T14:43:48.191Z] asadmin-common: [2022-04-17T14:43:48.191Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:48.754Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:48.754Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF [2022-04-17T14:43:48.754Z] [2022-04-17T14:43:48.754Z] asadmin-common: [2022-04-17T14:43:48.754Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:49.338Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:49.338Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH [2022-04-17T14:43:49.338Z] [2022-04-17T14:43:49.338Z] setOSConditions: [2022-04-17T14:43:49.338Z] [2022-04-17T14:43:49.338Z] setToolWin: [2022-04-17T14:43:49.338Z] [2022-04-17T14:43:49.338Z] setToolUnix: [2022-04-17T14:43:49.338Z] [2022-04-17T14:43:49.338Z] setToolProperty: [2022-04-17T14:43:49.338Z] [2022-04-17T14:43:49.338Z] setS1ASclassPath: [2022-04-17T14:43:49.338Z] [2022-04-17T14:43:49.338Z] init-common: [2022-04-17T14:43:49.338Z] [2022-04-17T14:43:49.338Z] runclient-common: [2022-04-17T14:43:49.338Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:43:50.267Z] [exec] Apr 17, 2022 2:43:49 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:43:50.267Z] [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. [2022-04-17T14:43:54.542Z] [exec] >>>numstatementcachehit=1 [2022-04-17T14:43:54.543Z] [exec] >>>numstatementcachemiss=5 [2022-04-17T14:43:54.543Z] [exec] HIT pass [2022-04-17T14:43:54.543Z] [exec] Value of key is: Statement Caching - (Hit): [2022-04-17T14:43:54.543Z] [exec] >>>numstatementcachehit=6 [2022-04-17T14:43:54.543Z] [exec] >>>numstatementcachemiss=7 [2022-04-17T14:43:54.543Z] [exec] MISS pass [2022-04-17T14:43:54.543Z] [exec] Value of key is: Statement Caching - (Miss): [2022-04-17T14:43:54.543Z] [exec] >>>numstatementcachehit=7 [2022-04-17T14:43:54.543Z] [exec] >>>numstatementcachemiss=12 [2022-04-17T14:43:54.543Z] [exec] columnIndexes pass [2022-04-17T14:43:54.543Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : [2022-04-17T14:43:54.543Z] [exec] >>>numstatementcachehit=8 [2022-04-17T14:43:54.543Z] [exec] >>>numstatementcachemiss=17 [2022-04-17T14:43:54.543Z] [exec] columnNames pass [2022-04-17T14:43:54.543Z] [exec] Value of key is: Statement Caching - (hit columnNames) : [2022-04-17T14:43:54.543Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:43:54.543Z] [exec] [2022-04-17T14:43:54.543Z] [exec] [2022-04-17T14:43:54.543Z] [exec] ----------------------------------------- [2022-04-17T14:43:54.543Z] [exec] - Statement Caching - (Hit): : PASS - [2022-04-17T14:43:54.543Z] [exec] - Statement Caching - (Miss): : PASS - [2022-04-17T14:43:54.543Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - [2022-04-17T14:43:54.543Z] [exec] - Statement Caching - (hit columnNames) : : PASS - [2022-04-17T14:43:54.543Z] [exec] ----------------------------------------- [2022-04-17T14:43:54.543Z] [exec] Total PASS: 4 [2022-04-17T14:43:54.543Z] [exec] Total FAIL: 0 [2022-04-17T14:43:54.543Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:43:54.543Z] [exec] ----------------------------------------- [2022-04-17T14:43:54.543Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:43:54.543Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] checkReporting-common: [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] confirmReportPresent-common: [2022-04-17T14:43:55.144Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:43:55.144Z] [echo] Test seems to be reported fine [2022-04-17T14:43:55.144Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/RepRunConf.txt [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] confirmMissingReport-common: [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] undeploy: [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] setOSConditions: [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] setToolWin: [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] setToolUnix: [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] setToolProperty: [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] setS1ASclassPath: [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] init-common: [2022-04-17T14:43:55.144Z] [2022-04-17T14:43:55.144Z] execute-sql-common: [2022-04-17T14:43:55.144Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/sql/drop_pointbase.sql [2022-04-17T14:43:55.144Z] [sql] 0 rows affected [2022-04-17T14:43:55.144Z] [sql] 0 rows affected [2022-04-17T14:43:55.144Z] [sql] 0 rows affected [2022-04-17T14:43:55.144Z] [sql] 0 rows affected [2022-04-17T14:43:55.144Z] [sql] 0 rows affected [2022-04-17T14:43:55.144Z] [sql] 0 rows affected [2022-04-17T14:43:55.144Z] [sql] 0 rows affected [2022-04-17T14:43:55.144Z] [sql] 0 rows affected [2022-04-17T14:43:55.144Z] [sql] 0 rows affected [2022-04-17T14:43:55.144Z] [sql] 0 rows affected [2022-04-17T14:43:55.400Z] [sql] 10 of 10 SQL statements executed successfully [2022-04-17T14:43:55.400Z] [2022-04-17T14:43:55.400Z] unsetup: [2022-04-17T14:43:55.400Z] [2022-04-17T14:43:55.400Z] asadmin-common: [2022-04-17T14:43:55.400Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:55.656Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:55.939Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF [2022-04-17T14:43:55.939Z] [2022-04-17T14:43:55.939Z] setOSConditions: [2022-04-17T14:43:55.939Z] [2022-04-17T14:43:55.939Z] setToolWin: [2022-04-17T14:43:55.939Z] [2022-04-17T14:43:55.939Z] setToolUnix: [2022-04-17T14:43:55.939Z] [2022-04-17T14:43:55.939Z] setToolProperty: [2022-04-17T14:43:55.939Z] [2022-04-17T14:43:55.939Z] setS1ASclassPath: [2022-04-17T14:43:55.939Z] [2022-04-17T14:43:55.939Z] init-common: [2022-04-17T14:43:55.939Z] [2022-04-17T14:43:55.939Z] delete-jdbc-resource-common: [2022-04-17T14:43:55.939Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:56.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:56.195Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully [2022-04-17T14:43:56.195Z] [echo] cmd executed for server [2022-04-17T14:43:56.195Z] [2022-04-17T14:43:56.195Z] setOSConditions: [2022-04-17T14:43:56.195Z] [2022-04-17T14:43:56.195Z] setToolWin: [2022-04-17T14:43:56.195Z] [2022-04-17T14:43:56.195Z] setToolUnix: [2022-04-17T14:43:56.195Z] [2022-04-17T14:43:56.195Z] setToolProperty: [2022-04-17T14:43:56.195Z] [2022-04-17T14:43:56.195Z] setS1ASclassPath: [2022-04-17T14:43:56.195Z] [2022-04-17T14:43:56.195Z] init-common: [2022-04-17T14:43:56.195Z] [2022-04-17T14:43:56.195Z] delete-jdbc-connpool-common: [2022-04-17T14:43:56.195Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:56.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:43:56.708Z] [exec] JDBC Connection pool jdbc/jdbc-stmtcaching_hit_miss-pool deleted successfully [2022-04-17T14:43:56.708Z] [echo] cmd executed for server [2022-04-17T14:43:56.708Z] [2022-04-17T14:43:56.708Z] setOSConditions: [2022-04-17T14:43:56.708Z] [2022-04-17T14:43:56.708Z] setToolWin: [2022-04-17T14:43:56.708Z] [2022-04-17T14:43:56.708Z] setToolUnix: [2022-04-17T14:43:56.708Z] [2022-04-17T14:43:56.708Z] setToolProperty: [2022-04-17T14:43:56.708Z] [2022-04-17T14:43:56.708Z] setS1ASclassPath: [2022-04-17T14:43:56.708Z] [2022-04-17T14:43:56.708Z] init-common: [2022-04-17T14:43:56.708Z] [2022-04-17T14:43:56.708Z] undeploy-common: [2022-04-17T14:43:56.992Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:43:56.992Z] [2022-04-17T14:43:56.992Z] all: [2022-04-17T14:43:56.992Z] [2022-04-17T14:43:56.992Z] setOSConditions: [2022-04-17T14:43:56.992Z] [2022-04-17T14:43:56.992Z] setToolWin: [2022-04-17T14:43:56.992Z] [2022-04-17T14:43:56.992Z] setToolUnix: [2022-04-17T14:43:56.992Z] [2022-04-17T14:43:56.992Z] setToolProperty: [2022-04-17T14:43:56.992Z] [2022-04-17T14:43:56.992Z] setS1ASclassPath: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] init-common: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] ejb-setup: [2022-04-17T14:43:57.250Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/ejb [2022-04-17T14:43:57.250Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/client [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] clean: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setOSConditions: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolWin: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolUnix: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolProperty: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setS1ASclassPath: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] init-common: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] clean-common: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setOSConditions: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolWin: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolUnix: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolProperty: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setS1ASclassPath: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] init-common: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] clean-classes-common: [2022-04-17T14:43:57.250Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setOSConditions: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolWin: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolUnix: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolProperty: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setS1ASclassPath: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] init-common: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] clean-jars-common: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] compile: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setOSConditions: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolWin: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolUnix: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setToolProperty: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] setS1ASclassPath: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] init-common: [2022-04-17T14:43:57.250Z] [2022-04-17T14:43:57.250Z] compile-common: [2022-04-17T14:43:57.250Z] [echo] Current time (ISO): 2022-04-17T14:43:57.013+0000 [2022-04-17T14:43:57.250Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:43:57.250Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:43:59.140Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:43:59.140Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T14:43:59.140Z] [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. [2022-04-17T14:43:59.140Z] [javac] 2 warnings [2022-04-17T14:43:59.140Z] [2022-04-17T14:43:59.140Z] setOSConditions: [2022-04-17T14:43:59.140Z] [2022-04-17T14:43:59.140Z] setToolWin: [2022-04-17T14:43:59.140Z] [2022-04-17T14:43:59.140Z] setToolUnix: [2022-04-17T14:43:59.140Z] [2022-04-17T14:43:59.140Z] setToolProperty: [2022-04-17T14:43:59.140Z] [2022-04-17T14:43:59.140Z] setS1ASclassPath: [2022-04-17T14:43:59.140Z] [2022-04-17T14:43:59.140Z] init-common: [2022-04-17T14:43:59.140Z] [2022-04-17T14:43:59.140Z] compile-common: [2022-04-17T14:43:59.140Z] [echo] Current time (ISO): 2022-04-17T14:43:58.906+0000 [2022-04-17T14:43:59.140Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:44:00.508Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:44:00.790Z] [javac] 1 warning [2022-04-17T14:44:00.790Z] [2022-04-17T14:44:00.790Z] build: [2022-04-17T14:44:00.790Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib [2022-04-17T14:44:00.790Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-lib.jar [2022-04-17T14:44:00.790Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-par1.jar [2022-04-17T14:44:00.790Z] [2022-04-17T14:44:00.791Z] setOSConditions: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] fixFiles: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] convUnix: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] convWin: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolWin: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolUnix: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolProperty: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setS1ASclassPath: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] init-common: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] package-persistence-common: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] ejb-jar-common: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] package-ejbjar-common: [2022-04-17T14:44:00.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:00.791Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-ejb.jar [2022-04-17T14:44:00.791Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] appclient-jar-common: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] package-appclientjar-common: [2022-04-17T14:44:00.791Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:00.791Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-client.jar [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] webclient-war-common: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] build-ear-common: [2022-04-17T14:44:00.791Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T14:44:00.791Z] [jar] Updating jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setup: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setOSConditions: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolWin: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolUnix: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolProperty: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setS1ASclassPath: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] init-common: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] execute-sql-common: [2022-04-17T14:44:00.791Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/create.sql [2022-04-17T14:44:00.791Z] [sql] 0 rows affected [2022-04-17T14:44:00.791Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] deploy: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setOSConditions: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolWin: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolUnix: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolProperty: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setS1ASclassPath: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] init-common: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] deploy-common: [2022-04-17T14:44:00.791Z] [echo] Current time (ISO): 2022-04-17T14:44:00.634+0000 [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setOSConditions: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolWin: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolUnix: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setToolProperty: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] setS1ASclassPath: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] init-common: [2022-04-17T14:44:00.791Z] [2022-04-17T14:44:00.791Z] deploy-common-pe: [2022-04-17T14:44:01.047Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T14:44:03.570Z] [exec] Application deployed with name ejb-ejb30-persistence-tx_propagationApp. [2022-04-17T14:44:03.570Z] [echo] Deployment on target server server successful [2022-04-17T14:44:03.570Z] [2022-04-17T14:44:03.570Z] setOSConditions: [2022-04-17T14:44:03.570Z] [2022-04-17T14:44:03.570Z] setToolWin: [2022-04-17T14:44:03.570Z] [2022-04-17T14:44:03.570Z] setToolUnix: [2022-04-17T14:44:03.570Z] [2022-04-17T14:44:03.570Z] setToolProperty: [2022-04-17T14:44:03.570Z] [2022-04-17T14:44:03.570Z] setS1ASclassPath: [2022-04-17T14:44:03.570Z] [2022-04-17T14:44:03.570Z] init-common: [2022-04-17T14:44:03.570Z] [2022-04-17T14:44:03.570Z] deploy-common-ee: [2022-04-17T14:44:03.570Z] [2022-04-17T14:44:03.570Z] run: [2022-04-17T14:44:03.570Z] [2022-04-17T14:44:03.570Z] setOSConditions: [2022-04-17T14:44:03.571Z] [2022-04-17T14:44:03.571Z] setToolWin: [2022-04-17T14:44:03.571Z] [2022-04-17T14:44:03.571Z] setToolUnix: [2022-04-17T14:44:03.571Z] [2022-04-17T14:44:03.571Z] setToolProperty: [2022-04-17T14:44:03.571Z] [2022-04-17T14:44:03.571Z] setS1ASclassPath: [2022-04-17T14:44:03.571Z] [2022-04-17T14:44:03.571Z] init-common: [2022-04-17T14:44:03.571Z] [2022-04-17T14:44:03.571Z] runclient-common: [2022-04-17T14:44:03.571Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:44:04.506Z] [exec] Apr 17, 2022 2:44:04 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:44:04.506Z] [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. [2022-04-17T14:44:05.439Z] [exec] Apr 17, 2022 2:44:05 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T14:44:05.439Z] [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/glassfish6_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 [2022-04-17T14:44:07.964Z] [exec] I am in client [2022-04-17T14:44:08.236Z] [exec] Apr 17, 2022 2:44:07 PM org.hibernate.validator.internal.util.Version [2022-04-17T14:44:08.236Z] [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T14:44:08.493Z] [exec] calling createPerson(duke) [2022-04-17T14:44:08.493Z] [exec] created [2022-04-17T14:44:08.493Z] [exec] utx.begin called [2022-04-17T14:44:08.836Z] [exec] inserted 1,1 into table [2022-04-17T14:44:08.836Z] [exec] calling utx.rollback [2022-04-17T14:44:08.836Z] [exec] Value of key is: delegateFoundMe [2022-04-17T14:44:08.836Z] [exec] Value of key is: findDelegateCreatedPerson [2022-04-17T14:44:08.836Z] [exec] utx.rollback called [2022-04-17T14:44:08.837Z] [exec] I am in client [2022-04-17T14:44:08.837Z] [exec] calling createPerson(duke) [2022-04-17T14:44:08.837Z] [exec] created [2022-04-17T14:44:08.837Z] [exec] utx.begin called [2022-04-17T14:44:08.837Z] [exec] inserted 1,1 into table [2022-04-17T14:44:08.837Z] [exec] calling utx.commit [2022-04-17T14:44:09.095Z] [exec] Value of key is: delegateFoundMe [2022-04-17T14:44:09.095Z] [exec] Value of key is: findDelegateCreatedPerson [2022-04-17T14:44:09.095Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:44:09.095Z] [exec] [2022-04-17T14:44:09.095Z] [exec] [2022-04-17T14:44:09.095Z] [exec] ----------------------------------------- [2022-04-17T14:44:09.095Z] [exec] - delegateFoundMe: PASS - [2022-04-17T14:44:09.095Z] [exec] - findDelegateCreatedPerson: PASS - [2022-04-17T14:44:09.095Z] [exec] ----------------------------------------- [2022-04-17T14:44:09.095Z] [exec] Total PASS: 2 [2022-04-17T14:44:09.095Z] [exec] Total FAIL: 0 [2022-04-17T14:44:09.095Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:44:09.095Z] [exec] ----------------------------------------- [2022-04-17T14:44:09.095Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:44:09.095Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:44:09.095Z] [exec] utx.commit called [2022-04-17T14:44:09.095Z] [exec] Apr 17, 2022 2:44:08 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter [2022-04-17T14:44:09.095Z] [exec] INFO: RAR7094: __xa_jdbc_ra shutdown successful. [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] checkReporting-common: [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] confirmReportPresent-common: [2022-04-17T14:44:09.352Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:44:09.352Z] [echo] Test seems to be reported fine [2022-04-17T14:44:09.352Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/RepRunConf.txt [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] confirmMissingReport-common: [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] undeploy: [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] setOSConditions: [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] setToolWin: [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] setToolUnix: [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] setToolProperty: [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] setS1ASclassPath: [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] init-common: [2022-04-17T14:44:09.352Z] [2022-04-17T14:44:09.352Z] undeploy-common: [2022-04-17T14:44:09.943Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] unsetup: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setOSConditions: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolWin: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolUnix: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolProperty: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setS1ASclassPath: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] init-common: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] execute-sql-common: [2022-04-17T14:44:09.943Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/drop.sql [2022-04-17T14:44:09.943Z] [sql] 0 rows affected [2022-04-17T14:44:09.943Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] all: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setOSConditions: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolWin: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolUnix: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolProperty: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setS1ASclassPath: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] init-common: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] appclient-setup: [2022-04-17T14:44:09.943Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/client [2022-04-17T14:44:09.943Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/ejb [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] clean: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setOSConditions: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolWin: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolUnix: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolProperty: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setS1ASclassPath: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] init-common: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] clean-common: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setOSConditions: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolWin: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolUnix: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolProperty: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setS1ASclassPath: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] init-common: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] clean-classes-common: [2022-04-17T14:44:09.943Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setOSConditions: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolWin: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolUnix: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolProperty: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setS1ASclassPath: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] init-common: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] clean-jars-common: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] compile: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setOSConditions: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolWin: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolUnix: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setToolProperty: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] setS1ASclassPath: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] init-common: [2022-04-17T14:44:09.943Z] [2022-04-17T14:44:09.943Z] compile-common: [2022-04-17T14:44:09.943Z] [echo] Current time (ISO): 2022-04-17T14:44:09.750+0000 [2022-04-17T14:44:09.943Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:44:09.943Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:44:11.902Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:44:11.902Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T14:44:11.902Z] [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. [2022-04-17T14:44:11.902Z] [javac] 2 warnings [2022-04-17T14:44:11.902Z] [2022-04-17T14:44:11.902Z] setOSConditions: [2022-04-17T14:44:11.902Z] [2022-04-17T14:44:11.902Z] setToolWin: [2022-04-17T14:44:11.902Z] [2022-04-17T14:44:11.902Z] setToolUnix: [2022-04-17T14:44:11.902Z] [2022-04-17T14:44:11.902Z] setToolProperty: [2022-04-17T14:44:11.902Z] [2022-04-17T14:44:11.902Z] setS1ASclassPath: [2022-04-17T14:44:11.902Z] [2022-04-17T14:44:11.902Z] init-common: [2022-04-17T14:44:11.902Z] [2022-04-17T14:44:11.902Z] compile-common: [2022-04-17T14:44:11.902Z] [echo] Current time (ISO): 2022-04-17T14:44:11.823+0000 [2022-04-17T14:44:11.902Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:44:13.837Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:44:13.837Z] [javac] 1 warning [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] build: [2022-04-17T14:44:13.837Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib [2022-04-17T14:44:13.837Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-lib.jar [2022-04-17T14:44:13.837Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-par1.jar [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setOSConditions: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] fixFiles: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] convUnix: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] convWin: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolWin: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolUnix: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolProperty: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setS1ASclassPath: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] init-common: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] package-persistence-common: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] ejb-jar-common: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] package-ejbjar-common: [2022-04-17T14:44:13.837Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:13.837Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-ejb.jar [2022-04-17T14:44:13.837Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] appclient-jar-common: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] package-appclientjar-common: [2022-04-17T14:44:13.837Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:13.837Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-client.jar [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] webclient-war-common: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] build-ear-common: [2022-04-17T14:44:13.837Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T14:44:13.837Z] [jar] Updating jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setup: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setOSConditions: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolWin: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolUnix: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolProperty: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setS1ASclassPath: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] init-common: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] execute-sql-common: [2022-04-17T14:44:13.837Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/create.sql [2022-04-17T14:44:13.837Z] [sql] 0 rows affected [2022-04-17T14:44:13.837Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] deploy: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setOSConditions: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolWin: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolUnix: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolProperty: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setS1ASclassPath: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] init-common: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] deploy-common: [2022-04-17T14:44:13.837Z] [echo] Current time (ISO): 2022-04-17T14:44:13.542+0000 [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setOSConditions: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolWin: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolUnix: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setToolProperty: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] setS1ASclassPath: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] init-common: [2022-04-17T14:44:13.837Z] [2022-04-17T14:44:13.837Z] deploy-common-pe: [2022-04-17T14:44:14.298Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T14:44:14.554Z] [exec] Application deployed with name ejb-ejb30-persistence-tx_propagationApp. [2022-04-17T14:44:14.554Z] [echo] Deployment on target server server successful [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] setOSConditions: [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] setToolWin: [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] setToolUnix: [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] setToolProperty: [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] setS1ASclassPath: [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] init-common: [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] deploy-common-ee: [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] run: [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] setOSConditions: [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] setToolWin: [2022-04-17T14:44:14.554Z] [2022-04-17T14:44:14.554Z] setToolUnix: [2022-04-17T14:44:14.555Z] [2022-04-17T14:44:14.555Z] setToolProperty: [2022-04-17T14:44:14.555Z] [2022-04-17T14:44:14.555Z] setS1ASclassPath: [2022-04-17T14:44:14.555Z] [2022-04-17T14:44:14.555Z] init-common: [2022-04-17T14:44:14.555Z] [2022-04-17T14:44:14.555Z] runclient-common: [2022-04-17T14:44:14.555Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:44:15.948Z] [exec] Apr 17, 2022 2:44:15 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:44:15.948Z] [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. [2022-04-17T14:44:16.511Z] [exec] Apr 17, 2022 2:44:16 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T14:44:16.511Z] [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/glassfish6_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 [2022-04-17T14:44:19.066Z] [exec] I am in client [2022-04-17T14:44:19.337Z] [exec] Apr 17, 2022 2:44:19 PM org.hibernate.validator.internal.util.Version [2022-04-17T14:44:19.337Z] [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T14:44:19.597Z] [exec] calling createPerson(duke) [2022-04-17T14:44:19.597Z] [exec] created [2022-04-17T14:44:19.597Z] [exec] utx.begin called [2022-04-17T14:44:19.858Z] [exec] inserted 1,1 into table [2022-04-17T14:44:20.114Z] [exec] calling utx.rollback [2022-04-17T14:44:20.114Z] [exec] Value of key is: delegateFoundMe [2022-04-17T14:44:20.114Z] [exec] Value of key is: findDelegateCreatedPerson [2022-04-17T14:44:20.114Z] [exec] utx.rollback called [2022-04-17T14:44:20.114Z] [exec] I am in client [2022-04-17T14:44:20.114Z] [exec] calling createPerson(duke) [2022-04-17T14:44:20.114Z] [exec] created [2022-04-17T14:44:20.114Z] [exec] utx.begin called [2022-04-17T14:44:20.114Z] [exec] inserted 1,1 into table [2022-04-17T14:44:20.114Z] [exec] calling utx.commit [2022-04-17T14:44:20.370Z] [exec] Value of key is: delegateFoundMe [2022-04-17T14:44:20.370Z] [exec] Value of key is: findDelegateCreatedPerson [2022-04-17T14:44:20.371Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:44:20.371Z] [exec] [2022-04-17T14:44:20.371Z] [exec] [2022-04-17T14:44:20.371Z] [exec] ----------------------------------------- [2022-04-17T14:44:20.371Z] [exec] - delegateFoundMe: PASS - [2022-04-17T14:44:20.371Z] [exec] - findDelegateCreatedPerson: PASS - [2022-04-17T14:44:20.371Z] [exec] ----------------------------------------- [2022-04-17T14:44:20.371Z] [exec] Total PASS: 2 [2022-04-17T14:44:20.371Z] [exec] Total FAIL: 0 [2022-04-17T14:44:20.371Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:44:20.371Z] [exec] ----------------------------------------- [2022-04-17T14:44:20.371Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:44:20.371Z] [exec] utx.commit called [2022-04-17T14:44:20.371Z] [exec] Apr 17, 2022 2:44:20 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter [2022-04-17T14:44:20.371Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:44:20.371Z] [exec] INFO: RAR7094: __xa_jdbc_ra shutdown successful. [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] checkReporting-common: [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] confirmReportPresent-common: [2022-04-17T14:44:20.639Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:44:20.639Z] [echo] Test seems to be reported fine [2022-04-17T14:44:20.639Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/RepRunConf.txt [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] confirmMissingReport-common: [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] undeploy: [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] setOSConditions: [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] setToolWin: [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] setToolUnix: [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] setToolProperty: [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] setS1ASclassPath: [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] init-common: [2022-04-17T14:44:20.639Z] [2022-04-17T14:44:20.639Z] undeploy-common: [2022-04-17T14:44:20.896Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:44:20.896Z] [2022-04-17T14:44:20.896Z] unsetup: [2022-04-17T14:44:20.896Z] [2022-04-17T14:44:20.896Z] setOSConditions: [2022-04-17T14:44:20.896Z] [2022-04-17T14:44:20.896Z] setToolWin: [2022-04-17T14:44:20.896Z] [2022-04-17T14:44:20.896Z] setToolUnix: [2022-04-17T14:44:20.896Z] [2022-04-17T14:44:20.896Z] setToolProperty: [2022-04-17T14:44:20.896Z] [2022-04-17T14:44:20.896Z] setS1ASclassPath: [2022-04-17T14:44:20.896Z] [2022-04-17T14:44:20.896Z] init-common: [2022-04-17T14:44:20.896Z] [2022-04-17T14:44:20.896Z] execute-sql-common: [2022-04-17T14:44:20.896Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/drop.sql [2022-04-17T14:44:20.896Z] [sql] 0 rows affected [2022-04-17T14:44:20.896Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:44:20.896Z] [2022-04-17T14:44:20.896Z] all-appclient-exposed-dsd: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setOSConditions: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolWin: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolUnix: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolProperty: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setS1ASclassPath: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] init-common: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] clean: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setOSConditions: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolWin: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolUnix: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolProperty: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setS1ASclassPath: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] init-common: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] clean-common: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setOSConditions: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolWin: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolUnix: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolProperty: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setS1ASclassPath: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] init-common: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] clean-classes-common: [2022-04-17T14:44:21.152Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setOSConditions: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolWin: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolUnix: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolProperty: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setS1ASclassPath: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] init-common: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] clean-jars-common: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] compile: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setOSConditions: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolWin: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolUnix: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setToolProperty: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] setS1ASclassPath: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] init-common: [2022-04-17T14:44:21.152Z] [2022-04-17T14:44:21.152Z] compile-common: [2022-04-17T14:44:21.152Z] [echo] Current time (ISO): 2022-04-17T14:44:20.940+0000 [2022-04-17T14:44:21.152Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:44:21.152Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:44:23.067Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:44:23.067Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:23.067Z] [javac] return new Integer(1); [2022-04-17T14:44:23.067Z] [javac] ^ [2022-04-17T14:44:23.067Z] [javac] 2 warnings [2022-04-17T14:44:23.067Z] [2022-04-17T14:44:23.067Z] setOSConditions: [2022-04-17T14:44:23.067Z] [2022-04-17T14:44:23.067Z] setToolWin: [2022-04-17T14:44:23.067Z] [2022-04-17T14:44:23.067Z] setToolUnix: [2022-04-17T14:44:23.067Z] [2022-04-17T14:44:23.067Z] setToolProperty: [2022-04-17T14:44:23.067Z] [2022-04-17T14:44:23.067Z] setS1ASclassPath: [2022-04-17T14:44:23.067Z] [2022-04-17T14:44:23.067Z] init-common: [2022-04-17T14:44:23.067Z] [2022-04-17T14:44:23.067Z] compile-common: [2022-04-17T14:44:23.067Z] [echo] Current time (ISO): 2022-04-17T14:44:22.769+0000 [2022-04-17T14:44:23.067Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:44:24.439Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:44:24.439Z] [javac] 1 warning [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] build: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] setOSConditions: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] fixFiles: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] convUnix: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] convWin: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] setToolWin: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] setToolUnix: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] setToolProperty: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] setS1ASclassPath: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] init-common: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] package-persistence-common: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] ejb-jar-common: [2022-04-17T14:44:24.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] package-ejbjar-common: [2022-04-17T14:44:24.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:24.439Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:24.439Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:24.439Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar [2022-04-17T14:44:24.439Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] appclient-jar-common: [2022-04-17T14:44:24.439Z] [2022-04-17T14:44:24.439Z] package-appclientjar-common: [2022-04-17T14:44:24.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:24.439Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:24.439Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:24.440Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar [2022-04-17T14:44:24.440Z] [2022-04-17T14:44:24.440Z] webclient-war-common: [2022-04-17T14:44:24.440Z] [2022-04-17T14:44:24.440Z] build-ear-common: [2022-04-17T14:44:24.440Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:44:24.440Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T14:44:24.440Z] [2022-04-17T14:44:24.440Z] deploy: [2022-04-17T14:44:24.440Z] [2022-04-17T14:44:24.440Z] setOSConditions: [2022-04-17T14:44:24.440Z] [2022-04-17T14:44:24.440Z] setToolWin: [2022-04-17T14:44:24.440Z] [2022-04-17T14:44:24.440Z] setToolUnix: [2022-04-17T14:44:24.440Z] [2022-04-17T14:44:24.440Z] setToolProperty: [2022-04-17T14:44:24.440Z] [2022-04-17T14:44:24.440Z] setS1ASclassPath: [2022-04-17T14:44:24.440Z] [2022-04-17T14:44:24.440Z] init-common: [2022-04-17T14:44:24.440Z] [2022-04-17T14:44:24.440Z] execute-sql-common: [2022-04-17T14:44:24.440Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/sql/create_pointbase.sql [2022-04-17T14:44:24.440Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 [2022-04-17T14:44:24.440Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. [2022-04-17T14:44:24.440Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 [2022-04-17T14:44:24.440Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. [2022-04-17T14:44:24.440Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 [2022-04-17T14:44:24.440Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. [2022-04-17T14:44:24.440Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 [2022-04-17T14:44:24.440Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. [2022-04-17T14:44:24.440Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 [2022-04-17T14:44:24.440Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. [2022-04-17T14:44:24.440Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 [2022-04-17T14:44:24.440Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. [2022-04-17T14:44:24.440Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 [2022-04-17T14:44:24.440Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. [2022-04-17T14:44:24.440Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 [2022-04-17T14:44:24.440Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. [2022-04-17T14:44:24.440Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 [2022-04-17T14:44:24.440Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. [2022-04-17T14:44:24.440Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 [2022-04-17T14:44:24.440Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. [2022-04-17T14:44:24.440Z] [sql] 0 rows affected [2022-04-17T14:44:24.440Z] [sql] 1 rows affected [2022-04-17T14:44:24.440Z] [sql] 0 rows affected [2022-04-17T14:44:24.440Z] [sql] 1 rows affected [2022-04-17T14:44:24.440Z] [sql] 0 rows affected [2022-04-17T14:44:24.440Z] [sql] 1 rows affected [2022-04-17T14:44:24.440Z] [sql] 0 rows affected [2022-04-17T14:44:24.440Z] [sql] 1 rows affected [2022-04-17T14:44:24.440Z] [sql] 0 rows affected [2022-04-17T14:44:24.440Z] [sql] 1 rows affected [2022-04-17T14:44:24.440Z] [sql] 0 rows affected [2022-04-17T14:44:24.696Z] [sql] 1 rows affected [2022-04-17T14:44:24.696Z] [sql] 0 rows affected [2022-04-17T14:44:24.696Z] [sql] 1 rows affected [2022-04-17T14:44:24.696Z] [sql] 0 rows affected [2022-04-17T14:44:24.696Z] [sql] 1 rows affected [2022-04-17T14:44:24.696Z] [sql] 0 rows affected [2022-04-17T14:44:24.696Z] [sql] 1 rows affected [2022-04-17T14:44:24.696Z] [sql] 0 rows affected [2022-04-17T14:44:24.696Z] [sql] 1 rows affected [2022-04-17T14:44:24.696Z] [sql] 20 of 30 SQL statements executed successfully [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setOSConditions: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setToolWin: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setToolUnix: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setToolProperty: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setS1ASclassPath: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] init-common: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setup: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setOSConditions: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setToolWin: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setToolUnix: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setToolProperty: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setS1ASclassPath: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] init-common: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] deploy-jdbc-common: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setOSConditions: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setToolWin: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setToolUnix: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setToolProperty: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] setS1ASclassPath: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] init-common: [2022-04-17T14:44:24.696Z] [2022-04-17T14:44:24.696Z] create-jdbc-connpool-common: [2022-04-17T14:44:24.952Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:24.952Z] [exec] JDBC connection pool jdbc-stmtcaching_hit_miss-pool created successfully. [2022-04-17T14:44:24.952Z] [2022-04-17T14:44:24.952Z] set-derby-connpool-props: [2022-04-17T14:44:25.538Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:25.539Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser [2022-04-17T14:44:25.794Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:25.794Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword [2022-04-17T14:44:26.050Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:26.050Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 [2022-04-17T14:44:26.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:26.639Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 [2022-04-17T14:44:26.896Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:26.896Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb [2022-04-17T14:44:27.160Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:27.439Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:44:27.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:27.694Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true [2022-04-17T14:44:27.951Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:27.951Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost [2022-04-17T14:44:27.951Z] [2022-04-17T14:44:27.951Z] setOSConditions: [2022-04-17T14:44:27.951Z] [2022-04-17T14:44:27.951Z] setToolWin: [2022-04-17T14:44:27.951Z] [2022-04-17T14:44:27.951Z] setToolUnix: [2022-04-17T14:44:27.951Z] [2022-04-17T14:44:27.951Z] setToolProperty: [2022-04-17T14:44:27.951Z] [2022-04-17T14:44:27.951Z] setS1ASclassPath: [2022-04-17T14:44:27.951Z] [2022-04-17T14:44:27.951Z] init-common: [2022-04-17T14:44:27.951Z] [2022-04-17T14:44:27.951Z] create-jdbc-resource-common: [2022-04-17T14:44:27.951Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:28.539Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:28.539Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. [2022-04-17T14:44:28.539Z] [echo] cmd executed for server [2022-04-17T14:44:28.539Z] [2022-04-17T14:44:28.539Z] asadmin-common: [2022-04-17T14:44:28.539Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:28.796Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:28.796Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 [2022-04-17T14:44:28.796Z] [2022-04-17T14:44:28.796Z] asadmin-common: [2022-04-17T14:44:28.796Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:29.358Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:29.358Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-type=FIXED [2022-04-17T14:44:29.358Z] [2022-04-17T14:44:29.358Z] asadmin-common: [2022-04-17T14:44:29.358Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:29.614Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:29.614Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true [2022-04-17T14:44:29.614Z] [2022-04-17T14:44:29.614Z] asadmin-common: [2022-04-17T14:44:29.614Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:29.890Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:29.890Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] setOSConditions: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] setToolWin: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] setToolUnix: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] setToolProperty: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] setS1ASclassPath: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] init-common: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] deploy-common: [2022-04-17T14:44:29.890Z] [echo] Current time (ISO): 2022-04-17T14:44:29.878+0000 [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] setOSConditions: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] setToolWin: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] setToolUnix: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] setToolProperty: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] setS1ASclassPath: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] init-common: [2022-04-17T14:44:29.890Z] [2022-04-17T14:44:29.890Z] deploy-common-pe: [2022-04-17T14:44:30.453Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T14:44:30.739Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. [2022-04-17T14:44:30.739Z] [echo] Deployment on target server server successful [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] setOSConditions: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] setToolWin: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] setToolUnix: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] setToolProperty: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] setS1ASclassPath: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] init-common: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] deploy-common-ee: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] run: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] setOSConditions: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] setToolWin: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] setToolUnix: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] setToolProperty: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] setS1ASclassPath: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] init-common: [2022-04-17T14:44:30.739Z] [2022-04-17T14:44:30.739Z] runclient-common: [2022-04-17T14:44:30.739Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:44:31.668Z] [exec] Apr 17, 2022 2:44:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:44:31.668Z] [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. [2022-04-17T14:44:34.951Z] [exec] Value of key is: Statement Caching - (Hit): [2022-04-17T14:44:34.951Z] [exec] Value of key is: Statement Caching - (Miss): [2022-04-17T14:44:34.951Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : [2022-04-17T14:44:34.951Z] [exec] Value of key is: Statement Caching - (hit columnNames) : [2022-04-17T14:44:34.951Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:44:34.951Z] [exec] [2022-04-17T14:44:34.951Z] [exec] [2022-04-17T14:44:34.951Z] [exec] ----------------------------------------- [2022-04-17T14:44:34.951Z] [exec] - Statement Caching - (Hit): : PASS - [2022-04-17T14:44:34.951Z] [exec] - Statement Caching - (Miss): : PASS - [2022-04-17T14:44:34.951Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - [2022-04-17T14:44:34.951Z] [exec] - Statement Caching - (hit columnNames) : : PASS - [2022-04-17T14:44:34.951Z] [exec] ----------------------------------------- [2022-04-17T14:44:34.951Z] [exec] Total PASS: 4 [2022-04-17T14:44:34.951Z] [exec] Total FAIL: 0 [2022-04-17T14:44:34.951Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:44:34.951Z] [exec] ----------------------------------------- [2022-04-17T14:44:34.952Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:44:34.952Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] checkReporting-common: [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] confirmReportPresent-common: [2022-04-17T14:44:35.208Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:44:35.208Z] [echo] Test seems to be reported fine [2022-04-17T14:44:35.208Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/RepRunConf.txt [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] confirmMissingReport-common: [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] undeploy: [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] setOSConditions: [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] setToolWin: [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] setToolUnix: [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] setToolProperty: [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] setS1ASclassPath: [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] init-common: [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] execute-sql-common: [2022-04-17T14:44:35.208Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/sql/drop_pointbase.sql [2022-04-17T14:44:35.208Z] [sql] 0 rows affected [2022-04-17T14:44:35.208Z] [sql] 0 rows affected [2022-04-17T14:44:35.208Z] [sql] 0 rows affected [2022-04-17T14:44:35.208Z] [sql] 0 rows affected [2022-04-17T14:44:35.208Z] [sql] 0 rows affected [2022-04-17T14:44:35.208Z] [sql] 0 rows affected [2022-04-17T14:44:35.208Z] [sql] 0 rows affected [2022-04-17T14:44:35.208Z] [sql] 0 rows affected [2022-04-17T14:44:35.208Z] [sql] 0 rows affected [2022-04-17T14:44:35.208Z] [sql] 0 rows affected [2022-04-17T14:44:35.208Z] [sql] 10 of 10 SQL statements executed successfully [2022-04-17T14:44:35.208Z] [2022-04-17T14:44:35.208Z] unsetup: [2022-04-17T14:44:35.469Z] [2022-04-17T14:44:35.469Z] setOSConditions: [2022-04-17T14:44:35.469Z] [2022-04-17T14:44:35.469Z] setToolWin: [2022-04-17T14:44:35.469Z] [2022-04-17T14:44:35.469Z] setToolUnix: [2022-04-17T14:44:35.469Z] [2022-04-17T14:44:35.469Z] setToolProperty: [2022-04-17T14:44:35.469Z] [2022-04-17T14:44:35.469Z] setS1ASclassPath: [2022-04-17T14:44:35.469Z] [2022-04-17T14:44:35.469Z] init-common: [2022-04-17T14:44:35.469Z] [2022-04-17T14:44:35.469Z] delete-jdbc-resource-common: [2022-04-17T14:44:35.469Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:35.728Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:35.728Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully [2022-04-17T14:44:35.728Z] [echo] cmd executed for server [2022-04-17T14:44:35.728Z] [2022-04-17T14:44:35.728Z] setOSConditions: [2022-04-17T14:44:35.728Z] [2022-04-17T14:44:35.728Z] setToolWin: [2022-04-17T14:44:35.728Z] [2022-04-17T14:44:35.728Z] setToolUnix: [2022-04-17T14:44:35.728Z] [2022-04-17T14:44:35.728Z] setToolProperty: [2022-04-17T14:44:35.728Z] [2022-04-17T14:44:35.728Z] setS1ASclassPath: [2022-04-17T14:44:35.728Z] [2022-04-17T14:44:35.728Z] init-common: [2022-04-17T14:44:35.728Z] [2022-04-17T14:44:35.728Z] delete-jdbc-connpool-common: [2022-04-17T14:44:35.728Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:35.993Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:44:35.993Z] [exec] JDBC Connection pool jdbc-stmtcaching_hit_miss-pool deleted successfully [2022-04-17T14:44:35.993Z] [echo] cmd executed for server [2022-04-17T14:44:35.993Z] [2022-04-17T14:44:35.993Z] setOSConditions: [2022-04-17T14:44:35.993Z] [2022-04-17T14:44:35.993Z] setToolWin: [2022-04-17T14:44:35.993Z] [2022-04-17T14:44:35.993Z] setToolUnix: [2022-04-17T14:44:35.993Z] [2022-04-17T14:44:35.993Z] setToolProperty: [2022-04-17T14:44:35.993Z] [2022-04-17T14:44:35.993Z] setS1ASclassPath: [2022-04-17T14:44:35.993Z] [2022-04-17T14:44:35.993Z] init-common: [2022-04-17T14:44:35.993Z] [2022-04-17T14:44:35.993Z] undeploy-common: [2022-04-17T14:44:36.555Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:44:36.555Z] [2022-04-17T14:44:36.555Z] all: [2022-04-17T14:44:36.555Z] [2022-04-17T14:44:36.555Z] report: [2022-04-17T14:44:36.555Z] [echo] Comparing results with expected results [2022-04-17T14:44:36.555Z] [xslt] Processing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [2022-04-17T14:44:36.556Z] [xslt] Loading stylesheet /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/j2eeReporter.xsl [2022-04-17T14:44:36.813Z] [2022-04-17T14:44:36.813Z] report-sh: [2022-04-17T14:44:36.813Z] [exec] input file=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T14:44:36.813Z] [exec] ------------------------ [2022-04-17T14:44:36.813Z] [exec] TOTAL = 230 [2022-04-17T14:44:36.813Z] [exec] ------------------------ [2022-04-17T14:44:36.813Z] [exec] PASSED = 209 [2022-04-17T14:44:36.813Z] [exec] FAILED = 0 [2022-04-17T14:44:36.813Z] [exec] DID NOT RUN = 21 [2022-04-17T14:44:36.813Z] [exec] ------------------------ [2022-04-17T14:44:36.813Z] [2022-04-17T14:44:36.813Z] BUILD SUCCESSFUL [2022-04-17T14:44:36.813Z] Total time: 28 minutes 50 seconds [2022-04-17T14:44:37.377Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin stop-domain domain1 [2022-04-17T14:44:38.457Z] Waiting for the domain to stop . [2022-04-17T14:44:38.457Z] Command stop-domain executed successfully. [2022-04-17T14:44:38.457Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin stop-database [2022-04-17T14:44:39.386Z] Sun Apr 17 14:44:39 UTC 2022 : Connection obtained for host: 0.0.0.0, port number 1527. [2022-04-17T14:44:39.951Z] Sun Apr 17 14:44:39 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:44:39.951Z] Command stop-database executed successfully. [2022-04-17T14:44:39.951Z] + check_successful_run [2022-04-17T14:44:39.951Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' [2022-04-17T14:44:39.951Z] [2022-04-17T14:44:39.951Z] ===== CHECK SUCCESSFUL RUN ===== [2022-04-17T14:44:39.951Z] [2022-04-17T14:44:39.951Z] + FILE=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [2022-04-17T14:44:39.951Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' [2022-04-17T14:44:39.951Z] + echo 'File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' [2022-04-17T14:44:39.951Z] File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful [2022-04-17T14:44:39.951Z] + generate_junit_report jdbc_all [2022-04-17T14:44:39.951Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' [2022-04-17T14:44:39.951Z] [2022-04-17T14:44:39.951Z] ===== GENERATE JUNIT REPORT ===== [2022-04-17T14:44:39.951Z] [2022-04-17T14:44:39.951Z] + TD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T14:44:39.951Z] + JUD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml [2022-04-17T14:44:39.951Z] + TESTSUITE_NAME=jdbc_all [2022-04-17T14:44:39.951Z] + cat /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T14:44:39.951Z] + awk -v suitename=jdbc_all ' [2022-04-17T14:44:39.951Z] BEGIN { [2022-04-17T14:44:39.951Z] totaltests = 0; [2022-04-17T14:44:39.951Z] totalfailures = 0; [2022-04-17T14:44:39.951Z] totalerrors = 0; [2022-04-17T14:44:39.952Z] } [2022-04-17T14:44:39.952Z] function getPropVal(str){ [2022-04-17T14:44:39.952Z] split(str, a, "="); [2022-04-17T14:44:39.952Z] val = a[2]; [2022-04-17T14:44:39.952Z] # remove quotes [2022-04-17T14:44:39.952Z] gsub("\"","",val); [2022-04-17T14:44:39.952Z] return val; [2022-04-17T14:44:39.952Z] } [2022-04-17T14:44:39.952Z] function removeXMLTag(str){ [2022-04-17T14:44:39.952Z] # remove xml tag quotes [2022-04-17T14:44:39.952Z] gsub("","",str); [2022-04-17T14:44:39.952Z] gsub("<.*>","",str); [2022-04-17T14:44:39.952Z] gsub(">","",str); [2022-04-17T14:44:39.952Z] return str; [2022-04-17T14:44:39.952Z] } [2022-04-17T14:44:39.952Z] /status value=/ { [2022-04-17T14:44:39.952Z] result=getPropVal($0); [2022-04-17T14:44:39.952Z] result=removeXMLTag(result); [2022-04-17T14:44:39.952Z] } [2022-04-17T14:44:39.952Z] // { [2022-04-17T14:44:39.952Z] getline; [2022-04-17T14:44:39.952Z] getline; [2022-04-17T14:44:39.952Z] testunit=removeXMLTag($0); [2022-04-17T14:44:39.952Z] gsub("\"","",testunit); [2022-04-17T14:44:39.952Z] } [2022-04-17T14:44:39.952Z] // { [2022-04-17T14:44:39.952Z] getline; [2022-04-17T14:44:39.952Z] testname=removeXMLTag($0); [2022-04-17T14:44:39.952Z] gsub("\"","",testname); [2022-04-17T14:44:39.952Z] } [2022-04-17T14:44:39.952Z] /<\/testcase>/{ [2022-04-17T14:44:39.952Z] classname=testunit [2022-04-17T14:44:39.952Z] # printing testcase to out [2022-04-17T14:44:39.952Z] out = out sprintf(" \n", classname, testname); [2022-04-17T14:44:39.952Z] if (result == "fail") { [2022-04-17T14:44:39.952Z] out = out " \n"; [2022-04-17T14:44:39.952Z] totalfailures++; [2022-04-17T14:44:39.952Z] } else if (result == "did_not_run") { [2022-04-17T14:44:39.952Z] out = out " \n"; [2022-04-17T14:44:39.952Z] totalerrors++; [2022-04-17T14:44:39.952Z] } [2022-04-17T14:44:39.952Z] out = out " \n"; [2022-04-17T14:44:39.952Z] [2022-04-17T14:44:39.952Z] totaltests++; [2022-04-17T14:44:39.952Z] result=""; [2022-04-17T14:44:39.952Z] testname=""; [2022-04-17T14:44:39.952Z] } [2022-04-17T14:44:39.952Z] END { [2022-04-17T14:44:39.952Z] print "" [2022-04-17T14:44:39.952Z] printf "\n", totaltests, totalfailures, totalerrors, suitename; [2022-04-17T14:44:39.952Z] printf "%s", out; [2022-04-17T14:44:39.952Z] print "" [2022-04-17T14:44:39.952Z] }' [2022-04-17T14:44:39.952Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T14:44:39.952Z] + change_junit_report_class_names [2022-04-17T14:44:39.952Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T14:44:39.952Z] + sed -i 's/\bclassname="/classname="jdbc_all./g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T14:44:39.952Z] + copy_test_artifacts jdbc_all [2022-04-17T14:44:39.952Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' [2022-04-17T14:44:39.952Z] [2022-04-17T14:44:39.952Z] ===== COPY TEST ARTIFACTS ===== [2022-04-17T14:44:39.952Z] [2022-04-17T14:44:39.952Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T14:44:39.952Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains [2022-04-17T14:44:39.952Z] tar: Removing leading `/' from member names [2022-04-17T14:44:39.952Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T14:44:39.952Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T14:44:39.952Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T14:44:39.952Z] ++ pwd [2022-04-17T14:44:39.952Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T14:44:39.952Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*logs.zip': No such file or directory [2022-04-17T14:44:39.952Z] + true [2022-04-17T14:44:39.952Z] ++ pwd [2022-04-17T14:44:39.952Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T14:44:39.952Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*/*logs.zip': No such file or directory [2022-04-17T14:44:39.952Z] + true [2022-04-17T14:44:39.952Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/jdbc_all-results.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results [2022-04-17T14:44:39.952Z] tar: Removing leading `/' from member names [2022-04-17T14:44:39.952Z] + break [2022-04-17T14:44:39.952Z] + [[ true = false ]] [2022-04-17T14:44:39.952Z] + git reset --hard [2022-04-17T14:44:40.514Z] HEAD is now at d56ff92b9 Merge pull request #23899 from dmatej/mvn-annotation-processing [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 [2022-04-17T14:44:51.980Z] + rm -rf glassfish6 [2022-04-17T14:44:51.980Z] + true [2022-04-17T14:44:51.980Z] + export MAVEN_ARGS=-Pstaging [2022-04-17T14:44:51.980Z] + MAVEN_ARGS=-Pstaging [2022-04-17T14:44:51.980Z] + ./runtests.sh batch_all [2022-04-17T14:44:51.980Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven [2022-04-17T14:44:51.980Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command [2022-04-17T14:44:51.980Z] Second argument is a test set id, one of: [2022-04-17T14:44:51.980Z] cdi_all, ql_gf_full_profile_all, \n [2022-04-17T14:44:51.980Z] \n [2022-04-17T14:44:51.980Z] web_jsp, deployment_all, \n [2022-04-17T14:44:51.980Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n [2022-04-17T14:44:51.980Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, connector_group_1, connector_group_2, connector_group_3, connector_group_4 [2022-04-17T14:44:51.980Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. [2022-04-17T14:44:51.980Z] [2022-04-17T14:44:51.980Z] POM file "/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist [2022-04-17T14:44:56.189Z] [INFO] Scanning for projects... [2022-04-17T14:44:56.189Z] [INFO] [2022-04-17T14:44:56.189Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [2022-04-17T14:44:56.189Z] [INFO] Building GlassFish Project 6.2.6-SNAPSHOT [2022-04-17T14:44:56.189Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-04-17T14:44:56.189Z] [INFO] [2022-04-17T14:44:56.189Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- [2022-04-17T14:44:56.445Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.7:jar [2022-04-17T14:44:56.445Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.7:jar already exists in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T14:44:56.445Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:44:56.445Z] [INFO] BUILD SUCCESS [2022-04-17T14:44:56.445Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:44:56.445Z] [INFO] Total time: 1.000 s [2022-04-17T14:44:56.445Z] [INFO] Finished at: 2022-04-17T14:44:56Z [2022-04-17T14:44:56.445Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:44:56.701Z] + '[' '!' -z /var/jenkins ']' [2022-04-17T14:44:56.701Z] ++ mktemp -t XXXgf-internal-env [2022-04-17T14:44:56.701Z] + readonly GF_INTERNAL_ENV_SH=/tmp/wXCgf-internal-env [2022-04-17T14:44:56.701Z] + GF_INTERNAL_ENV_SH=/tmp/wXCgf-internal-env [2022-04-17T14:44:56.701Z] + '[' '!' -z '' ']' [2022-04-17T14:44:56.701Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T14:44:56.701Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T14:44:56.701Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' [2022-04-17T14:44:56.701Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish' [2022-04-17T14:44:56.701Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:44:56.701Z] + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:44:56.701Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' [2022-04-17T14:44:56.701Z] + '[' -z 6.2.6-SNAPSHOT ']' [2022-04-17T14:44:56.701Z] + '[' -z /home/jenkins/.m2/repository ']' [2022-04-17T14:44:56.701Z] + run_test batch_all [2022-04-17T14:44:56.701Z] + local testid=batch_all [2022-04-17T14:44:56.701Z] + local found=false [2022-04-17T14:44:56.701Z] ++ find . -name run_test.sh [2022-04-17T14:44:56.979Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:44:56.979Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids [2022-04-17T14:44:56.979Z] + OPT=list_test_ids [2022-04-17T14:44:56.979Z] + TEST_ID= [2022-04-17T14:44:56.979Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh [2022-04-17T14:44:56.979Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh [2022-04-17T14:44:56.979Z] +++ uname [2022-04-17T14:44:56.979Z] +++ wc -l [2022-04-17T14:44:56.979Z] +++ awk '{print $1}' [2022-04-17T14:44:56.979Z] +++ grep -i sunos [2022-04-17T14:44:56.979Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:44:56.979Z] ++ GREP=grep [2022-04-17T14:44:56.979Z] ++ AWK=awk [2022-04-17T14:44:56.979Z] ++ SED=sed [2022-04-17T14:44:56.979Z] ++ BC=bc [2022-04-17T14:44:56.979Z] ++ export GREP AWK SED BC [2022-04-17T14:44:56.979Z] + case ${OPT} in [2022-04-17T14:44:56.979Z] + list_test_ids [2022-04-17T14:44:56.979Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 [2022-04-17T14:44:56.979Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:44:56.979Z] + [[ admin_cli_all = \b\a\t\c\h\_\a\l\l ]] [2022-04-17T14:44:56.979Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:44:56.979Z] + [[ admin-cli-group-1 = \b\a\t\c\h\_\a\l\l ]] [2022-04-17T14:44:56.979Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:44:56.979Z] + [[ admin-cli-group-2 = \b\a\t\c\h\_\a\l\l ]] [2022-04-17T14:44:56.979Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:44:56.979Z] + [[ admin-cli-group-3 = \b\a\t\c\h\_\a\l\l ]] [2022-04-17T14:44:56.979Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:44:56.979Z] + [[ admin-cli-group-4 = \b\a\t\c\h\_\a\l\l ]] [2022-04-17T14:44:56.979Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:44:56.979Z] + [[ admin-cli-group-5 = \b\a\t\c\h\_\a\l\l ]] [2022-04-17T14:44:56.979Z] + [[ false = true ]] [2022-04-17T14:44:56.979Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:44:56.979Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids [2022-04-17T14:44:56.979Z] + OPT=list_test_ids [2022-04-17T14:44:56.979Z] + TEST_ID= [2022-04-17T14:44:56.979Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh [2022-04-17T14:44:56.979Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh [2022-04-17T14:44:56.979Z] +++ uname [2022-04-17T14:44:56.979Z] +++ grep -i sunos [2022-04-17T14:44:56.979Z] +++ awk '{print $1}' [2022-04-17T14:44:56.979Z] +++ wc -l [2022-04-17T14:44:56.979Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:44:56.979Z] ++ GREP=grep [2022-04-17T14:44:56.979Z] ++ AWK=awk [2022-04-17T14:44:56.979Z] ++ SED=sed [2022-04-17T14:44:56.979Z] ++ BC=bc [2022-04-17T14:44:56.979Z] ++ export GREP AWK SED BC [2022-04-17T14:44:56.979Z] + case ${OPT} in [2022-04-17T14:44:56.979Z] + list_test_ids [2022-04-17T14:44:56.979Z] + echo batch_all [2022-04-17T14:44:56.979Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:44:56.979Z] + [[ batch_all = \b\a\t\c\h\_\a\l\l ]] [2022-04-17T14:44:56.979Z] + found=true [2022-04-17T14:44:56.979Z] + break [2022-04-17T14:44:56.979Z] + [[ true = true ]] [2022-04-17T14:44:56.979Z] + ./appserver/tests/appserv-tests/devtests/batch/run_test.sh run_test_id batch_all [2022-04-17T14:44:56.979Z] + OPT=run_test_id [2022-04-17T14:44:56.979Z] + TEST_ID=batch_all [2022-04-17T14:44:56.979Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh [2022-04-17T14:44:56.979Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh [2022-04-17T14:44:56.979Z] +++ uname [2022-04-17T14:44:56.979Z] +++ wc -l [2022-04-17T14:44:56.979Z] +++ grep -i sunos [2022-04-17T14:44:56.979Z] +++ awk '{print $1}' [2022-04-17T14:44:56.979Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:44:56.979Z] ++ GREP=grep [2022-04-17T14:44:56.979Z] ++ AWK=awk [2022-04-17T14:44:56.979Z] ++ SED=sed [2022-04-17T14:44:56.979Z] ++ BC=bc [2022-04-17T14:44:56.979Z] ++ export GREP AWK SED BC [2022-04-17T14:44:56.979Z] + case ${OPT} in [2022-04-17T14:44:56.979Z] + trap 'copy_test_artifacts batch_all' EXIT [2022-04-17T14:44:56.979Z] + run_test_id batch_all [2022-04-17T14:44:56.979Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip [2022-04-17T14:44:56.979Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' [2022-04-17T14:44:56.979Z] [2022-04-17T14:44:56.979Z] ===== UNZIP TEST RESOURCES ===== [2022-04-17T14:44:56.979Z] [2022-04-17T14:44:56.979Z] + for i in "${@}" [2022-04-17T14:44:56.979Z] + [[ /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] [2022-04-17T14:44:56.979Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target [2022-04-17T14:44:57.912Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh [2022-04-17T14:44:57.912Z] + cd ./appserver/tests/appserv-tests/devtests/batch [2022-04-17T14:44:57.912Z] + test_init [2022-04-17T14:44:57.912Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' [2022-04-17T14:44:57.912Z] [2022-04-17T14:44:57.912Z] ===== V2 DEVTESTS INIT ===== [2022-04-17T14:44:57.912Z] [2022-04-17T14:44:57.912Z] + find /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish -type f [2022-04-17T14:44:57.912Z] + xargs touch [2022-04-17T14:44:57.912Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:44:57.912Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:44:57.912Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T14:44:57.912Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T14:44:57.912Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T14:44:57.912Z] APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T14:44:57.912Z] + java -version [2022-04-17T14:44:57.912Z] openjdk version "18-ea" 2022-03-22 [2022-04-17T14:44:57.912Z] OpenJDK Runtime Environment (build 18-ea+27-1924) [2022-04-17T14:44:57.912Z] OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) [2022-04-17T14:44:57.912Z] + ant -version [2022-04-17T14:44:58.168Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 [2022-04-17T14:44:58.168Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T14:44:58.168Z] + printf '\n\n' [2022-04-17T14:44:58.168Z] [2022-04-17T14:44:58.168Z] [2022-04-17T14:44:58.168Z] + get_test_target batch_all [2022-04-17T14:44:58.168Z] + case ${1} in [2022-04-17T14:44:58.168Z] + TARGET=all [2022-04-17T14:44:58.168Z] + export TARGET [2022-04-17T14:44:58.168Z] + test_run [2022-04-17T14:44:58.168Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-domain [2022-04-17T14:45:02.639Z] Waiting for domain1 to start .... [2022-04-17T14:45:02.639Z] Successfully started the domain : domain1 [2022-04-17T14:45:02.639Z] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T14:45:02.639Z] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T14:45:02.639Z] Admin Port: 4848 [2022-04-17T14:45:02.639Z] Command start-domain executed successfully. [2022-04-17T14:45:02.896Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-database [2022-04-17T14:45:03.940Z] Starting database in Network Server mode on host 0.0.0.0 and port 1527. [2022-04-17T14:45:06.538Z] --------- Derby Network Server Information -------- [2022-04-17T14:45:06.538Z] Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 [2022-04-17T14:45:06.538Z] -- listing properties -- [2022-04-17T14:45:06.538Z] derby.drda.timeSlice=0 [2022-04-17T14:45:06.538Z] derby.drda.portNumber=1527 [2022-04-17T14:45:06.538Z] derby.drda.minThreads=0 [2022-04-17T14:45:06.538Z] derby.drda.sslMode=off [2022-04-17T14:45:06.538Z] derby.drda.traceAll=false [2022-04-17T14:45:06.538Z] derby.drda.keepAlive=true [2022-04-17T14:45:06.538Z] derby.drda.maxThreads=0 [2022-04-17T14:45:06.538Z] derby.drda.logConnections=false [2022-04-17T14:45:06.538Z] derby.drda.startNetworkServer=false [2022-04-17T14:45:06.538Z] derby.drda.host=0.0.0.0 [2022-04-17T14:45:06.538Z] derby.drda.traceDirectory=/home/jenkins/agent/workspace/glassfi... [2022-04-17T14:45:06.538Z] ------------------ Java Information ------------------ [2022-04-17T14:45:06.538Z] Java Version: 18-ea [2022-04-17T14:45:06.538Z] Java Vendor: Oracle Corporation [2022-04-17T14:45:06.538Z] Java home: /opt/tools/java/openjdk/jdk-18/18-ea+27 [2022-04-17T14:45:06.538Z] Java classpath: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derby.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyclient.jar [2022-04-17T14:45:06.538Z] OS name: Linux [2022-04-17T14:45:06.538Z] OS architecture: amd64 [2022-04-17T14:45:06.538Z] OS version: 5.14.14-200.fc34.x86_64 [2022-04-17T14:45:06.538Z] Java user name: jenkins [2022-04-17T14:45:06.538Z] Java user home: /home/jenkins [2022-04-17T14:45:06.538Z] Java user dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch [2022-04-17T14:45:06.538Z] java.specification.name: Java Platform API Specification [2022-04-17T14:45:06.538Z] java.specification.version: 18 [2022-04-17T14:45:06.538Z] java.runtime.version: 18-ea+27-1924 [2022-04-17T14:45:06.538Z] --------- Derby Information -------- [2022-04-17T14:45:06.538Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derby.jar] 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] ------------------------------------------------------ [2022-04-17T14:45:06.538Z] ----------------- Locale Information ----------------- [2022-04-17T14:45:06.538Z] Current Locale : [English/United States [en_US]] [2022-04-17T14:45:06.538Z] Found support for locale: [cs] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [de_DE] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [es] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [fr] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [hu] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [it] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [ja_JP] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [ko_KR] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [pl] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [pt_BR] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [ru] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [zh_CN] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] Found support for locale: [zh_TW] [2022-04-17T14:45:06.538Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:45:06.538Z] ------------------------------------------------------ [2022-04-17T14:45:06.538Z] ------------------------------------------------------ [2022-04-17T14:45:06.538Z] [2022-04-17T14:45:06.538Z] Starting database in the background. [2022-04-17T14:45:06.538Z] Log redirected to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.log. [2022-04-17T14:45:06.538Z] Command start-database executed successfully. [2022-04-17T14:45:06.538Z] + cd /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch [2022-04-17T14:45:06.538Z] ++ echo [2022-04-17T14:45:06.538Z] ++ cut -d: -f2 [2022-04-17T14:45:06.538Z] ++ sed 's/\/\///g' [2022-04-17T14:45:06.538Z] + PROXY_HOST= [2022-04-17T14:45:06.538Z] ++ echo [2022-04-17T14:45:06.538Z] ++ cut -d: -f3 [2022-04-17T14:45:06.538Z] ++ sed 's/\///g' [2022-04-17T14:45:06.538Z] + PROXY_PORT= [2022-04-17T14:45:06.539Z] + 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'\''' [2022-04-17T14:45:06.539Z] + export ANT_OPTS [2022-04-17T14:45:06.539Z] + 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'\''' [2022-04-17T14:45:06.539Z] 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' [2022-04-17T14:45:06.539Z] + ant all [2022-04-17T14:45:06.539Z] + tee /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log [2022-04-17T14:45:06.539Z] Buildfile: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/build.xml [2022-04-17T14:45:07.102Z] [2022-04-17T14:45:07.102Z] all: [2022-04-17T14:45:07.102Z] [2022-04-17T14:45:07.102Z] setOSConditions: [2022-04-17T14:45:07.102Z] [2022-04-17T14:45:07.102Z] setToolWin: [2022-04-17T14:45:07.102Z] [2022-04-17T14:45:07.102Z] setToolUnix: [2022-04-17T14:45:07.102Z] [2022-04-17T14:45:07.102Z] setToolProperty: [2022-04-17T14:45:07.102Z] [2022-04-17T14:45:07.102Z] setS1ASclassPath: [2022-04-17T14:45:07.102Z] [2022-04-17T14:45:07.102Z] init-common: [2022-04-17T14:45:07.358Z] [2022-04-17T14:45:07.358Z] clean: [2022-04-17T14:45:07.358Z] [2022-04-17T14:45:07.358Z] setOSConditions: [2022-04-17T14:45:07.358Z] [2022-04-17T14:45:07.358Z] setToolWin: [2022-04-17T14:45:07.358Z] [2022-04-17T14:45:07.358Z] setToolUnix: [2022-04-17T14:45:07.358Z] [2022-04-17T14:45:07.358Z] setToolProperty: [2022-04-17T14:45:07.358Z] [2022-04-17T14:45:07.358Z] setS1ASclassPath: [2022-04-17T14:45:07.358Z] [2022-04-17T14:45:07.358Z] init-common: [2022-04-17T14:45:07.358Z] [2022-04-17T14:45:07.358Z] clean-common: [2022-04-17T14:45:07.358Z] [2022-04-17T14:45:07.358Z] setOSConditions: [2022-04-17T14:45:07.358Z] [2022-04-17T14:45:07.359Z] setToolWin: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setToolUnix: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setToolProperty: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setS1ASclassPath: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] init-common: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] clean-classes-common: [2022-04-17T14:45:07.359Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setOSConditions: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setToolWin: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setToolUnix: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setToolProperty: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setS1ASclassPath: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] init-common: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] clean-jars-common: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] compile: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setOSConditions: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setToolWin: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setToolUnix: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setToolProperty: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] setS1ASclassPath: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] init-common: [2022-04-17T14:45:07.359Z] [2022-04-17T14:45:07.359Z] compile-common: [2022-04-17T14:45:07.359Z] [echo] Current time (ISO): 2022-04-17T14:45:07.237+0000 [2022-04-17T14:45:07.359Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:45:07.359Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:45:09.275Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:45:09.275Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T14:45:09.275Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T14:45:09.275Z] [javac] 1 warning [2022-04-17T14:45:09.275Z] [2022-04-17T14:45:09.275Z] setOSConditions: [2022-04-17T14:45:09.275Z] [2022-04-17T14:45:09.275Z] setToolWin: [2022-04-17T14:45:09.275Z] [2022-04-17T14:45:09.275Z] setToolUnix: [2022-04-17T14:45:09.275Z] [2022-04-17T14:45:09.275Z] setToolProperty: [2022-04-17T14:45:09.275Z] [2022-04-17T14:45:09.275Z] setS1ASclassPath: [2022-04-17T14:45:09.275Z] [2022-04-17T14:45:09.275Z] init-common: [2022-04-17T14:45:09.275Z] [2022-04-17T14:45:09.275Z] compile-common: [2022-04-17T14:45:09.275Z] [echo] Current time (ISO): 2022-04-17T14:45:09.145+0000 [2022-04-17T14:45:09.275Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:45:11.173Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:45:11.173Z] [javac] 1 warning [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] build: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setOSConditions: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] fixFiles: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] convUnix: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] convWin: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setToolWin: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setToolUnix: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setToolProperty: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setS1ASclassPath: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] init-common: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] package-persistence-common: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] ejb-jar-common: [2022-04-17T14:45:11.173Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] package-ejbjar-common: [2022-04-17T14:45:11.173Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:11.173Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:11.173Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/batch-jobs [2022-04-17T14:45:11.173Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/devtest-batch-bmt-chunk-job-ejb.jar [2022-04-17T14:45:11.173Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] appclient-jar-common: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] package-appclientjar-common: [2022-04-17T14:45:11.173Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:11.173Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/devtest-batch-bmt-chunk-job-client.jar [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] webclient-war-common: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] build-ear-common: [2022-04-17T14:45:11.173Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/devtest-batch-bmt-chunk-jobApp.ear [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] deploy: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setOSConditions: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setToolWin: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setToolUnix: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setToolProperty: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setS1ASclassPath: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] init-common: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] deploy-common: [2022-04-17T14:45:11.173Z] [echo] Current time (ISO): 2022-04-17T14:45:11.009+0000 [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setOSConditions: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setToolWin: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setToolUnix: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setToolProperty: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] setS1ASclassPath: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] init-common: [2022-04-17T14:45:11.173Z] [2022-04-17T14:45:11.173Z] deploy-common-pe: [2022-04-17T14:45:11.746Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/devtest-batch-bmt-chunk-jobApp.ear [2022-04-17T14:45:17.039Z] [exec] Application deployed with name devtest-batch-bmt-chunk-jobApp. [2022-04-17T14:45:17.039Z] [echo] Deployment on target server server successful [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] setOSConditions: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] setToolWin: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] setToolUnix: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] setToolProperty: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] setS1ASclassPath: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] init-common: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] deploy-common-ee: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] run: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] setOSConditions: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] setToolWin: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] setToolUnix: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] setToolProperty: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] setS1ASclassPath: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] init-common: [2022-04-17T14:45:17.039Z] [2022-04-17T14:45:17.039Z] runclient-common: [2022-04-17T14:45:17.039Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:45:17.966Z] [exec] Apr 17, 2022 2:45:17 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:45:17.966Z] [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. [2022-04-17T14:45:18.938Z] [exec] Apr 17, 2022 2:45:18 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T14:45:18.938Z] [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/glassfish6_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 [2022-04-17T14:45:24.270Z] [exec] ************************************************ [2022-04-17T14:45:24.270Z] [exec] ******* JobID: 1 ****************** [2022-04-17T14:45:24.270Z] [exec] ************************************************ [2022-04-17T14:45:24.270Z] [exec] Will sleep for 10 more seconds...: null [2022-04-17T14:45:24.832Z] [exec] Value of key is:batch-chunk-stateless [2022-04-17T14:45:24.832Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:45:24.832Z] [exec] [2022-04-17T14:45:24.832Z] [exec] [2022-04-17T14:45:24.832Z] [exec] ----------------------------------------- [2022-04-17T14:45:24.832Z] [exec] - batch-chunk-stateless: PASS - [2022-04-17T14:45:24.833Z] [exec] ----------------------------------------- [2022-04-17T14:45:24.833Z] [exec] Total PASS: 1 [2022-04-17T14:45:24.833Z] [exec] Total FAIL: 0 [2022-04-17T14:45:24.833Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:45:24.833Z] [exec] ----------------------------------------- [2022-04-17T14:45:24.833Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:45:24.833Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] checkReporting-common: [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] confirmReportPresent-common: [2022-04-17T14:45:25.089Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:45:25.089Z] [echo] Test seems to be reported fine [2022-04-17T14:45:25.089Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/bmt-chunk-job/RepRunConf.txt [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] confirmMissingReport-common: [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] undeploy: [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] setOSConditions: [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] setToolWin: [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] setToolUnix: [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] setToolProperty: [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] setS1ASclassPath: [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] init-common: [2022-04-17T14:45:25.089Z] [2022-04-17T14:45:25.089Z] undeploy-common: [2022-04-17T14:45:25.651Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] all: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setOSConditions: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setToolWin: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setToolUnix: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setToolProperty: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setS1ASclassPath: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] init-common: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] clean: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setOSConditions: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setToolWin: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setToolUnix: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setToolProperty: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setS1ASclassPath: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] init-common: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] clean-common: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setOSConditions: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setToolWin: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setToolUnix: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setToolProperty: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] setS1ASclassPath: [2022-04-17T14:45:25.651Z] [2022-04-17T14:45:25.651Z] init-common: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] clean-classes-common: [2022-04-17T14:45:25.907Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] setOSConditions: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] setToolWin: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] setToolUnix: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] setToolProperty: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] setS1ASclassPath: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] init-common: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] clean-jars-common: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] compile: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] setOSConditions: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] setToolWin: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] setToolUnix: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] setToolProperty: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] setS1ASclassPath: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] init-common: [2022-04-17T14:45:25.907Z] [2022-04-17T14:45:25.907Z] compile-common: [2022-04-17T14:45:25.907Z] [echo] Current time (ISO): 2022-04-17T14:45:25.669+0000 [2022-04-17T14:45:25.907Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:45:25.907Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:45:27.799Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:45:27.800Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T14:45:27.800Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T14:45:27.800Z] [javac] 1 warning [2022-04-17T14:45:27.800Z] [2022-04-17T14:45:27.800Z] setOSConditions: [2022-04-17T14:45:27.800Z] [2022-04-17T14:45:27.800Z] setToolWin: [2022-04-17T14:45:27.800Z] [2022-04-17T14:45:27.800Z] setToolUnix: [2022-04-17T14:45:27.800Z] [2022-04-17T14:45:27.800Z] setToolProperty: [2022-04-17T14:45:27.800Z] [2022-04-17T14:45:27.800Z] setS1ASclassPath: [2022-04-17T14:45:27.800Z] [2022-04-17T14:45:27.800Z] init-common: [2022-04-17T14:45:27.800Z] [2022-04-17T14:45:27.800Z] compile-common: [2022-04-17T14:45:27.800Z] [echo] Current time (ISO): 2022-04-17T14:45:27.498+0000 [2022-04-17T14:45:27.800Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:45:29.167Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:45:29.167Z] [javac] 1 warning [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] build: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setOSConditions: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] fixFiles: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] convUnix: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] convWin: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setToolWin: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setToolUnix: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setToolProperty: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setS1ASclassPath: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] init-common: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] package-persistence-common: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] ejb-jar-common: [2022-04-17T14:45:29.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] package-ejbjar-common: [2022-04-17T14:45:29.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:29.439Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:29.439Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/batch-jobs [2022-04-17T14:45:29.439Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/batch-cmt-chunk-ejb.jar [2022-04-17T14:45:29.439Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] appclient-jar-common: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] package-appclientjar-common: [2022-04-17T14:45:29.439Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:29.439Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/batch-cmt-chunk-client.jar [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] webclient-war-common: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] build-ear-common: [2022-04-17T14:45:29.439Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/batch-cmt-chunkApp.ear [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] deploy: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setOSConditions: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setToolWin: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setToolUnix: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setToolProperty: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setS1ASclassPath: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] init-common: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] deploy-common: [2022-04-17T14:45:29.439Z] [echo] Current time (ISO): 2022-04-17T14:45:29.238+0000 [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setOSConditions: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setToolWin: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setToolUnix: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setToolProperty: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] setS1ASclassPath: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] init-common: [2022-04-17T14:45:29.439Z] [2022-04-17T14:45:29.439Z] deploy-common-pe: [2022-04-17T14:45:29.695Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/batch-cmt-chunkApp.ear [2022-04-17T14:45:30.260Z] [exec] Application deployed with name batch-cmt-chunkApp. [2022-04-17T14:45:30.260Z] [echo] Deployment on target server server successful [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] setOSConditions: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] setToolWin: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] setToolUnix: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] setToolProperty: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] setS1ASclassPath: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] init-common: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] deploy-common-ee: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] run: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] setOSConditions: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] setToolWin: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] setToolUnix: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] setToolProperty: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] setS1ASclassPath: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] init-common: [2022-04-17T14:45:30.260Z] [2022-04-17T14:45:30.260Z] runclient-common: [2022-04-17T14:45:30.260Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:45:31.641Z] [exec] Apr 17, 2022 2:45:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:45:31.641Z] [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. [2022-04-17T14:45:32.203Z] [exec] Apr 17, 2022 2:45:31 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T14:45:32.203Z] [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/glassfish6_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 [2022-04-17T14:45:34.727Z] [exec] Will sleep for 9 more seconds... [2022-04-17T14:45:35.656Z] [exec] ** checkBatchJobStatus[2] ==> COMPLETED [2022-04-17T14:45:35.656Z] [exec] Will sleep for 9 more seconds... [2022-04-17T14:45:36.588Z] [exec] ** checkBatchJobStatus[3] ==> COMPLETED [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-chunk-test1 [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-status-checkExe-jobName [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-status-checkExe-appName [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-status-checkExe-instanceCount [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-status-checkExe-instanceID [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-status-checkExe-executionID [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-status-checkExe-startTime [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-status-checkExe-batchStatus [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-status-checkExe-endTime [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-status-checkExe-isJobExecutionOK [2022-04-17T14:45:36.588Z] [exec] Value of key is:batch-cmt-chunk-checkIfOnlyJobsFromThisAppAreVisible [2022-04-17T14:45:36.588Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:45:36.588Z] [exec] [2022-04-17T14:45:36.588Z] [exec] [2022-04-17T14:45:36.588Z] [exec] ----------------------------------------- [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-chunk-test1: PASS - [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-status-checkExe-instanceCount: PASS - [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-status-checkExe-executionID: PASS - [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-status-checkExe-endTime: PASS - [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-status-checkExe-isJobExecutionOK: PASS - [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-status-checkExe-jobName: PASS - [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-status-checkExe-batchStatus: PASS - [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-status-checkExe-appName: PASS - [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-status-checkExe-instanceID: PASS - [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-status-checkExe-startTime: PASS - [2022-04-17T14:45:36.588Z] [exec] - batch-cmt-chunk-checkIfOnlyJobsFromThisAppAreVisible: PASS - [2022-04-17T14:45:36.588Z] [exec] ----------------------------------------- [2022-04-17T14:45:36.588Z] [exec] Total PASS: 11 [2022-04-17T14:45:36.588Z] [exec] Total FAIL: 0 [2022-04-17T14:45:36.588Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:45:36.588Z] [exec] ----------------------------------------- [2022-04-17T14:45:36.588Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:45:36.588Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:45:37.152Z] [2022-04-17T14:45:37.152Z] checkReporting-common: [2022-04-17T14:45:37.152Z] [2022-04-17T14:45:37.152Z] confirmReportPresent-common: [2022-04-17T14:45:37.152Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:45:37.152Z] [echo] Test seems to be reported fine [2022-04-17T14:45:37.152Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/cmt-chunk-job/RepRunConf.txt [2022-04-17T14:45:37.152Z] [2022-04-17T14:45:37.152Z] confirmMissingReport-common: [2022-04-17T14:45:37.152Z] [2022-04-17T14:45:37.152Z] undeploy: [2022-04-17T14:45:37.152Z] [2022-04-17T14:45:37.152Z] setOSConditions: [2022-04-17T14:45:37.152Z] [2022-04-17T14:45:37.152Z] setToolWin: [2022-04-17T14:45:37.152Z] [2022-04-17T14:45:37.152Z] setToolUnix: [2022-04-17T14:45:37.152Z] [2022-04-17T14:45:37.152Z] setToolProperty: [2022-04-17T14:45:37.153Z] [2022-04-17T14:45:37.153Z] setS1ASclassPath: [2022-04-17T14:45:37.153Z] [2022-04-17T14:45:37.153Z] init-common: [2022-04-17T14:45:37.153Z] [2022-04-17T14:45:37.153Z] undeploy-common: [2022-04-17T14:45:37.409Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] all: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setOSConditions: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolWin: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolUnix: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolProperty: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setS1ASclassPath: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] init-common: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] clean: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setOSConditions: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolWin: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolUnix: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolProperty: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setS1ASclassPath: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] init-common: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] clean-common: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setOSConditions: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolWin: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolUnix: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolProperty: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setS1ASclassPath: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] init-common: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] clean-classes-common: [2022-04-17T14:45:37.409Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setOSConditions: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolWin: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolUnix: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolProperty: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setS1ASclassPath: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] init-common: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] clean-jars-common: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] compile: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setOSConditions: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolWin: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolUnix: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setToolProperty: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] setS1ASclassPath: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] init-common: [2022-04-17T14:45:37.409Z] [2022-04-17T14:45:37.409Z] compile-common: [2022-04-17T14:45:37.409Z] [echo] Current time (ISO): 2022-04-17T14:45:37.376+0000 [2022-04-17T14:45:37.409Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:45:37.409Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:45:39.300Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:45:39.300Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T14:45:39.300Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T14:45:39.300Z] [javac] 1 warning [2022-04-17T14:45:39.300Z] [2022-04-17T14:45:39.300Z] setOSConditions: [2022-04-17T14:45:39.300Z] [2022-04-17T14:45:39.300Z] setToolWin: [2022-04-17T14:45:39.300Z] [2022-04-17T14:45:39.300Z] setToolUnix: [2022-04-17T14:45:39.300Z] [2022-04-17T14:45:39.300Z] setToolProperty: [2022-04-17T14:45:39.300Z] [2022-04-17T14:45:39.300Z] setS1ASclassPath: [2022-04-17T14:45:39.300Z] [2022-04-17T14:45:39.300Z] init-common: [2022-04-17T14:45:39.300Z] [2022-04-17T14:45:39.300Z] compile-common: [2022-04-17T14:45:39.300Z] [echo] Current time (ISO): 2022-04-17T14:45:39.276+0000 [2022-04-17T14:45:39.300Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:45:41.198Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:45:41.198Z] [javac] 1 warning [2022-04-17T14:45:41.198Z] [2022-04-17T14:45:41.198Z] build: [2022-04-17T14:45:41.198Z] [2022-04-17T14:45:41.198Z] setOSConditions: [2022-04-17T14:45:41.198Z] [2022-04-17T14:45:41.198Z] fixFiles: [2022-04-17T14:45:41.198Z] [2022-04-17T14:45:41.198Z] convUnix: [2022-04-17T14:45:41.198Z] [2022-04-17T14:45:41.198Z] convWin: [2022-04-17T14:45:41.198Z] [2022-04-17T14:45:41.198Z] setToolWin: [2022-04-17T14:45:41.198Z] [2022-04-17T14:45:41.198Z] setToolUnix: [2022-04-17T14:45:41.198Z] [2022-04-17T14:45:41.199Z] setToolProperty: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setS1ASclassPath: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] init-common: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] package-persistence-common: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] ejb-jar-common: [2022-04-17T14:45:41.199Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] package-ejbjar-common: [2022-04-17T14:45:41.199Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:41.199Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:41.199Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/batch-jobs [2022-04-17T14:45:41.199Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/Simple-Validation-ejb.jar [2022-04-17T14:45:41.199Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] appclient-jar-common: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] package-appclientjar-common: [2022-04-17T14:45:41.199Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:45:41.199Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/Simple-Validation-client.jar [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] webclient-war-common: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] build-ear-common: [2022-04-17T14:45:41.199Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/Simple-ValidationApp.ear [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] deploy: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setOSConditions: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setToolWin: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setToolUnix: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setToolProperty: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setS1ASclassPath: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] init-common: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] deploy-common: [2022-04-17T14:45:41.199Z] [echo] Current time (ISO): 2022-04-17T14:45:41.121+0000 [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setOSConditions: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setToolWin: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setToolUnix: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setToolProperty: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] setS1ASclassPath: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] init-common: [2022-04-17T14:45:41.199Z] [2022-04-17T14:45:41.199Z] deploy-common-pe: [2022-04-17T14:45:41.764Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/Simple-ValidationApp.ear [2022-04-17T14:45:42.343Z] [exec] Application deployed with name Simple-ValidationApp. [2022-04-17T14:45:42.343Z] [echo] Deployment on target server server successful [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] setOSConditions: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] setToolWin: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] setToolUnix: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] setToolProperty: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] setS1ASclassPath: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] init-common: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] deploy-common-ee: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] run: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] setOSConditions: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] setToolWin: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] setToolUnix: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] setToolProperty: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] setS1ASclassPath: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] init-common: [2022-04-17T14:45:42.343Z] [2022-04-17T14:45:42.343Z] runclient-common: [2022-04-17T14:45:42.343Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:45:43.272Z] [exec] Apr 17, 2022 2:45:43 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:45:43.272Z] [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. [2022-04-17T14:45:44.209Z] [exec] Apr 17, 2022 2:45:43 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T14:45:44.209Z] [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/glassfish6_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 [2022-04-17T14:45:46.762Z] [exec] Will sleep for 99 more seconds... [2022-04-17T14:45:47.694Z] [exec] Will sleep for 98 more seconds... [2022-04-17T14:45:48.625Z] [exec] Will sleep for 97 more seconds... [2022-04-17T14:45:49.557Z] [exec] Will sleep for 96 more seconds... [2022-04-17T14:45:50.492Z] [exec] Will sleep for 95 more seconds... [2022-04-17T14:45:51.425Z] [exec] Will sleep for 94 more seconds... [2022-04-17T14:45:52.795Z] [exec] Will sleep for 93 more seconds... [2022-04-17T14:45:53.726Z] [exec] Will sleep for 92 more seconds... [2022-04-17T14:45:54.656Z] [exec] ** checkBatchJobStatus[4] ==> COMPLETED [2022-04-17T14:45:54.656Z] [exec] Will sleep for 99 more seconds... [2022-04-17T14:45:55.588Z] [exec] Will sleep for 98 more seconds... [2022-04-17T14:45:56.518Z] [exec] Will sleep for 97 more seconds... [2022-04-17T14:45:57.889Z] [exec] Will sleep for 96 more seconds... [2022-04-17T14:45:58.820Z] [exec] Will sleep for 95 more seconds... [2022-04-17T14:45:59.757Z] [exec] Will sleep for 94 more seconds... [2022-04-17T14:46:00.687Z] [exec] Will sleep for 93 more seconds... [2022-04-17T14:46:01.617Z] [exec] Will sleep for 92 more seconds... [2022-04-17T14:46:02.548Z] [exec] ** checkBatchJobStatus[5] ==> COMPLETED [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-chunk-test1 [2022-04-17T14:46:02.548Z] [exec] ** JOB ==> Simple-Validation-Job 2 [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-chunk-test2 [2022-04-17T14:46:02.548Z] [exec] ** JOB ==> 0 Simple-Validation-Job server-config:Simple-ValidationApp COMPLETED COMPLETED [2022-04-17T14:46:02.548Z] [exec] ** JOB ==> 1 Simple-Validation-Job server-config:Simple-ValidationApp COMPLETED COMPLETED [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-chunk-test3 [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-status-checkExe-jobName [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-status-checkExe-appName [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-status-checkExe-instanceCount [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-status-checkExe-instanceID [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-status-checkExe-executionID [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-status-checkExe-startTime [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-status-checkExe-batchStatus [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-status-checkExe-endTime [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-status-checkExe-isJobExecutionOK [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-status-checkExe-checkAllJobExecutions [2022-04-17T14:46:02.548Z] [exec] Value of key is:batch-cmt-chunk-checkIfOnlyJobsFromThisAppAreVisible [2022-04-17T14:46:02.548Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:46:02.548Z] [exec] [2022-04-17T14:46:02.548Z] [exec] [2022-04-17T14:46:02.548Z] [exec] ----------------------------------------- [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-chunk-test1: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-chunk-test3: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-status-checkExe-instanceCount: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-chunk-test2: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-status-checkExe-isJobExecutionOK: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-status-checkExe-startTime: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-status-checkExe-checkAllJobExecutions: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-status-checkExe-executionID: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-status-checkExe-endTime: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-status-checkExe-jobName: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-status-checkExe-batchStatus: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-status-checkExe-appName: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-status-checkExe-instanceID: PASS - [2022-04-17T14:46:02.548Z] [exec] - batch-cmt-chunk-checkIfOnlyJobsFromThisAppAreVisible: PASS - [2022-04-17T14:46:02.548Z] [exec] ----------------------------------------- [2022-04-17T14:46:02.548Z] [exec] Total PASS: 14 [2022-04-17T14:46:02.548Z] [exec] Total FAIL: 0 [2022-04-17T14:46:02.548Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:46:02.548Z] [exec] ----------------------------------------- [2022-04-17T14:46:02.548Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:46:02.804Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] checkReporting-common: [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] confirmReportPresent-common: [2022-04-17T14:46:03.060Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:46:03.060Z] [echo] Test seems to be reported fine [2022-04-17T14:46:03.060Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/simple-validation-test/RepRunConf.txt [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] confirmMissingReport-common: [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] undeploy: [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] setOSConditions: [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] setToolWin: [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] setToolUnix: [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] setToolProperty: [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] setS1ASclassPath: [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] init-common: [2022-04-17T14:46:03.060Z] [2022-04-17T14:46:03.060Z] undeploy-common: [2022-04-17T14:46:03.317Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:46:03.317Z] [2022-04-17T14:46:03.317Z] all: [2022-04-17T14:46:03.317Z] [2022-04-17T14:46:03.317Z] BUILD SUCCESSFUL [2022-04-17T14:46:03.317Z] Total time: 56 seconds [2022-04-17T14:46:03.317Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin stop-database [2022-04-17T14:46:04.246Z] Sun Apr 17 14:46:04 UTC 2022 : Connection obtained for host: 0.0.0.0, port number 1527. [2022-04-17T14:46:04.808Z] Sun Apr 17 14:46:04 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:46:04.808Z] Command stop-database executed successfully. [2022-04-17T14:46:04.808Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin stop-domain [2022-04-17T14:46:05.881Z] Waiting for the domain to stop . [2022-04-17T14:46:05.881Z] Command stop-domain executed successfully. [2022-04-17T14:46:05.881Z] + generate_junit_report batch_all [2022-04-17T14:46:05.881Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' [2022-04-17T14:46:05.881Z] [2022-04-17T14:46:05.881Z] ===== GENERATE JUNIT REPORT ===== [2022-04-17T14:46:05.881Z] [2022-04-17T14:46:05.881Z] + TD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T14:46:05.881Z] + JUD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml [2022-04-17T14:46:05.881Z] + TESTSUITE_NAME=batch_all [2022-04-17T14:46:05.881Z] + cat /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T14:46:05.881Z] + awk -v suitename=batch_all ' [2022-04-17T14:46:05.881Z] BEGIN { [2022-04-17T14:46:05.881Z] totaltests = 0; [2022-04-17T14:46:05.881Z] totalfailures = 0; [2022-04-17T14:46:05.881Z] totalerrors = 0; [2022-04-17T14:46:05.881Z] } [2022-04-17T14:46:05.881Z] function getPropVal(str){ [2022-04-17T14:46:05.881Z] split(str, a, "="); [2022-04-17T14:46:05.881Z] val = a[2]; [2022-04-17T14:46:05.881Z] # remove quotes [2022-04-17T14:46:05.881Z] gsub("\"","",val); [2022-04-17T14:46:05.881Z] return val; [2022-04-17T14:46:05.881Z] } [2022-04-17T14:46:05.881Z] function removeXMLTag(str){ [2022-04-17T14:46:05.881Z] # remove xml tag quotes [2022-04-17T14:46:05.881Z] gsub("","",str); [2022-04-17T14:46:05.881Z] gsub("<.*>","",str); [2022-04-17T14:46:05.881Z] gsub(">","",str); [2022-04-17T14:46:05.881Z] return str; [2022-04-17T14:46:05.881Z] } [2022-04-17T14:46:05.881Z] /status value=/ { [2022-04-17T14:46:05.881Z] result=getPropVal($0); [2022-04-17T14:46:05.881Z] result=removeXMLTag(result); [2022-04-17T14:46:05.881Z] } [2022-04-17T14:46:05.881Z] // { [2022-04-17T14:46:05.881Z] getline; [2022-04-17T14:46:05.881Z] getline; [2022-04-17T14:46:05.881Z] testunit=removeXMLTag($0); [2022-04-17T14:46:05.881Z] gsub("\"","",testunit); [2022-04-17T14:46:05.881Z] } [2022-04-17T14:46:05.881Z] // { [2022-04-17T14:46:05.881Z] getline; [2022-04-17T14:46:05.881Z] testname=removeXMLTag($0); [2022-04-17T14:46:05.881Z] gsub("\"","",testname); [2022-04-17T14:46:05.881Z] } [2022-04-17T14:46:05.881Z] /<\/testcase>/{ [2022-04-17T14:46:05.881Z] classname=testunit [2022-04-17T14:46:05.881Z] # printing testcase to out [2022-04-17T14:46:05.881Z] out = out sprintf(" \n", classname, testname); [2022-04-17T14:46:05.881Z] if (result == "fail") { [2022-04-17T14:46:05.881Z] out = out " \n"; [2022-04-17T14:46:05.881Z] totalfailures++; [2022-04-17T14:46:05.881Z] } else if (result == "did_not_run") { [2022-04-17T14:46:05.881Z] out = out " \n"; [2022-04-17T14:46:05.881Z] totalerrors++; [2022-04-17T14:46:05.881Z] } [2022-04-17T14:46:05.881Z] out = out " \n"; [2022-04-17T14:46:05.881Z] [2022-04-17T14:46:05.881Z] totaltests++; [2022-04-17T14:46:05.881Z] result=""; [2022-04-17T14:46:05.881Z] testname=""; [2022-04-17T14:46:05.881Z] } [2022-04-17T14:46:05.881Z] END { [2022-04-17T14:46:05.881Z] print "" [2022-04-17T14:46:05.881Z] printf "\n", totaltests, totalfailures, totalerrors, suitename; [2022-04-17T14:46:05.881Z] printf "%s", out; [2022-04-17T14:46:05.881Z] print "" [2022-04-17T14:46:05.881Z] }' [2022-04-17T14:46:05.881Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T14:46:05.881Z] + change_junit_report_class_names [2022-04-17T14:46:05.881Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T14:46:05.881Z] + sed -i 's/\bclassname="/classname="batch_all./g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T14:46:05.881Z] + copy_test_artifacts batch_all [2022-04-17T14:46:05.881Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' [2022-04-17T14:46:05.881Z] [2022-04-17T14:46:05.881Z] ===== COPY TEST ARTIFACTS ===== [2022-04-17T14:46:05.881Z] [2022-04-17T14:46:05.881Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T14:46:05.881Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains [2022-04-17T14:46:05.881Z] tar: Removing leading `/' from member names [2022-04-17T14:46:06.137Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T14:46:06.137Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T14:46:06.137Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T14:46:06.137Z] ++ pwd [2022-04-17T14:46:06.137Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T14:46:06.137Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/*/*logs.zip': No such file or directory [2022-04-17T14:46:06.137Z] + true [2022-04-17T14:46:06.137Z] ++ pwd [2022-04-17T14:46:06.137Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T14:46:06.137Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/batch/*/*/*logs.zip': No such file or directory [2022-04-17T14:46:06.137Z] + true [2022-04-17T14:46:06.137Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/batch_all-results.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results [2022-04-17T14:46:06.137Z] tar: Removing leading `/' from member names [2022-04-17T14:46:06.137Z] + break [2022-04-17T14:46:06.137Z] + [[ true = false ]] [2022-04-17T14:46:06.137Z] + git reset --hard [2022-04-17T14:46:06.137Z] HEAD is now at d56ff92b9 Merge pull request #23899 from dmatej/mvn-annotation-processing [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 [2022-04-17T14:46:17.473Z] + rm -rf glassfish6 [2022-04-17T14:46:17.473Z] + true [2022-04-17T14:46:17.473Z] + export MAVEN_ARGS=-Pstaging [2022-04-17T14:46:17.473Z] + MAVEN_ARGS=-Pstaging [2022-04-17T14:46:17.474Z] + ./runtests.sh jdbc_all [2022-04-17T14:46:17.474Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven [2022-04-17T14:46:17.474Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command [2022-04-17T14:46:17.474Z] Second argument is a test set id, one of: [2022-04-17T14:46:17.474Z] cdi_all, ql_gf_full_profile_all, \n [2022-04-17T14:46:17.474Z] \n [2022-04-17T14:46:17.474Z] web_jsp, deployment_all, \n [2022-04-17T14:46:17.474Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n [2022-04-17T14:46:17.474Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, connector_group_1, connector_group_2, connector_group_3, connector_group_4 [2022-04-17T14:46:17.474Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. [2022-04-17T14:46:17.474Z] [2022-04-17T14:46:17.474Z] POM file "/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist [2022-04-17T14:46:21.656Z] [INFO] Scanning for projects... [2022-04-17T14:46:21.656Z] [INFO] [2022-04-17T14:46:21.656Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [2022-04-17T14:46:21.656Z] [INFO] Building GlassFish Project 6.2.6-SNAPSHOT [2022-04-17T14:46:21.656Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-04-17T14:46:21.656Z] [INFO] [2022-04-17T14:46:21.656Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- [2022-04-17T14:46:21.656Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.7:jar [2022-04-17T14:46:21.912Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.7:jar already exists in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T14:46:21.912Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:46:21.912Z] [INFO] BUILD SUCCESS [2022-04-17T14:46:21.912Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:46:21.912Z] [INFO] Total time: 0.953 s [2022-04-17T14:46:21.912Z] [INFO] Finished at: 2022-04-17T14:46:21Z [2022-04-17T14:46:21.912Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T14:46:21.912Z] + '[' '!' -z /var/jenkins ']' [2022-04-17T14:46:21.912Z] ++ mktemp -t XXXgf-internal-env [2022-04-17T14:46:21.912Z] + readonly GF_INTERNAL_ENV_SH=/tmp/tMUgf-internal-env [2022-04-17T14:46:21.912Z] + GF_INTERNAL_ENV_SH=/tmp/tMUgf-internal-env [2022-04-17T14:46:21.912Z] + '[' '!' -z '' ']' [2022-04-17T14:46:21.912Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T14:46:21.912Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T14:46:21.912Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' [2022-04-17T14:46:21.912Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish' [2022-04-17T14:46:21.912Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:46:21.912Z] + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:46:21.912Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' [2022-04-17T14:46:21.912Z] + '[' -z 6.2.6-SNAPSHOT ']' [2022-04-17T14:46:21.912Z] + '[' -z /home/jenkins/.m2/repository ']' [2022-04-17T14:46:21.912Z] + run_test jdbc_all [2022-04-17T14:46:21.912Z] + local testid=jdbc_all [2022-04-17T14:46:21.912Z] + local found=false [2022-04-17T14:46:21.912Z] ++ find . -name run_test.sh [2022-04-17T14:46:22.168Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:46:22.168Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids [2022-04-17T14:46:22.168Z] + OPT=list_test_ids [2022-04-17T14:46:22.168Z] + TEST_ID= [2022-04-17T14:46:22.168Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh [2022-04-17T14:46:22.168Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh [2022-04-17T14:46:22.168Z] +++ uname [2022-04-17T14:46:22.168Z] +++ grep -i sunos [2022-04-17T14:46:22.168Z] +++ wc -l [2022-04-17T14:46:22.168Z] +++ awk '{print $1}' [2022-04-17T14:46:22.168Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:46:22.168Z] ++ GREP=grep [2022-04-17T14:46:22.168Z] ++ AWK=awk [2022-04-17T14:46:22.168Z] ++ SED=sed [2022-04-17T14:46:22.168Z] ++ BC=bc [2022-04-17T14:46:22.168Z] ++ export GREP AWK SED BC [2022-04-17T14:46:22.168Z] + case ${OPT} in [2022-04-17T14:46:22.168Z] + list_test_ids [2022-04-17T14:46:22.168Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 [2022-04-17T14:46:22.168Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.168Z] + [[ admin_cli_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.168Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.168Z] + [[ admin-cli-group-1 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.168Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.168Z] + [[ admin-cli-group-2 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.168Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.168Z] + [[ admin-cli-group-3 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.168Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.168Z] + [[ admin-cli-group-4 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.168Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.168Z] + [[ admin-cli-group-5 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.168Z] + [[ false = true ]] [2022-04-17T14:46:22.168Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:46:22.168Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids [2022-04-17T14:46:22.168Z] + OPT=list_test_ids [2022-04-17T14:46:22.168Z] + TEST_ID= [2022-04-17T14:46:22.168Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh [2022-04-17T14:46:22.168Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh [2022-04-17T14:46:22.168Z] +++ uname [2022-04-17T14:46:22.168Z] +++ grep -i sunos [2022-04-17T14:46:22.168Z] +++ wc -l [2022-04-17T14:46:22.168Z] +++ awk '{print $1}' [2022-04-17T14:46:22.168Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:46:22.168Z] ++ GREP=grep [2022-04-17T14:46:22.168Z] ++ AWK=awk [2022-04-17T14:46:22.168Z] ++ SED=sed [2022-04-17T14:46:22.168Z] ++ BC=bc [2022-04-17T14:46:22.168Z] ++ export GREP AWK SED BC [2022-04-17T14:46:22.168Z] + case ${OPT} in [2022-04-17T14:46:22.168Z] + list_test_ids [2022-04-17T14:46:22.168Z] + echo batch_all [2022-04-17T14:46:22.168Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.168Z] + [[ batch_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.168Z] + [[ false = true ]] [2022-04-17T14:46:22.168Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:46:22.168Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids [2022-04-17T14:46:22.168Z] + OPT=list_test_ids [2022-04-17T14:46:22.168Z] + TEST_ID= [2022-04-17T14:46:22.168Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh [2022-04-17T14:46:22.168Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh [2022-04-17T14:46:22.168Z] +++ uname [2022-04-17T14:46:22.168Z] +++ grep -i sunos [2022-04-17T14:46:22.168Z] +++ wc -l [2022-04-17T14:46:22.168Z] +++ awk '{print $1}' [2022-04-17T14:46:22.168Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:46:22.168Z] ++ GREP=grep [2022-04-17T14:46:22.168Z] ++ AWK=awk [2022-04-17T14:46:22.168Z] ++ SED=sed [2022-04-17T14:46:22.168Z] ++ BC=bc [2022-04-17T14:46:22.168Z] ++ export GREP AWK SED BC [2022-04-17T14:46:22.168Z] + case ${OPT} in [2022-04-17T14:46:22.168Z] + list_test_ids [2022-04-17T14:46:22.168Z] + echo cdi_all [2022-04-17T14:46:22.168Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.168Z] + [[ cdi_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.168Z] + [[ false = true ]] [2022-04-17T14:46:22.168Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:46:22.168Z] ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids [2022-04-17T14:46:22.168Z] + OPT=list_test_ids [2022-04-17T14:46:22.168Z] + TEST_ID= [2022-04-17T14:46:22.168Z] ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh [2022-04-17T14:46:22.168Z] + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh [2022-04-17T14:46:22.168Z] +++ uname [2022-04-17T14:46:22.168Z] +++ grep -i sunos [2022-04-17T14:46:22.168Z] +++ wc -l [2022-04-17T14:46:22.169Z] +++ awk '{print $1}' [2022-04-17T14:46:22.169Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:46:22.169Z] ++ GREP=grep [2022-04-17T14:46:22.169Z] ++ AWK=awk [2022-04-17T14:46:22.169Z] ++ SED=sed [2022-04-17T14:46:22.169Z] ++ BC=bc [2022-04-17T14:46:22.169Z] ++ export GREP AWK SED BC [2022-04-17T14:46:22.169Z] + case ${OPT} in [2022-04-17T14:46:22.169Z] + list_test_ids [2022-04-17T14:46:22.169Z] + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ connector_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ connector_group_1 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ connector_group_2 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ connector_group_3 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ connector_group_4 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + [[ false = true ]] [2022-04-17T14:46:22.169Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:46:22.169Z] ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids [2022-04-17T14:46:22.169Z] + OPT=list_test_ids [2022-04-17T14:46:22.169Z] + TEST_ID= [2022-04-17T14:46:22.169Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh [2022-04-17T14:46:22.169Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh [2022-04-17T14:46:22.169Z] +++ uname [2022-04-17T14:46:22.169Z] +++ grep -i sunos [2022-04-17T14:46:22.169Z] +++ wc -l [2022-04-17T14:46:22.169Z] +++ awk '{print $1}' [2022-04-17T14:46:22.169Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:46:22.169Z] ++ GREP=grep [2022-04-17T14:46:22.169Z] ++ AWK=awk [2022-04-17T14:46:22.169Z] ++ SED=sed [2022-04-17T14:46:22.169Z] ++ BC=bc [2022-04-17T14:46:22.169Z] ++ export GREP AWK SED BC [2022-04-17T14:46:22.169Z] + case ${OPT} in [2022-04-17T14:46:22.169Z] + list_test_ids [2022-04-17T14:46:22.169Z] + echo deployment_all deployment_cluster_all [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ deployment_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ deployment_cluster_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + [[ false = true ]] [2022-04-17T14:46:22.169Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:46:22.169Z] ++ ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh list_test_ids [2022-04-17T14:46:22.169Z] + OPT=list_test_ids [2022-04-17T14:46:22.169Z] + TEST_ID= [2022-04-17T14:46:22.169Z] ++ dirname ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh [2022-04-17T14:46:22.169Z] + source ./appserver/tests/appserv-tests/devtests/ejb/../../../common_test.sh [2022-04-17T14:46:22.169Z] +++ uname [2022-04-17T14:46:22.169Z] +++ grep -i sunos [2022-04-17T14:46:22.169Z] +++ wc -l [2022-04-17T14:46:22.169Z] +++ awk '{print $1}' [2022-04-17T14:46:22.169Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:46:22.169Z] ++ GREP=grep [2022-04-17T14:46:22.169Z] ++ AWK=awk [2022-04-17T14:46:22.169Z] ++ SED=sed [2022-04-17T14:46:22.169Z] ++ BC=bc [2022-04-17T14:46:22.169Z] ++ export GREP AWK SED BC [2022-04-17T14:46:22.169Z] + case ${OPT} in [2022-04-17T14:46:22.169Z] + list_test_ids [2022-04-17T14:46:22.169Z] + echo ejb_all ejb_timer_cluster_all ejb_web_all ejb_group_1 ejb_group_2 ejb_group_3 ejb_group_embedded [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ ejb_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ ejb_timer_cluster_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ ejb_web_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ ejb_group_1 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ ejb_group_2 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ ejb_group_3 = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ ejb_group_embedded = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + [[ false = true ]] [2022-04-17T14:46:22.169Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T14:46:22.169Z] ++ ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh list_test_ids [2022-04-17T14:46:22.169Z] + OPT=list_test_ids [2022-04-17T14:46:22.169Z] + TEST_ID= [2022-04-17T14:46:22.169Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh [2022-04-17T14:46:22.169Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh [2022-04-17T14:46:22.169Z] +++ uname [2022-04-17T14:46:22.169Z] +++ grep -i sunos [2022-04-17T14:46:22.169Z] +++ wc -l [2022-04-17T14:46:22.169Z] +++ awk '{print $1}' [2022-04-17T14:46:22.169Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:46:22.169Z] ++ GREP=grep [2022-04-17T14:46:22.169Z] ++ AWK=awk [2022-04-17T14:46:22.169Z] ++ SED=sed [2022-04-17T14:46:22.169Z] ++ BC=bc [2022-04-17T14:46:22.169Z] ++ export GREP AWK SED BC [2022-04-17T14:46:22.169Z] + case ${OPT} in [2022-04-17T14:46:22.169Z] + list_test_ids [2022-04-17T14:46:22.169Z] + echo jdbc_all [2022-04-17T14:46:22.169Z] + for id in `${runtest} list_test_ids` [2022-04-17T14:46:22.169Z] + [[ jdbc_all = \j\d\b\c\_\a\l\l ]] [2022-04-17T14:46:22.169Z] + found=true [2022-04-17T14:46:22.169Z] + break [2022-04-17T14:46:22.169Z] + [[ true = true ]] [2022-04-17T14:46:22.169Z] + ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh run_test_id jdbc_all [2022-04-17T14:46:22.169Z] + OPT=run_test_id [2022-04-17T14:46:22.169Z] + TEST_ID=jdbc_all [2022-04-17T14:46:22.169Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh [2022-04-17T14:46:22.169Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh [2022-04-17T14:46:22.169Z] +++ uname [2022-04-17T14:46:22.169Z] +++ grep -i sunos [2022-04-17T14:46:22.169Z] +++ wc -l [2022-04-17T14:46:22.169Z] +++ awk '{print $1}' [2022-04-17T14:46:22.169Z] ++ '[' 0 -eq 1 ']' [2022-04-17T14:46:22.169Z] ++ GREP=grep [2022-04-17T14:46:22.169Z] ++ AWK=awk [2022-04-17T14:46:22.169Z] ++ SED=sed [2022-04-17T14:46:22.169Z] ++ BC=bc [2022-04-17T14:46:22.169Z] ++ export GREP AWK SED BC [2022-04-17T14:46:22.169Z] + case ${OPT} in [2022-04-17T14:46:22.169Z] + trap 'copy_test_artifacts jdbc_all' EXIT [2022-04-17T14:46:22.169Z] + run_test_id jdbc_all [2022-04-17T14:46:22.169Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip [2022-04-17T14:46:22.169Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' [2022-04-17T14:46:22.169Z] [2022-04-17T14:46:22.169Z] ===== UNZIP TEST RESOURCES ===== [2022-04-17T14:46:22.169Z] [2022-04-17T14:46:22.169Z] + for i in "${@}" [2022-04-17T14:46:22.169Z] + [[ /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] [2022-04-17T14:46:22.169Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target [2022-04-17T14:46:23.097Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh [2022-04-17T14:46:23.097Z] + cd ./appserver/tests/appserv-tests/devtests/jdbc [2022-04-17T14:46:23.097Z] + test_init [2022-04-17T14:46:23.097Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' [2022-04-17T14:46:23.097Z] [2022-04-17T14:46:23.097Z] ===== V2 DEVTESTS INIT ===== [2022-04-17T14:46:23.097Z] [2022-04-17T14:46:23.097Z] + find /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish -type f [2022-04-17T14:46:23.097Z] + xargs touch [2022-04-17T14:46:23.097Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:46:23.097Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T14:46:23.097Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T14:46:23.097Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T14:46:23.097Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T14:46:23.098Z] APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T14:46:23.098Z] + java -version [2022-04-17T14:46:23.353Z] openjdk version "18-ea" 2022-03-22 [2022-04-17T14:46:23.353Z] OpenJDK Runtime Environment (build 18-ea+27-1924) [2022-04-17T14:46:23.353Z] OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) [2022-04-17T14:46:23.353Z] + ant -version [2022-04-17T14:46:23.353Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 [2022-04-17T14:46:23.353Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T14:46:23.353Z] + printf '\n\n' [2022-04-17T14:46:23.353Z] [2022-04-17T14:46:23.353Z] [2022-04-17T14:46:23.353Z] + get_test_target jdbc_all [2022-04-17T14:46:23.353Z] + case ${1} in [2022-04-17T14:46:23.353Z] + TARGET=all [2022-04-17T14:46:23.353Z] + export TARGET [2022-04-17T14:46:23.353Z] + test_run [2022-04-17T14:46:23.353Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-domain domain1 [2022-04-17T14:46:28.139Z] Waiting for domain1 to start .... [2022-04-17T14:46:28.139Z] Successfully started the domain : domain1 [2022-04-17T14:46:28.139Z] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T14:46:28.139Z] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T14:46:28.139Z] Admin Port: 4848 [2022-04-17T14:46:28.139Z] Command start-domain executed successfully. [2022-04-17T14:46:28.440Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-database [2022-04-17T14:46:29.415Z] Starting database in Network Server mode on host 0.0.0.0 and port 1527. [2022-04-17T14:46:32.032Z] --------- Derby Network Server Information -------- [2022-04-17T14:46:32.032Z] Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 [2022-04-17T14:46:32.032Z] -- listing properties -- [2022-04-17T14:46:32.032Z] derby.drda.timeSlice=0 [2022-04-17T14:46:32.032Z] derby.drda.portNumber=1527 [2022-04-17T14:46:32.032Z] derby.drda.minThreads=0 [2022-04-17T14:46:32.032Z] derby.drda.sslMode=off [2022-04-17T14:46:32.032Z] derby.drda.traceAll=false [2022-04-17T14:46:32.032Z] derby.drda.keepAlive=true [2022-04-17T14:46:32.032Z] derby.drda.maxThreads=0 [2022-04-17T14:46:32.032Z] derby.drda.logConnections=false [2022-04-17T14:46:32.032Z] derby.drda.startNetworkServer=false [2022-04-17T14:46:32.032Z] derby.drda.host=0.0.0.0 [2022-04-17T14:46:32.032Z] derby.drda.traceDirectory=/home/jenkins/agent/workspace/glassfi... [2022-04-17T14:46:32.032Z] ------------------ Java Information ------------------ [2022-04-17T14:46:32.032Z] Java Version: 18-ea [2022-04-17T14:46:32.032Z] Java Vendor: Oracle Corporation [2022-04-17T14:46:32.032Z] Java home: /opt/tools/java/openjdk/jdk-18/18-ea+27 [2022-04-17T14:46:32.032Z] Java classpath: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derby.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyclient.jar [2022-04-17T14:46:32.032Z] OS name: Linux [2022-04-17T14:46:32.032Z] OS architecture: amd64 [2022-04-17T14:46:32.032Z] OS version: 5.14.14-200.fc34.x86_64 [2022-04-17T14:46:32.032Z] Java user name: jenkins [2022-04-17T14:46:32.032Z] Java user home: /home/jenkins [2022-04-17T14:46:32.032Z] Java user dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc [2022-04-17T14:46:32.032Z] java.specification.name: Java Platform API Specification [2022-04-17T14:46:32.032Z] java.specification.version: 18 [2022-04-17T14:46:32.032Z] java.runtime.version: 18-ea+27-1924 [2022-04-17T14:46:32.033Z] --------- Derby Information -------- [2022-04-17T14:46:32.033Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derby.jar] 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] ------------------------------------------------------ [2022-04-17T14:46:32.033Z] ----------------- Locale Information ----------------- [2022-04-17T14:46:32.033Z] Current Locale : [English/United States [en_US]] [2022-04-17T14:46:32.033Z] Found support for locale: [cs] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [de_DE] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [es] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [fr] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [hu] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [it] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [ja_JP] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [ko_KR] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [pl] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [pt_BR] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [ru] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [zh_CN] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] Found support for locale: [zh_TW] [2022-04-17T14:46:32.033Z] version: 10.15.2.0 - (1873585) [2022-04-17T14:46:32.033Z] ------------------------------------------------------ [2022-04-17T14:46:32.033Z] ------------------------------------------------------ [2022-04-17T14:46:32.033Z] [2022-04-17T14:46:32.033Z] Starting database in the background. [2022-04-17T14:46:32.033Z] Log redirected to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.log. [2022-04-17T14:46:32.033Z] Command start-database executed successfully. [2022-04-17T14:46:32.033Z] + cd /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc [2022-04-17T14:46:32.033Z] + ant all [2022-04-17T14:46:32.033Z] + tee /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log [2022-04-17T14:46:32.033Z] Buildfile: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/build.xml [2022-04-17T14:46:32.595Z] [2022-04-17T14:46:32.595Z] all: [2022-04-17T14:46:32.595Z] [2022-04-17T14:46:32.595Z] jdbc-all: [2022-04-17T14:46:32.595Z] [2022-04-17T14:46:32.595Z] run-tests: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setOSConditions: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolWin: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolUnix: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolProperty: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setS1ASclassPath: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] init-common: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] clean: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setOSConditions: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolWin: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolUnix: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolProperty: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setS1ASclassPath: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] init-common: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] clean-common: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setOSConditions: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolWin: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolUnix: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolProperty: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setS1ASclassPath: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] init-common: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] clean-classes-common: [2022-04-17T14:46:32.851Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setOSConditions: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolWin: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolUnix: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolProperty: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setS1ASclassPath: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] init-common: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] clean-jars-common: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] compile: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setOSConditions: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolWin: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolUnix: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setToolProperty: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] setS1ASclassPath: [2022-04-17T14:46:32.851Z] [2022-04-17T14:46:32.851Z] init-common: [2022-04-17T14:46:33.107Z] [2022-04-17T14:46:33.107Z] compile-common: [2022-04-17T14:46:33.107Z] [echo] Current time (ISO): 2022-04-17T14:46:32.854+0000 [2022-04-17T14:46:33.107Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:46:33.107Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:46:35.005Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:46:35.005Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:46:35.005Z] [javac] return new Integer(1); [2022-04-17T14:46:35.005Z] [javac] ^ [2022-04-17T14:46:35.005Z] [javac] 2 warnings [2022-04-17T14:46:35.005Z] [2022-04-17T14:46:35.005Z] setOSConditions: [2022-04-17T14:46:35.005Z] [2022-04-17T14:46:35.005Z] setToolWin: [2022-04-17T14:46:35.005Z] [2022-04-17T14:46:35.005Z] setToolUnix: [2022-04-17T14:46:35.005Z] [2022-04-17T14:46:35.005Z] setToolProperty: [2022-04-17T14:46:35.005Z] [2022-04-17T14:46:35.005Z] setS1ASclassPath: [2022-04-17T14:46:35.005Z] [2022-04-17T14:46:35.005Z] init-common: [2022-04-17T14:46:35.005Z] [2022-04-17T14:46:35.005Z] compile-common: [2022-04-17T14:46:35.005Z] [echo] Current time (ISO): 2022-04-17T14:46:34.714+0000 [2022-04-17T14:46:35.005Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:46:36.375Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:46:36.637Z] [javac] 1 warning [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] build: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] setOSConditions: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] fixFiles: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] convUnix: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] convWin: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] setToolWin: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] setToolUnix: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] setToolProperty: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] setS1ASclassPath: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] init-common: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] package-persistence-common: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] ejb-jar-common: [2022-04-17T14:46:36.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] package-ejbjar-common: [2022-04-17T14:46:36.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:46:36.637Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:46:36.637Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:46:36.637Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauth-ejb.jar [2022-04-17T14:46:36.637Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] appclient-jar-common: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] package-appclientjar-common: [2022-04-17T14:46:36.637Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:46:36.637Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:46:36.637Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:46:36.637Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauth-client.jar [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] webclient-war-common: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] build-ear-common: [2022-04-17T14:46:36.637Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:46:36.637Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthApp.ear [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] deploy: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] setOSConditions: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] setToolWin: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] setToolUnix: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] setToolProperty: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] setS1ASclassPath: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] init-common: [2022-04-17T14:46:36.637Z] [2022-04-17T14:46:36.637Z] execute-sql-common: [2022-04-17T14:46:38.004Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/create_pointbase.sql [2022-04-17T14:46:38.004Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:46:38.004Z] [sql] java.sql.SQLSyntaxErrorException: Schema 'DBUSER' does not exist [2022-04-17T14:46:38.260Z] [sql] 0 rows affected [2022-04-17T14:46:38.260Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:46:38.260Z] [2022-04-17T14:46:38.260Z] setOSConditions: [2022-04-17T14:46:38.260Z] [2022-04-17T14:46:38.260Z] setToolWin: [2022-04-17T14:46:38.260Z] [2022-04-17T14:46:38.260Z] setToolUnix: [2022-04-17T14:46:38.260Z] [2022-04-17T14:46:38.260Z] setToolProperty: [2022-04-17T14:46:38.260Z] [2022-04-17T14:46:38.260Z] setS1ASclassPath: [2022-04-17T14:46:38.260Z] [2022-04-17T14:46:38.260Z] init-common: [2022-04-17T14:46:38.260Z] [2022-04-17T14:46:38.260Z] deploy-jdbc-common: [2022-04-17T14:46:38.260Z] [2022-04-17T14:46:38.260Z] setOSConditions: [2022-04-17T14:46:38.260Z] [2022-04-17T14:46:38.260Z] setToolWin: [2022-04-17T14:46:38.260Z] [2022-04-17T14:46:38.261Z] setToolUnix: [2022-04-17T14:46:38.261Z] [2022-04-17T14:46:38.261Z] setToolProperty: [2022-04-17T14:46:38.261Z] [2022-04-17T14:46:38.261Z] setS1ASclassPath: [2022-04-17T14:46:38.261Z] [2022-04-17T14:46:38.261Z] init-common: [2022-04-17T14:46:38.261Z] [2022-04-17T14:46:38.261Z] create-jdbc-connpool-common: [2022-04-17T14:46:38.516Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:46:39.451Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:46:39.451Z] [2022-04-17T14:46:39.451Z] set-derby-connpool-props: [2022-04-17T14:46:40.046Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:46:40.302Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:46:40.558Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:46:40.558Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:46:41.143Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:46:41.143Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:46:41.400Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:46:41.400Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:46:41.966Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:46:41.966Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:46:42.222Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:46:42.222Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:46:42.784Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:46:42.784Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:46:43.040Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:46:43.040Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:46:43.040Z] [2022-04-17T14:46:43.040Z] setOSConditions: [2022-04-17T14:46:43.040Z] [2022-04-17T14:46:43.040Z] setToolWin: [2022-04-17T14:46:43.040Z] [2022-04-17T14:46:43.040Z] setToolUnix: [2022-04-17T14:46:43.040Z] [2022-04-17T14:46:43.040Z] setToolProperty: [2022-04-17T14:46:43.040Z] [2022-04-17T14:46:43.040Z] setS1ASclassPath: [2022-04-17T14:46:43.040Z] [2022-04-17T14:46:43.040Z] init-common: [2022-04-17T14:46:43.040Z] [2022-04-17T14:46:43.040Z] create-jdbc-resource-common: [2022-04-17T14:46:43.040Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:46:43.602Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:46:43.602Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:46:43.602Z] [echo] cmd executed for server [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] setOSConditions: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] setToolWin: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] setToolUnix: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] setToolProperty: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] setS1ASclassPath: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] init-common: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] deploy-common: [2022-04-17T14:46:43.602Z] [echo] Current time (ISO): 2022-04-17T14:46:43.468+0000 [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] setOSConditions: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] setToolWin: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] setToolUnix: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] setToolProperty: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] setS1ASclassPath: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] init-common: [2022-04-17T14:46:43.602Z] [2022-04-17T14:46:43.602Z] deploy-common-pe: [2022-04-17T14:46:44.165Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthApp.ear [2022-04-17T14:46:47.513Z] [exec] Application deployed with name ejb-bmp-appauthApp. [2022-04-17T14:46:47.513Z] [echo] Deployment on target server server successful [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setOSConditions: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setToolWin: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setToolUnix: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setToolProperty: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setS1ASclassPath: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] init-common: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] deploy-common-ee: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] run: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setup-derby-for-authentication: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setOSConditions: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setToolWin: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setToolUnix: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setToolProperty: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] setS1ASclassPath: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] init-common: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] stop-derby: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] stop-derby-aix: [2022-04-17T14:46:47.513Z] [2022-04-17T14:46:47.513Z] stop-derby-nonaix: [2022-04-17T14:46:47.513Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:46:47.770Z] [java] Sun Apr 17 14:46:47 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:46:47.770Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:46:47.770Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:46:47.770Z] [2022-04-17T14:46:47.770Z] setOSConditions: [2022-04-17T14:46:47.770Z] [2022-04-17T14:46:47.770Z] setToolWin: [2022-04-17T14:46:47.770Z] [2022-04-17T14:46:47.770Z] setToolUnix: [2022-04-17T14:46:47.770Z] [2022-04-17T14:46:47.770Z] setToolProperty: [2022-04-17T14:46:47.770Z] [2022-04-17T14:46:47.770Z] setS1ASclassPath: [2022-04-17T14:46:47.770Z] [2022-04-17T14:46:47.770Z] init-common: [2022-04-17T14:46:47.770Z] [2022-04-17T14:46:47.770Z] start-derby: [2022-04-17T14:46:47.770Z] [2022-04-17T14:46:47.770Z] start-derby-aix: [2022-04-17T14:46:47.770Z] [2022-04-17T14:46:47.770Z] start-derby-nonaix: [2022-04-17T14:46:47.770Z] [echo] Starting Derby DB Server ... [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] setOSConditions: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] setToolWin: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] setToolUnix: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] setToolProperty: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] setS1ASclassPath: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] init-common: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] execute-sql-common: [2022-04-17T14:47:05.847Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/create_pointbase.sql [2022-04-17T14:47:05.847Z] [sql] 0 rows affected [2022-04-17T14:47:05.847Z] [sql] 0 rows affected [2022-04-17T14:47:05.847Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] setOSConditions: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] setToolWin: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] setToolUnix: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] setToolProperty: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] setS1ASclassPath: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] init-common: [2022-04-17T14:47:05.847Z] [2022-04-17T14:47:05.847Z] runclient-common: [2022-04-17T14:47:05.847Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:47:05.847Z] [exec] Apr 17, 2022 2:47:03 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:47:05.847Z] [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. [2022-04-17T14:47:07.837Z] [exec] test 3 will fail with Derby [2022-04-17T14:47:07.837Z] [exec] Value of key is: test1 : [2022-04-17T14:47:08.095Z] [exec] Value of key is: test2 : [2022-04-17T14:47:08.095Z] [exec] Value of key is: test3 : [2022-04-17T14:47:08.095Z] [exec] Value of key is: test4 : [2022-04-17T14:47:08.095Z] [exec] Value of key is: test5 : [2022-04-17T14:47:08.095Z] [exec] jdbc appauth status: [2022-04-17T14:47:08.095Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:47:08.095Z] [exec] [2022-04-17T14:47:08.095Z] [exec] [2022-04-17T14:47:08.095Z] [exec] ----------------------------------------- [2022-04-17T14:47:08.095Z] [exec] - test2 : : PASS - [2022-04-17T14:47:08.095Z] [exec] - test1 : : PASS - [2022-04-17T14:47:08.095Z] [exec] - test3 : : PASS - [2022-04-17T14:47:08.095Z] [exec] - test4 : : PASS - [2022-04-17T14:47:08.095Z] [exec] - test5 : : PASS - [2022-04-17T14:47:08.095Z] [exec] ----------------------------------------- [2022-04-17T14:47:08.095Z] [exec] Total PASS: 5 [2022-04-17T14:47:08.095Z] [exec] Total FAIL: 0 [2022-04-17T14:47:08.095Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:47:08.095Z] [exec] ----------------------------------------- [2022-04-17T14:47:08.095Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:47:08.095Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:47:08.658Z] [2022-04-17T14:47:08.659Z] checkReporting-common: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] confirmReportPresent-common: [2022-04-17T14:47:08.659Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:47:08.659Z] [echo] Test seems to be reported fine [2022-04-17T14:47:08.659Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/RepRunConf.txt [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] confirmMissingReport-common: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] reset-derby-for-no-authentication: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] setOSConditions: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] setToolWin: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] setToolUnix: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] setToolProperty: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] setS1ASclassPath: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] init-common: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] stop-derby: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] stop-derby-aix: [2022-04-17T14:47:08.659Z] [2022-04-17T14:47:08.659Z] stop-derby-nonaix: [2022-04-17T14:47:08.659Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:47:08.919Z] [java] Sun Apr 17 14:47:08 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:47:08.919Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:47:08.919Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:47:08.919Z] [2022-04-17T14:47:08.919Z] setOSConditions: [2022-04-17T14:47:08.919Z] [2022-04-17T14:47:08.919Z] setToolWin: [2022-04-17T14:47:08.919Z] [2022-04-17T14:47:08.919Z] setToolUnix: [2022-04-17T14:47:08.919Z] [2022-04-17T14:47:08.919Z] setToolProperty: [2022-04-17T14:47:08.919Z] [2022-04-17T14:47:08.919Z] setS1ASclassPath: [2022-04-17T14:47:08.919Z] [2022-04-17T14:47:08.919Z] init-common: [2022-04-17T14:47:08.919Z] [2022-04-17T14:47:08.919Z] start-derby: [2022-04-17T14:47:08.919Z] [2022-04-17T14:47:08.919Z] start-derby-aix: [2022-04-17T14:47:08.919Z] [2022-04-17T14:47:08.919Z] start-derby-nonaix: [2022-04-17T14:47:08.919Z] [echo] Starting Derby DB Server ... [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] undeploy: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setOSConditions: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolWin: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolUnix: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolProperty: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setS1ASclassPath: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] init-common: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] execute-sql-common: [2022-04-17T14:47:26.982Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauth/sql/drop_pointbase.sql [2022-04-17T14:47:26.982Z] [sql] 0 rows affected [2022-04-17T14:47:26.982Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setOSConditions: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolWin: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolUnix: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolProperty: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setS1ASclassPath: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] init-common: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] undeploy-jdbc-common: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setOSConditions: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolWin: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolUnix: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolProperty: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setS1ASclassPath: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] init-common: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] delete-jdbc-resource-common: [2022-04-17T14:47:26.982Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:47:26.982Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:47:26.982Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:47:26.982Z] [echo] cmd executed for server [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setOSConditions: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolWin: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolUnix: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setToolProperty: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] setS1ASclassPath: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] init-common: [2022-04-17T14:47:26.982Z] [2022-04-17T14:47:26.982Z] delete-jdbc-connpool-common: [2022-04-17T14:47:26.982Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:47:26.983Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:26.983Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:47:26.983Z] [echo] cmd executed for server [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setOSConditions: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolWin: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolUnix: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolProperty: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setS1ASclassPath: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] init-common: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] undeploy-common: [2022-04-17T14:47:26.983Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] all: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setOSConditions: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolWin: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolUnix: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolProperty: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setS1ASclassPath: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] init-common: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] clean: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setOSConditions: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolWin: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolUnix: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolProperty: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setS1ASclassPath: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] init-common: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] clean-common: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setOSConditions: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolWin: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolUnix: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolProperty: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setS1ASclassPath: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] init-common: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] clean-classes-common: [2022-04-17T14:47:26.983Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setOSConditions: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolWin: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolUnix: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolProperty: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setS1ASclassPath: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] init-common: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] clean-jars-common: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] compile: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setOSConditions: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolWin: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolUnix: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setToolProperty: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] setS1ASclassPath: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] init-common: [2022-04-17T14:47:26.983Z] [2022-04-17T14:47:26.983Z] compile-common: [2022-04-17T14:47:26.983Z] [echo] Current time (ISO): 2022-04-17T14:47:25.557+0000 [2022-04-17T14:47:26.983Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:47:26.983Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:47:27.240Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:47:27.496Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:27.496Z] [javac] return new Integer(1); [2022-04-17T14:47:27.496Z] [javac] ^ [2022-04-17T14:47:27.496Z] [javac] 2 warnings [2022-04-17T14:47:27.496Z] [2022-04-17T14:47:27.496Z] setOSConditions: [2022-04-17T14:47:27.496Z] [2022-04-17T14:47:27.496Z] setToolWin: [2022-04-17T14:47:27.496Z] [2022-04-17T14:47:27.496Z] setToolUnix: [2022-04-17T14:47:27.496Z] [2022-04-17T14:47:27.496Z] setToolProperty: [2022-04-17T14:47:27.496Z] [2022-04-17T14:47:27.496Z] setS1ASclassPath: [2022-04-17T14:47:27.496Z] [2022-04-17T14:47:27.496Z] init-common: [2022-04-17T14:47:27.496Z] [2022-04-17T14:47:27.496Z] compile-common: [2022-04-17T14:47:27.496Z] [echo] Current time (ISO): 2022-04-17T14:47:27.298+0000 [2022-04-17T14:47:27.496Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:47:28.874Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:47:29.131Z] [javac] 1 warning [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] build: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setOSConditions: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] fixFiles: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] convUnix: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] convWin: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setToolWin: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setToolUnix: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setToolProperty: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setS1ASclassPath: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] init-common: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] package-persistence-common: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] ejb-jar-common: [2022-04-17T14:47:29.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] package-ejbjar-common: [2022-04-17T14:47:29.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:47:29.131Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:47:29.131Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:47:29.131Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtx-ejb.jar [2022-04-17T14:47:29.131Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] appclient-jar-common: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] package-appclientjar-common: [2022-04-17T14:47:29.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:47:29.131Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:47:29.131Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:47:29.131Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtx-client.jar [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] webclient-war-common: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] build-ear-common: [2022-04-17T14:47:29.131Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:47:29.131Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtxApp.ear [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] deploy: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setOSConditions: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setToolWin: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setToolUnix: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setToolProperty: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setS1ASclassPath: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] init-common: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] execute-sql-common: [2022-04-17T14:47:29.131Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/create_pointbase.sql [2022-04-17T14:47:29.131Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:47:29.131Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:47:29.131Z] [sql] 0 rows affected [2022-04-17T14:47:29.131Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setOSConditions: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setToolWin: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setToolUnix: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setToolProperty: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] setS1ASclassPath: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] init-common: [2022-04-17T14:47:29.131Z] [2022-04-17T14:47:29.131Z] create-jdbc-connpool-common: [2022-04-17T14:47:29.695Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:29.695Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. [2022-04-17T14:47:29.695Z] [2022-04-17T14:47:29.695Z] set-derby-connpool-props: [2022-04-17T14:47:29.951Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:29.951Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser [2022-04-17T14:47:30.207Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:30.493Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword [2022-04-17T14:47:30.749Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:30.749Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 [2022-04-17T14:47:31.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:31.339Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 [2022-04-17T14:47:31.596Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:31.596Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb [2022-04-17T14:47:31.852Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:32.139Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:47:32.397Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:32.397Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true [2022-04-17T14:47:32.653Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:32.653Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost [2022-04-17T14:47:32.653Z] [2022-04-17T14:47:32.653Z] setOSConditions: [2022-04-17T14:47:32.653Z] [2022-04-17T14:47:32.653Z] setToolWin: [2022-04-17T14:47:32.653Z] [2022-04-17T14:47:32.653Z] setToolUnix: [2022-04-17T14:47:32.653Z] [2022-04-17T14:47:32.653Z] setToolProperty: [2022-04-17T14:47:32.653Z] [2022-04-17T14:47:32.653Z] setS1ASclassPath: [2022-04-17T14:47:32.653Z] [2022-04-17T14:47:32.653Z] init-common: [2022-04-17T14:47:32.653Z] [2022-04-17T14:47:32.653Z] create-jdbc-resource-common: [2022-04-17T14:47:32.653Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:33.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:47:33.238Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. [2022-04-17T14:47:33.238Z] [echo] cmd executed for server [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] setOSConditions: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] setToolWin: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] setToolUnix: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] setToolProperty: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] setS1ASclassPath: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] init-common: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] deploy-common: [2022-04-17T14:47:33.238Z] [echo] Current time (ISO): 2022-04-17T14:47:32.996+0000 [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] setOSConditions: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] setToolWin: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] setToolUnix: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] setToolProperty: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] setS1ASclassPath: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] init-common: [2022-04-17T14:47:33.238Z] [2022-04-17T14:47:33.238Z] deploy-common-pe: [2022-04-17T14:47:33.495Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-appauthtxApp.ear [2022-04-17T14:47:33.751Z] [exec] Application deployed with name ejb-bmp-appauthtxApp. [2022-04-17T14:47:33.751Z] [echo] Deployment on target server server successful [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setOSConditions: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setToolWin: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setToolUnix: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setToolProperty: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setS1ASclassPath: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] init-common: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] deploy-common-ee: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] run: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setup-derby-for-authentication: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setOSConditions: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setToolWin: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setToolUnix: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setToolProperty: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] setS1ASclassPath: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] init-common: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] stop-derby: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] stop-derby-aix: [2022-04-17T14:47:33.751Z] [2022-04-17T14:47:33.751Z] stop-derby-nonaix: [2022-04-17T14:47:33.751Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:47:34.313Z] [java] Sun Apr 17 14:47:34 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:47:34.313Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:47:34.313Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:47:34.313Z] [2022-04-17T14:47:34.313Z] setOSConditions: [2022-04-17T14:47:34.313Z] [2022-04-17T14:47:34.313Z] setToolWin: [2022-04-17T14:47:34.313Z] [2022-04-17T14:47:34.313Z] setToolUnix: [2022-04-17T14:47:34.313Z] [2022-04-17T14:47:34.313Z] setToolProperty: [2022-04-17T14:47:34.313Z] [2022-04-17T14:47:34.313Z] setS1ASclassPath: [2022-04-17T14:47:34.313Z] [2022-04-17T14:47:34.313Z] init-common: [2022-04-17T14:47:34.313Z] [2022-04-17T14:47:34.313Z] start-derby: [2022-04-17T14:47:34.313Z] [2022-04-17T14:47:34.313Z] start-derby-aix: [2022-04-17T14:47:34.313Z] [2022-04-17T14:47:34.313Z] start-derby-nonaix: [2022-04-17T14:47:34.313Z] [echo] Starting Derby DB Server ... [2022-04-17T14:47:49.170Z] [2022-04-17T14:47:49.170Z] setOSConditions: [2022-04-17T14:47:49.170Z] [2022-04-17T14:47:49.170Z] setToolWin: [2022-04-17T14:47:49.170Z] [2022-04-17T14:47:49.170Z] setToolUnix: [2022-04-17T14:47:49.170Z] [2022-04-17T14:47:49.170Z] setToolProperty: [2022-04-17T14:47:49.170Z] [2022-04-17T14:47:49.170Z] setS1ASclassPath: [2022-04-17T14:47:49.170Z] [2022-04-17T14:47:49.170Z] init-common: [2022-04-17T14:47:49.170Z] [2022-04-17T14:47:49.170Z] execute-sql-common: [2022-04-17T14:47:49.426Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/create_pointbase.sql [2022-04-17T14:47:49.426Z] [sql] 0 rows affected [2022-04-17T14:47:49.426Z] [sql] 0 rows affected [2022-04-17T14:47:49.426Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:47:49.682Z] [2022-04-17T14:47:49.682Z] setOSConditions: [2022-04-17T14:47:49.682Z] [2022-04-17T14:47:49.682Z] setToolWin: [2022-04-17T14:47:49.682Z] [2022-04-17T14:47:49.682Z] setToolUnix: [2022-04-17T14:47:49.682Z] [2022-04-17T14:47:49.682Z] setToolProperty: [2022-04-17T14:47:49.682Z] [2022-04-17T14:47:49.682Z] setS1ASclassPath: [2022-04-17T14:47:49.682Z] [2022-04-17T14:47:49.682Z] init-common: [2022-04-17T14:47:49.682Z] [2022-04-17T14:47:49.682Z] runclient-common: [2022-04-17T14:47:49.682Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:47:50.613Z] [exec] Apr 17, 2022 2:47:50 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:47:50.613Z] [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. [2022-04-17T14:47:53.938Z] [exec] All tests will fail with Derby till XA driver is fixed [2022-04-17T14:47:53.938Z] [exec] Value of key is: test1 : [2022-04-17T14:47:54.195Z] [exec] Value of key is: test2 : [2022-04-17T14:47:54.195Z] [exec] Value of key is: test3 : [2022-04-17T14:47:54.195Z] [exec] jdbc appauthtx status: [2022-04-17T14:47:54.195Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:47:54.195Z] [exec] [2022-04-17T14:47:54.195Z] [exec] [2022-04-17T14:47:54.195Z] [exec] ----------------------------------------- [2022-04-17T14:47:54.195Z] [exec] - test2 : : PASS - [2022-04-17T14:47:54.195Z] [exec] - test1 : : PASS - [2022-04-17T14:47:54.195Z] [exec] - test3 : : PASS - [2022-04-17T14:47:54.195Z] [exec] ----------------------------------------- [2022-04-17T14:47:54.195Z] [exec] Total PASS: 3 [2022-04-17T14:47:54.195Z] [exec] Total FAIL: 0 [2022-04-17T14:47:54.195Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:47:54.195Z] [exec] ----------------------------------------- [2022-04-17T14:47:54.195Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:47:54.195Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] checkReporting-common: [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] confirmReportPresent-common: [2022-04-17T14:47:54.453Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:47:54.453Z] [echo] Test seems to be reported fine [2022-04-17T14:47:54.453Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/RepRunConf.txt [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] confirmMissingReport-common: [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] reset-derby-for-no-authentication: [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] setOSConditions: [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] setToolWin: [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] setToolUnix: [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] setToolProperty: [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] setS1ASclassPath: [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] init-common: [2022-04-17T14:47:54.453Z] [2022-04-17T14:47:54.453Z] stop-derby: [2022-04-17T14:47:54.709Z] [2022-04-17T14:47:54.709Z] stop-derby-aix: [2022-04-17T14:47:54.709Z] [2022-04-17T14:47:54.709Z] stop-derby-nonaix: [2022-04-17T14:47:54.709Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:47:54.965Z] [java] Sun Apr 17 14:47:54 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:47:54.965Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:47:54.965Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:47:54.965Z] [2022-04-17T14:47:54.965Z] setOSConditions: [2022-04-17T14:47:54.965Z] [2022-04-17T14:47:54.965Z] setToolWin: [2022-04-17T14:47:54.965Z] [2022-04-17T14:47:54.965Z] setToolUnix: [2022-04-17T14:47:54.965Z] [2022-04-17T14:47:54.965Z] setToolProperty: [2022-04-17T14:47:54.965Z] [2022-04-17T14:47:54.965Z] setS1ASclassPath: [2022-04-17T14:47:54.965Z] [2022-04-17T14:47:54.965Z] init-common: [2022-04-17T14:47:54.965Z] [2022-04-17T14:47:54.965Z] start-derby: [2022-04-17T14:47:54.965Z] [2022-04-17T14:47:54.965Z] start-derby-aix: [2022-04-17T14:47:54.965Z] [2022-04-17T14:47:54.965Z] start-derby-nonaix: [2022-04-17T14:47:54.965Z] [echo] Starting Derby DB Server ... [2022-04-17T14:48:13.039Z] [2022-04-17T14:48:13.039Z] undeploy: [2022-04-17T14:48:13.039Z] [2022-04-17T14:48:13.039Z] setOSConditions: [2022-04-17T14:48:13.039Z] [2022-04-17T14:48:13.039Z] setToolWin: [2022-04-17T14:48:13.039Z] [2022-04-17T14:48:13.039Z] setToolUnix: [2022-04-17T14:48:13.039Z] [2022-04-17T14:48:13.039Z] setToolProperty: [2022-04-17T14:48:13.039Z] [2022-04-17T14:48:13.039Z] setS1ASclassPath: [2022-04-17T14:48:13.039Z] [2022-04-17T14:48:13.039Z] init-common: [2022-04-17T14:48:13.039Z] [2022-04-17T14:48:13.039Z] undeploy-common: [2022-04-17T14:48:13.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:48:13.039Z] [2022-04-17T14:48:13.039Z] setOSConditions: [2022-04-17T14:48:13.039Z] [2022-04-17T14:48:13.040Z] setToolWin: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolUnix: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolProperty: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setS1ASclassPath: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] init-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] delete-jdbc-resource-common: [2022-04-17T14:48:13.040Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 [2022-04-17T14:48:13.040Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 [2022-04-17T14:48:13.040Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully [2022-04-17T14:48:13.040Z] [echo] cmd executed for server [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setOSConditions: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolWin: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolUnix: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolProperty: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setS1ASclassPath: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] init-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] delete-jdbc-connpool-common: [2022-04-17T14:48:13.040Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 [2022-04-17T14:48:13.040Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:13.040Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully [2022-04-17T14:48:13.040Z] [echo] cmd executed for server [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setOSConditions: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolWin: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolUnix: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolProperty: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setS1ASclassPath: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] init-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] execute-sql-common: [2022-04-17T14:48:13.040Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/appauthtx/sql/drop_pointbase.sql [2022-04-17T14:48:13.040Z] [sql] 0 rows affected [2022-04-17T14:48:13.040Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] all: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setOSConditions: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolWin: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolUnix: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolProperty: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setS1ASclassPath: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] init-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] clean: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setOSConditions: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolWin: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolUnix: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolProperty: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setS1ASclassPath: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] init-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] clean-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setOSConditions: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolWin: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolUnix: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolProperty: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setS1ASclassPath: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] init-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] clean-classes-common: [2022-04-17T14:48:13.040Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setOSConditions: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolWin: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolUnix: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolProperty: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setS1ASclassPath: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] init-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] clean-jars-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] compile: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setOSConditions: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolWin: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolUnix: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolProperty: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setS1ASclassPath: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] init-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] compile-common: [2022-04-17T14:48:13.040Z] [echo] Current time (ISO): 2022-04-17T14:48:11.464+0000 [2022-04-17T14:48:13.040Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:48:13.040Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:48:13.040Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:48:13.040Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:13.040Z] [javac] return new Integer(1); [2022-04-17T14:48:13.040Z] [javac] ^ [2022-04-17T14:48:13.040Z] [javac] 2 warnings [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setOSConditions: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolWin: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolUnix: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setToolProperty: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] setS1ASclassPath: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] init-common: [2022-04-17T14:48:13.040Z] [2022-04-17T14:48:13.040Z] compile-common: [2022-04-17T14:48:13.040Z] [echo] Current time (ISO): 2022-04-17T14:48:13.020+0000 [2022-04-17T14:48:13.040Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:48:14.933Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:48:14.933Z] [javac] 1 warning [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] build: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] setOSConditions: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] fixFiles: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] convUnix: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] convWin: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] setToolWin: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] setToolUnix: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] setToolProperty: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] setS1ASclassPath: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] init-common: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] package-persistence-common: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] ejb-jar-common: [2022-04-17T14:48:14.933Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] package-ejbjar-common: [2022-04-17T14:48:14.933Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:14.933Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:14.933Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:14.933Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth-ejb.jar [2022-04-17T14:48:14.933Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] appclient-jar-common: [2022-04-17T14:48:14.933Z] [2022-04-17T14:48:14.933Z] package-appclientjar-common: [2022-04-17T14:48:14.933Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:14.934Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:14.934Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:14.934Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth-client.jar [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] webclient-war-common: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] build-ear-common: [2022-04-17T14:48:14.934Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:14.934Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthApp.ear [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] deploy: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setOSConditions: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setToolWin: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setToolUnix: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setToolProperty: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setS1ASclassPath: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] init-common: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] execute-sql-common: [2022-04-17T14:48:14.934Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/create_pointbase.sql [2022-04-17T14:48:14.934Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:48:14.934Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:48:14.934Z] [sql] 0 rows affected [2022-04-17T14:48:14.934Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setOSConditions: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setToolWin: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setToolUnix: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setToolProperty: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setS1ASclassPath: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] init-common: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] deploy-jdbc-common: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setOSConditions: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setToolWin: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setToolUnix: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setToolProperty: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] setS1ASclassPath: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] init-common: [2022-04-17T14:48:14.934Z] [2022-04-17T14:48:14.934Z] create-jdbc-connpool-common: [2022-04-17T14:48:15.497Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:15.497Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:48:15.497Z] [2022-04-17T14:48:15.497Z] set-derby-connpool-props: [2022-04-17T14:48:15.754Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:15.754Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:48:16.342Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:16.342Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:48:16.598Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:16.598Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:48:16.891Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:16.891Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:48:17.453Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:17.453Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:48:17.709Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:17.709Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:48:17.965Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:18.239Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:48:18.495Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:18.495Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:48:18.495Z] [2022-04-17T14:48:18.495Z] setOSConditions: [2022-04-17T14:48:18.495Z] [2022-04-17T14:48:18.495Z] setToolWin: [2022-04-17T14:48:18.495Z] [2022-04-17T14:48:18.495Z] setToolUnix: [2022-04-17T14:48:18.495Z] [2022-04-17T14:48:18.495Z] setToolProperty: [2022-04-17T14:48:18.495Z] [2022-04-17T14:48:18.495Z] setS1ASclassPath: [2022-04-17T14:48:18.495Z] [2022-04-17T14:48:18.495Z] init-common: [2022-04-17T14:48:18.495Z] [2022-04-17T14:48:18.495Z] create-jdbc-resource-common: [2022-04-17T14:48:18.495Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:19.057Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:19.057Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:48:19.057Z] [echo] cmd executed for server [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] setOSConditions: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] setToolWin: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] setToolUnix: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] setToolProperty: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] setS1ASclassPath: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] init-common: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] deploy-common: [2022-04-17T14:48:19.057Z] [echo] Current time (ISO): 2022-04-17T14:48:18.892+0000 [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] setOSConditions: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] setToolWin: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] setToolUnix: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] setToolProperty: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] setS1ASclassPath: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] init-common: [2022-04-17T14:48:19.057Z] [2022-04-17T14:48:19.057Z] deploy-common-pe: [2022-04-17T14:48:19.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthApp.ear [2022-04-17T14:48:19.601Z] [exec] Application deployed with name ejb-bmp-contauthApp. [2022-04-17T14:48:19.601Z] [echo] Deployment on target server server successful [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setOSConditions: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setToolWin: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setToolUnix: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setToolProperty: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setS1ASclassPath: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] init-common: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] deploy-common-ee: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] run: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setOSConditions: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setToolWin: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setToolUnix: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setToolProperty: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setS1ASclassPath: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] init-common: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] execute-sql-common: [2022-04-17T14:48:19.601Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/create_pointbase.sql [2022-04-17T14:48:19.601Z] [sql] 0 rows affected [2022-04-17T14:48:19.601Z] [sql] 0 rows affected [2022-04-17T14:48:19.601Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setOSConditions: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setToolWin: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setToolUnix: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setToolProperty: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] setS1ASclassPath: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] init-common: [2022-04-17T14:48:19.601Z] [2022-04-17T14:48:19.601Z] runclient-common: [2022-04-17T14:48:19.601Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:48:20.539Z] [exec] Apr 17, 2022 2:48:20 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:48:20.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. [2022-04-17T14:48:23.812Z] [exec] Value of key is: test1 : [2022-04-17T14:48:23.812Z] [exec] Value of key is: test2 : [2022-04-17T14:48:23.812Z] [exec] jdbc contauth status: [2022-04-17T14:48:23.812Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:48:23.812Z] [exec] [2022-04-17T14:48:23.812Z] [exec] [2022-04-17T14:48:23.812Z] [exec] ----------------------------------------- [2022-04-17T14:48:23.812Z] [exec] - test2 : : PASS - [2022-04-17T14:48:23.812Z] [exec] - test1 : : PASS - [2022-04-17T14:48:23.812Z] [exec] ----------------------------------------- [2022-04-17T14:48:23.812Z] [exec] Total PASS: 2 [2022-04-17T14:48:23.812Z] [exec] Total FAIL: 0 [2022-04-17T14:48:23.812Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:48:23.812Z] [exec] ----------------------------------------- [2022-04-17T14:48:23.812Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:48:23.812Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] checkReporting-common: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] confirmReportPresent-common: [2022-04-17T14:48:24.069Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:48:24.069Z] [echo] Test seems to be reported fine [2022-04-17T14:48:24.069Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/RepRunConf.txt [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] confirmMissingReport-common: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] undeploy: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setOSConditions: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setToolWin: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setToolUnix: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setToolProperty: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setS1ASclassPath: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] init-common: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] execute-sql-common: [2022-04-17T14:48:24.069Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth/sql/drop_pointbase.sql [2022-04-17T14:48:24.069Z] [sql] 0 rows affected [2022-04-17T14:48:24.069Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setOSConditions: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setToolWin: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setToolUnix: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setToolProperty: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setS1ASclassPath: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] init-common: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] undeploy-jdbc-common: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setOSConditions: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setToolWin: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setToolUnix: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setToolProperty: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] setS1ASclassPath: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] init-common: [2022-04-17T14:48:24.069Z] [2022-04-17T14:48:24.069Z] delete-jdbc-resource-common: [2022-04-17T14:48:24.069Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:48:24.325Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:48:24.325Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:48:24.325Z] [echo] cmd executed for server [2022-04-17T14:48:24.325Z] [2022-04-17T14:48:24.325Z] setOSConditions: [2022-04-17T14:48:24.325Z] [2022-04-17T14:48:24.325Z] setToolWin: [2022-04-17T14:48:24.325Z] [2022-04-17T14:48:24.325Z] setToolUnix: [2022-04-17T14:48:24.325Z] [2022-04-17T14:48:24.325Z] setToolProperty: [2022-04-17T14:48:24.325Z] [2022-04-17T14:48:24.325Z] setS1ASclassPath: [2022-04-17T14:48:24.325Z] [2022-04-17T14:48:24.325Z] init-common: [2022-04-17T14:48:24.325Z] [2022-04-17T14:48:24.325Z] delete-jdbc-connpool-common: [2022-04-17T14:48:24.325Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:48:24.887Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:24.887Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:48:24.887Z] [echo] cmd executed for server [2022-04-17T14:48:24.887Z] [2022-04-17T14:48:24.887Z] setOSConditions: [2022-04-17T14:48:24.887Z] [2022-04-17T14:48:24.887Z] setToolWin: [2022-04-17T14:48:24.887Z] [2022-04-17T14:48:24.887Z] setToolUnix: [2022-04-17T14:48:24.887Z] [2022-04-17T14:48:24.887Z] setToolProperty: [2022-04-17T14:48:24.887Z] [2022-04-17T14:48:24.887Z] setS1ASclassPath: [2022-04-17T14:48:24.887Z] [2022-04-17T14:48:24.887Z] init-common: [2022-04-17T14:48:24.887Z] [2022-04-17T14:48:24.887Z] undeploy-common: [2022-04-17T14:48:25.143Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] all: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] setOSConditions: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] setToolWin: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] setToolUnix: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] setToolProperty: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] setS1ASclassPath: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] init-common: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] clean: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] setOSConditions: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] setToolWin: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] setToolUnix: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] setToolProperty: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] setS1ASclassPath: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] init-common: [2022-04-17T14:48:25.143Z] [2022-04-17T14:48:25.143Z] clean-common: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setOSConditions: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setToolWin: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setToolUnix: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setToolProperty: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setS1ASclassPath: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] init-common: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] clean-classes-common: [2022-04-17T14:48:25.399Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setOSConditions: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setToolWin: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setToolUnix: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setToolProperty: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setS1ASclassPath: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] init-common: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] clean-jars-common: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] compile: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setOSConditions: [2022-04-17T14:48:25.399Z] [2022-04-17T14:48:25.399Z] setToolWin: [2022-04-17T14:48:25.400Z] [2022-04-17T14:48:25.400Z] setToolUnix: [2022-04-17T14:48:25.400Z] [2022-04-17T14:48:25.400Z] setToolProperty: [2022-04-17T14:48:25.400Z] [2022-04-17T14:48:25.400Z] setS1ASclassPath: [2022-04-17T14:48:25.400Z] [2022-04-17T14:48:25.400Z] init-common: [2022-04-17T14:48:25.400Z] [2022-04-17T14:48:25.400Z] compile-common: [2022-04-17T14:48:25.400Z] [echo] Current time (ISO): 2022-04-17T14:48:25.163+0000 [2022-04-17T14:48:25.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:48:25.400Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:48:27.313Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:48:27.313Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:27.313Z] [javac] return new Integer(1); [2022-04-17T14:48:27.313Z] [javac] ^ [2022-04-17T14:48:27.313Z] [javac] 2 warnings [2022-04-17T14:48:27.313Z] [2022-04-17T14:48:27.313Z] setOSConditions: [2022-04-17T14:48:27.313Z] [2022-04-17T14:48:27.313Z] setToolWin: [2022-04-17T14:48:27.313Z] [2022-04-17T14:48:27.313Z] setToolUnix: [2022-04-17T14:48:27.313Z] [2022-04-17T14:48:27.313Z] setToolProperty: [2022-04-17T14:48:27.313Z] [2022-04-17T14:48:27.313Z] setS1ASclassPath: [2022-04-17T14:48:27.313Z] [2022-04-17T14:48:27.313Z] init-common: [2022-04-17T14:48:27.313Z] [2022-04-17T14:48:27.313Z] compile-common: [2022-04-17T14:48:27.313Z] [echo] Current time (ISO): 2022-04-17T14:48:26.874+0000 [2022-04-17T14:48:27.313Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:48:28.680Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:48:28.680Z] [javac] 1 warning [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] build: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setOSConditions: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] fixFiles: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] convUnix: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] convWin: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setToolWin: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setToolUnix: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setToolProperty: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setS1ASclassPath: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] init-common: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] package-persistence-common: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] ejb-jar-common: [2022-04-17T14:48:28.680Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] package-ejbjar-common: [2022-04-17T14:48:28.680Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:28.680Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:28.680Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:28.680Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtx-ejb.jar [2022-04-17T14:48:28.680Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] appclient-jar-common: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] package-appclientjar-common: [2022-04-17T14:48:28.680Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:28.680Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:28.680Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:28.680Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtx-client.jar [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] webclient-war-common: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] build-ear-common: [2022-04-17T14:48:28.680Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:28.680Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtxApp.ear [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] deploy: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setOSConditions: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setToolWin: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setToolUnix: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setToolProperty: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setS1ASclassPath: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] init-common: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] execute-sql-common: [2022-04-17T14:48:28.680Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/create_pointbase.sql [2022-04-17T14:48:28.680Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:48:28.680Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:48:28.680Z] [sql] 0 rows affected [2022-04-17T14:48:28.680Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setOSConditions: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setToolWin: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setToolUnix: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setToolProperty: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] setS1ASclassPath: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] init-common: [2022-04-17T14:48:28.680Z] [2022-04-17T14:48:28.680Z] create-jdbc-connpool-common: [2022-04-17T14:48:28.937Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:28.937Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. [2022-04-17T14:48:28.937Z] [2022-04-17T14:48:28.937Z] set-derby-connpool-props: [2022-04-17T14:48:29.499Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:29.499Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser [2022-04-17T14:48:29.755Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:29.755Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword [2022-04-17T14:48:30.341Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:30.341Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 [2022-04-17T14:48:30.597Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:30.597Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 [2022-04-17T14:48:30.853Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:30.853Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb [2022-04-17T14:48:31.442Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:31.442Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:48:31.699Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:31.699Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true [2022-04-17T14:48:32.261Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:32.261Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost [2022-04-17T14:48:32.261Z] [2022-04-17T14:48:32.261Z] setOSConditions: [2022-04-17T14:48:32.261Z] [2022-04-17T14:48:32.261Z] setToolWin: [2022-04-17T14:48:32.261Z] [2022-04-17T14:48:32.261Z] setToolUnix: [2022-04-17T14:48:32.261Z] [2022-04-17T14:48:32.261Z] setToolProperty: [2022-04-17T14:48:32.261Z] [2022-04-17T14:48:32.261Z] setS1ASclassPath: [2022-04-17T14:48:32.261Z] [2022-04-17T14:48:32.261Z] init-common: [2022-04-17T14:48:32.261Z] [2022-04-17T14:48:32.261Z] create-jdbc-resource-common: [2022-04-17T14:48:32.261Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:32.539Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:32.539Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. [2022-04-17T14:48:32.539Z] [echo] cmd executed for server [2022-04-17T14:48:32.539Z] [2022-04-17T14:48:32.539Z] setOSConditions: [2022-04-17T14:48:32.539Z] [2022-04-17T14:48:32.539Z] setToolWin: [2022-04-17T14:48:32.539Z] [2022-04-17T14:48:32.539Z] setToolUnix: [2022-04-17T14:48:32.539Z] [2022-04-17T14:48:32.539Z] setToolProperty: [2022-04-17T14:48:32.539Z] [2022-04-17T14:48:32.539Z] setS1ASclassPath: [2022-04-17T14:48:32.539Z] [2022-04-17T14:48:32.539Z] init-common: [2022-04-17T14:48:32.539Z] [2022-04-17T14:48:32.539Z] deploy-common: [2022-04-17T14:48:32.539Z] [echo] Current time (ISO): 2022-04-17T14:48:32.309+0000 [2022-04-17T14:48:32.540Z] [2022-04-17T14:48:32.540Z] setOSConditions: [2022-04-17T14:48:32.540Z] [2022-04-17T14:48:32.540Z] setToolWin: [2022-04-17T14:48:32.540Z] [2022-04-17T14:48:32.540Z] setToolUnix: [2022-04-17T14:48:32.540Z] [2022-04-17T14:48:32.540Z] setToolProperty: [2022-04-17T14:48:32.540Z] [2022-04-17T14:48:32.540Z] setS1ASclassPath: [2022-04-17T14:48:32.540Z] [2022-04-17T14:48:32.540Z] init-common: [2022-04-17T14:48:32.540Z] [2022-04-17T14:48:32.540Z] deploy-common-pe: [2022-04-17T14:48:32.796Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauthtxApp.ear [2022-04-17T14:48:33.052Z] [exec] Application deployed with name ejb-bmp-contauthtxApp. [2022-04-17T14:48:33.052Z] [echo] Deployment on target server server successful [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setOSConditions: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setToolWin: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setToolUnix: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setToolProperty: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setS1ASclassPath: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] init-common: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] deploy-common-ee: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] run: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setOSConditions: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setToolWin: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setToolUnix: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setToolProperty: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setS1ASclassPath: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] init-common: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] execute-sql-common: [2022-04-17T14:48:33.052Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/create_pointbase.sql [2022-04-17T14:48:33.052Z] [sql] 0 rows affected [2022-04-17T14:48:33.052Z] [sql] 0 rows affected [2022-04-17T14:48:33.052Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setOSConditions: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setToolWin: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setToolUnix: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setToolProperty: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] setS1ASclassPath: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] init-common: [2022-04-17T14:48:33.052Z] [2022-04-17T14:48:33.052Z] runclient-common: [2022-04-17T14:48:33.052Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:48:34.451Z] [exec] Apr 17, 2022 2:48:33 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:48:34.452Z] [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. [2022-04-17T14:48:37.738Z] [exec] Will Fail till a better XA driver is integrated into Derby [2022-04-17T14:48:37.738Z] [exec] Value of key is: test1 : [2022-04-17T14:48:37.738Z] [exec] Value of key is: test2 : [2022-04-17T14:48:37.738Z] [exec] jdbc contauthtx status: [2022-04-17T14:48:37.738Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:48:37.738Z] [exec] [2022-04-17T14:48:37.738Z] [exec] [2022-04-17T14:48:37.738Z] [exec] ----------------------------------------- [2022-04-17T14:48:37.738Z] [exec] - test2 : : PASS - [2022-04-17T14:48:37.738Z] [exec] - test1 : : PASS - [2022-04-17T14:48:37.738Z] [exec] ----------------------------------------- [2022-04-17T14:48:37.738Z] [exec] Total PASS: 2 [2022-04-17T14:48:37.738Z] [exec] Total FAIL: 0 [2022-04-17T14:48:37.738Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:48:37.738Z] [exec] ----------------------------------------- [2022-04-17T14:48:37.738Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:48:37.738Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] checkReporting-common: [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] confirmReportPresent-common: [2022-04-17T14:48:37.738Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:48:37.738Z] [echo] Test seems to be reported fine [2022-04-17T14:48:37.738Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/RepRunConf.txt [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] confirmMissingReport-common: [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] undeploy: [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] setOSConditions: [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] setToolWin: [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] setToolUnix: [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] setToolProperty: [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] setS1ASclassPath: [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] init-common: [2022-04-17T14:48:37.738Z] [2022-04-17T14:48:37.738Z] undeploy-common: [2022-04-17T14:48:37.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:48:37.994Z] [2022-04-17T14:48:37.994Z] setOSConditions: [2022-04-17T14:48:37.994Z] [2022-04-17T14:48:37.995Z] setToolWin: [2022-04-17T14:48:37.995Z] [2022-04-17T14:48:37.995Z] setToolUnix: [2022-04-17T14:48:37.995Z] [2022-04-17T14:48:37.995Z] setToolProperty: [2022-04-17T14:48:37.995Z] [2022-04-17T14:48:37.995Z] setS1ASclassPath: [2022-04-17T14:48:37.995Z] [2022-04-17T14:48:37.995Z] init-common: [2022-04-17T14:48:37.995Z] [2022-04-17T14:48:37.995Z] delete-jdbc-resource-common: [2022-04-17T14:48:37.995Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 [2022-04-17T14:48:38.563Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 [2022-04-17T14:48:38.563Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully [2022-04-17T14:48:38.563Z] [echo] cmd executed for server [2022-04-17T14:48:38.563Z] [2022-04-17T14:48:38.563Z] setOSConditions: [2022-04-17T14:48:38.563Z] [2022-04-17T14:48:38.563Z] setToolWin: [2022-04-17T14:48:38.563Z] [2022-04-17T14:48:38.563Z] setToolUnix: [2022-04-17T14:48:38.563Z] [2022-04-17T14:48:38.563Z] setToolProperty: [2022-04-17T14:48:38.563Z] [2022-04-17T14:48:38.563Z] setS1ASclassPath: [2022-04-17T14:48:38.563Z] [2022-04-17T14:48:38.563Z] init-common: [2022-04-17T14:48:38.563Z] [2022-04-17T14:48:38.563Z] delete-jdbc-connpool-common: [2022-04-17T14:48:38.563Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 [2022-04-17T14:48:38.837Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:38.837Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully [2022-04-17T14:48:38.837Z] [echo] cmd executed for server [2022-04-17T14:48:38.837Z] [2022-04-17T14:48:38.837Z] setOSConditions: [2022-04-17T14:48:38.837Z] [2022-04-17T14:48:38.837Z] setToolWin: [2022-04-17T14:48:38.837Z] [2022-04-17T14:48:38.837Z] setToolUnix: [2022-04-17T14:48:38.837Z] [2022-04-17T14:48:38.837Z] setToolProperty: [2022-04-17T14:48:38.837Z] [2022-04-17T14:48:38.837Z] setS1ASclassPath: [2022-04-17T14:48:38.837Z] [2022-04-17T14:48:38.837Z] init-common: [2022-04-17T14:48:38.837Z] [2022-04-17T14:48:38.837Z] execute-sql-common: [2022-04-17T14:48:38.837Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauthtx/sql/drop_pointbase.sql [2022-04-17T14:48:38.837Z] [sql] 0 rows affected [2022-04-17T14:48:39.094Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] all: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setOSConditions: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolWin: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolUnix: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolProperty: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setS1ASclassPath: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] init-common: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] clean: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setOSConditions: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolWin: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolUnix: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolProperty: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setS1ASclassPath: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] init-common: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] clean-common: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setOSConditions: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolWin: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolUnix: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolProperty: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setS1ASclassPath: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] init-common: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] clean-classes-common: [2022-04-17T14:48:39.094Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setOSConditions: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolWin: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolUnix: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolProperty: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setS1ASclassPath: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] init-common: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] clean-jars-common: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] compile: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setOSConditions: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolWin: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolUnix: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setToolProperty: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] setS1ASclassPath: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] init-common: [2022-04-17T14:48:39.094Z] [2022-04-17T14:48:39.094Z] compile-common: [2022-04-17T14:48:39.094Z] [echo] Current time (ISO): 2022-04-17T14:48:38.875+0000 [2022-04-17T14:48:39.094Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:48:39.094Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:48:40.475Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:48:40.731Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:40.731Z] [javac] return new Integer(1); [2022-04-17T14:48:40.731Z] [javac] ^ [2022-04-17T14:48:40.731Z] [javac] 2 warnings [2022-04-17T14:48:40.731Z] [2022-04-17T14:48:40.731Z] setOSConditions: [2022-04-17T14:48:40.731Z] [2022-04-17T14:48:40.731Z] setToolWin: [2022-04-17T14:48:40.731Z] [2022-04-17T14:48:40.731Z] setToolUnix: [2022-04-17T14:48:40.731Z] [2022-04-17T14:48:40.731Z] setToolProperty: [2022-04-17T14:48:40.731Z] [2022-04-17T14:48:40.731Z] setS1ASclassPath: [2022-04-17T14:48:40.731Z] [2022-04-17T14:48:40.731Z] init-common: [2022-04-17T14:48:40.731Z] [2022-04-17T14:48:40.731Z] compile-common: [2022-04-17T14:48:40.731Z] [echo] Current time (ISO): 2022-04-17T14:48:40.491+0000 [2022-04-17T14:48:40.731Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:48:42.100Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:48:42.357Z] [javac] 1 warning [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] build: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setOSConditions: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] fixFiles: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] convUnix: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] convWin: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setToolWin: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setToolUnix: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setToolProperty: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setS1ASclassPath: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] init-common: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] package-persistence-common: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] ejb-jar-common: [2022-04-17T14:48:42.357Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] package-ejbjar-common: [2022-04-17T14:48:42.357Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:42.357Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:42.357Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:42.357Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1-ejb.jar [2022-04-17T14:48:42.357Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] appclient-jar-common: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] package-appclientjar-common: [2022-04-17T14:48:42.357Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:42.357Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:42.357Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:42.357Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1-client.jar [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] webclient-war-common: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] build-ear-common: [2022-04-17T14:48:42.357Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:48:42.357Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1App.ear [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] deploy: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setOSConditions: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setToolWin: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setToolUnix: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setToolProperty: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setS1ASclassPath: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] init-common: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] execute-sql-common: [2022-04-17T14:48:42.357Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/create_pointbase.sql [2022-04-17T14:48:42.357Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:48:42.357Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:48:42.357Z] [sql] 0 rows affected [2022-04-17T14:48:42.357Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setOSConditions: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setToolWin: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setToolUnix: [2022-04-17T14:48:42.357Z] [2022-04-17T14:48:42.357Z] setToolProperty: [2022-04-17T14:48:42.358Z] [2022-04-17T14:48:42.358Z] setS1ASclassPath: [2022-04-17T14:48:42.358Z] [2022-04-17T14:48:42.358Z] init-common: [2022-04-17T14:48:42.358Z] [2022-04-17T14:48:42.358Z] deploy-jdbc-common: [2022-04-17T14:48:42.358Z] [2022-04-17T14:48:42.358Z] setOSConditions: [2022-04-17T14:48:42.358Z] [2022-04-17T14:48:42.358Z] setToolWin: [2022-04-17T14:48:42.358Z] [2022-04-17T14:48:42.358Z] setToolUnix: [2022-04-17T14:48:42.358Z] [2022-04-17T14:48:42.358Z] setToolProperty: [2022-04-17T14:48:42.358Z] [2022-04-17T14:48:42.358Z] setS1ASclassPath: [2022-04-17T14:48:42.358Z] [2022-04-17T14:48:42.358Z] init-common: [2022-04-17T14:48:42.358Z] [2022-04-17T14:48:42.358Z] create-jdbc-connpool-common: [2022-04-17T14:48:42.614Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:42.891Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:48:42.891Z] [2022-04-17T14:48:42.891Z] set-derby-connpool-props: [2022-04-17T14:48:43.147Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:43.147Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:48:43.402Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:43.402Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:48:43.967Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:43.967Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:48:44.223Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:44.223Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:48:44.786Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:44.786Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:48:45.042Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:45.042Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:48:45.605Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:45.605Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:48:45.891Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:48:45.891Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:48:45.891Z] [2022-04-17T14:48:45.891Z] setOSConditions: [2022-04-17T14:48:45.891Z] [2022-04-17T14:48:45.891Z] setToolWin: [2022-04-17T14:48:45.891Z] [2022-04-17T14:48:45.891Z] setToolUnix: [2022-04-17T14:48:45.891Z] [2022-04-17T14:48:45.891Z] setToolProperty: [2022-04-17T14:48:45.891Z] [2022-04-17T14:48:45.891Z] setS1ASclassPath: [2022-04-17T14:48:45.891Z] [2022-04-17T14:48:45.891Z] init-common: [2022-04-17T14:48:45.891Z] [2022-04-17T14:48:45.891Z] create-jdbc-resource-common: [2022-04-17T14:48:45.891Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:46.148Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:48:46.148Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:48:46.148Z] [echo] cmd executed for server [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] setOSConditions: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] setToolWin: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] setToolUnix: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] setToolProperty: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] setS1ASclassPath: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] init-common: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] deploy-common: [2022-04-17T14:48:46.148Z] [echo] Current time (ISO): 2022-04-17T14:48:46.077+0000 [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] setOSConditions: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] setToolWin: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] setToolUnix: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] setToolProperty: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] setS1ASclassPath: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] init-common: [2022-04-17T14:48:46.148Z] [2022-04-17T14:48:46.148Z] deploy-common-pe: [2022-04-17T14:48:46.712Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1App.ear [2022-04-17T14:48:46.712Z] [exec] Application deployed with name ejb-bmp-contauth1App. [2022-04-17T14:48:46.712Z] [echo] Deployment on target server server successful [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setOSConditions: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setToolWin: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setToolUnix: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setToolProperty: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setS1ASclassPath: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] init-common: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] deploy-common-ee: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] run: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setup-derby-for-authentication: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setOSConditions: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setToolWin: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setToolUnix: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setToolProperty: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] setS1ASclassPath: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] init-common: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] stop-derby: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] stop-derby-aix: [2022-04-17T14:48:46.712Z] [2022-04-17T14:48:46.712Z] stop-derby-nonaix: [2022-04-17T14:48:46.712Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:48:47.274Z] [java] Sun Apr 17 14:48:47 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:48:47.275Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:48:47.275Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:48:47.275Z] [2022-04-17T14:48:47.275Z] setOSConditions: [2022-04-17T14:48:47.275Z] [2022-04-17T14:48:47.275Z] setToolWin: [2022-04-17T14:48:47.275Z] [2022-04-17T14:48:47.275Z] setToolUnix: [2022-04-17T14:48:47.275Z] [2022-04-17T14:48:47.275Z] setToolProperty: [2022-04-17T14:48:47.275Z] [2022-04-17T14:48:47.275Z] setS1ASclassPath: [2022-04-17T14:48:47.275Z] [2022-04-17T14:48:47.275Z] init-common: [2022-04-17T14:48:47.275Z] [2022-04-17T14:48:47.275Z] start-derby: [2022-04-17T14:48:47.275Z] [2022-04-17T14:48:47.275Z] start-derby-aix: [2022-04-17T14:48:47.275Z] [2022-04-17T14:48:47.275Z] start-derby-nonaix: [2022-04-17T14:48:47.275Z] [echo] Starting Derby DB Server ... [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] setOSConditions: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] setToolWin: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] setToolUnix: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] setToolProperty: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] setS1ASclassPath: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] init-common: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] execute-sql-common: [2022-04-17T14:49:05.342Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/create_pointbase.sql [2022-04-17T14:49:05.342Z] [sql] 0 rows affected [2022-04-17T14:49:05.342Z] [sql] 0 rows affected [2022-04-17T14:49:05.342Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] setOSConditions: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] setToolWin: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] setToolUnix: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] setToolProperty: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] setS1ASclassPath: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] init-common: [2022-04-17T14:49:05.342Z] [2022-04-17T14:49:05.342Z] runclient-common: [2022-04-17T14:49:05.342Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:49:05.342Z] [exec] Apr 17, 2022 2:49:03 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:49:05.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. [2022-04-17T14:49:06.709Z] [exec] Test 2 will fail with Derby [2022-04-17T14:49:06.709Z] [exec] Value of key is: test1 : [2022-04-17T14:49:06.709Z] [exec] Value of key is: test2 : [2022-04-17T14:49:06.709Z] [exec] jdbc contauth1 status: [2022-04-17T14:49:06.709Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:49:06.709Z] [exec] [2022-04-17T14:49:06.709Z] [exec] [2022-04-17T14:49:06.709Z] [exec] ----------------------------------------- [2022-04-17T14:49:06.709Z] [exec] - test2 : : PASS - [2022-04-17T14:49:06.709Z] [exec] - test1 : : PASS - [2022-04-17T14:49:06.709Z] [exec] ----------------------------------------- [2022-04-17T14:49:06.709Z] [exec] Total PASS: 2 [2022-04-17T14:49:06.709Z] [exec] Total FAIL: 0 [2022-04-17T14:49:06.709Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:49:06.709Z] [exec] ----------------------------------------- [2022-04-17T14:49:06.709Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:49:06.709Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] checkReporting-common: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] confirmReportPresent-common: [2022-04-17T14:49:07.271Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:49:07.271Z] [echo] Test seems to be reported fine [2022-04-17T14:49:07.271Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/RepRunConf.txt [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] confirmMissingReport-common: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] reset-derby-for-no-authentication: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] setOSConditions: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] setToolWin: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] setToolUnix: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] setToolProperty: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] setS1ASclassPath: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] init-common: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] stop-derby: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] stop-derby-aix: [2022-04-17T14:49:07.271Z] [2022-04-17T14:49:07.271Z] stop-derby-nonaix: [2022-04-17T14:49:07.271Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:49:07.527Z] [java] Sun Apr 17 14:49:07 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:49:07.527Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:49:07.527Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:49:07.527Z] [2022-04-17T14:49:07.527Z] setOSConditions: [2022-04-17T14:49:07.527Z] [2022-04-17T14:49:07.527Z] setToolWin: [2022-04-17T14:49:07.527Z] [2022-04-17T14:49:07.527Z] setToolUnix: [2022-04-17T14:49:07.527Z] [2022-04-17T14:49:07.527Z] setToolProperty: [2022-04-17T14:49:07.527Z] [2022-04-17T14:49:07.527Z] setS1ASclassPath: [2022-04-17T14:49:07.527Z] [2022-04-17T14:49:07.527Z] init-common: [2022-04-17T14:49:07.527Z] [2022-04-17T14:49:07.527Z] start-derby: [2022-04-17T14:49:07.527Z] [2022-04-17T14:49:07.527Z] start-derby-aix: [2022-04-17T14:49:07.527Z] [2022-04-17T14:49:07.527Z] start-derby-nonaix: [2022-04-17T14:49:07.527Z] [echo] Starting Derby DB Server ... [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] undeploy: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setOSConditions: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolWin: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolUnix: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolProperty: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setS1ASclassPath: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] init-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] execute-sql-common: [2022-04-17T14:49:25.577Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1/sql/drop_pointbase.sql [2022-04-17T14:49:25.577Z] [sql] 0 rows affected [2022-04-17T14:49:25.577Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setOSConditions: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolWin: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolUnix: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolProperty: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setS1ASclassPath: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] init-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] undeploy-jdbc-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setOSConditions: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolWin: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolUnix: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolProperty: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setS1ASclassPath: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] init-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] delete-jdbc-resource-common: [2022-04-17T14:49:25.577Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:49:25.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:49:25.577Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:49:25.577Z] [echo] cmd executed for server [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setOSConditions: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolWin: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolUnix: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolProperty: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setS1ASclassPath: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] init-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] delete-jdbc-connpool-common: [2022-04-17T14:49:25.577Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:49:25.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:25.577Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:49:25.577Z] [echo] cmd executed for server [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setOSConditions: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolWin: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolUnix: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolProperty: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setS1ASclassPath: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] init-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] undeploy-common: [2022-04-17T14:49:25.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] all: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setOSConditions: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolWin: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolUnix: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolProperty: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setS1ASclassPath: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] init-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] clean: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setOSConditions: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolWin: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolUnix: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolProperty: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setS1ASclassPath: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] init-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] clean-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setOSConditions: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolWin: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolUnix: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolProperty: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setS1ASclassPath: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] init-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] clean-classes-common: [2022-04-17T14:49:25.577Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setOSConditions: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolWin: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolUnix: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolProperty: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setS1ASclassPath: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] init-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] clean-jars-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] compile: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setOSConditions: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolWin: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolUnix: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setToolProperty: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] setS1ASclassPath: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] init-common: [2022-04-17T14:49:25.577Z] [2022-04-17T14:49:25.577Z] compile-common: [2022-04-17T14:49:25.577Z] [echo] Current time (ISO): 2022-04-17T14:49:24.077+0000 [2022-04-17T14:49:25.577Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:49:25.577Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:49:25.839Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:49:25.839Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:25.839Z] [javac] return new Integer(1); [2022-04-17T14:49:25.839Z] [javac] ^ [2022-04-17T14:49:25.839Z] [javac] 2 warnings [2022-04-17T14:49:25.839Z] [2022-04-17T14:49:25.839Z] setOSConditions: [2022-04-17T14:49:25.839Z] [2022-04-17T14:49:25.839Z] setToolWin: [2022-04-17T14:49:25.839Z] [2022-04-17T14:49:25.839Z] setToolUnix: [2022-04-17T14:49:25.839Z] [2022-04-17T14:49:25.839Z] setToolProperty: [2022-04-17T14:49:25.839Z] [2022-04-17T14:49:25.839Z] setS1ASclassPath: [2022-04-17T14:49:25.839Z] [2022-04-17T14:49:25.839Z] init-common: [2022-04-17T14:49:25.839Z] [2022-04-17T14:49:25.839Z] compile-common: [2022-04-17T14:49:25.839Z] [echo] Current time (ISO): 2022-04-17T14:49:25.804+0000 [2022-04-17T14:49:25.839Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:49:27.762Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:49:27.762Z] [javac] 1 warning [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] build: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setOSConditions: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] fixFiles: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] convUnix: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] convWin: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setToolWin: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setToolUnix: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setToolProperty: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setS1ASclassPath: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] init-common: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] package-persistence-common: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] ejb-jar-common: [2022-04-17T14:49:27.762Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] package-ejbjar-common: [2022-04-17T14:49:27.762Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:49:27.762Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:49:27.762Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:49:27.762Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1tx-ejb.jar [2022-04-17T14:49:27.762Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] appclient-jar-common: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] package-appclientjar-common: [2022-04-17T14:49:27.762Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:49:27.762Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:49:27.762Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:49:27.762Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1tx-client.jar [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] webclient-war-common: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] build-ear-common: [2022-04-17T14:49:27.762Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:49:27.762Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1txApp.ear [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] deploy: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setOSConditions: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setToolWin: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setToolUnix: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setToolProperty: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setS1ASclassPath: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] init-common: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] execute-sql-common: [2022-04-17T14:49:27.762Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/create_pointbase.sql [2022-04-17T14:49:27.762Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:49:27.762Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:49:27.762Z] [sql] 0 rows affected [2022-04-17T14:49:27.762Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setOSConditions: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setToolWin: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setToolUnix: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setToolProperty: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] setS1ASclassPath: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] init-common: [2022-04-17T14:49:27.762Z] [2022-04-17T14:49:27.762Z] create-jdbc-connpool-common: [2022-04-17T14:49:28.018Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:28.018Z] [exec] JDBC connection pool jdbc-appauth-pool1 created successfully. [2022-04-17T14:49:28.018Z] [2022-04-17T14:49:28.018Z] set-derby-connpool-props: [2022-04-17T14:49:28.579Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:28.579Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.User=dbuser [2022-04-17T14:49:28.839Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:28.839Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.Password=dbpassword [2022-04-17T14:49:29.436Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:29.436Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.driverType=4 [2022-04-17T14:49:29.693Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:29.693Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.portNumber=1527 [2022-04-17T14:49:29.949Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:29.949Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.dataBaseName=testdb [2022-04-17T14:49:30.537Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:30.537Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:49:30.794Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:30.794Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.create=true [2022-04-17T14:49:31.050Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:31.050Z] [exec] domain.resources.jdbc-connection-pool.jdbc-appauth-pool1.property.serverName=localhost [2022-04-17T14:49:31.050Z] [2022-04-17T14:49:31.050Z] setOSConditions: [2022-04-17T14:49:31.050Z] [2022-04-17T14:49:31.050Z] setToolWin: [2022-04-17T14:49:31.050Z] [2022-04-17T14:49:31.050Z] setToolUnix: [2022-04-17T14:49:31.050Z] [2022-04-17T14:49:31.050Z] setToolProperty: [2022-04-17T14:49:31.050Z] [2022-04-17T14:49:31.050Z] setS1ASclassPath: [2022-04-17T14:49:31.050Z] [2022-04-17T14:49:31.050Z] init-common: [2022-04-17T14:49:31.050Z] [2022-04-17T14:49:31.050Z] create-jdbc-resource-common: [2022-04-17T14:49:31.050Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:31.644Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:49:31.644Z] [exec] JDBC resource jdbc/s1qeappauth1 created successfully. [2022-04-17T14:49:31.644Z] [echo] cmd executed for server [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] setOSConditions: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] setToolWin: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] setToolUnix: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] setToolProperty: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] setS1ASclassPath: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] init-common: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] deploy-common: [2022-04-17T14:49:31.644Z] [echo] Current time (ISO): 2022-04-17T14:49:31.462+0000 [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] setOSConditions: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] setToolWin: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] setToolUnix: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] setToolProperty: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] setS1ASclassPath: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] init-common: [2022-04-17T14:49:31.644Z] [2022-04-17T14:49:31.644Z] deploy-common-pe: [2022-04-17T14:49:31.900Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-contauth1txApp.ear [2022-04-17T14:49:32.156Z] [exec] Application deployed with name ejb-bmp-contauth1txApp. [2022-04-17T14:49:32.156Z] [echo] Deployment on target server server successful [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setOSConditions: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setToolWin: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setToolUnix: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setToolProperty: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setS1ASclassPath: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] init-common: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] deploy-common-ee: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] run: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setup-derby-for-authentication: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setOSConditions: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setToolWin: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setToolUnix: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setToolProperty: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] setS1ASclassPath: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] init-common: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] stop-derby: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] stop-derby-aix: [2022-04-17T14:49:32.156Z] [2022-04-17T14:49:32.156Z] stop-derby-nonaix: [2022-04-17T14:49:32.156Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:49:32.719Z] [java] Sun Apr 17 14:49:32 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:49:32.719Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:49:32.719Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:49:32.719Z] [2022-04-17T14:49:32.719Z] setOSConditions: [2022-04-17T14:49:32.719Z] [2022-04-17T14:49:32.719Z] setToolWin: [2022-04-17T14:49:32.719Z] [2022-04-17T14:49:32.719Z] setToolUnix: [2022-04-17T14:49:32.719Z] [2022-04-17T14:49:32.719Z] setToolProperty: [2022-04-17T14:49:32.719Z] [2022-04-17T14:49:32.719Z] setS1ASclassPath: [2022-04-17T14:49:32.719Z] [2022-04-17T14:49:32.719Z] init-common: [2022-04-17T14:49:32.719Z] [2022-04-17T14:49:32.719Z] start-derby: [2022-04-17T14:49:32.719Z] [2022-04-17T14:49:32.719Z] start-derby-aix: [2022-04-17T14:49:32.719Z] [2022-04-17T14:49:32.719Z] start-derby-nonaix: [2022-04-17T14:49:32.719Z] [echo] Starting Derby DB Server ... [2022-04-17T14:49:47.581Z] [2022-04-17T14:49:47.581Z] setOSConditions: [2022-04-17T14:49:47.581Z] [2022-04-17T14:49:47.581Z] setToolWin: [2022-04-17T14:49:47.581Z] [2022-04-17T14:49:47.581Z] setToolUnix: [2022-04-17T14:49:47.581Z] [2022-04-17T14:49:47.581Z] setToolProperty: [2022-04-17T14:49:47.581Z] [2022-04-17T14:49:47.581Z] setS1ASclassPath: [2022-04-17T14:49:47.581Z] [2022-04-17T14:49:47.581Z] init-common: [2022-04-17T14:49:47.581Z] [2022-04-17T14:49:47.581Z] execute-sql-common: [2022-04-17T14:49:47.837Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/create_pointbase.sql [2022-04-17T14:49:47.837Z] [sql] 0 rows affected [2022-04-17T14:49:47.837Z] [sql] 0 rows affected [2022-04-17T14:49:47.837Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:49:47.837Z] [2022-04-17T14:49:47.837Z] setOSConditions: [2022-04-17T14:49:47.837Z] [2022-04-17T14:49:47.837Z] setToolWin: [2022-04-17T14:49:47.837Z] [2022-04-17T14:49:47.837Z] setToolUnix: [2022-04-17T14:49:47.837Z] [2022-04-17T14:49:47.837Z] setToolProperty: [2022-04-17T14:49:47.837Z] [2022-04-17T14:49:47.837Z] setS1ASclassPath: [2022-04-17T14:49:47.837Z] [2022-04-17T14:49:47.837Z] init-common: [2022-04-17T14:49:47.837Z] [2022-04-17T14:49:47.837Z] runclient-common: [2022-04-17T14:49:47.837Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:49:48.767Z] [exec] Apr 17, 2022 2:49:48 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:49:48.767Z] [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. [2022-04-17T14:49:52.048Z] [exec] All tests shall fail till a stable XA driver is integrated into Derby [2022-04-17T14:49:52.048Z] [exec] Value of key is: test1 : [2022-04-17T14:49:52.048Z] [exec] Value of key is: test2 : [2022-04-17T14:49:52.048Z] [exec] jdbc contauth1tx status: [2022-04-17T14:49:52.048Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:49:52.048Z] [exec] [2022-04-17T14:49:52.048Z] [exec] [2022-04-17T14:49:52.048Z] [exec] ----------------------------------------- [2022-04-17T14:49:52.048Z] [exec] - test2 : : PASS - [2022-04-17T14:49:52.048Z] [exec] - test1 : : PASS - [2022-04-17T14:49:52.048Z] [exec] ----------------------------------------- [2022-04-17T14:49:52.048Z] [exec] Total PASS: 2 [2022-04-17T14:49:52.048Z] [exec] Total FAIL: 0 [2022-04-17T14:49:52.048Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:49:52.048Z] [exec] ----------------------------------------- [2022-04-17T14:49:52.048Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:49:52.048Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:49:52.305Z] [2022-04-17T14:49:52.306Z] checkReporting-common: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] confirmReportPresent-common: [2022-04-17T14:49:52.306Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:49:52.306Z] [echo] Test seems to be reported fine [2022-04-17T14:49:52.306Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/RepRunConf.txt [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] confirmMissingReport-common: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] reset-derby-for-no-authentication: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] setOSConditions: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] setToolWin: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] setToolUnix: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] setToolProperty: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] setS1ASclassPath: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] init-common: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] stop-derby: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] stop-derby-aix: [2022-04-17T14:49:52.306Z] [2022-04-17T14:49:52.306Z] stop-derby-nonaix: [2022-04-17T14:49:52.306Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:49:52.562Z] [java] Sun Apr 17 14:49:52 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:49:52.562Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:49:52.562Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:49:52.562Z] [2022-04-17T14:49:52.562Z] setOSConditions: [2022-04-17T14:49:52.562Z] [2022-04-17T14:49:52.562Z] setToolWin: [2022-04-17T14:49:52.562Z] [2022-04-17T14:49:52.562Z] setToolUnix: [2022-04-17T14:49:52.562Z] [2022-04-17T14:49:52.562Z] setToolProperty: [2022-04-17T14:49:52.562Z] [2022-04-17T14:49:52.562Z] setS1ASclassPath: [2022-04-17T14:49:52.562Z] [2022-04-17T14:49:52.562Z] init-common: [2022-04-17T14:49:52.562Z] [2022-04-17T14:49:52.562Z] start-derby: [2022-04-17T14:49:52.562Z] [2022-04-17T14:49:52.562Z] start-derby-aix: [2022-04-17T14:49:52.562Z] [2022-04-17T14:49:52.562Z] start-derby-nonaix: [2022-04-17T14:49:52.562Z] [echo] Starting Derby DB Server ... [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] undeploy: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setOSConditions: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setToolWin: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setToolUnix: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setToolProperty: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setS1ASclassPath: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] init-common: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] undeploy-common: [2022-04-17T14:50:10.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setOSConditions: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setToolWin: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setToolUnix: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setToolProperty: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setS1ASclassPath: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] init-common: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] delete-jdbc-resource-common: [2022-04-17T14:50:10.639Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeappauth1 [2022-04-17T14:50:10.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeappauth1 [2022-04-17T14:50:10.639Z] [exec] JDBC resource jdbc/s1qeappauth1 deleted successfully [2022-04-17T14:50:10.639Z] [echo] cmd executed for server [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setOSConditions: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setToolWin: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setToolUnix: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setToolProperty: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] setS1ASclassPath: [2022-04-17T14:50:10.639Z] [2022-04-17T14:50:10.639Z] init-common: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] delete-jdbc-connpool-common: [2022-04-17T14:50:10.640Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-appauth-pool1 [2022-04-17T14:50:10.640Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:10.640Z] [exec] JDBC Connection pool jdbc-appauth-pool1 deleted successfully [2022-04-17T14:50:10.640Z] [echo] cmd executed for server [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setOSConditions: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolWin: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolUnix: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolProperty: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setS1ASclassPath: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] init-common: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] execute-sql-common: [2022-04-17T14:50:10.640Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/contauth1tx/sql/drop_pointbase.sql [2022-04-17T14:50:10.640Z] [sql] 0 rows affected [2022-04-17T14:50:10.640Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] all: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] all: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setOSConditions: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolWin: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolUnix: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolProperty: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setS1ASclassPath: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] init-common: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] clean: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setOSConditions: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolWin: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolUnix: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolProperty: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setS1ASclassPath: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] init-common: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] clean-common: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setOSConditions: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolWin: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolUnix: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolProperty: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setS1ASclassPath: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] init-common: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] clean-classes-common: [2022-04-17T14:50:10.640Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setOSConditions: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolWin: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolUnix: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolProperty: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setS1ASclassPath: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] init-common: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] clean-jars-common: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] compile: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setOSConditions: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolWin: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolUnix: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setToolProperty: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] setS1ASclassPath: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] init-common: [2022-04-17T14:50:10.640Z] [2022-04-17T14:50:10.640Z] compile-common: [2022-04-17T14:50:10.640Z] [echo] Current time (ISO): 2022-04-17T14:50:09.078+0000 [2022-04-17T14:50:10.640Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:50:10.640Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:50:10.640Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:50:10.640Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:10.640Z] [javac] return new Integer(1); [2022-04-17T14:50:10.640Z] [javac] ^ [2022-04-17T14:50:10.896Z] [javac] 2 warnings [2022-04-17T14:50:10.896Z] [2022-04-17T14:50:10.896Z] setOSConditions: [2022-04-17T14:50:10.896Z] [2022-04-17T14:50:10.896Z] setToolWin: [2022-04-17T14:50:10.896Z] [2022-04-17T14:50:10.896Z] setToolUnix: [2022-04-17T14:50:10.896Z] [2022-04-17T14:50:10.896Z] setToolProperty: [2022-04-17T14:50:10.896Z] [2022-04-17T14:50:10.896Z] setS1ASclassPath: [2022-04-17T14:50:10.896Z] [2022-04-17T14:50:10.896Z] init-common: [2022-04-17T14:50:10.896Z] [2022-04-17T14:50:10.896Z] compile-common: [2022-04-17T14:50:10.896Z] [echo] Current time (ISO): 2022-04-17T14:50:10.709+0000 [2022-04-17T14:50:10.896Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:50:12.278Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:50:12.534Z] [javac] 1 warning [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] build: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] setOSConditions: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] fixFiles: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] convUnix: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] convWin: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] setToolWin: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] setToolUnix: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] setToolProperty: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] setS1ASclassPath: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] init-common: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] package-persistence-common: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] ejb-jar-common: [2022-04-17T14:50:12.534Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] package-ejbjar-common: [2022-04-17T14:50:12.534Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:12.534Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:12.534Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:12.534Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsize-ejb.jar [2022-04-17T14:50:12.534Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] appclient-jar-common: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] package-appclientjar-common: [2022-04-17T14:50:12.534Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:12.534Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:12.534Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:12.534Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsize-client.jar [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] webclient-war-common: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] build-ear-common: [2022-04-17T14:50:12.534Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:12.534Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeApp.ear [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] deploy: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] setOSConditions: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] setToolWin: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] setToolUnix: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] setToolProperty: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] setS1ASclassPath: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] init-common: [2022-04-17T14:50:12.534Z] [2022-04-17T14:50:12.534Z] create-jdbc-connpool-common: [2022-04-17T14:50:12.791Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:12.791Z] [exec] JDBC connection pool jdbc-maxpoolsize-pool created successfully. [2022-04-17T14:50:12.791Z] [2022-04-17T14:50:12.791Z] set-derby-connpool-props: [2022-04-17T14:50:13.354Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:13.354Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.User=dbuser [2022-04-17T14:50:13.611Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:13.611Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.Password=dbpassword [2022-04-17T14:50:13.867Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:14.140Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.driverType=4 [2022-04-17T14:50:14.396Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:14.396Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.portNumber=1527 [2022-04-17T14:50:14.958Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:14.958Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.dataBaseName=testdb [2022-04-17T14:50:15.240Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:15.240Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:50:15.497Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:15.497Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.create=true [2022-04-17T14:50:16.061Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:16.061Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.property.serverName=localhost [2022-04-17T14:50:16.061Z] [2022-04-17T14:50:16.061Z] setOSConditions: [2022-04-17T14:50:16.061Z] [2022-04-17T14:50:16.061Z] setToolWin: [2022-04-17T14:50:16.061Z] [2022-04-17T14:50:16.061Z] setToolUnix: [2022-04-17T14:50:16.061Z] [2022-04-17T14:50:16.061Z] setToolProperty: [2022-04-17T14:50:16.061Z] [2022-04-17T14:50:16.061Z] setS1ASclassPath: [2022-04-17T14:50:16.061Z] [2022-04-17T14:50:16.061Z] init-common: [2022-04-17T14:50:16.061Z] [2022-04-17T14:50:16.061Z] create-jdbc-resource-common: [2022-04-17T14:50:16.061Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:16.336Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:16.336Z] [exec] JDBC resource jdbc/maxpoolsize created successfully. [2022-04-17T14:50:16.336Z] [echo] cmd executed for server [2022-04-17T14:50:16.336Z] [2022-04-17T14:50:16.336Z] setOSConditions: [2022-04-17T14:50:16.336Z] [2022-04-17T14:50:16.336Z] setToolWin: [2022-04-17T14:50:16.336Z] [2022-04-17T14:50:16.336Z] setToolUnix: [2022-04-17T14:50:16.336Z] [2022-04-17T14:50:16.336Z] setToolProperty: [2022-04-17T14:50:16.336Z] [2022-04-17T14:50:16.336Z] setS1ASclassPath: [2022-04-17T14:50:16.336Z] [2022-04-17T14:50:16.336Z] init-common: [2022-04-17T14:50:16.336Z] [2022-04-17T14:50:16.336Z] create-jdbc-connpool-common: [2022-04-17T14:50:16.593Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:16.593Z] [exec] JDBC connection pool jdbc-maxpoolsize-pool-xa created successfully. [2022-04-17T14:50:16.593Z] [2022-04-17T14:50:16.593Z] set-derby-connpool-props: [2022-04-17T14:50:17.156Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:17.156Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.User=dbuser [2022-04-17T14:50:17.412Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:17.412Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.Password=dbpassword [2022-04-17T14:50:17.668Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:17.669Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.driverType=4 [2022-04-17T14:50:18.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:18.245Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.portNumber=1527 [2022-04-17T14:50:18.501Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:18.501Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.dataBaseName=testdb [2022-04-17T14:50:18.758Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:18.758Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:50:19.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:19.346Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.create=true [2022-04-17T14:50:19.937Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:19.937Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.property.serverName=localhost [2022-04-17T14:50:19.937Z] [2022-04-17T14:50:19.937Z] setOSConditions: [2022-04-17T14:50:19.937Z] [2022-04-17T14:50:19.937Z] setToolWin: [2022-04-17T14:50:19.937Z] [2022-04-17T14:50:19.937Z] setToolUnix: [2022-04-17T14:50:19.937Z] [2022-04-17T14:50:19.937Z] setToolProperty: [2022-04-17T14:50:19.937Z] [2022-04-17T14:50:19.937Z] setS1ASclassPath: [2022-04-17T14:50:19.937Z] [2022-04-17T14:50:19.937Z] init-common: [2022-04-17T14:50:19.937Z] [2022-04-17T14:50:19.937Z] create-jdbc-resource-common: [2022-04-17T14:50:19.937Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:20.236Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:20.236Z] [exec] JDBC resource jdbc/maxpoolsize-xa created successfully. [2022-04-17T14:50:20.236Z] [echo] cmd executed for server [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] setOSConditions: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] setToolWin: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] setToolUnix: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] setToolProperty: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] setS1ASclassPath: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] init-common: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] deploy-common: [2022-04-17T14:50:20.236Z] [echo] Current time (ISO): 2022-04-17T14:50:20.044+0000 [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] setOSConditions: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] setToolWin: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] setToolUnix: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] setToolProperty: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] setS1ASclassPath: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] init-common: [2022-04-17T14:50:20.236Z] [2022-04-17T14:50:20.236Z] deploy-common-pe: [2022-04-17T14:50:20.493Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-reconfig-maxpoolsizeApp.ear [2022-04-17T14:50:20.749Z] [exec] Application deployed with name jdbc-reconfig-maxpoolsizeApp. [2022-04-17T14:50:20.749Z] [echo] Deployment on target server server successful [2022-04-17T14:50:20.749Z] [2022-04-17T14:50:20.749Z] setOSConditions: [2022-04-17T14:50:20.749Z] [2022-04-17T14:50:20.749Z] setToolWin: [2022-04-17T14:50:20.749Z] [2022-04-17T14:50:20.749Z] setToolUnix: [2022-04-17T14:50:20.749Z] [2022-04-17T14:50:20.749Z] setToolProperty: [2022-04-17T14:50:20.749Z] [2022-04-17T14:50:20.749Z] setS1ASclassPath: [2022-04-17T14:50:20.749Z] [2022-04-17T14:50:20.749Z] init-common: [2022-04-17T14:50:20.749Z] [2022-04-17T14:50:20.749Z] deploy-common-ee: [2022-04-17T14:50:20.749Z] [2022-04-17T14:50:20.749Z] run: [2022-04-17T14:50:20.749Z] [2022-04-17T14:50:20.749Z] asadmin-common: [2022-04-17T14:50:20.749Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:21.337Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:21.337Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-pool-size=10 [2022-04-17T14:50:21.337Z] [2022-04-17T14:50:21.337Z] asadmin-common: [2022-04-17T14:50:21.337Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:21.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:21.594Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-wait-time-in-millis=1000 [2022-04-17T14:50:21.594Z] [2022-04-17T14:50:21.594Z] setOSConditions: [2022-04-17T14:50:21.594Z] [2022-04-17T14:50:21.594Z] setToolWin: [2022-04-17T14:50:21.594Z] [2022-04-17T14:50:21.594Z] setToolUnix: [2022-04-17T14:50:21.594Z] [2022-04-17T14:50:21.594Z] setToolProperty: [2022-04-17T14:50:21.594Z] [2022-04-17T14:50:21.594Z] setS1ASclassPath: [2022-04-17T14:50:21.594Z] [2022-04-17T14:50:21.594Z] init-common: [2022-04-17T14:50:21.594Z] [2022-04-17T14:50:21.594Z] runclient-common: [2022-04-17T14:50:21.594Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:50:22.538Z] [exec] Apr 17, 2022 2:50:22 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:50:22.538Z] [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. [2022-04-17T14:50:26.715Z] [exec] Value of key is: test1 : [2022-04-17T14:50:26.715Z] [exec] jdbc reconfig-maxpoolsize status: [2022-04-17T14:50:26.715Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:50:26.715Z] [exec] [2022-04-17T14:50:26.715Z] [exec] [2022-04-17T14:50:26.715Z] [exec] ----------------------------------------- [2022-04-17T14:50:26.715Z] [exec] - test1 : : PASS - [2022-04-17T14:50:26.715Z] [exec] ----------------------------------------- [2022-04-17T14:50:26.715Z] [exec] Total PASS: 1 [2022-04-17T14:50:26.715Z] [exec] Total FAIL: 0 [2022-04-17T14:50:26.715Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:50:26.715Z] [exec] ----------------------------------------- [2022-04-17T14:50:26.715Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:50:26.715Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:50:26.972Z] [2022-04-17T14:50:26.972Z] checkReporting-common: [2022-04-17T14:50:26.972Z] [2022-04-17T14:50:26.972Z] confirmReportPresent-common: [2022-04-17T14:50:26.972Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:50:26.972Z] [echo] Test seems to be reported fine [2022-04-17T14:50:26.972Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt [2022-04-17T14:50:26.972Z] [2022-04-17T14:50:26.972Z] confirmMissingReport-common: [2022-04-17T14:50:26.972Z] [2022-04-17T14:50:26.972Z] asadmin-common: [2022-04-17T14:50:26.972Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:27.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:27.239Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool.max-pool-size=20 [2022-04-17T14:50:27.239Z] [2022-04-17T14:50:27.239Z] setOSConditions: [2022-04-17T14:50:27.239Z] [2022-04-17T14:50:27.239Z] setToolWin: [2022-04-17T14:50:27.239Z] [2022-04-17T14:50:27.239Z] setToolUnix: [2022-04-17T14:50:27.239Z] [2022-04-17T14:50:27.239Z] setToolProperty: [2022-04-17T14:50:27.239Z] [2022-04-17T14:50:27.239Z] setS1ASclassPath: [2022-04-17T14:50:27.239Z] [2022-04-17T14:50:27.239Z] init-common: [2022-04-17T14:50:27.239Z] [2022-04-17T14:50:27.239Z] runclient-common: [2022-04-17T14:50:27.239Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:50:28.168Z] [exec] Apr 17, 2022 2:50:28 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:50:28.168Z] [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. [2022-04-17T14:50:31.452Z] [exec] Value of key is: test2 : [2022-04-17T14:50:31.452Z] [exec] jdbc reconfig-maxpoolsize status: [2022-04-17T14:50:31.452Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:50:31.452Z] [exec] [2022-04-17T14:50:31.452Z] [exec] [2022-04-17T14:50:31.452Z] [exec] ----------------------------------------- [2022-04-17T14:50:31.452Z] [exec] - test2 : : PASS - [2022-04-17T14:50:31.452Z] [exec] ----------------------------------------- [2022-04-17T14:50:31.452Z] [exec] Total PASS: 1 [2022-04-17T14:50:31.452Z] [exec] Total FAIL: 0 [2022-04-17T14:50:31.452Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:50:31.452Z] [exec] ----------------------------------------- [2022-04-17T14:50:31.452Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:50:31.452Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:50:31.709Z] [2022-04-17T14:50:31.709Z] checkReporting-common: [2022-04-17T14:50:31.709Z] [2022-04-17T14:50:31.709Z] confirmReportPresent-common: [2022-04-17T14:50:31.709Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:50:31.709Z] [echo] Test seems to be reported fine [2022-04-17T14:50:31.709Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt [2022-04-17T14:50:31.709Z] [2022-04-17T14:50:31.709Z] confirmMissingReport-common: [2022-04-17T14:50:31.709Z] [2022-04-17T14:50:31.709Z] asadmin-common: [2022-04-17T14:50:31.709Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:32.271Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:32.271Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-pool-size=10 [2022-04-17T14:50:32.271Z] [2022-04-17T14:50:32.271Z] asadmin-common: [2022-04-17T14:50:32.271Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:32.538Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:32.538Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-wait-time-in-millis=1000 [2022-04-17T14:50:32.538Z] [2022-04-17T14:50:32.538Z] setOSConditions: [2022-04-17T14:50:32.538Z] [2022-04-17T14:50:32.538Z] setToolWin: [2022-04-17T14:50:32.538Z] [2022-04-17T14:50:32.538Z] setToolUnix: [2022-04-17T14:50:32.538Z] [2022-04-17T14:50:32.538Z] setToolProperty: [2022-04-17T14:50:32.538Z] [2022-04-17T14:50:32.538Z] setS1ASclassPath: [2022-04-17T14:50:32.538Z] [2022-04-17T14:50:32.538Z] init-common: [2022-04-17T14:50:32.538Z] [2022-04-17T14:50:32.538Z] runclient-common: [2022-04-17T14:50:32.538Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T14:50:33.470Z] [exec] Apr 17, 2022 2:50:33 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:50:33.470Z] [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. [2022-04-17T14:50:36.791Z] [exec] Value of key is: test3 : [2022-04-17T14:50:36.791Z] [exec] jdbc reconfig-maxpoolsize status: [2022-04-17T14:50:36.791Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:50:36.791Z] [exec] [2022-04-17T14:50:36.791Z] [exec] [2022-04-17T14:50:36.791Z] [exec] ----------------------------------------- [2022-04-17T14:50:36.791Z] [exec] - test3 : : PASS - [2022-04-17T14:50:36.791Z] [exec] ----------------------------------------- [2022-04-17T14:50:36.791Z] [exec] Total PASS: 1 [2022-04-17T14:50:36.791Z] [exec] Total FAIL: 0 [2022-04-17T14:50:36.791Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:50:36.791Z] [exec] ----------------------------------------- [2022-04-17T14:50:36.791Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:50:36.791Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:50:37.048Z] [2022-04-17T14:50:37.048Z] checkReporting-common: [2022-04-17T14:50:37.048Z] [2022-04-17T14:50:37.048Z] confirmReportPresent-common: [2022-04-17T14:50:37.048Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:50:37.048Z] [echo] Test seems to be reported fine [2022-04-17T14:50:37.048Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt [2022-04-17T14:50:37.048Z] [2022-04-17T14:50:37.048Z] confirmMissingReport-common: [2022-04-17T14:50:37.048Z] [2022-04-17T14:50:37.048Z] asadmin-common: [2022-04-17T14:50:37.048Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:37.304Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:37.304Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxpoolsize-pool-xa.max-pool-size=20 [2022-04-17T14:50:37.304Z] [2022-04-17T14:50:37.304Z] setOSConditions: [2022-04-17T14:50:37.304Z] [2022-04-17T14:50:37.304Z] setToolWin: [2022-04-17T14:50:37.304Z] [2022-04-17T14:50:37.304Z] setToolUnix: [2022-04-17T14:50:37.304Z] [2022-04-17T14:50:37.304Z] setToolProperty: [2022-04-17T14:50:37.304Z] [2022-04-17T14:50:37.304Z] setS1ASclassPath: [2022-04-17T14:50:37.304Z] [2022-04-17T14:50:37.304Z] init-common: [2022-04-17T14:50:37.304Z] [2022-04-17T14:50:37.304Z] runclient-common: [2022-04-17T14:50:37.304Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T14:50:38.240Z] [exec] Apr 17, 2022 2:50:38 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:50:38.240Z] [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. [2022-04-17T14:50:41.519Z] [exec] Value of key is: test4 : [2022-04-17T14:50:41.519Z] [exec] jdbc reconfig-maxpoolsize status: [2022-04-17T14:50:41.519Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:50:41.519Z] [exec] [2022-04-17T14:50:41.519Z] [exec] [2022-04-17T14:50:41.519Z] [exec] ----------------------------------------- [2022-04-17T14:50:41.519Z] [exec] - test4 : : PASS - [2022-04-17T14:50:41.519Z] [exec] ----------------------------------------- [2022-04-17T14:50:41.519Z] [exec] Total PASS: 1 [2022-04-17T14:50:41.519Z] [exec] Total FAIL: 0 [2022-04-17T14:50:41.519Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:50:41.519Z] [exec] ----------------------------------------- [2022-04-17T14:50:41.519Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:50:41.519Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] checkReporting-common: [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] confirmReportPresent-common: [2022-04-17T14:50:41.776Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:50:41.776Z] [echo] Test seems to be reported fine [2022-04-17T14:50:41.776Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/maxpoolsize/RepRunConf.txt [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] confirmMissingReport-common: [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] undeploy: [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] setOSConditions: [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] setToolWin: [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] setToolUnix: [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] setToolProperty: [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] setS1ASclassPath: [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] init-common: [2022-04-17T14:50:41.776Z] [2022-04-17T14:50:41.776Z] undeploy-common: [2022-04-17T14:50:42.345Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] setOSConditions: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] setToolWin: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] setToolUnix: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] setToolProperty: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] setS1ASclassPath: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] init-common: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] undeploy-jdbc-common: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] setOSConditions: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] setToolWin: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] setToolUnix: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] setToolProperty: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] setS1ASclassPath: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] init-common: [2022-04-17T14:50:42.345Z] [2022-04-17T14:50:42.345Z] delete-jdbc-resource-common: [2022-04-17T14:50:42.345Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxpoolsize [2022-04-17T14:50:42.601Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxpoolsize [2022-04-17T14:50:42.601Z] [exec] JDBC resource jdbc/maxpoolsize deleted successfully [2022-04-17T14:50:42.601Z] [echo] cmd executed for server [2022-04-17T14:50:42.601Z] [2022-04-17T14:50:42.601Z] setOSConditions: [2022-04-17T14:50:42.601Z] [2022-04-17T14:50:42.601Z] setToolWin: [2022-04-17T14:50:42.601Z] [2022-04-17T14:50:42.601Z] setToolUnix: [2022-04-17T14:50:42.601Z] [2022-04-17T14:50:42.601Z] setToolProperty: [2022-04-17T14:50:42.601Z] [2022-04-17T14:50:42.601Z] setS1ASclassPath: [2022-04-17T14:50:42.601Z] [2022-04-17T14:50:42.601Z] init-common: [2022-04-17T14:50:42.601Z] [2022-04-17T14:50:42.601Z] delete-jdbc-connpool-common: [2022-04-17T14:50:42.601Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxpoolsize-pool [2022-04-17T14:50:42.858Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:42.858Z] [exec] JDBC Connection pool jdbc-maxpoolsize-pool deleted successfully [2022-04-17T14:50:42.858Z] [echo] cmd executed for server [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] setOSConditions: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] setToolWin: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] setToolUnix: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] setToolProperty: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] setS1ASclassPath: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] init-common: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] undeploy-jdbc-common: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] setOSConditions: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] setToolWin: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] setToolUnix: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] setToolProperty: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] setS1ASclassPath: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] init-common: [2022-04-17T14:50:42.858Z] [2022-04-17T14:50:42.858Z] delete-jdbc-resource-common: [2022-04-17T14:50:42.858Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxpoolsize-xa [2022-04-17T14:50:43.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:43.446Z] [exec] JDBC resource jdbc/maxpoolsize-xa deleted successfully [2022-04-17T14:50:43.446Z] [echo] cmd executed for server [2022-04-17T14:50:43.446Z] [2022-04-17T14:50:43.446Z] setOSConditions: [2022-04-17T14:50:43.446Z] [2022-04-17T14:50:43.446Z] setToolWin: [2022-04-17T14:50:43.446Z] [2022-04-17T14:50:43.446Z] setToolUnix: [2022-04-17T14:50:43.446Z] [2022-04-17T14:50:43.446Z] setToolProperty: [2022-04-17T14:50:43.446Z] [2022-04-17T14:50:43.446Z] setS1ASclassPath: [2022-04-17T14:50:43.446Z] [2022-04-17T14:50:43.446Z] init-common: [2022-04-17T14:50:43.446Z] [2022-04-17T14:50:43.446Z] delete-jdbc-connpool-common: [2022-04-17T14:50:43.446Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:43.702Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:43.702Z] [exec] JDBC Connection pool jdbc-maxpoolsize-pool-xa deleted successfully [2022-04-17T14:50:43.702Z] [echo] cmd executed for server [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] all: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setOSConditions: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolWin: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolUnix: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolProperty: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setS1ASclassPath: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] init-common: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] clean: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setOSConditions: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolWin: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolUnix: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolProperty: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setS1ASclassPath: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] init-common: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] clean-common: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setOSConditions: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolWin: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolUnix: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolProperty: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setS1ASclassPath: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] init-common: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] clean-classes-common: [2022-04-17T14:50:43.702Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setOSConditions: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolWin: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolUnix: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolProperty: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setS1ASclassPath: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] init-common: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] clean-jars-common: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] compile: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setOSConditions: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolWin: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolUnix: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setToolProperty: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] setS1ASclassPath: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] init-common: [2022-04-17T14:50:43.702Z] [2022-04-17T14:50:43.702Z] compile-common: [2022-04-17T14:50:43.702Z] [echo] Current time (ISO): 2022-04-17T14:50:43.658+0000 [2022-04-17T14:50:43.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:50:43.702Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:50:45.604Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:50:45.604Z] [javac] 1 warning [2022-04-17T14:50:45.604Z] [2022-04-17T14:50:45.604Z] setOSConditions: [2022-04-17T14:50:45.604Z] [2022-04-17T14:50:45.604Z] setToolWin: [2022-04-17T14:50:45.604Z] [2022-04-17T14:50:45.604Z] setToolUnix: [2022-04-17T14:50:45.604Z] [2022-04-17T14:50:45.604Z] setToolProperty: [2022-04-17T14:50:45.604Z] [2022-04-17T14:50:45.604Z] setS1ASclassPath: [2022-04-17T14:50:45.604Z] [2022-04-17T14:50:45.604Z] init-common: [2022-04-17T14:50:45.604Z] [2022-04-17T14:50:45.604Z] compile-common: [2022-04-17T14:50:45.604Z] [echo] Current time (ISO): 2022-04-17T14:50:45.395+0000 [2022-04-17T14:50:45.604Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:50:46.978Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:50:47.239Z] [javac] 1 warning [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] build: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] setOSConditions: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] fixFiles: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] convUnix: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] convWin: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] setToolWin: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] setToolUnix: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] setToolProperty: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] setS1ASclassPath: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] init-common: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] package-persistence-common: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] ejb-jar-common: [2022-04-17T14:50:47.239Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] package-ejbjar-common: [2022-04-17T14:50:47.239Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:47.239Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:47.239Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:47.239Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-ejb.jar [2022-04-17T14:50:47.239Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] appclient-jar-common: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] package-appclientjar-common: [2022-04-17T14:50:47.239Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:47.239Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:47.239Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:47.239Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-client.jar [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] webclient-war-common: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] build-ear-common: [2022-04-17T14:50:47.239Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:50:47.239Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] deploy: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] setOSConditions: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] setToolWin: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] setToolUnix: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] setToolProperty: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] setS1ASclassPath: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] init-common: [2022-04-17T14:50:47.239Z] [2022-04-17T14:50:47.239Z] create-jdbc-connpool-common: [2022-04-17T14:50:47.496Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:47.496Z] [exec] JDBC connection pool jdbc-poolauth-pool created successfully. [2022-04-17T14:50:47.496Z] [2022-04-17T14:50:47.496Z] set-derby-connpool-props: [2022-04-17T14:50:48.059Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:48.059Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser [2022-04-17T14:50:48.315Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:48.315Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword [2022-04-17T14:50:48.878Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:48.878Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 [2022-04-17T14:50:49.136Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:49.136Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 [2022-04-17T14:50:49.393Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:49.393Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb [2022-04-17T14:50:49.955Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:49.955Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:50:50.212Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:50.212Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true [2022-04-17T14:50:50.774Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:50.774Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost [2022-04-17T14:50:50.774Z] [2022-04-17T14:50:50.774Z] setOSConditions: [2022-04-17T14:50:50.774Z] [2022-04-17T14:50:50.775Z] setToolWin: [2022-04-17T14:50:50.775Z] [2022-04-17T14:50:50.775Z] setToolUnix: [2022-04-17T14:50:50.775Z] [2022-04-17T14:50:50.775Z] setToolProperty: [2022-04-17T14:50:50.775Z] [2022-04-17T14:50:50.775Z] setS1ASclassPath: [2022-04-17T14:50:50.775Z] [2022-04-17T14:50:50.775Z] init-common: [2022-04-17T14:50:50.775Z] [2022-04-17T14:50:50.775Z] create-jdbc-resource-common: [2022-04-17T14:50:50.775Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:51.030Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:51.030Z] [exec] JDBC resource jdbc/poolauth created successfully. [2022-04-17T14:50:51.030Z] [echo] cmd executed for server [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] setOSConditions: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] setToolWin: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] setToolUnix: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] setToolProperty: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] setS1ASclassPath: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] init-common: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] deploy-common: [2022-04-17T14:50:51.031Z] [echo] Current time (ISO): 2022-04-17T14:50:50.904+0000 [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] setOSConditions: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] setToolWin: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] setToolUnix: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] setToolProperty: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] setS1ASclassPath: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] init-common: [2022-04-17T14:50:51.031Z] [2022-04-17T14:50:51.031Z] deploy-common-pe: [2022-04-17T14:50:51.593Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear [2022-04-17T14:50:51.593Z] [exec] Application deployed with name jdbc-poolauthApp. [2022-04-17T14:50:51.593Z] [echo] Deployment on target server server successful [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setOSConditions: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setToolWin: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setToolUnix: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setToolProperty: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setS1ASclassPath: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] init-common: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] deploy-common-ee: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] run: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] create-sql: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setOSConditions: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setToolWin: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setToolUnix: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setToolProperty: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setS1ASclassPath: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] init-common: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] execute-sql-common: [2022-04-17T14:50:51.593Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/create_dbuser_tables.sql [2022-04-17T14:50:51.593Z] [sql] Failed to execute: Drop table DBUSERTABLE [2022-04-17T14:50:51.593Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DBUSERTABLE' because it does not exist. [2022-04-17T14:50:51.593Z] [sql] 0 rows affected [2022-04-17T14:50:51.593Z] [sql] 1 rows affected [2022-04-17T14:50:51.593Z] [sql] 1 rows affected [2022-04-17T14:50:51.593Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setOSConditions: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setToolWin: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setToolUnix: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setToolProperty: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] setS1ASclassPath: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] init-common: [2022-04-17T14:50:51.593Z] [2022-04-17T14:50:51.593Z] execute-sql-common: [2022-04-17T14:50:51.593Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/create_pbpublic_tables.sql [2022-04-17T14:50:51.849Z] [sql] Failed to execute: Drop table PBPUBLICTABLE [2022-04-17T14:50:51.849Z] [sql] java.sql.SQLSyntaxErrorException: Schema 'PBPUBLIC' does not exist [2022-04-17T14:50:51.849Z] [sql] 0 rows affected [2022-04-17T14:50:51.849Z] [sql] 1 rows affected [2022-04-17T14:50:51.849Z] [sql] 1 rows affected [2022-04-17T14:50:51.849Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:50:51.849Z] [2022-04-17T14:50:51.849Z] asadmin-common: [2022-04-17T14:50:51.849Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:52.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:52.106Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser [2022-04-17T14:50:52.106Z] [2022-04-17T14:50:52.106Z] asadmin-common: [2022-04-17T14:50:52.106Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:52.669Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:52.669Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword [2022-04-17T14:50:52.669Z] [2022-04-17T14:50:52.669Z] setOSConditions: [2022-04-17T14:50:52.669Z] [2022-04-17T14:50:52.669Z] setToolWin: [2022-04-17T14:50:52.669Z] [2022-04-17T14:50:52.669Z] setToolUnix: [2022-04-17T14:50:52.669Z] [2022-04-17T14:50:52.669Z] setToolProperty: [2022-04-17T14:50:52.669Z] [2022-04-17T14:50:52.669Z] setS1ASclassPath: [2022-04-17T14:50:52.669Z] [2022-04-17T14:50:52.669Z] init-common: [2022-04-17T14:50:52.669Z] [2022-04-17T14:50:52.669Z] runclient-common: [2022-04-17T14:50:52.669Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:50:53.605Z] [exec] Apr 17, 2022 2:50:53 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:50:53.605Z] [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. [2022-04-17T14:50:56.919Z] [exec] Value of key is: test1 : [2022-04-17T14:50:56.919Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:50:56.919Z] [exec] [2022-04-17T14:50:56.919Z] [exec] [2022-04-17T14:50:56.919Z] [exec] ----------------------------------------- [2022-04-17T14:50:56.919Z] [exec] - test1 : : PASS - [2022-04-17T14:50:56.919Z] [exec] ----------------------------------------- [2022-04-17T14:50:56.919Z] [exec] Total PASS: 1 [2022-04-17T14:50:56.919Z] [exec] Total FAIL: 0 [2022-04-17T14:50:56.919Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:50:56.919Z] [exec] ----------------------------------------- [2022-04-17T14:50:56.919Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:50:56.919Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:50:57.176Z] [2022-04-17T14:50:57.176Z] checkReporting-common: [2022-04-17T14:50:57.176Z] [2022-04-17T14:50:57.176Z] confirmReportPresent-common: [2022-04-17T14:50:57.176Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:50:57.176Z] [echo] Test seems to be reported fine [2022-04-17T14:50:57.176Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/RepRunConf.txt [2022-04-17T14:50:57.176Z] [2022-04-17T14:50:57.176Z] confirmMissingReport-common: [2022-04-17T14:50:57.176Z] [2022-04-17T14:50:57.176Z] asadmin-common: [2022-04-17T14:50:57.176Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:57.432Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:57.432Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic [2022-04-17T14:50:57.432Z] [2022-04-17T14:50:57.432Z] asadmin-common: [2022-04-17T14:50:57.432Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:57.995Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:50:57.995Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic [2022-04-17T14:50:57.995Z] [2022-04-17T14:50:57.995Z] setOSConditions: [2022-04-17T14:50:57.995Z] [2022-04-17T14:50:57.995Z] setToolWin: [2022-04-17T14:50:57.995Z] [2022-04-17T14:50:57.995Z] setToolUnix: [2022-04-17T14:50:57.995Z] [2022-04-17T14:50:57.995Z] setToolProperty: [2022-04-17T14:50:57.995Z] [2022-04-17T14:50:57.995Z] setS1ASclassPath: [2022-04-17T14:50:57.995Z] [2022-04-17T14:50:57.995Z] init-common: [2022-04-17T14:50:57.995Z] [2022-04-17T14:50:57.995Z] runclient-common: [2022-04-17T14:50:57.995Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:50:58.924Z] [exec] Apr 17, 2022 2:50:58 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:50:58.924Z] [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. [2022-04-17T14:51:02.239Z] [exec] Value of key is: test2 : [2022-04-17T14:51:02.239Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:51:02.239Z] [exec] [2022-04-17T14:51:02.239Z] [exec] [2022-04-17T14:51:02.239Z] [exec] ----------------------------------------- [2022-04-17T14:51:02.239Z] [exec] - test2 : : PASS - [2022-04-17T14:51:02.239Z] [exec] ----------------------------------------- [2022-04-17T14:51:02.239Z] [exec] Total PASS: 1 [2022-04-17T14:51:02.239Z] [exec] Total FAIL: 0 [2022-04-17T14:51:02.239Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:51:02.239Z] [exec] ----------------------------------------- [2022-04-17T14:51:02.239Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:51:02.239Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] checkReporting-common: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] confirmReportPresent-common: [2022-04-17T14:51:02.239Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:51:02.239Z] [echo] Test seems to be reported fine [2022-04-17T14:51:02.239Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/RepRunConf.txt [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] confirmMissingReport-common: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] undeploy: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] drop-sql: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setOSConditions: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolWin: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolUnix: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolProperty: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setS1ASclassPath: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] init-common: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] execute-sql-common: [2022-04-17T14:51:02.239Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/drop_dbuser_tables.sql [2022-04-17T14:51:02.239Z] [sql] 0 rows affected [2022-04-17T14:51:02.239Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setOSConditions: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolWin: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolUnix: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolProperty: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setS1ASclassPath: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] init-common: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] execute-sql-common: [2022-04-17T14:51:02.239Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth/sql/drop_pbpublic_tables.sql [2022-04-17T14:51:02.239Z] [sql] 0 rows affected [2022-04-17T14:51:02.239Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setOSConditions: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolWin: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolUnix: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolProperty: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setS1ASclassPath: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] init-common: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] undeploy-jdbc-common: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setOSConditions: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolWin: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolUnix: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setToolProperty: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] setS1ASclassPath: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] init-common: [2022-04-17T14:51:02.239Z] [2022-04-17T14:51:02.239Z] delete-jdbc-resource-common: [2022-04-17T14:51:02.239Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/poolauth [2022-04-17T14:51:02.496Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/poolauth [2022-04-17T14:51:02.496Z] [exec] JDBC resource jdbc/poolauth deleted successfully [2022-04-17T14:51:02.496Z] [echo] cmd executed for server [2022-04-17T14:51:02.496Z] [2022-04-17T14:51:02.496Z] setOSConditions: [2022-04-17T14:51:02.496Z] [2022-04-17T14:51:02.496Z] setToolWin: [2022-04-17T14:51:02.496Z] [2022-04-17T14:51:02.496Z] setToolUnix: [2022-04-17T14:51:02.496Z] [2022-04-17T14:51:02.496Z] setToolProperty: [2022-04-17T14:51:02.496Z] [2022-04-17T14:51:02.496Z] setS1ASclassPath: [2022-04-17T14:51:02.496Z] [2022-04-17T14:51:02.496Z] init-common: [2022-04-17T14:51:02.496Z] [2022-04-17T14:51:02.496Z] delete-jdbc-connpool-common: [2022-04-17T14:51:02.496Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-poolauth-pool [2022-04-17T14:51:03.057Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:03.057Z] [exec] JDBC Connection pool jdbc-poolauth-pool deleted successfully [2022-04-17T14:51:03.057Z] [echo] cmd executed for server [2022-04-17T14:51:03.057Z] [2022-04-17T14:51:03.057Z] setOSConditions: [2022-04-17T14:51:03.057Z] [2022-04-17T14:51:03.057Z] setToolWin: [2022-04-17T14:51:03.057Z] [2022-04-17T14:51:03.057Z] setToolUnix: [2022-04-17T14:51:03.057Z] [2022-04-17T14:51:03.057Z] setToolProperty: [2022-04-17T14:51:03.057Z] [2022-04-17T14:51:03.057Z] setS1ASclassPath: [2022-04-17T14:51:03.057Z] [2022-04-17T14:51:03.057Z] init-common: [2022-04-17T14:51:03.057Z] [2022-04-17T14:51:03.057Z] undeploy-common: [2022-04-17T14:51:03.314Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] all: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setOSConditions: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolWin: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolUnix: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolProperty: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setS1ASclassPath: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] init-common: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] clean: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setOSConditions: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolWin: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolUnix: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolProperty: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setS1ASclassPath: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] init-common: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] clean-common: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setOSConditions: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolWin: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolUnix: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolProperty: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setS1ASclassPath: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] init-common: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] clean-classes-common: [2022-04-17T14:51:03.314Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setOSConditions: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolWin: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolUnix: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolProperty: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setS1ASclassPath: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] init-common: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] clean-jars-common: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] compile: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setOSConditions: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolWin: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolUnix: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setToolProperty: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] setS1ASclassPath: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] init-common: [2022-04-17T14:51:03.314Z] [2022-04-17T14:51:03.314Z] compile-common: [2022-04-17T14:51:03.314Z] [echo] Current time (ISO): 2022-04-17T14:51:03.254+0000 [2022-04-17T14:51:03.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:51:03.314Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:51:05.204Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:51:05.204Z] [javac] 1 warning [2022-04-17T14:51:05.204Z] [2022-04-17T14:51:05.204Z] setOSConditions: [2022-04-17T14:51:05.204Z] [2022-04-17T14:51:05.204Z] setToolWin: [2022-04-17T14:51:05.204Z] [2022-04-17T14:51:05.205Z] setToolUnix: [2022-04-17T14:51:05.205Z] [2022-04-17T14:51:05.205Z] setToolProperty: [2022-04-17T14:51:05.205Z] [2022-04-17T14:51:05.205Z] setS1ASclassPath: [2022-04-17T14:51:05.205Z] [2022-04-17T14:51:05.205Z] init-common: [2022-04-17T14:51:05.205Z] [2022-04-17T14:51:05.205Z] compile-common: [2022-04-17T14:51:05.205Z] [echo] Current time (ISO): 2022-04-17T14:51:04.891+0000 [2022-04-17T14:51:05.205Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:51:06.601Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:51:06.601Z] [javac] 1 warning [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] build: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] setOSConditions: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] fixFiles: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] convUnix: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] convWin: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] setToolWin: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] setToolUnix: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] setToolProperty: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] setS1ASclassPath: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] init-common: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] package-persistence-common: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] ejb-jar-common: [2022-04-17T14:51:06.601Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] package-ejbjar-common: [2022-04-17T14:51:06.601Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:06.601Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:06.601Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:06.601Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-ejb.jar [2022-04-17T14:51:06.601Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] appclient-jar-common: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] package-appclientjar-common: [2022-04-17T14:51:06.601Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:06.601Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:06.601Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:06.601Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauth-client.jar [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] webclient-war-common: [2022-04-17T14:51:06.601Z] [2022-04-17T14:51:06.601Z] build-ear-common: [2022-04-17T14:51:06.601Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:06.602Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear [2022-04-17T14:51:06.602Z] [2022-04-17T14:51:06.602Z] deploy: [2022-04-17T14:51:06.602Z] [2022-04-17T14:51:06.602Z] setOSConditions: [2022-04-17T14:51:06.602Z] [2022-04-17T14:51:06.602Z] setToolWin: [2022-04-17T14:51:06.602Z] [2022-04-17T14:51:06.602Z] setToolUnix: [2022-04-17T14:51:06.602Z] [2022-04-17T14:51:06.602Z] setToolProperty: [2022-04-17T14:51:06.602Z] [2022-04-17T14:51:06.602Z] setS1ASclassPath: [2022-04-17T14:51:06.602Z] [2022-04-17T14:51:06.602Z] init-common: [2022-04-17T14:51:06.602Z] [2022-04-17T14:51:06.602Z] create-jdbc-connpool-common: [2022-04-17T14:51:07.165Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:07.165Z] [exec] JDBC connection pool jdbc-poolauth-pool created successfully. [2022-04-17T14:51:07.165Z] [2022-04-17T14:51:07.165Z] set-derby-connpool-props: [2022-04-17T14:51:07.436Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:07.436Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser [2022-04-17T14:51:07.696Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:07.696Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword [2022-04-17T14:51:08.257Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:08.257Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.driverType=4 [2022-04-17T14:51:08.517Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:08.517Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.portNumber=1527 [2022-04-17T14:51:09.082Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:09.082Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.dataBaseName=testdb [2022-04-17T14:51:09.338Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:09.338Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:51:09.901Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:09.901Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.create=true [2022-04-17T14:51:10.158Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:10.158Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.serverName=localhost [2022-04-17T14:51:10.158Z] [2022-04-17T14:51:10.158Z] setOSConditions: [2022-04-17T14:51:10.158Z] [2022-04-17T14:51:10.158Z] setToolWin: [2022-04-17T14:51:10.158Z] [2022-04-17T14:51:10.158Z] setToolUnix: [2022-04-17T14:51:10.158Z] [2022-04-17T14:51:10.158Z] setToolProperty: [2022-04-17T14:51:10.158Z] [2022-04-17T14:51:10.158Z] setS1ASclassPath: [2022-04-17T14:51:10.158Z] [2022-04-17T14:51:10.158Z] init-common: [2022-04-17T14:51:10.158Z] [2022-04-17T14:51:10.158Z] create-jdbc-resource-common: [2022-04-17T14:51:10.158Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:10.415Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:10.415Z] [exec] JDBC resource jdbc/poolauth created successfully. [2022-04-17T14:51:10.415Z] [echo] cmd executed for server [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] setOSConditions: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] setToolWin: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] setToolUnix: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] setToolProperty: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] setS1ASclassPath: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] init-common: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] deploy-common: [2022-04-17T14:51:10.670Z] [echo] Current time (ISO): 2022-04-17T14:51:10.417+0000 [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] setOSConditions: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] setToolWin: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] setToolUnix: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] setToolProperty: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] setS1ASclassPath: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] init-common: [2022-04-17T14:51:10.670Z] [2022-04-17T14:51:10.670Z] deploy-common-pe: [2022-04-17T14:51:10.940Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolauthApp.ear [2022-04-17T14:51:10.940Z] [exec] Application deployed with name jdbc-poolauthApp. [2022-04-17T14:51:11.196Z] [echo] Deployment on target server server successful [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setOSConditions: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setToolWin: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setToolUnix: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setToolProperty: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setS1ASclassPath: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] init-common: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] deploy-common-ee: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] run: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] create-sql: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setOSConditions: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setToolWin: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setToolUnix: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setToolProperty: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setS1ASclassPath: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] init-common: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] execute-sql-common: [2022-04-17T14:51:11.196Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/create_dbuser_tables.sql [2022-04-17T14:51:11.196Z] [sql] Failed to execute: Drop table DBUSERTABLE [2022-04-17T14:51:11.196Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DBUSERTABLE' because it does not exist. [2022-04-17T14:51:11.196Z] [sql] 0 rows affected [2022-04-17T14:51:11.196Z] [sql] 1 rows affected [2022-04-17T14:51:11.196Z] [sql] 1 rows affected [2022-04-17T14:51:11.196Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setOSConditions: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setToolWin: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setToolUnix: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setToolProperty: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] setS1ASclassPath: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] init-common: [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] execute-sql-common: [2022-04-17T14:51:11.196Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/create_pbpublic_tables.sql [2022-04-17T14:51:11.196Z] [sql] Failed to execute: Drop table PBPUBLICTABLE [2022-04-17T14:51:11.196Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PBPUBLICTABLE' because it does not exist. [2022-04-17T14:51:11.196Z] [sql] 0 rows affected [2022-04-17T14:51:11.196Z] [sql] 1 rows affected [2022-04-17T14:51:11.196Z] [sql] 1 rows affected [2022-04-17T14:51:11.196Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:51:11.196Z] [2022-04-17T14:51:11.196Z] asadmin-common: [2022-04-17T14:51:11.196Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:11.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:11.452Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=dbuser [2022-04-17T14:51:11.452Z] [2022-04-17T14:51:11.452Z] asadmin-common: [2022-04-17T14:51:11.452Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:12.040Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:12.040Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=dbpassword [2022-04-17T14:51:12.040Z] [2022-04-17T14:51:12.040Z] setOSConditions: [2022-04-17T14:51:12.040Z] [2022-04-17T14:51:12.040Z] setToolWin: [2022-04-17T14:51:12.040Z] [2022-04-17T14:51:12.040Z] setToolUnix: [2022-04-17T14:51:12.040Z] [2022-04-17T14:51:12.040Z] setToolProperty: [2022-04-17T14:51:12.040Z] [2022-04-17T14:51:12.040Z] setS1ASclassPath: [2022-04-17T14:51:12.040Z] [2022-04-17T14:51:12.040Z] init-common: [2022-04-17T14:51:12.040Z] [2022-04-17T14:51:12.040Z] runclient-common: [2022-04-17T14:51:12.040Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:51:12.968Z] [exec] Apr 17, 2022 2:51:12 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:51:12.968Z] [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. [2022-04-17T14:51:16.287Z] [exec] Value of key is: test1 : [2022-04-17T14:51:16.287Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:51:16.287Z] [exec] [2022-04-17T14:51:16.287Z] [exec] [2022-04-17T14:51:16.287Z] [exec] ----------------------------------------- [2022-04-17T14:51:16.287Z] [exec] - test1 : : PASS - [2022-04-17T14:51:16.287Z] [exec] ----------------------------------------- [2022-04-17T14:51:16.287Z] [exec] Total PASS: 1 [2022-04-17T14:51:16.287Z] [exec] Total FAIL: 0 [2022-04-17T14:51:16.287Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:51:16.287Z] [exec] ----------------------------------------- [2022-04-17T14:51:16.287Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:51:16.287Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:51:16.287Z] [2022-04-17T14:51:16.287Z] checkReporting-common: [2022-04-17T14:51:16.287Z] [2022-04-17T14:51:16.287Z] confirmReportPresent-common: [2022-04-17T14:51:16.287Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:51:16.287Z] [echo] Test seems to be reported fine [2022-04-17T14:51:16.287Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/RepRunConf.txt [2022-04-17T14:51:16.287Z] [2022-04-17T14:51:16.287Z] confirmMissingReport-common: [2022-04-17T14:51:16.287Z] [2022-04-17T14:51:16.287Z] asadmin-common: [2022-04-17T14:51:16.287Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:16.544Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:16.544Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.User=pbpublic [2022-04-17T14:51:16.544Z] [2022-04-17T14:51:16.544Z] asadmin-common: [2022-04-17T14:51:16.544Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:17.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:17.106Z] [exec] domain.resources.jdbc-connection-pool.jdbc-poolauth-pool.property.Password=pbpublic [2022-04-17T14:51:17.106Z] [2022-04-17T14:51:17.106Z] asadmin-common: [2022-04-17T14:51:17.106Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:17.391Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set applications.application.jdbc-poolauthApp.enabled=false [2022-04-17T14:51:17.391Z] [exec] applications.application.jdbc-poolauthApp.enabled=false [2022-04-17T14:51:17.391Z] [2022-04-17T14:51:17.391Z] asadmin-common: [2022-04-17T14:51:17.391Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:17.648Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true set applications.application.jdbc-poolauthApp.enabled=true [2022-04-17T14:51:17.903Z] [exec] applications.application.jdbc-poolauthApp.enabled=true [2022-04-17T14:51:17.903Z] [2022-04-17T14:51:17.903Z] setOSConditions: [2022-04-17T14:51:17.903Z] [2022-04-17T14:51:17.903Z] setToolWin: [2022-04-17T14:51:17.903Z] [2022-04-17T14:51:17.903Z] setToolUnix: [2022-04-17T14:51:17.903Z] [2022-04-17T14:51:17.903Z] setToolProperty: [2022-04-17T14:51:17.903Z] [2022-04-17T14:51:17.903Z] setS1ASclassPath: [2022-04-17T14:51:17.903Z] [2022-04-17T14:51:17.903Z] init-common: [2022-04-17T14:51:17.903Z] [2022-04-17T14:51:17.903Z] runclient-common: [2022-04-17T14:51:17.903Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:51:18.839Z] [exec] Apr 17, 2022 2:51:18 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:51:18.839Z] [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. [2022-04-17T14:51:22.118Z] [exec] Value of key is: test2 : [2022-04-17T14:51:22.118Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:51:22.118Z] [exec] [2022-04-17T14:51:22.118Z] [exec] [2022-04-17T14:51:22.118Z] [exec] ----------------------------------------- [2022-04-17T14:51:22.118Z] [exec] - test2 : : PASS - [2022-04-17T14:51:22.118Z] [exec] ----------------------------------------- [2022-04-17T14:51:22.118Z] [exec] Total PASS: 1 [2022-04-17T14:51:22.118Z] [exec] Total FAIL: 0 [2022-04-17T14:51:22.118Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:51:22.118Z] [exec] ----------------------------------------- [2022-04-17T14:51:22.118Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:51:22.118Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:51:22.118Z] [2022-04-17T14:51:22.118Z] checkReporting-common: [2022-04-17T14:51:22.118Z] [2022-04-17T14:51:22.118Z] confirmReportPresent-common: [2022-04-17T14:51:22.118Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:51:22.118Z] [echo] Test seems to be reported fine [2022-04-17T14:51:22.118Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/RepRunConf.txt [2022-04-17T14:51:22.118Z] [2022-04-17T14:51:22.118Z] confirmMissingReport-common: [2022-04-17T14:51:22.118Z] [2022-04-17T14:51:22.118Z] undeploy: [2022-04-17T14:51:22.118Z] [2022-04-17T14:51:22.118Z] drop-sql: [2022-04-17T14:51:22.118Z] [2022-04-17T14:51:22.118Z] setOSConditions: [2022-04-17T14:51:22.118Z] [2022-04-17T14:51:22.118Z] setToolWin: [2022-04-17T14:51:22.118Z] [2022-04-17T14:51:22.118Z] setToolUnix: [2022-04-17T14:51:22.118Z] [2022-04-17T14:51:22.118Z] setToolProperty: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setS1ASclassPath: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] init-common: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] execute-sql-common: [2022-04-17T14:51:22.119Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/drop_dbuser_tables.sql [2022-04-17T14:51:22.119Z] [sql] 0 rows affected [2022-04-17T14:51:22.119Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setOSConditions: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setToolWin: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setToolUnix: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setToolProperty: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setS1ASclassPath: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] init-common: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] execute-sql-common: [2022-04-17T14:51:22.119Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/reconfig/poolauth-2/sql/drop_pbpublic_tables.sql [2022-04-17T14:51:22.119Z] [sql] 0 rows affected [2022-04-17T14:51:22.119Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setOSConditions: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setToolWin: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setToolUnix: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setToolProperty: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setS1ASclassPath: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] init-common: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] undeploy-jdbc-common: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setOSConditions: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setToolWin: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setToolUnix: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setToolProperty: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] setS1ASclassPath: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] init-common: [2022-04-17T14:51:22.119Z] [2022-04-17T14:51:22.119Z] delete-jdbc-resource-common: [2022-04-17T14:51:22.119Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/poolauth [2022-04-17T14:51:22.681Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/poolauth [2022-04-17T14:51:22.681Z] [exec] JDBC resource jdbc/poolauth deleted successfully [2022-04-17T14:51:22.681Z] [echo] cmd executed for server [2022-04-17T14:51:22.681Z] [2022-04-17T14:51:22.681Z] setOSConditions: [2022-04-17T14:51:22.681Z] [2022-04-17T14:51:22.681Z] setToolWin: [2022-04-17T14:51:22.681Z] [2022-04-17T14:51:22.681Z] setToolUnix: [2022-04-17T14:51:22.681Z] [2022-04-17T14:51:22.681Z] setToolProperty: [2022-04-17T14:51:22.681Z] [2022-04-17T14:51:22.681Z] setS1ASclassPath: [2022-04-17T14:51:22.681Z] [2022-04-17T14:51:22.681Z] init-common: [2022-04-17T14:51:22.681Z] [2022-04-17T14:51:22.681Z] delete-jdbc-connpool-common: [2022-04-17T14:51:22.681Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-poolauth-pool [2022-04-17T14:51:22.937Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:22.937Z] [exec] JDBC Connection pool jdbc-poolauth-pool deleted successfully [2022-04-17T14:51:22.937Z] [echo] cmd executed for server [2022-04-17T14:51:23.193Z] [2022-04-17T14:51:23.193Z] setOSConditions: [2022-04-17T14:51:23.193Z] [2022-04-17T14:51:23.193Z] setToolWin: [2022-04-17T14:51:23.193Z] [2022-04-17T14:51:23.193Z] setToolUnix: [2022-04-17T14:51:23.193Z] [2022-04-17T14:51:23.193Z] setToolProperty: [2022-04-17T14:51:23.193Z] [2022-04-17T14:51:23.193Z] setS1ASclassPath: [2022-04-17T14:51:23.193Z] [2022-04-17T14:51:23.193Z] init-common: [2022-04-17T14:51:23.193Z] [2022-04-17T14:51:23.193Z] undeploy-common: [2022-04-17T14:51:23.449Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] all: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setOSConditions: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setToolWin: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setToolUnix: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setToolProperty: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setS1ASclassPath: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] init-common: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] clean: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setOSConditions: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setToolWin: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setToolUnix: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setToolProperty: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setS1ASclassPath: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] init-common: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] clean-common: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setOSConditions: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setToolWin: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setToolUnix: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setToolProperty: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] setS1ASclassPath: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] init-common: [2022-04-17T14:51:23.449Z] [2022-04-17T14:51:23.449Z] clean-classes-common: [2022-04-17T14:51:23.450Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] setOSConditions: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] setToolWin: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] setToolUnix: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] setToolProperty: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] setS1ASclassPath: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] init-common: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] clean-jars-common: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] compile: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] setOSConditions: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] setToolWin: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] setToolUnix: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] setToolProperty: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] setS1ASclassPath: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] init-common: [2022-04-17T14:51:23.450Z] [2022-04-17T14:51:23.450Z] compile-common: [2022-04-17T14:51:23.450Z] [echo] Current time (ISO): 2022-04-17T14:51:23.369+0000 [2022-04-17T14:51:23.450Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:51:23.450Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:51:25.397Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:51:25.397Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:25.397Z] [javac] return new Integer(1); [2022-04-17T14:51:25.397Z] [javac] ^ [2022-04-17T14:51:25.397Z] [javac] 2 warnings [2022-04-17T14:51:25.397Z] [2022-04-17T14:51:25.397Z] setOSConditions: [2022-04-17T14:51:25.397Z] [2022-04-17T14:51:25.397Z] setToolWin: [2022-04-17T14:51:25.397Z] [2022-04-17T14:51:25.397Z] setToolUnix: [2022-04-17T14:51:25.397Z] [2022-04-17T14:51:25.397Z] setToolProperty: [2022-04-17T14:51:25.397Z] [2022-04-17T14:51:25.397Z] setS1ASclassPath: [2022-04-17T14:51:25.397Z] [2022-04-17T14:51:25.397Z] init-common: [2022-04-17T14:51:25.397Z] [2022-04-17T14:51:25.397Z] compile-common: [2022-04-17T14:51:25.397Z] [echo] Current time (ISO): 2022-04-17T14:51:25.049+0000 [2022-04-17T14:51:25.397Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:51:26.778Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:51:26.778Z] [javac] 1 warning [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] build: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setOSConditions: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] fixFiles: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] convUnix: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] convWin: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolWin: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolUnix: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolProperty: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setS1ASclassPath: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] init-common: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] package-persistence-common: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] ejb-jar-common: [2022-04-17T14:51:26.778Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] package-ejbjar-common: [2022-04-17T14:51:26.778Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:26.778Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:26.778Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:26.778Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommit-ejb.jar [2022-04-17T14:51:26.778Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] appclient-jar-common: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] package-appclientjar-common: [2022-04-17T14:51:26.778Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:26.778Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:26.778Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:26.778Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommit-client.jar [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] webclient-war-common: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] build-ear-common: [2022-04-17T14:51:26.778Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:26.778Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommitApp.ear [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] deploy: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setOSConditions: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolWin: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolUnix: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolProperty: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setS1ASclassPath: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] init-common: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] execute-sql-common: [2022-04-17T14:51:26.778Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/create_pointbase.sql [2022-04-17T14:51:26.778Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:51:26.778Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:51:26.778Z] [sql] 0 rows affected [2022-04-17T14:51:26.778Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setOSConditions: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolWin: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolUnix: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolProperty: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setS1ASclassPath: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] init-common: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setup: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setOSConditions: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolWin: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.778Z] setToolUnix: [2022-04-17T14:51:26.778Z] [2022-04-17T14:51:26.779Z] setToolProperty: [2022-04-17T14:51:26.779Z] [2022-04-17T14:51:26.779Z] setS1ASclassPath: [2022-04-17T14:51:26.779Z] [2022-04-17T14:51:26.779Z] init-common: [2022-04-17T14:51:26.779Z] [2022-04-17T14:51:26.779Z] deploy-jdbc-common: [2022-04-17T14:51:26.779Z] [2022-04-17T14:51:26.779Z] setOSConditions: [2022-04-17T14:51:26.779Z] [2022-04-17T14:51:26.779Z] setToolWin: [2022-04-17T14:51:26.779Z] [2022-04-17T14:51:26.779Z] setToolUnix: [2022-04-17T14:51:26.779Z] [2022-04-17T14:51:26.779Z] setToolProperty: [2022-04-17T14:51:26.779Z] [2022-04-17T14:51:26.779Z] setS1ASclassPath: [2022-04-17T14:51:26.779Z] [2022-04-17T14:51:26.779Z] init-common: [2022-04-17T14:51:26.779Z] [2022-04-17T14:51:26.779Z] create-jdbc-connpool-common: [2022-04-17T14:51:27.348Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:27.348Z] [exec] JDBC connection pool jdbc-autocommit-pool created successfully. [2022-04-17T14:51:27.348Z] [2022-04-17T14:51:27.348Z] set-derby-connpool-props: [2022-04-17T14:51:27.948Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:27.948Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.User=dbuser [2022-04-17T14:51:28.539Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:28.539Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.Password=dbpassword [2022-04-17T14:51:28.796Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:28.796Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.driverType=4 [2022-04-17T14:51:29.053Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:29.053Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.portNumber=1527 [2022-04-17T14:51:29.642Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:29.642Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.dataBaseName=testdb [2022-04-17T14:51:29.898Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:29.898Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:51:30.155Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:30.155Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.create=true [2022-04-17T14:51:30.763Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:30.764Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.property.serverName=localhost [2022-04-17T14:51:30.764Z] [2022-04-17T14:51:30.764Z] setOSConditions: [2022-04-17T14:51:30.764Z] [2022-04-17T14:51:30.764Z] setToolWin: [2022-04-17T14:51:30.764Z] [2022-04-17T14:51:30.764Z] setToolUnix: [2022-04-17T14:51:30.764Z] [2022-04-17T14:51:30.764Z] setToolProperty: [2022-04-17T14:51:30.764Z] [2022-04-17T14:51:30.764Z] setS1ASclassPath: [2022-04-17T14:51:30.764Z] [2022-04-17T14:51:30.764Z] init-common: [2022-04-17T14:51:30.764Z] [2022-04-17T14:51:30.764Z] create-jdbc-resource-common: [2022-04-17T14:51:30.764Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:31.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:31.020Z] [exec] JDBC resource jdbc/autocommit created successfully. [2022-04-17T14:51:31.020Z] [echo] cmd executed for server [2022-04-17T14:51:31.020Z] [2022-04-17T14:51:31.020Z] asadmin-common: [2022-04-17T14:51:31.020Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:31.582Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:31.582Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.steady-pool-size=2 [2022-04-17T14:51:31.582Z] [2022-04-17T14:51:31.582Z] asadmin-common: [2022-04-17T14:51:31.582Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:31.839Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:31.839Z] [exec] domain.resources.jdbc-connection-pool.jdbc-autocommit-pool.max-pool-size=2 [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] setOSConditions: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] setToolWin: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] setToolUnix: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] setToolProperty: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] setS1ASclassPath: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] init-common: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] deploy-common: [2022-04-17T14:51:31.839Z] [echo] Current time (ISO): 2022-04-17T14:51:31.773+0000 [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] setOSConditions: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] setToolWin: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] setToolUnix: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] setToolProperty: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] setS1ASclassPath: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] init-common: [2022-04-17T14:51:31.839Z] [2022-04-17T14:51:31.839Z] deploy-common-pe: [2022-04-17T14:51:32.403Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-autocommitApp.ear [2022-04-17T14:51:32.403Z] [exec] Application deployed with name jdbc-autocommitApp. [2022-04-17T14:51:32.403Z] [echo] Deployment on target server server successful [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setOSConditions: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setToolWin: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setToolUnix: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setToolProperty: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setS1ASclassPath: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] init-common: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] deploy-common-ee: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] run: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setOSConditions: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setToolWin: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setToolUnix: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setToolProperty: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setS1ASclassPath: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] init-common: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] execute-sql-common: [2022-04-17T14:51:32.403Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/create_pointbase.sql [2022-04-17T14:51:32.403Z] [sql] 0 rows affected [2022-04-17T14:51:32.403Z] [sql] 0 rows affected [2022-04-17T14:51:32.403Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setOSConditions: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setToolWin: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setToolUnix: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setToolProperty: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] setS1ASclassPath: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] init-common: [2022-04-17T14:51:32.403Z] [2022-04-17T14:51:32.403Z] runclient-common: [2022-04-17T14:51:32.403Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:51:33.332Z] [exec] Apr 17, 2022 2:51:33 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:51:33.332Z] [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. [2022-04-17T14:51:36.616Z] [exec] Value of key is: AutoCommit test1 : [2022-04-17T14:51:36.616Z] [exec] Value of key is: AutoCommit test2 : [2022-04-17T14:51:36.616Z] [exec] jdbc autocommit status: [2022-04-17T14:51:36.616Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:51:36.616Z] [exec] [2022-04-17T14:51:36.616Z] [exec] [2022-04-17T14:51:36.616Z] [exec] ----------------------------------------- [2022-04-17T14:51:36.616Z] [exec] - AutoCommit test1 : : PASS - [2022-04-17T14:51:36.616Z] [exec] - AutoCommit test2 : : PASS - [2022-04-17T14:51:36.616Z] [exec] ----------------------------------------- [2022-04-17T14:51:36.616Z] [exec] Total PASS: 2 [2022-04-17T14:51:36.616Z] [exec] Total FAIL: 0 [2022-04-17T14:51:36.616Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:51:36.616Z] [exec] ----------------------------------------- [2022-04-17T14:51:36.616Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:51:36.616Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] checkReporting-common: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] confirmReportPresent-common: [2022-04-17T14:51:36.873Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:51:36.873Z] [echo] Test seems to be reported fine [2022-04-17T14:51:36.873Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/RepRunConf.txt [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] confirmMissingReport-common: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] undeploy: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] setOSConditions: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] setToolWin: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] setToolUnix: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] setToolProperty: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] setS1ASclassPath: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] init-common: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] execute-sql-common: [2022-04-17T14:51:36.873Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/autocommit/sql/drop_pointbase.sql [2022-04-17T14:51:36.873Z] [sql] 0 rows affected [2022-04-17T14:51:36.873Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] unsetup: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] setOSConditions: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] setToolWin: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] setToolUnix: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] setToolProperty: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] setS1ASclassPath: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] init-common: [2022-04-17T14:51:36.873Z] [2022-04-17T14:51:36.873Z] delete-jdbc-resource-common: [2022-04-17T14:51:36.873Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/autocommit [2022-04-17T14:51:37.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/autocommit [2022-04-17T14:51:37.446Z] [exec] JDBC resource jdbc/autocommit deleted successfully [2022-04-17T14:51:37.446Z] [echo] cmd executed for server [2022-04-17T14:51:37.446Z] [2022-04-17T14:51:37.446Z] setOSConditions: [2022-04-17T14:51:37.446Z] [2022-04-17T14:51:37.446Z] setToolWin: [2022-04-17T14:51:37.446Z] [2022-04-17T14:51:37.446Z] setToolUnix: [2022-04-17T14:51:37.446Z] [2022-04-17T14:51:37.446Z] setToolProperty: [2022-04-17T14:51:37.446Z] [2022-04-17T14:51:37.446Z] setS1ASclassPath: [2022-04-17T14:51:37.446Z] [2022-04-17T14:51:37.446Z] init-common: [2022-04-17T14:51:37.446Z] [2022-04-17T14:51:37.446Z] delete-jdbc-connpool-common: [2022-04-17T14:51:37.446Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-autocommit-pool [2022-04-17T14:51:37.701Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:37.701Z] [exec] JDBC Connection pool jdbc-autocommit-pool deleted successfully [2022-04-17T14:51:37.701Z] [echo] cmd executed for server [2022-04-17T14:51:37.701Z] [2022-04-17T14:51:37.701Z] setOSConditions: [2022-04-17T14:51:37.701Z] [2022-04-17T14:51:37.701Z] setToolWin: [2022-04-17T14:51:37.701Z] [2022-04-17T14:51:37.701Z] setToolUnix: [2022-04-17T14:51:37.701Z] [2022-04-17T14:51:37.701Z] setToolProperty: [2022-04-17T14:51:37.701Z] [2022-04-17T14:51:37.701Z] setS1ASclassPath: [2022-04-17T14:51:37.701Z] [2022-04-17T14:51:37.701Z] init-common: [2022-04-17T14:51:37.701Z] [2022-04-17T14:51:37.701Z] undeploy-common: [2022-04-17T14:51:38.264Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] all: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setOSConditions: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolWin: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolUnix: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolProperty: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setS1ASclassPath: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] init-common: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] clean: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setOSConditions: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolWin: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolUnix: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolProperty: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setS1ASclassPath: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] init-common: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] clean-common: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setOSConditions: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolWin: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolUnix: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolProperty: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setS1ASclassPath: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] init-common: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] clean-classes-common: [2022-04-17T14:51:38.264Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setOSConditions: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolWin: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolUnix: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolProperty: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setS1ASclassPath: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] init-common: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] clean-jars-common: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] compile: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setOSConditions: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolWin: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolUnix: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setToolProperty: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] setS1ASclassPath: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] init-common: [2022-04-17T14:51:38.264Z] [2022-04-17T14:51:38.264Z] compile-common: [2022-04-17T14:51:38.264Z] [echo] Current time (ISO): 2022-04-17T14:51:38.074+0000 [2022-04-17T14:51:38.264Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:51:38.264Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:51:40.174Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:51:40.174Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:40.174Z] [javac] return new Integer(1); [2022-04-17T14:51:40.174Z] [javac] ^ [2022-04-17T14:51:40.174Z] [javac] 2 warnings [2022-04-17T14:51:40.174Z] [2022-04-17T14:51:40.174Z] setOSConditions: [2022-04-17T14:51:40.174Z] [2022-04-17T14:51:40.174Z] setToolWin: [2022-04-17T14:51:40.174Z] [2022-04-17T14:51:40.174Z] setToolUnix: [2022-04-17T14:51:40.174Z] [2022-04-17T14:51:40.174Z] setToolProperty: [2022-04-17T14:51:40.174Z] [2022-04-17T14:51:40.174Z] setS1ASclassPath: [2022-04-17T14:51:40.174Z] [2022-04-17T14:51:40.174Z] init-common: [2022-04-17T14:51:40.174Z] [2022-04-17T14:51:40.174Z] compile-common: [2022-04-17T14:51:40.174Z] [echo] Current time (ISO): 2022-04-17T14:51:39.852+0000 [2022-04-17T14:51:40.174Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:51:41.542Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:51:41.542Z] [javac] 1 warning [2022-04-17T14:51:41.542Z] [2022-04-17T14:51:41.542Z] build: [2022-04-17T14:51:41.542Z] [2022-04-17T14:51:41.542Z] setOSConditions: [2022-04-17T14:51:41.542Z] [2022-04-17T14:51:41.542Z] fixFiles: [2022-04-17T14:51:41.542Z] [2022-04-17T14:51:41.542Z] convUnix: [2022-04-17T14:51:41.542Z] [2022-04-17T14:51:41.542Z] convWin: [2022-04-17T14:51:41.542Z] [2022-04-17T14:51:41.542Z] setToolWin: [2022-04-17T14:51:41.542Z] [2022-04-17T14:51:41.542Z] setToolUnix: [2022-04-17T14:51:41.542Z] [2022-04-17T14:51:41.542Z] setToolProperty: [2022-04-17T14:51:41.542Z] [2022-04-17T14:51:41.542Z] setS1ASclassPath: [2022-04-17T14:51:41.542Z] [2022-04-17T14:51:41.542Z] init-common: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] package-persistence-common: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] ejb-jar-common: [2022-04-17T14:51:41.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] package-ejbjar-common: [2022-04-17T14:51:41.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:41.798Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:41.798Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:41.798Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauth-ejb.jar [2022-04-17T14:51:41.798Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] appclient-jar-common: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] package-appclientjar-common: [2022-04-17T14:51:41.798Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:41.798Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:41.798Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:41.798Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauth-client.jar [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] webclient-war-common: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] build-ear-common: [2022-04-17T14:51:41.798Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:51:41.798Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauthApp.ear [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] deploy: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setOSConditions: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setToolWin: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setToolUnix: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setToolProperty: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setS1ASclassPath: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] init-common: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] execute-sql-common: [2022-04-17T14:51:41.798Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/create_pointbase.sql [2022-04-17T14:51:41.798Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:51:41.798Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:51:41.798Z] [sql] 0 rows affected [2022-04-17T14:51:41.798Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setOSConditions: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setToolWin: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setToolUnix: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setToolProperty: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setS1ASclassPath: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] init-common: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] deploy-jdbc-common: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setOSConditions: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setToolWin: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setToolUnix: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setToolProperty: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] setS1ASclassPath: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] init-common: [2022-04-17T14:51:41.798Z] [2022-04-17T14:51:41.798Z] create-jdbc-connpool-common: [2022-04-17T14:51:42.093Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:42.093Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:51:42.093Z] [2022-04-17T14:51:42.093Z] set-derby-connpool-props: [2022-04-17T14:51:42.655Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:51:42.655Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:51:42.912Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:51:42.912Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:51:43.474Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:51:43.474Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:51:43.737Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:51:43.737Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:51:43.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:51:43.994Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:51:44.557Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:51:44.557Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:51:44.814Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:51:44.814Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:51:45.070Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:51:45.338Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:51:45.338Z] [2022-04-17T14:51:45.338Z] setOSConditions: [2022-04-17T14:51:45.338Z] [2022-04-17T14:51:45.338Z] setToolWin: [2022-04-17T14:51:45.338Z] [2022-04-17T14:51:45.338Z] setToolUnix: [2022-04-17T14:51:45.338Z] [2022-04-17T14:51:45.338Z] setToolProperty: [2022-04-17T14:51:45.338Z] [2022-04-17T14:51:45.338Z] setS1ASclassPath: [2022-04-17T14:51:45.338Z] [2022-04-17T14:51:45.338Z] init-common: [2022-04-17T14:51:45.338Z] [2022-04-17T14:51:45.338Z] create-jdbc-resource-common: [2022-04-17T14:51:45.338Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:45.593Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:45.593Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:51:45.593Z] [echo] cmd executed for server [2022-04-17T14:51:45.593Z] [2022-04-17T14:51:45.593Z] setOSConditions: [2022-04-17T14:51:45.593Z] [2022-04-17T14:51:45.593Z] setToolWin: [2022-04-17T14:51:45.593Z] [2022-04-17T14:51:45.593Z] setToolUnix: [2022-04-17T14:51:45.593Z] [2022-04-17T14:51:45.593Z] setToolProperty: [2022-04-17T14:51:45.593Z] [2022-04-17T14:51:45.593Z] setS1ASclassPath: [2022-04-17T14:51:45.593Z] [2022-04-17T14:51:45.593Z] init-common: [2022-04-17T14:51:45.593Z] [2022-04-17T14:51:45.593Z] create-jdbc-resource-common: [2022-04-17T14:51:45.593Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:45.851Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:45.851Z] [exec] JDBC resource jdbc/s1qeDB_CM created successfully. [2022-04-17T14:51:45.851Z] [echo] cmd executed for server [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] setOSConditions: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] setToolWin: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] setToolUnix: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] setToolProperty: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] setS1ASclassPath: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] init-common: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] deploy-jms-stuff: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] setOSConditions: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] setToolWin: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] setToolUnix: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] setToolProperty: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] setS1ASclassPath: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] init-common: [2022-04-17T14:51:45.851Z] [2022-04-17T14:51:45.851Z] create-jms-connection-common: [2022-04-17T14:51:46.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:47.412Z] [exec] Connector resource jms/jdbcjmsauth_QCF1 created. [2022-04-17T14:51:47.412Z] [2022-04-17T14:51:47.412Z] setOSConditions: [2022-04-17T14:51:47.412Z] [2022-04-17T14:51:47.412Z] setToolWin: [2022-04-17T14:51:47.412Z] [2022-04-17T14:51:47.412Z] setToolUnix: [2022-04-17T14:51:47.412Z] [2022-04-17T14:51:47.412Z] setToolProperty: [2022-04-17T14:51:47.412Z] [2022-04-17T14:51:47.412Z] setS1ASclassPath: [2022-04-17T14:51:47.412Z] [2022-04-17T14:51:47.412Z] init-common: [2022-04-17T14:51:47.412Z] [2022-04-17T14:51:47.412Z] create-jms-connection-common: [2022-04-17T14:51:47.975Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:51:49.379Z] [exec] Connector resource jms/jdbcjmsauth_QCF2 created. [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] setOSConditions: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] setToolWin: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] setToolUnix: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] setToolProperty: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] setS1ASclassPath: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] init-common: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] deploy-common: [2022-04-17T14:51:49.379Z] [echo] Current time (ISO): 2022-04-17T14:51:49.086+0000 [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] setOSConditions: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] setToolWin: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] setToolUnix: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] setToolProperty: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] setS1ASclassPath: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] init-common: [2022-04-17T14:51:49.379Z] [2022-04-17T14:51:49.379Z] deploy-common-pe: [2022-04-17T14:51:49.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-jdbcjmsauthApp.ear [2022-04-17T14:51:49.895Z] [exec] Application deployed with name jdbc-jdbcjmsauthApp. [2022-04-17T14:51:49.895Z] [echo] Deployment on target server server successful [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setOSConditions: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setToolWin: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setToolUnix: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setToolProperty: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setS1ASclassPath: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] init-common: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] deploy-common-ee: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] run: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setup-derby-for-authentication: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setOSConditions: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setToolWin: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setToolUnix: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setToolProperty: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] setS1ASclassPath: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] init-common: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] stop-derby: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] stop-derby-aix: [2022-04-17T14:51:49.895Z] [2022-04-17T14:51:49.895Z] stop-derby-nonaix: [2022-04-17T14:51:49.895Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:51:50.459Z] [java] Sun Apr 17 14:51:50 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:51:50.460Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T14:51:50.460Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T14:51:50.460Z] [2022-04-17T14:51:50.460Z] setOSConditions: [2022-04-17T14:51:50.460Z] [2022-04-17T14:51:50.460Z] setToolWin: [2022-04-17T14:51:50.460Z] [2022-04-17T14:51:50.460Z] setToolUnix: [2022-04-17T14:51:50.460Z] [2022-04-17T14:51:50.460Z] setToolProperty: [2022-04-17T14:51:50.460Z] [2022-04-17T14:51:50.460Z] setS1ASclassPath: [2022-04-17T14:51:50.460Z] [2022-04-17T14:51:50.460Z] init-common: [2022-04-17T14:51:50.460Z] [2022-04-17T14:51:50.460Z] start-derby: [2022-04-17T14:51:50.460Z] [2022-04-17T14:51:50.460Z] start-derby-aix: [2022-04-17T14:51:50.460Z] [2022-04-17T14:51:50.460Z] start-derby-nonaix: [2022-04-17T14:51:50.460Z] [echo] Starting Derby DB Server ... [2022-04-17T14:52:05.324Z] [2022-04-17T14:52:05.324Z] setOSConditions: [2022-04-17T14:52:05.324Z] [2022-04-17T14:52:05.324Z] setToolWin: [2022-04-17T14:52:05.324Z] [2022-04-17T14:52:05.324Z] setToolUnix: [2022-04-17T14:52:05.324Z] [2022-04-17T14:52:05.324Z] setToolProperty: [2022-04-17T14:52:05.324Z] [2022-04-17T14:52:05.324Z] setS1ASclassPath: [2022-04-17T14:52:05.324Z] [2022-04-17T14:52:05.324Z] init-common: [2022-04-17T14:52:05.324Z] [2022-04-17T14:52:05.324Z] execute-sql-common: [2022-04-17T14:52:05.581Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/create_pointbase.sql [2022-04-17T14:52:05.839Z] [sql] 0 rows affected [2022-04-17T14:52:05.839Z] [sql] 0 rows affected [2022-04-17T14:52:05.839Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:52:05.839Z] [2022-04-17T14:52:05.839Z] setOSConditions: [2022-04-17T14:52:05.839Z] [2022-04-17T14:52:05.839Z] setToolWin: [2022-04-17T14:52:05.839Z] [2022-04-17T14:52:05.839Z] setToolUnix: [2022-04-17T14:52:05.839Z] [2022-04-17T14:52:05.839Z] setToolProperty: [2022-04-17T14:52:05.839Z] [2022-04-17T14:52:05.839Z] setS1ASclassPath: [2022-04-17T14:52:05.839Z] [2022-04-17T14:52:05.839Z] init-common: [2022-04-17T14:52:05.839Z] [2022-04-17T14:52:05.839Z] runclient-common: [2022-04-17T14:52:05.839Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:52:06.769Z] [exec] Apr 17, 2022 2:52:06 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:52:06.769Z] [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. [2022-04-17T14:52:10.057Z] [exec] jdbc tests 3 & 7 will fail with Derby [2022-04-17T14:52:10.057Z] [exec] ----------------------------------------------- [2022-04-17T14:52:10.057Z] [exec] JDBC Tests [2022-04-17T14:52:10.057Z] [exec] ----------------------------------------------- [2022-04-17T14:52:10.057Z] [exec] app auth : getting connection w/o user/pass [2022-04-17T14:52:10.057Z] [exec] Should NOT get a connection : Value of key is: test1 [2022-04-17T14:52:10.057Z] [exec] ----------------------------------------------- [2022-04-17T14:52:10.057Z] [exec] app auth : getting connection w/ user/pass [2022-04-17T14:52:10.057Z] [exec] Should get a connection : Value of key is: test2 [2022-04-17T14:52:10.057Z] [exec] ----------------------------------------------- [2022-04-17T14:52:10.057Z] [exec] app auth : getting connection w/ wrong user/pass [2022-04-17T14:52:10.057Z] [exec] Should NOT get a connection : Value of key is: test3 [2022-04-17T14:52:10.057Z] [exec] ----------------------------------------------- [2022-04-17T14:52:10.057Z] [exec] app auth : getting connection w/ correct then wrong user/pass [2022-04-17T14:52:10.339Z] [exec] Should get a connection then NOT get a connection : Value of key is: test4 [2022-04-17T14:52:10.339Z] [exec] ----------------------------------------------- [2022-04-17T14:52:10.339Z] [exec] container auth : getting connection w/o user/pass [2022-04-17T14:52:10.339Z] [exec] Should get a connection : Value of key is: test5 [2022-04-17T14:52:10.339Z] [exec] ----------------------------------------------- [2022-04-17T14:52:10.339Z] [exec] container auth : getting connection w/ user/pass [2022-04-17T14:52:10.339Z] [exec] Should get a connection : Value of key is: test6 [2022-04-17T14:52:10.339Z] [exec] ----------------------------------------------- [2022-04-17T14:52:10.339Z] [exec] container auth : getting connection w/ wrong user/pass [2022-04-17T14:52:10.339Z] [exec] Should NOT get a connection : Value of key is: test7 [2022-04-17T14:52:10.339Z] [exec] ----------------------------------------------- [2022-04-17T14:52:10.339Z] [exec] JMS tests [2022-04-17T14:52:10.339Z] [exec] ----------------------------------------------- [2022-04-17T14:52:10.339Z] [exec] app auth : getting connection w/ user/pass [2022-04-17T14:52:11.706Z] [exec] Error? Test Case : test6 ID already added. Overwriting the previous test case [2022-04-17T14:52:11.706Z] [exec] Error? Test Case : test5 ID already added. Overwriting the previous test case [2022-04-17T14:52:11.706Z] [exec] Error? Test Case : test4 ID already added. Overwriting the previous test case [2022-04-17T14:52:11.706Z] [exec] Error? Test Case : test3 ID already added. Overwriting the previous test case [2022-04-17T14:52:11.706Z] [exec] Error? Test Case : test2 ID already added. Overwriting the previous test case [2022-04-17T14:52:11.706Z] [exec] Error? Test Case : test1 ID already added. Overwriting the previous test case [2022-04-17T14:52:11.706Z] [exec] Should get a connection : Value of key is: test1 [2022-04-17T14:52:11.706Z] [exec] ----------------------------------------------- [2022-04-17T14:52:11.706Z] [exec] app auth : getting connection w/o user/pass [2022-04-17T14:52:11.706Z] [exec] Should get a connection : Value of key is: test2 [2022-04-17T14:52:11.706Z] [exec] ----------------------------------------------- [2022-04-17T14:52:11.706Z] [exec] app auth : getting connection w/ wrong user/pass [2022-04-17T14:52:11.706Z] [exec] Should NOT get a connection : Value of key is: test3 [2022-04-17T14:52:11.706Z] [exec] ----------------------------------------------- [2022-04-17T14:52:11.706Z] [exec] app auth : getting connection w/ correct then wrong user/pass [2022-04-17T14:52:11.706Z] [exec] Should get a connection then NOT get a connection : Value of key is: test4 [2022-04-17T14:52:11.706Z] [exec] ----------------------------------------------- [2022-04-17T14:52:11.706Z] [exec] container auth : getting connection w/o user/pass [2022-04-17T14:52:11.706Z] [exec] Should get a connection : Value of key is: test5 [2022-04-17T14:52:11.706Z] [exec] ----------------------------------------------- [2022-04-17T14:52:11.706Z] [exec] container auth : getting connection w/ user/pass [2022-04-17T14:52:11.706Z] [exec] Should get a connection : Value of key is: test6 [2022-04-17T14:52:11.706Z] [exec] ----------------------------------------------- [2022-04-17T14:52:11.706Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:52:11.706Z] [exec] [2022-04-17T14:52:11.706Z] [exec] [2022-04-17T14:52:11.706Z] [exec] ----------------------------------------- [2022-04-17T14:52:11.706Z] [exec] - test4 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test3 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test6 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test5 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test2 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test1 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test6 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test5 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test4 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test3 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test2 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test7 : PASS - [2022-04-17T14:52:11.706Z] [exec] - test1 : PASS - [2022-04-17T14:52:11.706Z] [exec] ----------------------------------------- [2022-04-17T14:52:11.706Z] [exec] Total PASS: 13 [2022-04-17T14:52:11.706Z] [exec] Total FAIL: 0 [2022-04-17T14:52:11.706Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:52:11.706Z] [exec] ----------------------------------------- [2022-04-17T14:52:11.706Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:52:11.706Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] checkReporting-common: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] confirmReportPresent-common: [2022-04-17T14:52:11.962Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:52:11.962Z] [echo] Test seems to be reported fine [2022-04-17T14:52:11.962Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/RepRunConf.txt [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] confirmMissingReport-common: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] reset-derby-for-no-authentication: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] setOSConditions: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] setToolWin: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] setToolUnix: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] setToolProperty: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] setS1ASclassPath: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] init-common: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] stop-derby: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] stop-derby-aix: [2022-04-17T14:52:11.962Z] [2022-04-17T14:52:11.962Z] stop-derby-nonaix: [2022-04-17T14:52:11.962Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:52:12.525Z] [java] Sun Apr 17 14:52:12 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:52:12.525Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T14:52:12.525Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T14:52:12.525Z] [2022-04-17T14:52:12.525Z] setOSConditions: [2022-04-17T14:52:12.525Z] [2022-04-17T14:52:12.525Z] setToolWin: [2022-04-17T14:52:12.525Z] [2022-04-17T14:52:12.525Z] setToolUnix: [2022-04-17T14:52:12.525Z] [2022-04-17T14:52:12.525Z] setToolProperty: [2022-04-17T14:52:12.525Z] [2022-04-17T14:52:12.525Z] setS1ASclassPath: [2022-04-17T14:52:12.525Z] [2022-04-17T14:52:12.525Z] init-common: [2022-04-17T14:52:12.525Z] [2022-04-17T14:52:12.525Z] start-derby: [2022-04-17T14:52:12.525Z] [2022-04-17T14:52:12.525Z] start-derby-aix: [2022-04-17T14:52:12.525Z] [2022-04-17T14:52:12.525Z] start-derby-nonaix: [2022-04-17T14:52:12.525Z] [echo] Starting Derby DB Server ... [2022-04-17T14:52:27.379Z] [2022-04-17T14:52:27.379Z] undeploy: [2022-04-17T14:52:27.379Z] [2022-04-17T14:52:27.379Z] setOSConditions: [2022-04-17T14:52:27.379Z] [2022-04-17T14:52:27.379Z] setToolWin: [2022-04-17T14:52:27.379Z] [2022-04-17T14:52:27.379Z] setToolUnix: [2022-04-17T14:52:27.379Z] [2022-04-17T14:52:27.379Z] setToolProperty: [2022-04-17T14:52:27.379Z] [2022-04-17T14:52:27.379Z] setS1ASclassPath: [2022-04-17T14:52:27.379Z] [2022-04-17T14:52:27.379Z] init-common: [2022-04-17T14:52:27.379Z] [2022-04-17T14:52:27.379Z] execute-sql-common: [2022-04-17T14:52:27.635Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jdbcjmsauth/sql/drop_pointbase.sql [2022-04-17T14:52:27.635Z] [sql] 0 rows affected [2022-04-17T14:52:27.635Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:52:27.635Z] [2022-04-17T14:52:27.635Z] setOSConditions: [2022-04-17T14:52:27.635Z] [2022-04-17T14:52:27.635Z] setToolWin: [2022-04-17T14:52:27.635Z] [2022-04-17T14:52:27.635Z] setToolUnix: [2022-04-17T14:52:27.635Z] [2022-04-17T14:52:27.635Z] setToolProperty: [2022-04-17T14:52:27.635Z] [2022-04-17T14:52:27.635Z] setS1ASclassPath: [2022-04-17T14:52:27.635Z] [2022-04-17T14:52:27.635Z] init-common: [2022-04-17T14:52:27.635Z] [2022-04-17T14:52:27.635Z] delete-jdbc-resource-common: [2022-04-17T14:52:27.635Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB_CM [2022-04-17T14:52:28.197Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:28.197Z] [exec] JDBC resource jdbc/s1qeDB_CM deleted successfully [2022-04-17T14:52:28.197Z] [echo] cmd executed for server [2022-04-17T14:52:28.197Z] [2022-04-17T14:52:28.198Z] setOSConditions: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] setToolWin: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] setToolUnix: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] setToolProperty: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] setS1ASclassPath: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] init-common: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] undeploy-jdbc-common: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] setOSConditions: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] setToolWin: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] setToolUnix: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] setToolProperty: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] setS1ASclassPath: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] init-common: [2022-04-17T14:52:28.198Z] [2022-04-17T14:52:28.198Z] delete-jdbc-resource-common: [2022-04-17T14:52:28.198Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:52:28.453Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:52:28.453Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:52:28.453Z] [echo] cmd executed for server [2022-04-17T14:52:28.453Z] [2022-04-17T14:52:28.453Z] setOSConditions: [2022-04-17T14:52:28.453Z] [2022-04-17T14:52:28.453Z] setToolWin: [2022-04-17T14:52:28.453Z] [2022-04-17T14:52:28.453Z] setToolUnix: [2022-04-17T14:52:28.453Z] [2022-04-17T14:52:28.453Z] setToolProperty: [2022-04-17T14:52:28.453Z] [2022-04-17T14:52:28.453Z] setS1ASclassPath: [2022-04-17T14:52:28.453Z] [2022-04-17T14:52:28.453Z] init-common: [2022-04-17T14:52:28.453Z] [2022-04-17T14:52:28.453Z] delete-jdbc-connpool-common: [2022-04-17T14:52:28.453Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:52:29.045Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:29.045Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:52:29.045Z] [echo] cmd executed for server [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] setOSConditions: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] setToolWin: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] setToolUnix: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] setToolProperty: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] setS1ASclassPath: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] init-common: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] undeploy-jms-stuff: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] setOSConditions: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] setToolWin: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] setToolUnix: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] setToolProperty: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] setS1ASclassPath: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] init-common: [2022-04-17T14:52:29.045Z] [2022-04-17T14:52:29.045Z] delete-jms-connection-common: [2022-04-17T14:52:29.301Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:29.301Z] [2022-04-17T14:52:29.301Z] setOSConditions: [2022-04-17T14:52:29.301Z] [2022-04-17T14:52:29.301Z] setToolWin: [2022-04-17T14:52:29.301Z] [2022-04-17T14:52:29.301Z] setToolUnix: [2022-04-17T14:52:29.301Z] [2022-04-17T14:52:29.301Z] setToolProperty: [2022-04-17T14:52:29.301Z] [2022-04-17T14:52:29.301Z] setS1ASclassPath: [2022-04-17T14:52:29.301Z] [2022-04-17T14:52:29.301Z] init-common: [2022-04-17T14:52:29.301Z] [2022-04-17T14:52:29.301Z] delete-jms-connection-common: [2022-04-17T14:52:29.862Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:29.862Z] [2022-04-17T14:52:29.862Z] setOSConditions: [2022-04-17T14:52:29.862Z] [2022-04-17T14:52:29.862Z] setToolWin: [2022-04-17T14:52:29.862Z] [2022-04-17T14:52:29.862Z] setToolUnix: [2022-04-17T14:52:29.862Z] [2022-04-17T14:52:29.862Z] setToolProperty: [2022-04-17T14:52:29.862Z] [2022-04-17T14:52:29.862Z] setS1ASclassPath: [2022-04-17T14:52:29.862Z] [2022-04-17T14:52:29.862Z] init-common: [2022-04-17T14:52:29.862Z] [2022-04-17T14:52:29.862Z] undeploy-common: [2022-04-17T14:52:30.118Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] all: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setOSConditions: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolWin: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolUnix: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolProperty: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setS1ASclassPath: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] init-common: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] clean: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setOSConditions: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolWin: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolUnix: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolProperty: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setS1ASclassPath: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] init-common: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] clean-common: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setOSConditions: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolWin: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolUnix: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolProperty: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setS1ASclassPath: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] init-common: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] clean-classes-common: [2022-04-17T14:52:30.118Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setOSConditions: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolWin: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolUnix: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setToolProperty: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] setS1ASclassPath: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] init-common: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] clean-jars-common: [2022-04-17T14:52:30.118Z] [2022-04-17T14:52:30.118Z] compile: [2022-04-17T14:52:30.390Z] [2022-04-17T14:52:30.390Z] setOSConditions: [2022-04-17T14:52:30.390Z] [2022-04-17T14:52:30.390Z] setToolWin: [2022-04-17T14:52:30.390Z] [2022-04-17T14:52:30.390Z] setToolUnix: [2022-04-17T14:52:30.390Z] [2022-04-17T14:52:30.390Z] setToolProperty: [2022-04-17T14:52:30.390Z] [2022-04-17T14:52:30.390Z] setS1ASclassPath: [2022-04-17T14:52:30.390Z] [2022-04-17T14:52:30.390Z] init-common: [2022-04-17T14:52:30.390Z] [2022-04-17T14:52:30.390Z] compile-common: [2022-04-17T14:52:30.390Z] [echo] Current time (ISO): 2022-04-17T14:52:30.120+0000 [2022-04-17T14:52:30.390Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:52:30.390Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:52:31.756Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:52:31.756Z] [javac] 1 warning [2022-04-17T14:52:31.756Z] [2022-04-17T14:52:31.756Z] setOSConditions: [2022-04-17T14:52:31.756Z] [2022-04-17T14:52:31.756Z] setToolWin: [2022-04-17T14:52:31.756Z] [2022-04-17T14:52:31.756Z] setToolUnix: [2022-04-17T14:52:31.756Z] [2022-04-17T14:52:31.756Z] setToolProperty: [2022-04-17T14:52:31.756Z] [2022-04-17T14:52:31.756Z] setS1ASclassPath: [2022-04-17T14:52:31.756Z] [2022-04-17T14:52:31.756Z] init-common: [2022-04-17T14:52:31.756Z] [2022-04-17T14:52:31.756Z] compile-common: [2022-04-17T14:52:31.756Z] [echo] Current time (ISO): 2022-04-17T14:52:31.739+0000 [2022-04-17T14:52:31.756Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:52:33.701Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:52:33.701Z] [javac] 1 warning [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] build: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setOSConditions: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] fixFiles: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] convUnix: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] convWin: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setToolWin: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setToolUnix: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setToolProperty: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setS1ASclassPath: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] init-common: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] package-persistence-common: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] ejb-jar-common: [2022-04-17T14:52:33.701Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] package-ejbjar-common: [2022-04-17T14:52:33.701Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:52:33.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:52:33.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:52:33.701Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordb-ejb.jar [2022-04-17T14:52:33.701Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] appclient-jar-common: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] package-appclientjar-common: [2022-04-17T14:52:33.701Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:52:33.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:52:33.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:52:33.701Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordb-client.jar [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] webclient-war-common: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] build-ear-common: [2022-04-17T14:52:33.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:52:33.701Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordbApp.ear [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] deploy: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setOSConditions: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setToolWin: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setToolUnix: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setToolProperty: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setS1ASclassPath: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] init-common: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] deploy-jdbc-common: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setOSConditions: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setToolWin: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setToolUnix: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setToolProperty: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] setS1ASclassPath: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] init-common: [2022-04-17T14:52:33.701Z] [2022-04-17T14:52:33.701Z] create-jdbc-connpool-common: [2022-04-17T14:52:33.958Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:33.958Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:52:33.958Z] [2022-04-17T14:52:33.958Z] set-derby-connpool-props: [2022-04-17T14:52:34.240Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:52:34.539Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:52:34.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:52:34.795Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:52:35.051Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:52:35.051Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:52:35.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:52:35.639Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:52:35.895Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:52:35.895Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:52:36.152Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:52:36.152Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:52:36.737Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:52:36.737Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:52:36.993Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:52:36.993Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:52:36.993Z] [2022-04-17T14:52:36.993Z] setOSConditions: [2022-04-17T14:52:36.993Z] [2022-04-17T14:52:36.993Z] setToolWin: [2022-04-17T14:52:36.993Z] [2022-04-17T14:52:36.993Z] setToolUnix: [2022-04-17T14:52:36.993Z] [2022-04-17T14:52:36.993Z] setToolProperty: [2022-04-17T14:52:36.993Z] [2022-04-17T14:52:36.993Z] setS1ASclassPath: [2022-04-17T14:52:36.993Z] [2022-04-17T14:52:36.993Z] init-common: [2022-04-17T14:52:36.993Z] [2022-04-17T14:52:36.993Z] create-jdbc-resource-common: [2022-04-17T14:52:36.993Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:37.556Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:37.556Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:52:37.556Z] [echo] cmd executed for server [2022-04-17T14:52:37.556Z] [2022-04-17T14:52:37.556Z] setOSConditions: [2022-04-17T14:52:37.556Z] [2022-04-17T14:52:37.556Z] setToolWin: [2022-04-17T14:52:37.556Z] [2022-04-17T14:52:37.556Z] setToolUnix: [2022-04-17T14:52:37.556Z] [2022-04-17T14:52:37.556Z] setToolProperty: [2022-04-17T14:52:37.556Z] [2022-04-17T14:52:37.556Z] setS1ASclassPath: [2022-04-17T14:52:37.556Z] [2022-04-17T14:52:37.556Z] init-common: [2022-04-17T14:52:37.556Z] [2022-04-17T14:52:37.556Z] create-jdbc-resource-common: [2022-04-17T14:52:37.556Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:37.812Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:37.812Z] [exec] JDBC resource jdbc/s1qeDB1 created successfully. [2022-04-17T14:52:37.812Z] [echo] cmd executed for server [2022-04-17T14:52:37.812Z] [2022-04-17T14:52:37.812Z] setOSConditions: [2022-04-17T14:52:37.812Z] [2022-04-17T14:52:37.812Z] setToolWin: [2022-04-17T14:52:37.812Z] [2022-04-17T14:52:37.812Z] setToolUnix: [2022-04-17T14:52:37.812Z] [2022-04-17T14:52:37.812Z] setToolProperty: [2022-04-17T14:52:37.812Z] [2022-04-17T14:52:37.812Z] setS1ASclassPath: [2022-04-17T14:52:37.812Z] [2022-04-17T14:52:37.812Z] init-common: [2022-04-17T14:52:37.812Z] [2022-04-17T14:52:37.812Z] create-jdbc-connpool-common: [2022-04-17T14:52:38.069Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:38.069Z] [exec] JDBC connection pool jdbc-nopasswdfordb-pool created successfully. [2022-04-17T14:52:38.069Z] [2022-04-17T14:52:38.069Z] set-derby-connpool-props: [2022-04-17T14:52:38.646Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:38.646Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.User=dbuser [2022-04-17T14:52:38.902Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:38.902Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password=dbpassword [2022-04-17T14:52:39.467Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:39.467Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.driverType=4 [2022-04-17T14:52:39.723Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:39.723Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.portNumber=1527 [2022-04-17T14:52:39.979Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:39.979Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.dataBaseName=testdb [2022-04-17T14:52:40.544Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:40.544Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:52:40.800Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:40.800Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.create=true [2022-04-17T14:52:41.364Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:41.364Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.serverName=localhost [2022-04-17T14:52:41.364Z] [2022-04-17T14:52:41.364Z] asadmin-common-ignore-fail: [2022-04-17T14:52:41.364Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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= [2022-04-17T14:52:41.620Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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= [2022-04-17T14:52:41.620Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-pool.property.Password= [2022-04-17T14:52:41.620Z] [2022-04-17T14:52:41.620Z] setOSConditions: [2022-04-17T14:52:41.620Z] [2022-04-17T14:52:41.620Z] setToolWin: [2022-04-17T14:52:41.620Z] [2022-04-17T14:52:41.620Z] setToolUnix: [2022-04-17T14:52:41.620Z] [2022-04-17T14:52:41.620Z] setToolProperty: [2022-04-17T14:52:41.620Z] [2022-04-17T14:52:41.620Z] setS1ASclassPath: [2022-04-17T14:52:41.620Z] [2022-04-17T14:52:41.620Z] init-common: [2022-04-17T14:52:41.620Z] [2022-04-17T14:52:41.620Z] create-jdbc-resource-common: [2022-04-17T14:52:41.620Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:42.182Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:42.182Z] [exec] JDBC resource jdbc/s1qeDB2 created successfully. [2022-04-17T14:52:42.182Z] [echo] cmd executed for server [2022-04-17T14:52:42.182Z] [2022-04-17T14:52:42.182Z] setOSConditions: [2022-04-17T14:52:42.182Z] [2022-04-17T14:52:42.182Z] setToolWin: [2022-04-17T14:52:42.182Z] [2022-04-17T14:52:42.182Z] setToolUnix: [2022-04-17T14:52:42.182Z] [2022-04-17T14:52:42.182Z] setToolProperty: [2022-04-17T14:52:42.182Z] [2022-04-17T14:52:42.182Z] setS1ASclassPath: [2022-04-17T14:52:42.182Z] [2022-04-17T14:52:42.182Z] init-common: [2022-04-17T14:52:42.182Z] [2022-04-17T14:52:42.182Z] create-jdbc-connpool-common: [2022-04-17T14:52:42.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:42.439Z] [exec] JDBC connection pool jdbc-nopasswdfordb-xa-pool-1 created successfully. [2022-04-17T14:52:42.439Z] [2022-04-17T14:52:42.439Z] set-derby-connpool-props: [2022-04-17T14:52:42.700Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:42.700Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.User=dbuser [2022-04-17T14:52:43.265Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:43.265Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.Password=dbpassword [2022-04-17T14:52:43.522Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:43.522Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.driverType=4 [2022-04-17T14:52:44.084Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:44.084Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.portNumber=1527 [2022-04-17T14:52:44.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:44.340Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.dataBaseName=testdb [2022-04-17T14:52:44.902Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:44.902Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:52:45.159Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:45.159Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.create=true [2022-04-17T14:52:45.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:45.744Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-1.property.serverName=localhost [2022-04-17T14:52:45.744Z] [2022-04-17T14:52:45.744Z] setOSConditions: [2022-04-17T14:52:45.744Z] [2022-04-17T14:52:45.744Z] setToolWin: [2022-04-17T14:52:45.744Z] [2022-04-17T14:52:45.744Z] setToolUnix: [2022-04-17T14:52:45.744Z] [2022-04-17T14:52:45.744Z] setToolProperty: [2022-04-17T14:52:45.744Z] [2022-04-17T14:52:45.744Z] setS1ASclassPath: [2022-04-17T14:52:45.744Z] [2022-04-17T14:52:45.744Z] init-common: [2022-04-17T14:52:45.744Z] [2022-04-17T14:52:45.744Z] create-jdbc-resource-common: [2022-04-17T14:52:45.744Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:46.000Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:46.000Z] [exec] JDBC resource jdbc/s1qeDB-xa created successfully. [2022-04-17T14:52:46.000Z] [echo] cmd executed for server [2022-04-17T14:52:46.000Z] [2022-04-17T14:52:46.000Z] setOSConditions: [2022-04-17T14:52:46.000Z] [2022-04-17T14:52:46.000Z] setToolWin: [2022-04-17T14:52:46.000Z] [2022-04-17T14:52:46.000Z] setToolUnix: [2022-04-17T14:52:46.000Z] [2022-04-17T14:52:46.000Z] setToolProperty: [2022-04-17T14:52:46.000Z] [2022-04-17T14:52:46.000Z] setS1ASclassPath: [2022-04-17T14:52:46.000Z] [2022-04-17T14:52:46.000Z] init-common: [2022-04-17T14:52:46.000Z] [2022-04-17T14:52:46.000Z] create-jdbc-resource-common: [2022-04-17T14:52:46.000Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:46.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:46.256Z] [exec] JDBC resource jdbc/s1qeDB1-xa created successfully. [2022-04-17T14:52:46.256Z] [echo] cmd executed for server [2022-04-17T14:52:46.256Z] [2022-04-17T14:52:46.256Z] setOSConditions: [2022-04-17T14:52:46.256Z] [2022-04-17T14:52:46.256Z] setToolWin: [2022-04-17T14:52:46.256Z] [2022-04-17T14:52:46.256Z] setToolUnix: [2022-04-17T14:52:46.256Z] [2022-04-17T14:52:46.256Z] setToolProperty: [2022-04-17T14:52:46.256Z] [2022-04-17T14:52:46.256Z] setS1ASclassPath: [2022-04-17T14:52:46.256Z] [2022-04-17T14:52:46.256Z] init-common: [2022-04-17T14:52:46.256Z] [2022-04-17T14:52:46.256Z] create-jdbc-connpool-common: [2022-04-17T14:52:46.842Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:46.842Z] [exec] JDBC connection pool jdbc-nopasswdfordb-xa-pool-2 created successfully. [2022-04-17T14:52:46.842Z] [2022-04-17T14:52:46.842Z] set-derby-connpool-props: [2022-04-17T14:52:47.098Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:47.098Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.User=dbuser [2022-04-17T14:52:47.660Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:47.660Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password=dbpassword [2022-04-17T14:52:47.915Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:47.915Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.driverType=4 [2022-04-17T14:52:48.171Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:48.438Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.portNumber=1527 [2022-04-17T14:52:48.695Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:48.695Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.dataBaseName=testdb [2022-04-17T14:52:49.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:49.256Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:52:49.512Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:49.512Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.create=true [2022-04-17T14:52:50.074Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:50.074Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.serverName=localhost [2022-04-17T14:52:50.074Z] [2022-04-17T14:52:50.074Z] asadmin-common-ignore-fail: [2022-04-17T14:52:50.074Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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= [2022-04-17T14:52:50.331Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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= [2022-04-17T14:52:50.331Z] [exec] domain.resources.jdbc-connection-pool.jdbc-nopasswdfordb-xa-pool-2.property.Password= [2022-04-17T14:52:50.331Z] [2022-04-17T14:52:50.331Z] setOSConditions: [2022-04-17T14:52:50.331Z] [2022-04-17T14:52:50.331Z] setToolWin: [2022-04-17T14:52:50.331Z] [2022-04-17T14:52:50.331Z] setToolUnix: [2022-04-17T14:52:50.331Z] [2022-04-17T14:52:50.331Z] setToolProperty: [2022-04-17T14:52:50.331Z] [2022-04-17T14:52:50.331Z] setS1ASclassPath: [2022-04-17T14:52:50.331Z] [2022-04-17T14:52:50.331Z] init-common: [2022-04-17T14:52:50.331Z] [2022-04-17T14:52:50.331Z] create-jdbc-resource-common: [2022-04-17T14:52:50.331Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:50.894Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:50.894Z] [exec] JDBC resource jdbc/s1qeDB2-xa created successfully. [2022-04-17T14:52:50.894Z] [echo] cmd executed for server [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] setOSConditions: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] setToolWin: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] setToolUnix: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] setToolProperty: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] setS1ASclassPath: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] init-common: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] deploy-common: [2022-04-17T14:52:50.894Z] [echo] Current time (ISO): 2022-04-17T14:52:50.601+0000 [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] setOSConditions: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] setToolWin: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] setToolUnix: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] setToolProperty: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] setS1ASclassPath: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] init-common: [2022-04-17T14:52:50.894Z] [2022-04-17T14:52:50.894Z] deploy-common-pe: [2022-04-17T14:52:51.150Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-nopasswdfordbApp.ear [2022-04-17T14:52:51.406Z] [exec] Application deployed with name jdbc-nopasswdfordbApp. [2022-04-17T14:52:51.406Z] [echo] Deployment on target server server successful [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setOSConditions: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setToolWin: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setToolUnix: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setToolProperty: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setS1ASclassPath: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] init-common: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] deploy-common-ee: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] run: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setOSConditions: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setToolWin: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setToolUnix: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setToolProperty: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setS1ASclassPath: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] init-common: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] execute-sql-common: [2022-04-17T14:52:51.406Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/sql/create_pointbase.sql [2022-04-17T14:52:51.406Z] [sql] Failed to execute: Drop table TXLEVELSWITCH [2022-04-17T14:52:51.406Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [2022-04-17T14:52:51.406Z] [sql] 0 rows affected [2022-04-17T14:52:51.406Z] [sql] 1 rows affected [2022-04-17T14:52:51.406Z] [sql] 1 rows affected [2022-04-17T14:52:51.406Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setOSConditions: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setToolWin: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setToolUnix: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setToolProperty: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] setS1ASclassPath: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] init-common: [2022-04-17T14:52:51.406Z] [2022-04-17T14:52:51.406Z] runclient-common: [2022-04-17T14:52:51.407Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:52:52.341Z] [exec] Apr 17, 2022 2:52:52 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:52:52.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. [2022-04-17T14:52:55.638Z] [exec] Will fail till Derby gets a better XA driver [2022-04-17T14:52:55.638Z] [exec] Value of key is: test1 : [2022-04-17T14:52:55.638Z] [exec] Value of key is: test2 : [2022-04-17T14:52:55.638Z] [exec] Value of key is: test3 : [2022-04-17T14:52:55.638Z] [exec] Value of key is: test4 : [2022-04-17T14:52:55.638Z] [exec] Value of key is: test5 : [2022-04-17T14:52:55.638Z] [exec] Value of key is: test6 : [2022-04-17T14:52:55.638Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:52:55.638Z] [exec] [2022-04-17T14:52:55.638Z] [exec] [2022-04-17T14:52:55.638Z] [exec] ----------------------------------------- [2022-04-17T14:52:55.638Z] [exec] - test6 : : PASS - [2022-04-17T14:52:55.638Z] [exec] - test5 : : PASS - [2022-04-17T14:52:55.638Z] [exec] - test3 : : PASS - [2022-04-17T14:52:55.638Z] [exec] - test4 : : PASS - [2022-04-17T14:52:55.638Z] [exec] - test2 : : PASS - [2022-04-17T14:52:55.638Z] [exec] - test1 : : PASS - [2022-04-17T14:52:55.638Z] [exec] ----------------------------------------- [2022-04-17T14:52:55.638Z] [exec] Total PASS: 6 [2022-04-17T14:52:55.638Z] [exec] Total FAIL: 0 [2022-04-17T14:52:55.638Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:52:55.638Z] [exec] ----------------------------------------- [2022-04-17T14:52:55.638Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:52:55.638Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] checkReporting-common: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] confirmReportPresent-common: [2022-04-17T14:52:55.896Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:52:55.896Z] [echo] Test seems to be reported fine [2022-04-17T14:52:55.896Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/RepRunConf.txt [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] confirmMissingReport-common: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] undeploy: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] setOSConditions: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] setToolWin: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] setToolUnix: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] setToolProperty: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] setS1ASclassPath: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] init-common: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] execute-sql-common: [2022-04-17T14:52:55.896Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nopasswdfordb/sql/drop_pointbase.sql [2022-04-17T14:52:55.896Z] [sql] 0 rows affected [2022-04-17T14:52:55.896Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 [2022-04-17T14:52:55.896Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [2022-04-17T14:52:55.896Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] setOSConditions: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] setToolWin: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] setToolUnix: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] setToolProperty: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] setS1ASclassPath: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] init-common: [2022-04-17T14:52:55.896Z] [2022-04-17T14:52:55.896Z] delete-jdbc-resource-common: [2022-04-17T14:52:55.896Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB1 [2022-04-17T14:52:56.458Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB1 [2022-04-17T14:52:56.458Z] [exec] JDBC resource jdbc/s1qeDB1 deleted successfully [2022-04-17T14:52:56.458Z] [echo] cmd executed for server [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] setOSConditions: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] setToolWin: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] setToolUnix: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] setToolProperty: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] setS1ASclassPath: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] init-common: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] undeploy-jdbc-common: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] setOSConditions: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] setToolWin: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] setToolUnix: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] setToolProperty: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] setS1ASclassPath: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] init-common: [2022-04-17T14:52:56.458Z] [2022-04-17T14:52:56.458Z] delete-jdbc-resource-common: [2022-04-17T14:52:56.458Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB2 [2022-04-17T14:52:56.715Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB2 [2022-04-17T14:52:56.715Z] [exec] JDBC resource jdbc/s1qeDB2 deleted successfully [2022-04-17T14:52:56.715Z] [echo] cmd executed for server [2022-04-17T14:52:56.715Z] [2022-04-17T14:52:56.715Z] setOSConditions: [2022-04-17T14:52:56.715Z] [2022-04-17T14:52:56.715Z] setToolWin: [2022-04-17T14:52:56.715Z] [2022-04-17T14:52:56.715Z] setToolUnix: [2022-04-17T14:52:56.715Z] [2022-04-17T14:52:56.715Z] setToolProperty: [2022-04-17T14:52:56.715Z] [2022-04-17T14:52:56.715Z] setS1ASclassPath: [2022-04-17T14:52:56.715Z] [2022-04-17T14:52:56.715Z] init-common: [2022-04-17T14:52:56.715Z] [2022-04-17T14:52:56.715Z] delete-jdbc-connpool-common: [2022-04-17T14:52:56.715Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-nopasswdfordb-pool [2022-04-17T14:52:57.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:57.339Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-pool deleted successfully [2022-04-17T14:52:57.339Z] [echo] cmd executed for server [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] setOSConditions: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] setToolWin: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] setToolUnix: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] setToolProperty: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] setS1ASclassPath: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] init-common: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] undeploy-jdbc-common: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] setOSConditions: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] setToolWin: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] setToolUnix: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] setToolProperty: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] setS1ASclassPath: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] init-common: [2022-04-17T14:52:57.339Z] [2022-04-17T14:52:57.339Z] delete-jdbc-resource-common: [2022-04-17T14:52:57.339Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:52:57.637Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:52:57.893Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:52:57.893Z] [echo] cmd executed for server [2022-04-17T14:52:57.893Z] [2022-04-17T14:52:57.893Z] setOSConditions: [2022-04-17T14:52:57.893Z] [2022-04-17T14:52:57.893Z] setToolWin: [2022-04-17T14:52:57.893Z] [2022-04-17T14:52:57.893Z] setToolUnix: [2022-04-17T14:52:57.893Z] [2022-04-17T14:52:57.893Z] setToolProperty: [2022-04-17T14:52:57.893Z] [2022-04-17T14:52:57.893Z] setS1ASclassPath: [2022-04-17T14:52:57.893Z] [2022-04-17T14:52:57.893Z] init-common: [2022-04-17T14:52:57.893Z] [2022-04-17T14:52:57.893Z] delete-jdbc-connpool-common: [2022-04-17T14:52:57.893Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:52:58.149Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:58.149Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:52:58.149Z] [echo] cmd executed for server [2022-04-17T14:52:58.149Z] [2022-04-17T14:52:58.149Z] setOSConditions: [2022-04-17T14:52:58.149Z] [2022-04-17T14:52:58.149Z] setToolWin: [2022-04-17T14:52:58.149Z] [2022-04-17T14:52:58.149Z] setToolUnix: [2022-04-17T14:52:58.149Z] [2022-04-17T14:52:58.149Z] setToolProperty: [2022-04-17T14:52:58.149Z] [2022-04-17T14:52:58.149Z] setS1ASclassPath: [2022-04-17T14:52:58.149Z] [2022-04-17T14:52:58.149Z] init-common: [2022-04-17T14:52:58.149Z] [2022-04-17T14:52:58.149Z] delete-jdbc-resource-common: [2022-04-17T14:52:58.149Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB1-xa [2022-04-17T14:52:58.738Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:58.738Z] [exec] JDBC resource jdbc/s1qeDB1-xa deleted successfully [2022-04-17T14:52:58.738Z] [echo] cmd executed for server [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] setOSConditions: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] setToolWin: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] setToolUnix: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] setToolProperty: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] setS1ASclassPath: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] init-common: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] undeploy-jdbc-common: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] setOSConditions: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] setToolWin: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] setToolUnix: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] setToolProperty: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] setS1ASclassPath: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] init-common: [2022-04-17T14:52:58.738Z] [2022-04-17T14:52:58.738Z] delete-jdbc-resource-common: [2022-04-17T14:52:58.738Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB-xa [2022-04-17T14:52:58.995Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:58.995Z] [exec] JDBC resource jdbc/s1qeDB-xa deleted successfully [2022-04-17T14:52:58.995Z] [echo] cmd executed for server [2022-04-17T14:52:58.995Z] [2022-04-17T14:52:58.995Z] setOSConditions: [2022-04-17T14:52:58.995Z] [2022-04-17T14:52:58.995Z] setToolWin: [2022-04-17T14:52:58.995Z] [2022-04-17T14:52:58.995Z] setToolUnix: [2022-04-17T14:52:58.995Z] [2022-04-17T14:52:58.995Z] setToolProperty: [2022-04-17T14:52:58.995Z] [2022-04-17T14:52:58.995Z] setS1ASclassPath: [2022-04-17T14:52:58.995Z] [2022-04-17T14:52:58.995Z] init-common: [2022-04-17T14:52:58.995Z] [2022-04-17T14:52:58.995Z] delete-jdbc-connpool-common: [2022-04-17T14:52:58.995Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:59.557Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:59.557Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-xa-pool-1 deleted successfully [2022-04-17T14:52:59.557Z] [echo] cmd executed for server [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] setOSConditions: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] setToolWin: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] setToolUnix: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] setToolProperty: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] setS1ASclassPath: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] init-common: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] undeploy-jdbc-common: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] setOSConditions: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] setToolWin: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] setToolUnix: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] setToolProperty: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] setS1ASclassPath: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] init-common: [2022-04-17T14:52:59.557Z] [2022-04-17T14:52:59.557Z] delete-jdbc-resource-common: [2022-04-17T14:52:59.557Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB2-xa [2022-04-17T14:52:59.814Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:52:59.814Z] [exec] JDBC resource jdbc/s1qeDB2-xa deleted successfully [2022-04-17T14:52:59.814Z] [echo] cmd executed for server [2022-04-17T14:52:59.814Z] [2022-04-17T14:52:59.814Z] setOSConditions: [2022-04-17T14:52:59.814Z] [2022-04-17T14:52:59.814Z] setToolWin: [2022-04-17T14:52:59.814Z] [2022-04-17T14:52:59.814Z] setToolUnix: [2022-04-17T14:52:59.814Z] [2022-04-17T14:52:59.814Z] setToolProperty: [2022-04-17T14:52:59.814Z] [2022-04-17T14:52:59.814Z] setS1ASclassPath: [2022-04-17T14:52:59.814Z] [2022-04-17T14:52:59.814Z] init-common: [2022-04-17T14:52:59.814Z] [2022-04-17T14:52:59.814Z] delete-jdbc-connpool-common: [2022-04-17T14:52:59.814Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:00.070Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:00.070Z] [exec] JDBC Connection pool jdbc-nopasswdfordb-xa-pool-2 deleted successfully [2022-04-17T14:53:00.070Z] [echo] cmd executed for server [2022-04-17T14:53:00.070Z] [2022-04-17T14:53:00.070Z] setOSConditions: [2022-04-17T14:53:00.070Z] [2022-04-17T14:53:00.070Z] setToolWin: [2022-04-17T14:53:00.070Z] [2022-04-17T14:53:00.070Z] setToolUnix: [2022-04-17T14:53:00.070Z] [2022-04-17T14:53:00.070Z] setToolProperty: [2022-04-17T14:53:00.070Z] [2022-04-17T14:53:00.070Z] setS1ASclassPath: [2022-04-17T14:53:00.070Z] [2022-04-17T14:53:00.070Z] init-common: [2022-04-17T14:53:00.070Z] [2022-04-17T14:53:00.070Z] undeploy-common: [2022-04-17T14:53:00.644Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] all: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] setOSConditions: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] setToolWin: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] setToolUnix: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] setToolProperty: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] setS1ASclassPath: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] init-common: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] clean: [2022-04-17T14:53:00.644Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:00.644Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] compile: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] setOSConditions: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] setToolWin: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] setToolUnix: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] setToolProperty: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] setS1ASclassPath: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] init-common: [2022-04-17T14:53:00.644Z] [2022-04-17T14:53:00.644Z] compile-common: [2022-04-17T14:53:00.645Z] [echo] Current time (ISO): 2022-04-17T14:53:00.469+0000 [2022-04-17T14:53:00.645Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:00.645Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:02.010Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:53:02.266Z] [javac] 1 warning [2022-04-17T14:53:02.266Z] [2022-04-17T14:53:02.266Z] setOSConditions: [2022-04-17T14:53:02.266Z] [2022-04-17T14:53:02.266Z] setToolWin: [2022-04-17T14:53:02.266Z] [2022-04-17T14:53:02.266Z] setToolUnix: [2022-04-17T14:53:02.266Z] [2022-04-17T14:53:02.266Z] setToolProperty: [2022-04-17T14:53:02.266Z] [2022-04-17T14:53:02.266Z] setS1ASclassPath: [2022-04-17T14:53:02.266Z] [2022-04-17T14:53:02.266Z] init-common: [2022-04-17T14:53:02.266Z] [2022-04-17T14:53:02.266Z] compile-common: [2022-04-17T14:53:02.266Z] [echo] Current time (ISO): 2022-04-17T14:53:02.198+0000 [2022-04-17T14:53:02.266Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:04.184Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:53:04.184Z] [javac] 1 warning [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] build: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setOSConditions: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] fixFiles: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] convUnix: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] convWin: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolWin: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolUnix: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolProperty: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setS1ASclassPath: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] init-common: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] package-persistence-common: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] ejb-jar-common: [2022-04-17T14:53:04.184Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] package-ejbjar-common: [2022-04-17T14:53:04.184Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:04.184Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:04.184Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:04.184Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthrough-ejb.jar [2022-04-17T14:53:04.184Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] appclient-jar-common: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] package-appclientjar-common: [2022-04-17T14:53:04.184Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:04.184Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:04.184Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:04.184Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthrough-client.jar [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] webclient-war-common: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] build-ear-common: [2022-04-17T14:53:04.184Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:04.184Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthroughApp.ear [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setOSConditions: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] fixFiles: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] convUnix: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] convWin: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolWin: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolUnix: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolProperty: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setS1ASclassPath: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] init-common: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] ear-common: [2022-04-17T14:53:04.184Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/descriptor/sun-application.xml to copy. [2022-04-17T14:53:04.184Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/${glassfish-resources-ear.xml} to copy. [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] deploy: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setOSConditions: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolWin: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolUnix: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolProperty: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setS1ASclassPath: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] init-common: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] deploy-jdbc-common: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setOSConditions: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolWin: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolUnix: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setToolProperty: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] setS1ASclassPath: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] init-common: [2022-04-17T14:53:04.184Z] [2022-04-17T14:53:04.184Z] create-jdbc-connpool-common: [2022-04-17T14:53:04.441Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:04.441Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:53:04.441Z] [2022-04-17T14:53:04.441Z] set-derby-connpool-props: [2022-04-17T14:53:05.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:05.039Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:53:05.296Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:05.296Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:53:05.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:05.552Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:53:06.143Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:06.143Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:53:06.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:06.399Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:53:06.963Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:06.963Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:53:07.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:07.219Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:53:07.492Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:07.492Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:53:07.492Z] [2022-04-17T14:53:07.492Z] setOSConditions: [2022-04-17T14:53:07.492Z] [2022-04-17T14:53:07.492Z] setToolWin: [2022-04-17T14:53:07.492Z] [2022-04-17T14:53:07.492Z] setToolUnix: [2022-04-17T14:53:07.492Z] [2022-04-17T14:53:07.492Z] setToolProperty: [2022-04-17T14:53:07.492Z] [2022-04-17T14:53:07.492Z] setS1ASclassPath: [2022-04-17T14:53:07.492Z] [2022-04-17T14:53:07.492Z] init-common: [2022-04-17T14:53:07.492Z] [2022-04-17T14:53:07.492Z] create-jdbc-resource-common: [2022-04-17T14:53:07.492Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:08.055Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:08.055Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:53:08.055Z] [echo] cmd executed for server [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] setOSConditions: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] setToolWin: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] setToolUnix: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] setToolProperty: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] setS1ASclassPath: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] init-common: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] deploy-common: [2022-04-17T14:53:08.055Z] [echo] Current time (ISO): 2022-04-17T14:53:07.819+0000 [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] setOSConditions: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] setToolWin: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] setToolUnix: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] setToolProperty: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] setS1ASclassPath: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] init-common: [2022-04-17T14:53:08.055Z] [2022-04-17T14:53:08.055Z] deploy-common-pe: [2022-04-17T14:53:08.338Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txpassthroughApp.ear [2022-04-17T14:53:08.638Z] [exec] Application deployed with name jdbc-txpassthroughApp. [2022-04-17T14:53:08.638Z] [echo] Deployment on target server server successful [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setOSConditions: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setToolWin: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setToolUnix: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setToolProperty: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setS1ASclassPath: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] init-common: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] deploy-common-ee: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] run: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setOSConditions: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setToolWin: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setToolUnix: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setToolProperty: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setS1ASclassPath: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] init-common: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] execute-sql-common: [2022-04-17T14:53:08.638Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/sql/create.sql [2022-04-17T14:53:08.638Z] [sql] Failed to execute: DROP TABLE ONLYGETCONNECTION [2022-04-17T14:53:08.638Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ONLYGETCONNECTION' because it does not exist. [2022-04-17T14:53:08.638Z] [sql] 0 rows affected [2022-04-17T14:53:08.638Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setOSConditions: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setToolWin: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setToolUnix: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setToolProperty: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] setS1ASclassPath: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] init-common: [2022-04-17T14:53:08.638Z] [2022-04-17T14:53:08.638Z] runclient-common: [2022-04-17T14:53:08.638Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:53:10.004Z] [exec] Apr 17, 2022 2:53:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:53:10.004Z] [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. [2022-04-17T14:53:13.338Z] [exec] Value of key is: test1 : [2022-04-17T14:53:13.338Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:53:13.338Z] [exec] [2022-04-17T14:53:13.338Z] [exec] [2022-04-17T14:53:13.338Z] [exec] ----------------------------------------- [2022-04-17T14:53:13.338Z] [exec] - test1 : : PASS - [2022-04-17T14:53:13.338Z] [exec] ----------------------------------------- [2022-04-17T14:53:13.338Z] [exec] Total PASS: 1 [2022-04-17T14:53:13.338Z] [exec] Total FAIL: 0 [2022-04-17T14:53:13.338Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:53:13.338Z] [exec] ----------------------------------------- [2022-04-17T14:53:13.338Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:53:13.338Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] checkReporting-common: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] confirmReportPresent-common: [2022-04-17T14:53:13.338Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:53:13.338Z] [echo] Test seems to be reported fine [2022-04-17T14:53:13.338Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txpassthrough/RepRunConf.txt [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] confirmMissingReport-common: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] undeploy: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] setOSConditions: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] setToolWin: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] setToolUnix: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] setToolProperty: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] setS1ASclassPath: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] init-common: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] undeploy-jdbc-common: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] setOSConditions: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] setToolWin: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] setToolUnix: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] setToolProperty: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] setS1ASclassPath: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] init-common: [2022-04-17T14:53:13.338Z] [2022-04-17T14:53:13.338Z] delete-jdbc-resource-common: [2022-04-17T14:53:13.338Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:53:13.595Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:53:13.595Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:53:13.595Z] [echo] cmd executed for server [2022-04-17T14:53:13.595Z] [2022-04-17T14:53:13.595Z] setOSConditions: [2022-04-17T14:53:13.595Z] [2022-04-17T14:53:13.595Z] setToolWin: [2022-04-17T14:53:13.595Z] [2022-04-17T14:53:13.595Z] setToolUnix: [2022-04-17T14:53:13.595Z] [2022-04-17T14:53:13.595Z] setToolProperty: [2022-04-17T14:53:13.595Z] [2022-04-17T14:53:13.595Z] setS1ASclassPath: [2022-04-17T14:53:13.595Z] [2022-04-17T14:53:13.595Z] init-common: [2022-04-17T14:53:13.595Z] [2022-04-17T14:53:13.595Z] delete-jdbc-connpool-common: [2022-04-17T14:53:13.595Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:53:13.851Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:14.107Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:53:14.107Z] [echo] cmd executed for server [2022-04-17T14:53:14.107Z] [2022-04-17T14:53:14.107Z] setOSConditions: [2022-04-17T14:53:14.107Z] [2022-04-17T14:53:14.107Z] setToolWin: [2022-04-17T14:53:14.107Z] [2022-04-17T14:53:14.107Z] setToolUnix: [2022-04-17T14:53:14.107Z] [2022-04-17T14:53:14.107Z] setToolProperty: [2022-04-17T14:53:14.107Z] [2022-04-17T14:53:14.107Z] setS1ASclassPath: [2022-04-17T14:53:14.107Z] [2022-04-17T14:53:14.107Z] init-common: [2022-04-17T14:53:14.107Z] [2022-04-17T14:53:14.107Z] undeploy-common: [2022-04-17T14:53:14.393Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] all: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setOSConditions: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolWin: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolUnix: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolProperty: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setS1ASclassPath: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] init-common: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] clean: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setOSConditions: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolWin: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolUnix: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolProperty: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setS1ASclassPath: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] init-common: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] clean-common: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setOSConditions: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolWin: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolUnix: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolProperty: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setS1ASclassPath: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] init-common: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] clean-classes-common: [2022-04-17T14:53:14.393Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setOSConditions: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolWin: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolUnix: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolProperty: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setS1ASclassPath: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] init-common: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] clean-jars-common: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] compile: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setOSConditions: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolWin: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolUnix: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setToolProperty: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] setS1ASclassPath: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] init-common: [2022-04-17T14:53:14.393Z] [2022-04-17T14:53:14.393Z] compile-common: [2022-04-17T14:53:14.393Z] [echo] Current time (ISO): 2022-04-17T14:53:14.390+0000 [2022-04-17T14:53:14.393Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:14.393Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:16.303Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:53:16.303Z] [javac] 1 warning [2022-04-17T14:53:16.303Z] [2022-04-17T14:53:16.303Z] setOSConditions: [2022-04-17T14:53:16.303Z] [2022-04-17T14:53:16.303Z] setToolWin: [2022-04-17T14:53:16.303Z] [2022-04-17T14:53:16.303Z] setToolUnix: [2022-04-17T14:53:16.303Z] [2022-04-17T14:53:16.303Z] setToolProperty: [2022-04-17T14:53:16.303Z] [2022-04-17T14:53:16.303Z] setS1ASclassPath: [2022-04-17T14:53:16.303Z] [2022-04-17T14:53:16.303Z] init-common: [2022-04-17T14:53:16.303Z] [2022-04-17T14:53:16.303Z] compile-common: [2022-04-17T14:53:16.303Z] [echo] Current time (ISO): 2022-04-17T14:53:16.068+0000 [2022-04-17T14:53:16.303Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:17.674Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:53:17.939Z] [javac] 1 warning [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] build: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] setOSConditions: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] fixFiles: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] convUnix: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] convWin: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] setToolWin: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] setToolUnix: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] setToolProperty: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] setS1ASclassPath: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] init-common: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] package-persistence-common: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] ejb-jar-common: [2022-04-17T14:53:17.939Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] package-ejbjar-common: [2022-04-17T14:53:17.939Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:17.939Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:17.939Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:17.939Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-ejb.jar [2022-04-17T14:53:17.939Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] appclient-jar-common: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] package-appclientjar-common: [2022-04-17T14:53:17.939Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:17.939Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:17.939Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:17.939Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-client.jar [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] webclient-war-common: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] build-ear-common: [2022-04-17T14:53:17.939Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:17.939Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] deploy: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] setOSConditions: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] setToolWin: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] setToolUnix: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] setToolProperty: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] setS1ASclassPath: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] init-common: [2022-04-17T14:53:17.939Z] [2022-04-17T14:53:17.939Z] create-jdbc-connpool-common: [2022-04-17T14:53:18.196Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:18.196Z] [exec] JDBC connection pool jdbc-txafternontx-pool created successfully. [2022-04-17T14:53:18.196Z] [2022-04-17T14:53:18.196Z] set-derby-connpool-props: [2022-04-17T14:53:18.757Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:18.757Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser [2022-04-17T14:53:19.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:19.037Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword [2022-04-17T14:53:19.293Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:19.293Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 [2022-04-17T14:53:19.855Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:19.855Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 [2022-04-17T14:53:20.111Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:20.112Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb [2022-04-17T14:53:20.368Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:20.368Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:53:20.943Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:20.943Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true [2022-04-17T14:53:21.199Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:21.199Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost [2022-04-17T14:53:21.199Z] [2022-04-17T14:53:21.199Z] setOSConditions: [2022-04-17T14:53:21.199Z] [2022-04-17T14:53:21.199Z] setToolWin: [2022-04-17T14:53:21.199Z] [2022-04-17T14:53:21.199Z] setToolUnix: [2022-04-17T14:53:21.199Z] [2022-04-17T14:53:21.199Z] setToolProperty: [2022-04-17T14:53:21.199Z] [2022-04-17T14:53:21.199Z] setS1ASclassPath: [2022-04-17T14:53:21.199Z] [2022-04-17T14:53:21.199Z] init-common: [2022-04-17T14:53:21.199Z] [2022-04-17T14:53:21.199Z] create-jdbc-resource-common: [2022-04-17T14:53:21.199Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:21.455Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:21.736Z] [exec] JDBC resource jdbc/txafternontx created successfully. [2022-04-17T14:53:21.736Z] [echo] cmd executed for server [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] setOSConditions: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] setToolWin: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] setToolUnix: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] setToolProperty: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] setS1ASclassPath: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] init-common: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] deploy-common: [2022-04-17T14:53:21.736Z] [echo] Current time (ISO): 2022-04-17T14:53:21.472+0000 [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] setOSConditions: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] setToolWin: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] setToolUnix: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] setToolProperty: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] setS1ASclassPath: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] init-common: [2022-04-17T14:53:21.736Z] [2022-04-17T14:53:21.736Z] deploy-common-pe: [2022-04-17T14:53:21.992Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear [2022-04-17T14:53:21.992Z] [exec] Application deployed with name jdbc-txafternontxApp. [2022-04-17T14:53:21.992Z] [echo] Deployment on target server server successful [2022-04-17T14:53:21.992Z] [2022-04-17T14:53:21.992Z] setOSConditions: [2022-04-17T14:53:21.992Z] [2022-04-17T14:53:21.992Z] setToolWin: [2022-04-17T14:53:21.992Z] [2022-04-17T14:53:21.992Z] setToolUnix: [2022-04-17T14:53:21.992Z] [2022-04-17T14:53:21.992Z] setToolProperty: [2022-04-17T14:53:21.992Z] [2022-04-17T14:53:21.992Z] setS1ASclassPath: [2022-04-17T14:53:21.992Z] [2022-04-17T14:53:21.992Z] init-common: [2022-04-17T14:53:21.992Z] [2022-04-17T14:53:21.992Z] deploy-common-ee: [2022-04-17T14:53:21.992Z] [2022-04-17T14:53:21.992Z] run: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] setOSConditions: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] setToolWin: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] setToolUnix: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] setToolProperty: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] setS1ASclassPath: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] init-common: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] execute-sql-common: [2022-04-17T14:53:22.249Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/sql/create_pointbase.sql [2022-04-17T14:53:22.249Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:53:22.249Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:53:22.249Z] [sql] 0 rows affected [2022-04-17T14:53:22.249Z] [sql] 1 rows affected [2022-04-17T14:53:22.249Z] [sql] 1 rows affected [2022-04-17T14:53:22.249Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] setOSConditions: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] setToolWin: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] setToolUnix: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] setToolProperty: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] setS1ASclassPath: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] init-common: [2022-04-17T14:53:22.249Z] [2022-04-17T14:53:22.249Z] runclient-common: [2022-04-17T14:53:22.249Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:53:23.178Z] [exec] Apr 17, 2022 2:53:22 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:53:23.178Z] [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. [2022-04-17T14:53:26.488Z] [exec] Value of key is: test1 : [2022-04-17T14:53:26.488Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:53:26.488Z] [exec] [2022-04-17T14:53:26.488Z] [exec] [2022-04-17T14:53:26.488Z] [exec] ----------------------------------------- [2022-04-17T14:53:26.488Z] [exec] - test1 : : PASS - [2022-04-17T14:53:26.488Z] [exec] ----------------------------------------- [2022-04-17T14:53:26.488Z] [exec] Total PASS: 1 [2022-04-17T14:53:26.488Z] [exec] Total FAIL: 0 [2022-04-17T14:53:26.488Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:53:26.488Z] [exec] ----------------------------------------- [2022-04-17T14:53:26.488Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:53:26.488Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] checkReporting-common: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] confirmReportPresent-common: [2022-04-17T14:53:26.488Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:53:26.488Z] [echo] Test seems to be reported fine [2022-04-17T14:53:26.488Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/RepRunConf.txt [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] confirmMissingReport-common: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] undeploy: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] setOSConditions: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] setToolWin: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] setToolUnix: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] setToolProperty: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] setS1ASclassPath: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] init-common: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] execute-sql-common: [2022-04-17T14:53:26.488Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontx/sql/drop_pointbase.sql [2022-04-17T14:53:26.488Z] [sql] 0 rows affected [2022-04-17T14:53:26.488Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] setOSConditions: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] setToolWin: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] setToolUnix: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] setToolProperty: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] setS1ASclassPath: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] init-common: [2022-04-17T14:53:26.488Z] [2022-04-17T14:53:26.488Z] delete-jdbc-resource-common: [2022-04-17T14:53:26.488Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txafternontx [2022-04-17T14:53:27.050Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txafternontx [2022-04-17T14:53:27.050Z] [exec] JDBC resource jdbc/txafternontx deleted successfully [2022-04-17T14:53:27.050Z] [echo] cmd executed for server [2022-04-17T14:53:27.050Z] [2022-04-17T14:53:27.050Z] setOSConditions: [2022-04-17T14:53:27.050Z] [2022-04-17T14:53:27.050Z] setToolWin: [2022-04-17T14:53:27.050Z] [2022-04-17T14:53:27.050Z] setToolUnix: [2022-04-17T14:53:27.050Z] [2022-04-17T14:53:27.050Z] setToolProperty: [2022-04-17T14:53:27.050Z] [2022-04-17T14:53:27.050Z] setS1ASclassPath: [2022-04-17T14:53:27.050Z] [2022-04-17T14:53:27.050Z] init-common: [2022-04-17T14:53:27.050Z] [2022-04-17T14:53:27.050Z] delete-jdbc-connpool-common: [2022-04-17T14:53:27.050Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-txafternontx-pool [2022-04-17T14:53:27.306Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:27.306Z] [exec] JDBC Connection pool jdbc-txafternontx-pool deleted successfully [2022-04-17T14:53:27.306Z] [echo] cmd executed for server [2022-04-17T14:53:27.306Z] [2022-04-17T14:53:27.306Z] setOSConditions: [2022-04-17T14:53:27.306Z] [2022-04-17T14:53:27.306Z] setToolWin: [2022-04-17T14:53:27.306Z] [2022-04-17T14:53:27.306Z] setToolUnix: [2022-04-17T14:53:27.306Z] [2022-04-17T14:53:27.306Z] setToolProperty: [2022-04-17T14:53:27.306Z] [2022-04-17T14:53:27.306Z] setS1ASclassPath: [2022-04-17T14:53:27.306Z] [2022-04-17T14:53:27.306Z] init-common: [2022-04-17T14:53:27.306Z] [2022-04-17T14:53:27.306Z] undeploy-common: [2022-04-17T14:53:27.869Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] all: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setOSConditions: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolWin: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolUnix: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolProperty: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setS1ASclassPath: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] init-common: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] clean: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setOSConditions: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolWin: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolUnix: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolProperty: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setS1ASclassPath: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] init-common: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] clean-common: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setOSConditions: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolWin: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolUnix: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolProperty: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setS1ASclassPath: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] init-common: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] clean-classes-common: [2022-04-17T14:53:27.869Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setOSConditions: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolWin: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolUnix: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolProperty: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setS1ASclassPath: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] init-common: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] clean-jars-common: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] compile: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setOSConditions: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolWin: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolUnix: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setToolProperty: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] setS1ASclassPath: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] init-common: [2022-04-17T14:53:27.869Z] [2022-04-17T14:53:27.869Z] compile-common: [2022-04-17T14:53:27.869Z] [echo] Current time (ISO): 2022-04-17T14:53:27.652+0000 [2022-04-17T14:53:27.869Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:27.869Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:29.248Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:53:29.504Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/ejb/SimpleSessionBean.java uses unchecked or unsafe operations. [2022-04-17T14:53:29.504Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T14:53:29.504Z] [javac] 1 warning [2022-04-17T14:53:29.504Z] [2022-04-17T14:53:29.504Z] setOSConditions: [2022-04-17T14:53:29.504Z] [2022-04-17T14:53:29.504Z] setToolWin: [2022-04-17T14:53:29.504Z] [2022-04-17T14:53:29.504Z] setToolUnix: [2022-04-17T14:53:29.504Z] [2022-04-17T14:53:29.504Z] setToolProperty: [2022-04-17T14:53:29.504Z] [2022-04-17T14:53:29.504Z] setS1ASclassPath: [2022-04-17T14:53:29.504Z] [2022-04-17T14:53:29.504Z] init-common: [2022-04-17T14:53:29.504Z] [2022-04-17T14:53:29.504Z] compile-common: [2022-04-17T14:53:29.504Z] [echo] Current time (ISO): 2022-04-17T14:53:29.279+0000 [2022-04-17T14:53:29.504Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:30.872Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:53:31.139Z] [javac] 1 warning [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] build: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] setOSConditions: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] fixFiles: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] convUnix: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] convWin: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] setToolWin: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] setToolUnix: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] setToolProperty: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] setS1ASclassPath: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] init-common: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] package-persistence-common: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] ejb-jar-common: [2022-04-17T14:53:31.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] package-ejbjar-common: [2022-04-17T14:53:31.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:31.139Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:31.139Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:31.139Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-ejb.jar [2022-04-17T14:53:31.139Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] appclient-jar-common: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] package-appclientjar-common: [2022-04-17T14:53:31.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:31.139Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:31.139Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:31.139Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontx-client.jar [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] webclient-war-common: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] build-ear-common: [2022-04-17T14:53:31.139Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:31.139Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] deploy: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] setOSConditions: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] setToolWin: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] setToolUnix: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] setToolProperty: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] setS1ASclassPath: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] init-common: [2022-04-17T14:53:31.139Z] [2022-04-17T14:53:31.139Z] create-jdbc-connpool-common: [2022-04-17T14:53:31.396Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:31.396Z] [exec] JDBC connection pool jdbc-txafternontx-pool created successfully. [2022-04-17T14:53:31.396Z] [2022-04-17T14:53:31.396Z] set-derby-connpool-props: [2022-04-17T14:53:31.959Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:31.959Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.User=dbuser [2022-04-17T14:53:32.216Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:32.216Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.Password=dbpassword [2022-04-17T14:53:32.472Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:32.472Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.driverType=4 [2022-04-17T14:53:33.046Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:33.046Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.portNumber=1527 [2022-04-17T14:53:33.302Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:33.302Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.dataBaseName=testdb [2022-04-17T14:53:33.558Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:33.558Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:53:34.146Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:34.146Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.create=true [2022-04-17T14:53:34.403Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:34.403Z] [exec] domain.resources.jdbc-connection-pool.jdbc-txafternontx-pool.property.serverName=localhost [2022-04-17T14:53:34.403Z] [2022-04-17T14:53:34.403Z] setOSConditions: [2022-04-17T14:53:34.403Z] [2022-04-17T14:53:34.403Z] setToolWin: [2022-04-17T14:53:34.403Z] [2022-04-17T14:53:34.403Z] setToolUnix: [2022-04-17T14:53:34.403Z] [2022-04-17T14:53:34.403Z] setToolProperty: [2022-04-17T14:53:34.403Z] [2022-04-17T14:53:34.403Z] setS1ASclassPath: [2022-04-17T14:53:34.403Z] [2022-04-17T14:53:34.403Z] init-common: [2022-04-17T14:53:34.403Z] [2022-04-17T14:53:34.403Z] create-jdbc-resource-common: [2022-04-17T14:53:34.403Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:34.969Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:34.969Z] [exec] JDBC resource jdbc/txafternontx created successfully. [2022-04-17T14:53:34.969Z] [echo] cmd executed for server [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] setOSConditions: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] setToolWin: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] setToolUnix: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] setToolProperty: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] setS1ASclassPath: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] init-common: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] deploy-common: [2022-04-17T14:53:34.969Z] [echo] Current time (ISO): 2022-04-17T14:53:34.712+0000 [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] setOSConditions: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] setToolWin: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] setToolUnix: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] setToolProperty: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] setS1ASclassPath: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] init-common: [2022-04-17T14:53:34.969Z] [2022-04-17T14:53:34.969Z] deploy-common-pe: [2022-04-17T14:53:35.243Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-txafternontxApp.ear [2022-04-17T14:53:35.500Z] [exec] Application deployed with name jdbc-txafternontxApp. [2022-04-17T14:53:35.500Z] [echo] Deployment on target server server successful [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setOSConditions: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setToolWin: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setToolUnix: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setToolProperty: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setS1ASclassPath: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] init-common: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] deploy-common-ee: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] run: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setOSConditions: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setToolWin: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setToolUnix: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setToolProperty: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setS1ASclassPath: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] init-common: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] execute-sql-common: [2022-04-17T14:53:35.500Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/sql/create_pointbase.sql [2022-04-17T14:53:35.500Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:53:35.500Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:53:35.500Z] [sql] 0 rows affected [2022-04-17T14:53:35.500Z] [sql] 1 rows affected [2022-04-17T14:53:35.500Z] [sql] 1 rows affected [2022-04-17T14:53:35.500Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setOSConditions: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setToolWin: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setToolUnix: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setToolProperty: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] setS1ASclassPath: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] init-common: [2022-04-17T14:53:35.500Z] [2022-04-17T14:53:35.500Z] runclient-common: [2022-04-17T14:53:35.500Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:53:36.437Z] [exec] Apr 17, 2022 2:53:36 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:53:36.437Z] [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. [2022-04-17T14:53:39.715Z] [exec] Value of key is: test1 : [2022-04-17T14:53:39.715Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:53:39.715Z] [exec] [2022-04-17T14:53:39.715Z] [exec] [2022-04-17T14:53:39.715Z] [exec] ----------------------------------------- [2022-04-17T14:53:39.715Z] [exec] - test1 : : PASS - [2022-04-17T14:53:39.715Z] [exec] ----------------------------------------- [2022-04-17T14:53:39.715Z] [exec] Total PASS: 1 [2022-04-17T14:53:39.715Z] [exec] Total FAIL: 0 [2022-04-17T14:53:39.715Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:53:39.715Z] [exec] ----------------------------------------- [2022-04-17T14:53:39.715Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:53:39.715Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] checkReporting-common: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] confirmReportPresent-common: [2022-04-17T14:53:39.715Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:53:39.715Z] [echo] Test seems to be reported fine [2022-04-17T14:53:39.715Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/RepRunConf.txt [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] confirmMissingReport-common: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] undeploy: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] setOSConditions: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] setToolWin: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] setToolUnix: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] setToolProperty: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] setS1ASclassPath: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] init-common: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] execute-sql-common: [2022-04-17T14:53:39.715Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txafternontxjndi/sql/drop_pointbase.sql [2022-04-17T14:53:39.715Z] [sql] 0 rows affected [2022-04-17T14:53:39.715Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] setOSConditions: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] setToolWin: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] setToolUnix: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] setToolProperty: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] setS1ASclassPath: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] init-common: [2022-04-17T14:53:39.715Z] [2022-04-17T14:53:39.715Z] delete-jdbc-resource-common: [2022-04-17T14:53:39.715Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txafternontx [2022-04-17T14:53:39.992Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txafternontx [2022-04-17T14:53:39.992Z] [exec] JDBC resource jdbc/txafternontx deleted successfully [2022-04-17T14:53:39.992Z] [echo] cmd executed for server [2022-04-17T14:53:39.992Z] [2022-04-17T14:53:39.992Z] setOSConditions: [2022-04-17T14:53:39.992Z] [2022-04-17T14:53:39.992Z] setToolWin: [2022-04-17T14:53:39.992Z] [2022-04-17T14:53:39.992Z] setToolUnix: [2022-04-17T14:53:39.992Z] [2022-04-17T14:53:39.992Z] setToolProperty: [2022-04-17T14:53:39.992Z] [2022-04-17T14:53:39.992Z] setS1ASclassPath: [2022-04-17T14:53:39.992Z] [2022-04-17T14:53:39.992Z] init-common: [2022-04-17T14:53:39.992Z] [2022-04-17T14:53:39.992Z] delete-jdbc-connpool-common: [2022-04-17T14:53:39.992Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-txafternontx-pool [2022-04-17T14:53:40.248Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:40.536Z] [exec] JDBC Connection pool jdbc-txafternontx-pool deleted successfully [2022-04-17T14:53:40.536Z] [echo] cmd executed for server [2022-04-17T14:53:40.536Z] [2022-04-17T14:53:40.536Z] setOSConditions: [2022-04-17T14:53:40.536Z] [2022-04-17T14:53:40.536Z] setToolWin: [2022-04-17T14:53:40.536Z] [2022-04-17T14:53:40.536Z] setToolUnix: [2022-04-17T14:53:40.536Z] [2022-04-17T14:53:40.536Z] setToolProperty: [2022-04-17T14:53:40.536Z] [2022-04-17T14:53:40.536Z] setS1ASclassPath: [2022-04-17T14:53:40.536Z] [2022-04-17T14:53:40.536Z] init-common: [2022-04-17T14:53:40.536Z] [2022-04-17T14:53:40.536Z] undeploy-common: [2022-04-17T14:53:40.792Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] all: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setOSConditions: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolWin: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolUnix: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolProperty: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setS1ASclassPath: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] init-common: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] clean: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setOSConditions: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolWin: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolUnix: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolProperty: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setS1ASclassPath: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] init-common: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] clean-common: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setOSConditions: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolWin: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolUnix: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolProperty: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setS1ASclassPath: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] init-common: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] clean-classes-common: [2022-04-17T14:53:40.792Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setOSConditions: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolWin: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolUnix: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolProperty: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setS1ASclassPath: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] init-common: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] clean-jars-common: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] compile: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setOSConditions: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolWin: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolUnix: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setToolProperty: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] setS1ASclassPath: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] init-common: [2022-04-17T14:53:40.792Z] [2022-04-17T14:53:40.792Z] compile-common: [2022-04-17T14:53:40.792Z] [echo] Current time (ISO): 2022-04-17T14:53:40.710+0000 [2022-04-17T14:53:40.792Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:40.792Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:42.701Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:53:42.701Z] [javac] 1 warning [2022-04-17T14:53:42.701Z] [2022-04-17T14:53:42.701Z] setOSConditions: [2022-04-17T14:53:42.701Z] [2022-04-17T14:53:42.701Z] setToolWin: [2022-04-17T14:53:42.701Z] [2022-04-17T14:53:42.701Z] setToolUnix: [2022-04-17T14:53:42.701Z] [2022-04-17T14:53:42.701Z] setToolProperty: [2022-04-17T14:53:42.701Z] [2022-04-17T14:53:42.701Z] setS1ASclassPath: [2022-04-17T14:53:42.701Z] [2022-04-17T14:53:42.701Z] init-common: [2022-04-17T14:53:42.701Z] [2022-04-17T14:53:42.701Z] compile-common: [2022-04-17T14:53:42.701Z] [echo] Current time (ISO): 2022-04-17T14:53:42.341+0000 [2022-04-17T14:53:42.701Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:44.080Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:53:44.080Z] [javac] 1 warning [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] build: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] setOSConditions: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] fixFiles: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] convUnix: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] convWin: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] setToolWin: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] setToolUnix: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] setToolProperty: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] setS1ASclassPath: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] init-common: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] package-persistence-common: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] ejb-jar-common: [2022-04-17T14:53:44.080Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] package-ejbjar-common: [2022-04-17T14:53:44.080Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:44.080Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:44.080Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:44.080Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxops-ejb.jar [2022-04-17T14:53:44.080Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] appclient-jar-common: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] package-appclientjar-common: [2022-04-17T14:53:44.080Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:44.080Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:44.080Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:44.080Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxops-client.jar [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] webclient-war-common: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] build-ear-common: [2022-04-17T14:53:44.080Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:53:44.080Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxopsApp.ear [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] deploy: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] setOSConditions: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] setToolWin: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] setToolUnix: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] setToolProperty: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] setS1ASclassPath: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] init-common: [2022-04-17T14:53:44.080Z] [2022-04-17T14:53:44.080Z] create-jdbc-connpool-common: [2022-04-17T14:53:44.643Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:44.643Z] [exec] JDBC connection pool jdbc-notxops-pool created successfully. [2022-04-17T14:53:44.643Z] [2022-04-17T14:53:44.643Z] set-derby-connpool-props: [2022-04-17T14:53:44.899Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:44.899Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.User=dbuser [2022-04-17T14:53:45.461Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:45.461Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.Password=dbpassword [2022-04-17T14:53:45.717Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:45.717Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.driverType=4 [2022-04-17T14:53:45.973Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:45.973Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.portNumber=1527 [2022-04-17T14:53:46.546Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:46.546Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.dataBaseName=testdb [2022-04-17T14:53:46.802Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:46.802Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:53:47.365Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:47.365Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.create=true [2022-04-17T14:53:47.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:47.621Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.property.serverName=localhost [2022-04-17T14:53:47.621Z] [2022-04-17T14:53:47.621Z] asadmin-common: [2022-04-17T14:53:47.621Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:48.184Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:48.184Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.steady-pool-size=1 [2022-04-17T14:53:48.184Z] [2022-04-17T14:53:48.184Z] asadmin-common: [2022-04-17T14:53:48.184Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:48.441Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:48.441Z] [exec] domain.resources.jdbc-connection-pool.jdbc-notxops-pool.max-pool-size=1 [2022-04-17T14:53:48.441Z] [2022-04-17T14:53:48.441Z] setOSConditions: [2022-04-17T14:53:48.441Z] [2022-04-17T14:53:48.441Z] setToolWin: [2022-04-17T14:53:48.441Z] [2022-04-17T14:53:48.441Z] setToolUnix: [2022-04-17T14:53:48.441Z] [2022-04-17T14:53:48.441Z] setToolProperty: [2022-04-17T14:53:48.441Z] [2022-04-17T14:53:48.441Z] setS1ASclassPath: [2022-04-17T14:53:48.441Z] [2022-04-17T14:53:48.441Z] init-common: [2022-04-17T14:53:48.441Z] [2022-04-17T14:53:48.441Z] create-jdbc-resource-common: [2022-04-17T14:53:48.441Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:48.697Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:48.697Z] [exec] JDBC resource jdbc/notxops created successfully. [2022-04-17T14:53:48.697Z] [echo] cmd executed for server [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] setOSConditions: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] setToolWin: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] setToolUnix: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] setToolProperty: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] setS1ASclassPath: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] init-common: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] deploy-common: [2022-04-17T14:53:48.697Z] [echo] Current time (ISO): 2022-04-17T14:53:48.654+0000 [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] setOSConditions: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] setToolWin: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] setToolUnix: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] setToolProperty: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] setS1ASclassPath: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] init-common: [2022-04-17T14:53:48.697Z] [2022-04-17T14:53:48.697Z] deploy-common-pe: [2022-04-17T14:53:49.259Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-notxopsApp.ear [2022-04-17T14:53:49.259Z] [exec] Application deployed with name jdbc-notxopsApp. [2022-04-17T14:53:49.259Z] [echo] Deployment on target server server successful [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setOSConditions: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setToolWin: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setToolUnix: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setToolProperty: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setS1ASclassPath: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] init-common: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] deploy-common-ee: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] run: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setOSConditions: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setToolWin: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setToolUnix: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setToolProperty: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setS1ASclassPath: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] init-common: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] execute-sql-common: [2022-04-17T14:53:49.259Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/sql/create_pointbase.sql [2022-04-17T14:53:49.259Z] [sql] Failed to execute: Drop table NOTXOPS [2022-04-17T14:53:49.259Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NOTXOPS' because it does not exist. [2022-04-17T14:53:49.259Z] [sql] 0 rows affected [2022-04-17T14:53:49.259Z] [sql] 1 rows affected [2022-04-17T14:53:49.259Z] [sql] 1 rows affected [2022-04-17T14:53:49.259Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setOSConditions: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setToolWin: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setToolUnix: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setToolProperty: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] setS1ASclassPath: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] init-common: [2022-04-17T14:53:49.259Z] [2022-04-17T14:53:49.259Z] runclient-common: [2022-04-17T14:53:49.259Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:53:50.650Z] [exec] Apr 17, 2022 2:53:50 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:53:50.650Z] [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. [2022-04-17T14:53:53.188Z] [exec] Will fail till a better XA driver is integrated with Derby [2022-04-17T14:53:53.445Z] [exec] Value of key is: test1 : [2022-04-17T14:53:53.445Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:53:53.445Z] [exec] [2022-04-17T14:53:53.445Z] [exec] [2022-04-17T14:53:53.445Z] [exec] ----------------------------------------- [2022-04-17T14:53:53.445Z] [exec] - test1 : : PASS - [2022-04-17T14:53:53.445Z] [exec] ----------------------------------------- [2022-04-17T14:53:53.445Z] [exec] Total PASS: 1 [2022-04-17T14:53:53.445Z] [exec] Total FAIL: 0 [2022-04-17T14:53:53.445Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:53:53.445Z] [exec] ----------------------------------------- [2022-04-17T14:53:53.445Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:53:53.445Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] checkReporting-common: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] confirmReportPresent-common: [2022-04-17T14:53:53.701Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:53:53.701Z] [echo] Test seems to be reported fine [2022-04-17T14:53:53.701Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/RepRunConf.txt [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] confirmMissingReport-common: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] undeploy: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] setOSConditions: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] setToolWin: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] setToolUnix: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] setToolProperty: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] setS1ASclassPath: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] init-common: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] execute-sql-common: [2022-04-17T14:53:53.701Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/notxops/sql/drop_pointbase.sql [2022-04-17T14:53:53.701Z] [sql] 0 rows affected [2022-04-17T14:53:53.701Z] [sql] Failed to execute: Drop table NOTXOPS [2022-04-17T14:53:53.701Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NOTXOPS' because it does not exist. [2022-04-17T14:53:53.701Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] setOSConditions: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] setToolWin: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] setToolUnix: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] setToolProperty: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] setS1ASclassPath: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] init-common: [2022-04-17T14:53:53.701Z] [2022-04-17T14:53:53.701Z] delete-jdbc-resource-common: [2022-04-17T14:53:53.701Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/notxops [2022-04-17T14:53:54.263Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/notxops [2022-04-17T14:53:54.263Z] [exec] JDBC resource jdbc/notxops deleted successfully [2022-04-17T14:53:54.263Z] [echo] cmd executed for server [2022-04-17T14:53:54.263Z] [2022-04-17T14:53:54.263Z] setOSConditions: [2022-04-17T14:53:54.263Z] [2022-04-17T14:53:54.263Z] setToolWin: [2022-04-17T14:53:54.263Z] [2022-04-17T14:53:54.263Z] setToolUnix: [2022-04-17T14:53:54.263Z] [2022-04-17T14:53:54.263Z] setToolProperty: [2022-04-17T14:53:54.263Z] [2022-04-17T14:53:54.263Z] setS1ASclassPath: [2022-04-17T14:53:54.263Z] [2022-04-17T14:53:54.263Z] init-common: [2022-04-17T14:53:54.263Z] [2022-04-17T14:53:54.263Z] delete-jdbc-connpool-common: [2022-04-17T14:53:54.263Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-notxops-pool [2022-04-17T14:53:54.519Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:54.519Z] [exec] JDBC Connection pool jdbc-notxops-pool deleted successfully [2022-04-17T14:53:54.519Z] [echo] cmd executed for server [2022-04-17T14:53:54.519Z] [2022-04-17T14:53:54.519Z] setOSConditions: [2022-04-17T14:53:54.519Z] [2022-04-17T14:53:54.519Z] setToolWin: [2022-04-17T14:53:54.519Z] [2022-04-17T14:53:54.519Z] setToolUnix: [2022-04-17T14:53:54.519Z] [2022-04-17T14:53:54.519Z] setToolProperty: [2022-04-17T14:53:54.519Z] [2022-04-17T14:53:54.519Z] setS1ASclassPath: [2022-04-17T14:53:54.519Z] [2022-04-17T14:53:54.519Z] init-common: [2022-04-17T14:53:54.519Z] [2022-04-17T14:53:54.519Z] undeploy-common: [2022-04-17T14:53:55.081Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] all: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] setOSConditions: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] setToolWin: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] setToolUnix: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] setToolProperty: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] setS1ASclassPath: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] init-common: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] clean: [2022-04-17T14:53:55.081Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:55.081Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] build: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] setOSConditions: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] setToolWin: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] setToolUnix: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] setToolProperty: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] setS1ASclassPath: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] init-common: [2022-04-17T14:53:55.081Z] [2022-04-17T14:53:55.081Z] compile-common: [2022-04-17T14:53:55.081Z] [echo] Current time (ISO): 2022-04-17T14:53:54.897+0000 [2022-04-17T14:53:55.081Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:55.081Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:53:57.037Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:53:57.037Z] [javac] 1 warning [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] deploy: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] setOSConditions: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] setToolWin: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] setToolUnix: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] setToolProperty: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] setS1ASclassPath: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] init-common: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] deploy-jdbc-common: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] setOSConditions: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] setToolWin: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] setToolUnix: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] setToolProperty: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] setS1ASclassPath: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] init-common: [2022-04-17T14:53:57.037Z] [2022-04-17T14:53:57.037Z] create-jdbc-connpool-common: [2022-04-17T14:53:57.293Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:53:57.293Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:53:57.293Z] [2022-04-17T14:53:57.293Z] set-derby-connpool-props: [2022-04-17T14:53:57.856Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:57.856Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:53:58.112Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:58.112Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:53:58.369Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:58.636Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:53:58.893Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:58.893Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:53:59.151Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:59.151Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:53:59.739Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:59.739Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:53:59.995Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:53:59.995Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:54:00.251Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:54:00.251Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:54:00.540Z] [2022-04-17T14:54:00.540Z] setOSConditions: [2022-04-17T14:54:00.540Z] [2022-04-17T14:54:00.540Z] setToolWin: [2022-04-17T14:54:00.540Z] [2022-04-17T14:54:00.540Z] setToolUnix: [2022-04-17T14:54:00.540Z] [2022-04-17T14:54:00.540Z] setToolProperty: [2022-04-17T14:54:00.540Z] [2022-04-17T14:54:00.540Z] setS1ASclassPath: [2022-04-17T14:54:00.540Z] [2022-04-17T14:54:00.540Z] init-common: [2022-04-17T14:54:00.540Z] [2022-04-17T14:54:00.540Z] create-jdbc-resource-common: [2022-04-17T14:54:00.540Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:00.797Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:00.797Z] [exec] JDBC resource jdbc/nonacc created successfully. [2022-04-17T14:54:00.797Z] [echo] cmd executed for server [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] run: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setOSConditions: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setToolWin: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setToolUnix: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setToolProperty: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setS1ASclassPath: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] init-common: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setup-sql: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setOSConditions: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setToolWin: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setToolUnix: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setToolProperty: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] setS1ASclassPath: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] init-common: [2022-04-17T14:54:00.797Z] [2022-04-17T14:54:00.797Z] execute-sql-common: [2022-04-17T14:54:00.797Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/nonacc/sql/create.sql [2022-04-17T14:54:00.797Z] [sql] Failed to execute: DROP TABLE NONACC [2022-04-17T14:54:00.797Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NONACC' because it does not exist. [2022-04-17T14:54:00.797Z] [sql] 0 rows affected [2022-04-17T14:54:00.797Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:54:01.360Z] [java] Apr 17, 2022 2:54:01 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T14:54:01.360Z] [java] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T14:54:03.901Z] [java] Apr 17, 2022 2:54:03 PM org.hibernate.validator.internal.util.Version [2022-04-17T14:54:03.901Z] [java] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T14:54:04.830Z] [java] Got connection com.sun.gjc.spi.jdbc40.ConnectionWrapper40@da22aa [2022-04-17T14:54:04.830Z] [java] Value of key is: test1 [2022-04-17T14:54:04.830Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:54:04.830Z] [java] [2022-04-17T14:54:04.830Z] [java] [2022-04-17T14:54:04.830Z] [java] ----------------------------------------- [2022-04-17T14:54:04.830Z] [java] - test1 : PASS - [2022-04-17T14:54:04.830Z] [java] ----------------------------------------- [2022-04-17T14:54:04.830Z] [java] Total PASS: 1 [2022-04-17T14:54:04.830Z] [java] Total FAIL: 0 [2022-04-17T14:54:04.830Z] [java] Total DID NOT RUN: 0 [2022-04-17T14:54:04.830Z] [java] ----------------------------------------- [2022-04-17T14:54:04.830Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T14:54:04.830Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] undeploy: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] setOSConditions: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] setToolWin: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] setToolUnix: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] setToolProperty: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] setS1ASclassPath: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] init-common: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] undeploy-jdbc-common: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] setOSConditions: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] setToolWin: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] setToolUnix: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] setToolProperty: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] setS1ASclassPath: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] init-common: [2022-04-17T14:54:05.087Z] [2022-04-17T14:54:05.087Z] delete-jdbc-resource-common: [2022-04-17T14:54:05.087Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonacc [2022-04-17T14:54:05.344Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonacc [2022-04-17T14:54:05.344Z] [exec] JDBC resource jdbc/nonacc deleted successfully [2022-04-17T14:54:05.344Z] [echo] cmd executed for server [2022-04-17T14:54:05.344Z] [2022-04-17T14:54:05.344Z] setOSConditions: [2022-04-17T14:54:05.344Z] [2022-04-17T14:54:05.344Z] setToolWin: [2022-04-17T14:54:05.344Z] [2022-04-17T14:54:05.344Z] setToolUnix: [2022-04-17T14:54:05.344Z] [2022-04-17T14:54:05.344Z] setToolProperty: [2022-04-17T14:54:05.344Z] [2022-04-17T14:54:05.344Z] setS1ASclassPath: [2022-04-17T14:54:05.344Z] [2022-04-17T14:54:05.344Z] init-common: [2022-04-17T14:54:05.344Z] [2022-04-17T14:54:05.344Z] delete-jdbc-connpool-common: [2022-04-17T14:54:05.344Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:54:05.938Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:05.938Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:54:05.938Z] [echo] cmd executed for server [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] all: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setOSConditions: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolWin: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolUnix: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolProperty: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setS1ASclassPath: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] init-common: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] clean: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setOSConditions: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolWin: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolUnix: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolProperty: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setS1ASclassPath: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] init-common: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] clean-common: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setOSConditions: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolWin: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolUnix: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolProperty: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setS1ASclassPath: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] init-common: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] clean-classes-common: [2022-04-17T14:54:05.938Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setOSConditions: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolWin: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolUnix: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolProperty: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setS1ASclassPath: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] init-common: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] clean-jars-common: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] compile: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setOSConditions: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolWin: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolUnix: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setToolProperty: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] setS1ASclassPath: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] init-common: [2022-04-17T14:54:05.938Z] [2022-04-17T14:54:05.938Z] compile-common: [2022-04-17T14:54:05.938Z] [echo] Current time (ISO): 2022-04-17T14:54:05.745+0000 [2022-04-17T14:54:05.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:54:05.939Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:54:07.841Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:54:07.841Z] [javac] 1 warning [2022-04-17T14:54:07.841Z] [2022-04-17T14:54:07.841Z] setOSConditions: [2022-04-17T14:54:07.841Z] [2022-04-17T14:54:07.841Z] setToolWin: [2022-04-17T14:54:07.841Z] [2022-04-17T14:54:07.841Z] setToolUnix: [2022-04-17T14:54:07.841Z] [2022-04-17T14:54:07.841Z] setToolProperty: [2022-04-17T14:54:07.841Z] [2022-04-17T14:54:07.841Z] setS1ASclassPath: [2022-04-17T14:54:07.841Z] [2022-04-17T14:54:07.841Z] init-common: [2022-04-17T14:54:07.841Z] [2022-04-17T14:54:07.841Z] compile-common: [2022-04-17T14:54:07.841Z] [echo] Current time (ISO): 2022-04-17T14:54:07.701+0000 [2022-04-17T14:54:07.841Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:54:09.734Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:54:09.734Z] [javac] 1 warning [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] build: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] setOSConditions: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] fixFiles: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] convUnix: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] convWin: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] setToolWin: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] setToolUnix: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] setToolProperty: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] setS1ASclassPath: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] init-common: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] package-persistence-common: [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] ejb-jar-common: [2022-04-17T14:54:09.734Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:54:09.734Z] [2022-04-17T14:54:09.734Z] package-ejbjar-common: [2022-04-17T14:54:09.735Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:09.735Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:09.735Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:09.735Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassoc-ejb.jar [2022-04-17T14:54:09.735Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] appclient-jar-common: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] package-appclientjar-common: [2022-04-17T14:54:09.735Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:09.735Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:09.735Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:09.735Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassoc-client.jar [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] webclient-war-common: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] build-ear-common: [2022-04-17T14:54:09.735Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:09.735Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassocApp.ear [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] deploy: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] setOSConditions: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] setToolWin: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] setToolUnix: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] setToolProperty: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] setS1ASclassPath: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] init-common: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] deploy-jdbc-common: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] setOSConditions: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] setToolWin: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] setToolUnix: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] setToolProperty: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] setS1ASclassPath: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] init-common: [2022-04-17T14:54:09.735Z] [2022-04-17T14:54:09.735Z] create-jdbc-connpool-common: [2022-04-17T14:54:10.298Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:10.298Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:54:10.298Z] [2022-04-17T14:54:10.298Z] set-derby-connpool-props: [2022-04-17T14:54:10.554Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:54:10.554Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:54:11.147Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:54:11.404Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:54:11.693Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:54:11.693Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:54:12.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:54:12.256Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:54:12.512Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:54:12.512Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:54:13.077Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:54:13.077Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:54:13.333Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:54:13.333Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:54:13.900Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:54:13.900Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:54:13.900Z] [2022-04-17T14:54:13.900Z] setOSConditions: [2022-04-17T14:54:13.900Z] [2022-04-17T14:54:13.900Z] setToolWin: [2022-04-17T14:54:13.900Z] [2022-04-17T14:54:13.900Z] setToolUnix: [2022-04-17T14:54:13.900Z] [2022-04-17T14:54:13.900Z] setToolProperty: [2022-04-17T14:54:13.900Z] [2022-04-17T14:54:13.900Z] setS1ASclassPath: [2022-04-17T14:54:13.900Z] [2022-04-17T14:54:13.900Z] init-common: [2022-04-17T14:54:13.900Z] [2022-04-17T14:54:13.900Z] create-jdbc-resource-common: [2022-04-17T14:54:13.900Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:14.157Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:14.438Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:54:14.438Z] [echo] cmd executed for server [2022-04-17T14:54:14.438Z] [2022-04-17T14:54:14.438Z] asadmin-common: [2022-04-17T14:54:14.438Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:14.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:54:14.694Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-enlistment=true [2022-04-17T14:54:14.694Z] [2022-04-17T14:54:14.694Z] asadmin-common: [2022-04-17T14:54:14.694Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:15.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:54:15.256Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.lazy-connection-association=true [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] setOSConditions: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] setToolWin: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] setToolUnix: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] setToolProperty: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] setS1ASclassPath: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] init-common: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] deploy-common: [2022-04-17T14:54:15.256Z] [echo] Current time (ISO): 2022-04-17T14:54:15.066+0000 [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] setOSConditions: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] setToolWin: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] setToolUnix: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] setToolProperty: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] setS1ASclassPath: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] init-common: [2022-04-17T14:54:15.256Z] [2022-04-17T14:54:15.256Z] deploy-common-pe: [2022-04-17T14:54:15.537Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-lazyassocApp.ear [2022-04-17T14:54:15.794Z] [exec] Application deployed with name jdbc-lazyassocApp. [2022-04-17T14:54:15.794Z] [echo] Deployment on target server server successful [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setOSConditions: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setToolWin: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setToolUnix: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setToolProperty: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setS1ASclassPath: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] init-common: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] deploy-common-ee: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] run: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setOSConditions: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setToolWin: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setToolUnix: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setToolProperty: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setS1ASclassPath: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] init-common: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] execute-sql-common: [2022-04-17T14:54:15.794Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/sql/create_pointbase.sql [2022-04-17T14:54:15.794Z] [sql] Failed to execute: Drop table TXLEVELSWITCH [2022-04-17T14:54:15.794Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [2022-04-17T14:54:15.794Z] [sql] 0 rows affected [2022-04-17T14:54:15.794Z] [sql] 1 rows affected [2022-04-17T14:54:15.794Z] [sql] 1 rows affected [2022-04-17T14:54:15.794Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setOSConditions: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setToolWin: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setToolUnix: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setToolProperty: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] setS1ASclassPath: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] init-common: [2022-04-17T14:54:15.794Z] [2022-04-17T14:54:15.794Z] runclient-common: [2022-04-17T14:54:15.794Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:54:16.739Z] [exec] Apr 17, 2022 2:54:16 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:54:16.739Z] [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. [2022-04-17T14:54:20.939Z] [exec] Value of key is: test1 : [2022-04-17T14:54:20.939Z] [exec] Value of key is: test2 : [2022-04-17T14:54:20.939Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:54:20.939Z] [exec] [2022-04-17T14:54:20.939Z] [exec] [2022-04-17T14:54:20.939Z] [exec] ----------------------------------------- [2022-04-17T14:54:20.939Z] [exec] - test2 : : PASS - [2022-04-17T14:54:20.939Z] [exec] - test1 : : PASS - [2022-04-17T14:54:20.939Z] [exec] ----------------------------------------- [2022-04-17T14:54:20.939Z] [exec] Total PASS: 2 [2022-04-17T14:54:20.939Z] [exec] Total FAIL: 0 [2022-04-17T14:54:20.939Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:54:20.939Z] [exec] ----------------------------------------- [2022-04-17T14:54:20.939Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:54:20.939Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] checkReporting-common: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] confirmReportPresent-common: [2022-04-17T14:54:20.939Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:54:20.939Z] [echo] Test seems to be reported fine [2022-04-17T14:54:20.939Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/RepRunConf.txt [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] confirmMissingReport-common: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] undeploy: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] setOSConditions: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] setToolWin: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] setToolUnix: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] setToolProperty: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] setS1ASclassPath: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] init-common: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] execute-sql-common: [2022-04-17T14:54:20.939Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/lazyassoc/sql/drop_pointbase.sql [2022-04-17T14:54:20.939Z] [sql] 0 rows affected [2022-04-17T14:54:20.939Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 [2022-04-17T14:54:20.939Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [2022-04-17T14:54:20.939Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] setOSConditions: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] setToolWin: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] setToolUnix: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] setToolProperty: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] setS1ASclassPath: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] init-common: [2022-04-17T14:54:20.939Z] [2022-04-17T14:54:20.939Z] undeploy-common: [2022-04-17T14:54:21.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] setOSConditions: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] setToolWin: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] setToolUnix: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] setToolProperty: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] setS1ASclassPath: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] init-common: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] undeploy-jdbc-common: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] setOSConditions: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] setToolWin: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] setToolUnix: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] setToolProperty: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] setS1ASclassPath: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] init-common: [2022-04-17T14:54:21.195Z] [2022-04-17T14:54:21.195Z] delete-jdbc-resource-common: [2022-04-17T14:54:21.195Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:54:21.757Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:54:21.757Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:54:21.757Z] [echo] cmd executed for server [2022-04-17T14:54:21.757Z] [2022-04-17T14:54:21.757Z] setOSConditions: [2022-04-17T14:54:21.757Z] [2022-04-17T14:54:21.757Z] setToolWin: [2022-04-17T14:54:21.757Z] [2022-04-17T14:54:21.757Z] setToolUnix: [2022-04-17T14:54:21.757Z] [2022-04-17T14:54:21.757Z] setToolProperty: [2022-04-17T14:54:21.757Z] [2022-04-17T14:54:21.757Z] setS1ASclassPath: [2022-04-17T14:54:21.757Z] [2022-04-17T14:54:21.757Z] init-common: [2022-04-17T14:54:21.757Z] [2022-04-17T14:54:21.757Z] delete-jdbc-connpool-common: [2022-04-17T14:54:21.757Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:54:22.013Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:22.013Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:54:22.013Z] [echo] cmd executed for server [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] all: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setOSConditions: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolWin: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolUnix: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolProperty: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setS1ASclassPath: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] init-common: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] clean: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setOSConditions: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolWin: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolUnix: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolProperty: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setS1ASclassPath: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] init-common: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] clean-common: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setOSConditions: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolWin: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolUnix: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolProperty: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setS1ASclassPath: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] init-common: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] clean-classes-common: [2022-04-17T14:54:22.013Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setOSConditions: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolWin: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolUnix: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolProperty: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setS1ASclassPath: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] init-common: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] clean-jars-common: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] compile: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setOSConditions: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolWin: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolUnix: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setToolProperty: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] setS1ASclassPath: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] init-common: [2022-04-17T14:54:22.013Z] [2022-04-17T14:54:22.013Z] compile-common: [2022-04-17T14:54:22.013Z] [echo] Current time (ISO): 2022-04-17T14:54:21.940+0000 [2022-04-17T14:54:22.013Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:54:22.013Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:54:23.909Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:54:23.909Z] [javac] 1 warning [2022-04-17T14:54:23.909Z] [2022-04-17T14:54:23.909Z] setOSConditions: [2022-04-17T14:54:23.909Z] [2022-04-17T14:54:23.909Z] setToolWin: [2022-04-17T14:54:23.909Z] [2022-04-17T14:54:23.909Z] setToolUnix: [2022-04-17T14:54:23.909Z] [2022-04-17T14:54:23.909Z] setToolProperty: [2022-04-17T14:54:23.909Z] [2022-04-17T14:54:23.909Z] setS1ASclassPath: [2022-04-17T14:54:23.909Z] [2022-04-17T14:54:23.909Z] init-common: [2022-04-17T14:54:23.909Z] [2022-04-17T14:54:23.909Z] compile-common: [2022-04-17T14:54:23.909Z] [echo] Current time (ISO): 2022-04-17T14:54:23.699+0000 [2022-04-17T14:54:23.909Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:54:25.277Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:54:25.539Z] [javac] 1 warning [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] build: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setOSConditions: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] fixFiles: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] convUnix: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] convWin: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolWin: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolUnix: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolProperty: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setS1ASclassPath: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] init-common: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] package-persistence-common: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] ejb-jar-common: [2022-04-17T14:54:25.539Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] package-ejbjar-common: [2022-04-17T14:54:25.539Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:25.539Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:25.539Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:25.539Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.local-ejb.jar [2022-04-17T14:54:25.539Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] appclient-jar-common: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] package-appclientjar-common: [2022-04-17T14:54:25.539Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:25.539Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:25.539Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:25.539Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.local-client.jar [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] webclient-war-common: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] build-ear-common: [2022-04-17T14:54:25.539Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:25.539Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.localApp.ear [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] deploy: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setOSConditions: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolWin: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolUnix: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolProperty: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setS1ASclassPath: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] init-common: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] execute-sql-common: [2022-04-17T14:54:25.539Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/create_pointbase.sql [2022-04-17T14:54:25.539Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:54:25.539Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:54:25.539Z] [sql] 0 rows affected [2022-04-17T14:54:25.539Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setOSConditions: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolWin: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolUnix: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolProperty: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setS1ASclassPath: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] init-common: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setup: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setOSConditions: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolWin: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolUnix: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolProperty: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setS1ASclassPath: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] init-common: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] deploy-jdbc-common: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setOSConditions: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolWin: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolUnix: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setToolProperty: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] setS1ASclassPath: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] init-common: [2022-04-17T14:54:25.539Z] [2022-04-17T14:54:25.539Z] create-jdbc-connpool-common: [2022-04-17T14:54:25.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:25.795Z] [exec] JDBC connection pool jdbc-markconnectionasbad-local-pool created successfully. [2022-04-17T14:54:25.795Z] [2022-04-17T14:54:25.795Z] set-derby-connpool-props: [2022-04-17T14:54:26.356Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:26.356Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.User=dbuser [2022-04-17T14:54:26.617Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:26.617Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.Password=dbpassword [2022-04-17T14:54:27.179Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:27.179Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.driverType=4 [2022-04-17T14:54:27.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:27.439Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.portNumber=1527 [2022-04-17T14:54:27.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:27.694Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.dataBaseName=testdb [2022-04-17T14:54:28.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:28.256Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:54:28.516Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:28.516Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.create=true [2022-04-17T14:54:29.079Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:29.079Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.property.serverName=localhost [2022-04-17T14:54:29.079Z] [2022-04-17T14:54:29.079Z] setOSConditions: [2022-04-17T14:54:29.079Z] [2022-04-17T14:54:29.079Z] setToolWin: [2022-04-17T14:54:29.079Z] [2022-04-17T14:54:29.079Z] setToolUnix: [2022-04-17T14:54:29.079Z] [2022-04-17T14:54:29.079Z] setToolProperty: [2022-04-17T14:54:29.079Z] [2022-04-17T14:54:29.079Z] setS1ASclassPath: [2022-04-17T14:54:29.079Z] [2022-04-17T14:54:29.079Z] init-common: [2022-04-17T14:54:29.079Z] [2022-04-17T14:54:29.079Z] create-jdbc-resource-common: [2022-04-17T14:54:29.079Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:29.336Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:29.336Z] [exec] JDBC resource jdbc/markconnectionasbad-local created successfully. [2022-04-17T14:54:29.336Z] [echo] cmd executed for server [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] setOSConditions: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] setToolWin: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] setToolUnix: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] setToolProperty: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] setS1ASclassPath: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] init-common: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] deploy-jdbc-common: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] setOSConditions: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] setToolWin: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] setToolUnix: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] setToolProperty: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] setS1ASclassPath: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] init-common: [2022-04-17T14:54:29.336Z] [2022-04-17T14:54:29.336Z] create-jdbc-connpool-common: [2022-04-17T14:54:29.595Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:29.595Z] [exec] JDBC connection pool jdbc-markconnectionasbad-local-unshareable-pool created successfully. [2022-04-17T14:54:29.595Z] [2022-04-17T14:54:29.595Z] set-derby-connpool-props: [2022-04-17T14:54:30.157Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:30.157Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.User=dbuser [2022-04-17T14:54:30.413Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:30.413Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.Password=dbpassword [2022-04-17T14:54:30.974Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:30.974Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.driverType=4 [2022-04-17T14:54:31.230Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:31.230Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.portNumber=1527 [2022-04-17T14:54:31.491Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:31.491Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.dataBaseName=testdb [2022-04-17T14:54:32.053Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:32.053Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:54:32.309Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:32.309Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.create=true [2022-04-17T14:54:32.871Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:32.871Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-unshareable-pool.property.serverName=localhost [2022-04-17T14:54:32.871Z] [2022-04-17T14:54:32.871Z] setOSConditions: [2022-04-17T14:54:32.871Z] [2022-04-17T14:54:32.871Z] setToolWin: [2022-04-17T14:54:32.871Z] [2022-04-17T14:54:32.871Z] setToolUnix: [2022-04-17T14:54:32.871Z] [2022-04-17T14:54:32.871Z] setToolProperty: [2022-04-17T14:54:32.871Z] [2022-04-17T14:54:32.871Z] setS1ASclassPath: [2022-04-17T14:54:32.871Z] [2022-04-17T14:54:32.871Z] init-common: [2022-04-17T14:54:32.871Z] [2022-04-17T14:54:32.871Z] create-jdbc-resource-common: [2022-04-17T14:54:32.871Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:33.138Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:33.138Z] [exec] JDBC resource jdbc/markconnectionasbad-local-unshareable created successfully. [2022-04-17T14:54:33.138Z] [echo] cmd executed for server [2022-04-17T14:54:33.138Z] [2022-04-17T14:54:33.138Z] asadmin-common: [2022-04-17T14:54:33.138Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:33.393Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:33.393Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.steady-pool-size=1 [2022-04-17T14:54:33.393Z] [2022-04-17T14:54:33.393Z] asadmin-common: [2022-04-17T14:54:33.393Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:33.955Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:33.955Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.max-pool-size=1 [2022-04-17T14:54:33.955Z] [2022-04-17T14:54:33.955Z] asadmin-common: [2022-04-17T14:54:33.955Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:34.211Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:34.211Z] [exec] domain.resources.jdbc-connection-pool.jdbc-markconnectionasbad-local-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] setOSConditions: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] setToolWin: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] setToolUnix: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] setToolProperty: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] setS1ASclassPath: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] init-common: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] deploy-common: [2022-04-17T14:54:34.211Z] [echo] Current time (ISO): 2022-04-17T14:54:34.067+0000 [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] setOSConditions: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] setToolWin: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] setToolUnix: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] setToolProperty: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] setS1ASclassPath: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] init-common: [2022-04-17T14:54:34.211Z] [2022-04-17T14:54:34.211Z] deploy-common-pe: [2022-04-17T14:54:34.773Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.localApp.ear [2022-04-17T14:54:34.773Z] [exec] Application deployed with name jdbc-markconnectionasbad.localApp. [2022-04-17T14:54:34.773Z] [echo] Deployment on target server server successful [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setOSConditions: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setToolWin: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setToolUnix: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setToolProperty: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setS1ASclassPath: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] init-common: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] deploy-common-ee: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] run: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setOSConditions: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setToolWin: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setToolUnix: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setToolProperty: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setS1ASclassPath: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] init-common: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] execute-sql-common: [2022-04-17T14:54:34.773Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/create_pointbase.sql [2022-04-17T14:54:34.773Z] [sql] 0 rows affected [2022-04-17T14:54:34.773Z] [sql] 0 rows affected [2022-04-17T14:54:34.773Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setOSConditions: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setToolWin: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setToolUnix: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setToolProperty: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] setS1ASclassPath: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] init-common: [2022-04-17T14:54:34.773Z] [2022-04-17T14:54:34.773Z] runclient-common: [2022-04-17T14:54:34.773Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:54:35.704Z] [exec] Apr 17, 2022 2:54:35 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:54:35.704Z] [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. [2022-04-17T14:54:38.992Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - Shareable - ReadOnly] : [2022-04-17T14:54:38.992Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - Shareable Write] : [2022-04-17T14:54:38.992Z] [exec] Value of key is: Mark-Connection-As-Bad [local - NoTx - Shareable ReadOnly] : [2022-04-17T14:54:38.992Z] [exec] Value of key is: Mark-Connection-As-Bad [local - NoTx - Shareable Write] : [2022-04-17T14:54:38.992Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (1) ] : [2022-04-17T14:54:38.992Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (2) ] : [2022-04-17T14:54:38.992Z] [exec] Value of key is: Mark-Connection-As-Bad [local - Tx - UnShareable Write (3) ] : [2022-04-17T14:54:38.992Z] [exec] Mark-Connection-As-Bad Status: [2022-04-17T14:54:38.992Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:54:38.992Z] [exec] [2022-04-17T14:54:38.992Z] [exec] [2022-04-17T14:54:38.992Z] [exec] ----------------------------------------- [2022-04-17T14:54:38.992Z] [exec] - Mark-Connection-As-Bad [local - Tx - Shareable - ReadOnly] : : PASS - [2022-04-17T14:54:38.992Z] [exec] - Mark-Connection-As-Bad [local - NoTx - Shareable Write] : : PASS - [2022-04-17T14:54:38.993Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (1) ] : : PASS - [2022-04-17T14:54:38.993Z] [exec] - Mark-Connection-As-Bad [local - NoTx - Shareable ReadOnly] : : PASS - [2022-04-17T14:54:38.993Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (3) ] : : PASS - [2022-04-17T14:54:38.993Z] [exec] - Mark-Connection-As-Bad [local - Tx - Shareable Write] : : PASS - [2022-04-17T14:54:38.993Z] [exec] - Mark-Connection-As-Bad [local - Tx - UnShareable Write (2) ] : : PASS - [2022-04-17T14:54:38.993Z] [exec] ----------------------------------------- [2022-04-17T14:54:38.993Z] [exec] Total PASS: 7 [2022-04-17T14:54:38.993Z] [exec] Total FAIL: 0 [2022-04-17T14:54:38.993Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:54:38.993Z] [exec] ----------------------------------------- [2022-04-17T14:54:38.993Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:54:38.993Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] checkReporting-common: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] confirmReportPresent-common: [2022-04-17T14:54:39.249Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:54:39.249Z] [echo] Test seems to be reported fine [2022-04-17T14:54:39.249Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/RepRunConf.txt [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] confirmMissingReport-common: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] undeploy: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] setOSConditions: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] setToolWin: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] setToolUnix: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] setToolProperty: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] setS1ASclassPath: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] init-common: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] execute-sql-common: [2022-04-17T14:54:39.249Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.local/sql/drop_pointbase.sql [2022-04-17T14:54:39.249Z] [sql] 0 rows affected [2022-04-17T14:54:39.249Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] unsetup: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] setOSConditions: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] setToolWin: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] setToolUnix: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] setToolProperty: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] setS1ASclassPath: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] init-common: [2022-04-17T14:54:39.249Z] [2022-04-17T14:54:39.249Z] delete-jdbc-resource-common: [2022-04-17T14:54:39.249Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/markconnectionasbad-local [2022-04-17T14:54:39.811Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:39.811Z] [exec] JDBC resource jdbc/markconnectionasbad-local deleted successfully [2022-04-17T14:54:39.811Z] [echo] cmd executed for server [2022-04-17T14:54:39.811Z] [2022-04-17T14:54:39.811Z] setOSConditions: [2022-04-17T14:54:39.811Z] [2022-04-17T14:54:39.811Z] setToolWin: [2022-04-17T14:54:39.811Z] [2022-04-17T14:54:39.811Z] setToolUnix: [2022-04-17T14:54:39.811Z] [2022-04-17T14:54:39.811Z] setToolProperty: [2022-04-17T14:54:39.811Z] [2022-04-17T14:54:39.811Z] setS1ASclassPath: [2022-04-17T14:54:39.811Z] [2022-04-17T14:54:39.811Z] init-common: [2022-04-17T14:54:39.811Z] [2022-04-17T14:54:39.811Z] delete-jdbc-resource-common: [2022-04-17T14:54:39.812Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:40.091Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:40.091Z] [exec] JDBC resource jdbc/markconnectionasbad-local-unshareable deleted successfully [2022-04-17T14:54:40.091Z] [echo] cmd executed for server [2022-04-17T14:54:40.091Z] [2022-04-17T14:54:40.091Z] setOSConditions: [2022-04-17T14:54:40.091Z] [2022-04-17T14:54:40.091Z] setToolWin: [2022-04-17T14:54:40.091Z] [2022-04-17T14:54:40.091Z] setToolUnix: [2022-04-17T14:54:40.091Z] [2022-04-17T14:54:40.091Z] setToolProperty: [2022-04-17T14:54:40.091Z] [2022-04-17T14:54:40.091Z] setS1ASclassPath: [2022-04-17T14:54:40.091Z] [2022-04-17T14:54:40.091Z] init-common: [2022-04-17T14:54:40.091Z] [2022-04-17T14:54:40.091Z] delete-jdbc-connpool-common: [2022-04-17T14:54:40.091Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:40.348Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:40.605Z] [exec] JDBC Connection pool jdbc-markconnectionasbad-local-pool deleted successfully [2022-04-17T14:54:40.605Z] [echo] cmd executed for server [2022-04-17T14:54:40.605Z] [2022-04-17T14:54:40.605Z] setOSConditions: [2022-04-17T14:54:40.605Z] [2022-04-17T14:54:40.605Z] setToolWin: [2022-04-17T14:54:40.605Z] [2022-04-17T14:54:40.605Z] setToolUnix: [2022-04-17T14:54:40.605Z] [2022-04-17T14:54:40.605Z] setToolProperty: [2022-04-17T14:54:40.605Z] [2022-04-17T14:54:40.605Z] setS1ASclassPath: [2022-04-17T14:54:40.605Z] [2022-04-17T14:54:40.605Z] init-common: [2022-04-17T14:54:40.605Z] [2022-04-17T14:54:40.605Z] delete-jdbc-connpool-common: [2022-04-17T14:54:40.605Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:40.860Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:40.860Z] [exec] JDBC Connection pool jdbc-markconnectionasbad-local-unshareable-pool deleted successfully [2022-04-17T14:54:40.860Z] [echo] cmd executed for server [2022-04-17T14:54:40.860Z] [2022-04-17T14:54:40.860Z] setOSConditions: [2022-04-17T14:54:40.860Z] [2022-04-17T14:54:40.860Z] setToolWin: [2022-04-17T14:54:40.860Z] [2022-04-17T14:54:40.860Z] setToolUnix: [2022-04-17T14:54:40.860Z] [2022-04-17T14:54:40.860Z] setToolProperty: [2022-04-17T14:54:40.860Z] [2022-04-17T14:54:40.860Z] setS1ASclassPath: [2022-04-17T14:54:40.860Z] [2022-04-17T14:54:40.860Z] init-common: [2022-04-17T14:54:40.860Z] [2022-04-17T14:54:40.860Z] undeploy-common: [2022-04-17T14:54:41.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] all: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setOSConditions: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolWin: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolUnix: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolProperty: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setS1ASclassPath: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] init-common: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] clean: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setOSConditions: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolWin: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolUnix: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolProperty: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setS1ASclassPath: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] init-common: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] clean-common: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setOSConditions: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolWin: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolUnix: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolProperty: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setS1ASclassPath: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] init-common: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] clean-classes-common: [2022-04-17T14:54:41.395Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setOSConditions: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolWin: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolUnix: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolProperty: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setS1ASclassPath: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] init-common: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] clean-jars-common: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] compile: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setOSConditions: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolWin: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolUnix: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setToolProperty: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] setS1ASclassPath: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] init-common: [2022-04-17T14:54:41.395Z] [2022-04-17T14:54:41.395Z] compile-common: [2022-04-17T14:54:41.395Z] [echo] Current time (ISO): 2022-04-17T14:54:41.226+0000 [2022-04-17T14:54:41.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:54:41.395Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:54:42.776Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:54:43.032Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:43.032Z] [javac] return new Integer(1); [2022-04-17T14:54:43.032Z] [javac] ^ [2022-04-17T14:54:43.032Z] [javac] 2 warnings [2022-04-17T14:54:43.032Z] [2022-04-17T14:54:43.032Z] setOSConditions: [2022-04-17T14:54:43.032Z] [2022-04-17T14:54:43.032Z] setToolWin: [2022-04-17T14:54:43.032Z] [2022-04-17T14:54:43.032Z] setToolUnix: [2022-04-17T14:54:43.032Z] [2022-04-17T14:54:43.032Z] setToolProperty: [2022-04-17T14:54:43.032Z] [2022-04-17T14:54:43.032Z] setS1ASclassPath: [2022-04-17T14:54:43.032Z] [2022-04-17T14:54:43.032Z] init-common: [2022-04-17T14:54:43.032Z] [2022-04-17T14:54:43.032Z] compile-common: [2022-04-17T14:54:43.032Z] [echo] Current time (ISO): 2022-04-17T14:54:42.953+0000 [2022-04-17T14:54:43.032Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:54:44.924Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:54:44.924Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:44.924Z] [javac] return new Integer(returnValue.get("count").toString()); [2022-04-17T14:54:44.924Z] [javac] ^ [2022-04-17T14:54:44.924Z] [javac] 2 warnings [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] build: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setOSConditions: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] fixFiles: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] convUnix: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] convWin: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolWin: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolUnix: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolProperty: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setS1ASclassPath: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] init-common: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] package-persistence-common: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] ejb-jar-common: [2022-04-17T14:54:44.924Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] package-ejbjar-common: [2022-04-17T14:54:44.924Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:44.924Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:44.924Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:44.924Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar [2022-04-17T14:54:44.924Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] appclient-jar-common: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] package-appclientjar-common: [2022-04-17T14:54:44.924Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:44.924Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:44.924Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:44.924Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] webclient-war-common: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] build-ear-common: [2022-04-17T14:54:44.924Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:54:44.924Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] deploy: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setOSConditions: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolWin: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolUnix: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolProperty: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setS1ASclassPath: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] init-common: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] execute-sql-common: [2022-04-17T14:54:44.924Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/create_pointbase.sql [2022-04-17T14:54:44.924Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:54:44.924Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:54:44.924Z] [sql] 0 rows affected [2022-04-17T14:54:44.924Z] [sql] Failed to execute: drop table owner [2022-04-17T14:54:44.924Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. [2022-04-17T14:54:44.924Z] [sql] 0 rows affected [2022-04-17T14:54:44.924Z] [sql] 2 of 4 SQL statements executed successfully [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setOSConditions: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolWin: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolUnix: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolProperty: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setS1ASclassPath: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] init-common: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setup: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setOSConditions: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolWin: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolUnix: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolProperty: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setS1ASclassPath: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] init-common: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] deploy-jdbc-common: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setOSConditions: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolWin: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolUnix: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setToolProperty: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] setS1ASclassPath: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] init-common: [2022-04-17T14:54:44.924Z] [2022-04-17T14:54:44.924Z] create-jdbc-connpool-common: [2022-04-17T14:54:45.487Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:45.487Z] [exec] JDBC connection pool jdbc/jdbc-unshareable-pool created successfully. [2022-04-17T14:54:45.487Z] [2022-04-17T14:54:45.487Z] set-derby-connpool-props: [2022-04-17T14:54:45.743Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:45.743Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.User=dbuser [2022-04-17T14:54:45.999Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:45.999Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.Password=dbpassword [2022-04-17T14:54:46.561Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:46.561Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.driverType=4 [2022-04-17T14:54:46.818Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:46.818Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.portNumber=1527 [2022-04-17T14:54:47.382Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:47.382Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.dataBaseName=testdb [2022-04-17T14:54:47.642Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:47.642Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:54:47.899Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:47.899Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.create=true [2022-04-17T14:54:48.466Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:48.466Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.property.serverName=localhost [2022-04-17T14:54:48.466Z] [2022-04-17T14:54:48.466Z] setOSConditions: [2022-04-17T14:54:48.466Z] [2022-04-17T14:54:48.466Z] setToolWin: [2022-04-17T14:54:48.466Z] [2022-04-17T14:54:48.466Z] setToolUnix: [2022-04-17T14:54:48.466Z] [2022-04-17T14:54:48.466Z] setToolProperty: [2022-04-17T14:54:48.466Z] [2022-04-17T14:54:48.466Z] setS1ASclassPath: [2022-04-17T14:54:48.466Z] [2022-04-17T14:54:48.466Z] init-common: [2022-04-17T14:54:48.466Z] [2022-04-17T14:54:48.466Z] create-jdbc-resource-common: [2022-04-17T14:54:48.466Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:48.722Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:48.722Z] [exec] JDBC resource jdbc/unshareable created successfully. [2022-04-17T14:54:48.722Z] [echo] cmd executed for server [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] setOSConditions: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] setToolWin: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] setToolUnix: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] setToolProperty: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] setS1ASclassPath: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] init-common: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] deploy-jdbc-common: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] setOSConditions: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] setToolWin: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] setToolUnix: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] setToolProperty: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] setS1ASclassPath: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] init-common: [2022-04-17T14:54:48.722Z] [2022-04-17T14:54:48.722Z] create-jdbc-connpool-common: [2022-04-17T14:54:49.284Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:49.284Z] [exec] JDBC connection pool jdbc-shareable-pool created successfully. [2022-04-17T14:54:49.284Z] [2022-04-17T14:54:49.284Z] set-derby-connpool-props: [2022-04-17T14:54:49.540Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:49.540Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser [2022-04-17T14:54:50.101Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:50.101Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword [2022-04-17T14:54:50.357Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:50.357Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 [2022-04-17T14:54:50.614Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:50.614Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 [2022-04-17T14:54:51.176Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:51.176Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb [2022-04-17T14:54:51.432Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:51.432Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:54:51.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:51.994Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true [2022-04-17T14:54:52.251Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:52.251Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost [2022-04-17T14:54:52.251Z] [2022-04-17T14:54:52.251Z] setOSConditions: [2022-04-17T14:54:52.251Z] [2022-04-17T14:54:52.251Z] setToolWin: [2022-04-17T14:54:52.251Z] [2022-04-17T14:54:52.251Z] setToolUnix: [2022-04-17T14:54:52.251Z] [2022-04-17T14:54:52.251Z] setToolProperty: [2022-04-17T14:54:52.251Z] [2022-04-17T14:54:52.251Z] setS1ASclassPath: [2022-04-17T14:54:52.251Z] [2022-04-17T14:54:52.251Z] init-common: [2022-04-17T14:54:52.251Z] [2022-04-17T14:54:52.251Z] create-jdbc-resource-common: [2022-04-17T14:54:52.251Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:52.839Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:52.839Z] [exec] JDBC resource jdbc/shareable created successfully. [2022-04-17T14:54:52.839Z] [echo] cmd executed for server [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] setOSConditions: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] setToolWin: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] setToolUnix: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] setToolProperty: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] setS1ASclassPath: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] init-common: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] deploy-jdbc-common: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] setOSConditions: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] setToolWin: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] setToolUnix: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] setToolProperty: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] setS1ASclassPath: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] init-common: [2022-04-17T14:54:52.839Z] [2022-04-17T14:54:52.839Z] create-jdbc-connpool-common: [2022-04-17T14:54:53.095Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:53.095Z] [exec] JDBC connection pool jdbc-local-pool created successfully. [2022-04-17T14:54:53.095Z] [2022-04-17T14:54:53.095Z] set-derby-connpool-props: [2022-04-17T14:54:53.351Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:53.351Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.User=dbuser [2022-04-17T14:54:53.940Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:53.940Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.Password=dbpassword [2022-04-17T14:54:54.196Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:54.196Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.driverType=4 [2022-04-17T14:54:54.453Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:54.453Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.portNumber=1527 [2022-04-17T14:54:55.041Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:55.041Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.dataBaseName=testdb [2022-04-17T14:54:55.298Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:55.298Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:54:55.554Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:55.554Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.create=true [2022-04-17T14:54:56.140Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:56.141Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.serverName=localhost [2022-04-17T14:54:56.141Z] [2022-04-17T14:54:56.141Z] setOSConditions: [2022-04-17T14:54:56.141Z] [2022-04-17T14:54:56.141Z] setToolWin: [2022-04-17T14:54:56.141Z] [2022-04-17T14:54:56.141Z] setToolUnix: [2022-04-17T14:54:56.141Z] [2022-04-17T14:54:56.141Z] setToolProperty: [2022-04-17T14:54:56.141Z] [2022-04-17T14:54:56.141Z] setS1ASclassPath: [2022-04-17T14:54:56.141Z] [2022-04-17T14:54:56.141Z] init-common: [2022-04-17T14:54:56.141Z] [2022-04-17T14:54:56.141Z] create-jdbc-resource-common: [2022-04-17T14:54:56.141Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:56.397Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:56.397Z] [exec] JDBC resource jdbc/localdatasource created successfully. [2022-04-17T14:54:56.397Z] [echo] cmd executed for server [2022-04-17T14:54:56.397Z] [2022-04-17T14:54:56.397Z] asadmin-common: [2022-04-17T14:54:56.397Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:56.974Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:56.974Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH [2022-04-17T14:54:56.974Z] [2022-04-17T14:54:56.974Z] asadmin-common: [2022-04-17T14:54:56.974Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:57.551Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:57.551Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady-pool-size=5 [2022-04-17T14:54:57.551Z] [2022-04-17T14:54:57.551Z] asadmin-common: [2022-04-17T14:54:57.551Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:57.808Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:57.808Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max-pool-size=5 [2022-04-17T14:54:57.808Z] [2022-04-17T14:54:57.808Z] asadmin-common: [2022-04-17T14:54:57.808Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:58.370Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:58.371Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:54:58.371Z] [2022-04-17T14:54:58.371Z] asadmin-common: [2022-04-17T14:54:58.371Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:58.627Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:58.627Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.steady-pool-size=5 [2022-04-17T14:54:58.627Z] [2022-04-17T14:54:58.627Z] asadmin-common: [2022-04-17T14:54:58.627Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:58.891Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:58.891Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.max-pool-size=5 [2022-04-17T14:54:58.891Z] [2022-04-17T14:54:58.891Z] asadmin-common: [2022-04-17T14:54:58.891Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:59.453Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:59.453Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-unshareable-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:54:59.453Z] [2022-04-17T14:54:59.453Z] asadmin-common: [2022-04-17T14:54:59.453Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:59.709Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:59.709Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 [2022-04-17T14:54:59.709Z] [2022-04-17T14:54:59.709Z] asadmin-common: [2022-04-17T14:54:59.709Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:59.966Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:54:59.966Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 [2022-04-17T14:54:59.966Z] [2022-04-17T14:54:59.966Z] asadmin-common: [2022-04-17T14:54:59.966Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:00.546Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:00.546Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] setOSConditions: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] setToolWin: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] setToolUnix: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] setToolProperty: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] setS1ASclassPath: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] init-common: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] deploy-common: [2022-04-17T14:55:00.546Z] [echo] Current time (ISO): 2022-04-17T14:55:00.304+0000 [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] setOSConditions: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] setToolWin: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] setToolUnix: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] setToolProperty: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] setS1ASclassPath: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] init-common: [2022-04-17T14:55:00.546Z] [2022-04-17T14:55:00.546Z] deploy-common-pe: [2022-04-17T14:55:00.802Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T14:55:00.802Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. [2022-04-17T14:55:00.802Z] [echo] Deployment on target server server successful [2022-04-17T14:55:01.058Z] [2022-04-17T14:55:01.058Z] setOSConditions: [2022-04-17T14:55:01.058Z] [2022-04-17T14:55:01.058Z] setToolWin: [2022-04-17T14:55:01.058Z] [2022-04-17T14:55:01.058Z] setToolUnix: [2022-04-17T14:55:01.058Z] [2022-04-17T14:55:01.058Z] setToolProperty: [2022-04-17T14:55:01.058Z] [2022-04-17T14:55:01.058Z] setS1ASclassPath: [2022-04-17T14:55:01.058Z] [2022-04-17T14:55:01.058Z] init-common: [2022-04-17T14:55:01.058Z] [2022-04-17T14:55:01.058Z] deploy-common-ee: [2022-04-17T14:55:01.058Z] [2022-04-17T14:55:01.058Z] run: [2022-04-17T14:55:01.058Z] [2022-04-17T14:55:01.059Z] setOSConditions: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] setToolWin: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] setToolUnix: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] setToolProperty: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] setS1ASclassPath: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] init-common: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] execute-sql-common: [2022-04-17T14:55:01.059Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/create_pointbase.sql [2022-04-17T14:55:01.059Z] [sql] 0 rows affected [2022-04-17T14:55:01.059Z] [sql] 0 rows affected [2022-04-17T14:55:01.059Z] [sql] 0 rows affected [2022-04-17T14:55:01.059Z] [sql] 0 rows affected [2022-04-17T14:55:01.059Z] [sql] 4 of 4 SQL statements executed successfully [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] setOSConditions: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] setToolWin: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] setToolUnix: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] setToolProperty: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] setS1ASclassPath: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] init-common: [2022-04-17T14:55:01.059Z] [2022-04-17T14:55:01.059Z] runclient-common: [2022-04-17T14:55:01.059Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:55:01.988Z] [exec] Apr 17, 2022 2:55:01 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:55:01.988Z] [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. [2022-04-17T14:55:06.240Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : [2022-04-17T14:55:06.240Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : [2022-04-17T14:55:06.240Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : [2022-04-17T14:55:06.240Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : [2022-04-17T14:55:06.539Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : [2022-04-17T14:55:06.539Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : [2022-04-17T14:55:06.839Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : [2022-04-17T14:55:06.839Z] [exec] Value of key is: Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : [2022-04-17T14:55:06.839Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : [2022-04-17T14:55:07.095Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : [2022-04-17T14:55:07.095Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : [2022-04-17T14:55:07.095Z] [exec] Value of key is: Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : [2022-04-17T14:55:07.095Z] [exec] Mark-Connection-As-Bad [2022-04-17T14:55:07.095Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:55:07.095Z] [exec] [2022-04-17T14:55:07.095Z] [exec] [2022-04-17T14:55:07.095Z] [exec] ----------------------------------------- [2022-04-17T14:55:07.095Z] [exec] - Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : : PASS - [2022-04-17T14:55:07.095Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : : PASS - [2022-04-17T14:55:07.095Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : : PASS - [2022-04-17T14:55:07.095Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : : PASS - [2022-04-17T14:55:07.095Z] [exec] - Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : : PASS - [2022-04-17T14:55:07.096Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : : PASS - [2022-04-17T14:55:07.096Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : : PASS - [2022-04-17T14:55:07.096Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : : PASS - [2022-04-17T14:55:07.096Z] [exec] - Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : : PASS - [2022-04-17T14:55:07.096Z] [exec] - Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : : PASS - [2022-04-17T14:55:07.096Z] [exec] - Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : : PASS - [2022-04-17T14:55:07.096Z] [exec] - Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : : PASS - [2022-04-17T14:55:07.096Z] [exec] ----------------------------------------- [2022-04-17T14:55:07.096Z] [exec] Total PASS: 12 [2022-04-17T14:55:07.096Z] [exec] Total FAIL: 0 [2022-04-17T14:55:07.096Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:55:07.096Z] [exec] ----------------------------------------- [2022-04-17T14:55:07.096Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:55:07.096Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] checkReporting-common: [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] confirmReportPresent-common: [2022-04-17T14:55:07.352Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:55:07.352Z] [echo] Test seems to be reported fine [2022-04-17T14:55:07.352Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/RepRunConf.txt [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] confirmMissingReport-common: [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] undeploy: [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] setOSConditions: [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] setToolWin: [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] setToolUnix: [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] setToolProperty: [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] setS1ASclassPath: [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] init-common: [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] execute-sql-common: [2022-04-17T14:55:07.352Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/markconnectionasbad.xa/sql/drop_pointbase.sql [2022-04-17T14:55:07.352Z] [sql] 0 rows affected [2022-04-17T14:55:07.352Z] [sql] 0 rows affected [2022-04-17T14:55:07.352Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] unsetup: [2022-04-17T14:55:07.352Z] [2022-04-17T14:55:07.352Z] asadmin-common: [2022-04-17T14:55:07.352Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:07.957Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:07.957Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF [2022-04-17T14:55:07.957Z] [2022-04-17T14:55:07.957Z] setOSConditions: [2022-04-17T14:55:07.957Z] [2022-04-17T14:55:07.958Z] setToolWin: [2022-04-17T14:55:07.958Z] [2022-04-17T14:55:07.958Z] setToolUnix: [2022-04-17T14:55:07.958Z] [2022-04-17T14:55:07.958Z] setToolProperty: [2022-04-17T14:55:07.958Z] [2022-04-17T14:55:07.958Z] setS1ASclassPath: [2022-04-17T14:55:07.958Z] [2022-04-17T14:55:07.958Z] init-common: [2022-04-17T14:55:07.958Z] [2022-04-17T14:55:07.958Z] delete-jdbc-resource-common: [2022-04-17T14:55:07.958Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/unshareable [2022-04-17T14:55:08.544Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/unshareable [2022-04-17T14:55:08.544Z] [exec] JDBC resource jdbc/unshareable deleted successfully [2022-04-17T14:55:08.544Z] [echo] cmd executed for server [2022-04-17T14:55:08.544Z] [2022-04-17T14:55:08.544Z] setOSConditions: [2022-04-17T14:55:08.544Z] [2022-04-17T14:55:08.544Z] setToolWin: [2022-04-17T14:55:08.544Z] [2022-04-17T14:55:08.544Z] setToolUnix: [2022-04-17T14:55:08.544Z] [2022-04-17T14:55:08.544Z] setToolProperty: [2022-04-17T14:55:08.544Z] [2022-04-17T14:55:08.544Z] setS1ASclassPath: [2022-04-17T14:55:08.544Z] [2022-04-17T14:55:08.544Z] init-common: [2022-04-17T14:55:08.544Z] [2022-04-17T14:55:08.544Z] delete-jdbc-connpool-common: [2022-04-17T14:55:08.544Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:08.800Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:08.800Z] [exec] JDBC Connection pool jdbc/jdbc-unshareable-pool deleted successfully [2022-04-17T14:55:08.800Z] [echo] cmd executed for server [2022-04-17T14:55:08.800Z] [2022-04-17T14:55:08.800Z] setOSConditions: [2022-04-17T14:55:08.800Z] [2022-04-17T14:55:08.800Z] setToolWin: [2022-04-17T14:55:08.800Z] [2022-04-17T14:55:08.800Z] setToolUnix: [2022-04-17T14:55:08.800Z] [2022-04-17T14:55:08.800Z] setToolProperty: [2022-04-17T14:55:08.800Z] [2022-04-17T14:55:08.801Z] setS1ASclassPath: [2022-04-17T14:55:08.801Z] [2022-04-17T14:55:08.801Z] init-common: [2022-04-17T14:55:08.801Z] [2022-04-17T14:55:08.801Z] delete-jdbc-resource-common: [2022-04-17T14:55:08.801Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/shareable [2022-04-17T14:55:09.057Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/shareable [2022-04-17T14:55:09.339Z] [exec] JDBC resource jdbc/shareable deleted successfully [2022-04-17T14:55:09.339Z] [echo] cmd executed for server [2022-04-17T14:55:09.339Z] [2022-04-17T14:55:09.339Z] setOSConditions: [2022-04-17T14:55:09.339Z] [2022-04-17T14:55:09.339Z] setToolWin: [2022-04-17T14:55:09.339Z] [2022-04-17T14:55:09.339Z] setToolUnix: [2022-04-17T14:55:09.339Z] [2022-04-17T14:55:09.339Z] setToolProperty: [2022-04-17T14:55:09.339Z] [2022-04-17T14:55:09.339Z] setS1ASclassPath: [2022-04-17T14:55:09.339Z] [2022-04-17T14:55:09.339Z] init-common: [2022-04-17T14:55:09.339Z] [2022-04-17T14:55:09.339Z] delete-jdbc-connpool-common: [2022-04-17T14:55:09.339Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-shareable-pool [2022-04-17T14:55:09.597Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:09.597Z] [exec] JDBC Connection pool jdbc-shareable-pool deleted successfully [2022-04-17T14:55:09.597Z] [echo] cmd executed for server [2022-04-17T14:55:09.597Z] [2022-04-17T14:55:09.597Z] setOSConditions: [2022-04-17T14:55:09.597Z] [2022-04-17T14:55:09.597Z] setToolWin: [2022-04-17T14:55:09.597Z] [2022-04-17T14:55:09.597Z] setToolUnix: [2022-04-17T14:55:09.597Z] [2022-04-17T14:55:09.597Z] setToolProperty: [2022-04-17T14:55:09.597Z] [2022-04-17T14:55:09.597Z] setS1ASclassPath: [2022-04-17T14:55:09.597Z] [2022-04-17T14:55:09.597Z] init-common: [2022-04-17T14:55:09.597Z] [2022-04-17T14:55:09.597Z] delete-jdbc-resource-common: [2022-04-17T14:55:09.597Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource [2022-04-17T14:55:10.160Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource [2022-04-17T14:55:10.160Z] [exec] JDBC resource jdbc/localdatasource deleted successfully [2022-04-17T14:55:10.160Z] [echo] cmd executed for server [2022-04-17T14:55:10.160Z] [2022-04-17T14:55:10.160Z] setOSConditions: [2022-04-17T14:55:10.160Z] [2022-04-17T14:55:10.160Z] setToolWin: [2022-04-17T14:55:10.160Z] [2022-04-17T14:55:10.160Z] setToolUnix: [2022-04-17T14:55:10.160Z] [2022-04-17T14:55:10.160Z] setToolProperty: [2022-04-17T14:55:10.160Z] [2022-04-17T14:55:10.160Z] setS1ASclassPath: [2022-04-17T14:55:10.160Z] [2022-04-17T14:55:10.160Z] init-common: [2022-04-17T14:55:10.160Z] [2022-04-17T14:55:10.160Z] delete-jdbc-connpool-common: [2022-04-17T14:55:10.160Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool [2022-04-17T14:55:10.416Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:10.416Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully [2022-04-17T14:55:10.416Z] [echo] cmd executed for server [2022-04-17T14:55:10.416Z] [2022-04-17T14:55:10.416Z] setOSConditions: [2022-04-17T14:55:10.416Z] [2022-04-17T14:55:10.416Z] setToolWin: [2022-04-17T14:55:10.416Z] [2022-04-17T14:55:10.416Z] setToolUnix: [2022-04-17T14:55:10.416Z] [2022-04-17T14:55:10.416Z] setToolProperty: [2022-04-17T14:55:10.416Z] [2022-04-17T14:55:10.416Z] setS1ASclassPath: [2022-04-17T14:55:10.416Z] [2022-04-17T14:55:10.416Z] init-common: [2022-04-17T14:55:10.416Z] [2022-04-17T14:55:10.416Z] undeploy-common: [2022-04-17T14:55:10.690Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] all: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setOSConditions: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolWin: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolUnix: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolProperty: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setS1ASclassPath: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] init-common: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] clean: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setOSConditions: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolWin: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolUnix: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolProperty: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setS1ASclassPath: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] init-common: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] clean-common: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setOSConditions: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolWin: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolUnix: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolProperty: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setS1ASclassPath: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] init-common: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] clean-classes-common: [2022-04-17T14:55:10.690Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setOSConditions: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolWin: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolUnix: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolProperty: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setS1ASclassPath: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] init-common: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] clean-jars-common: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] compile: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setOSConditions: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolWin: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolUnix: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setToolProperty: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] setS1ASclassPath: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] init-common: [2022-04-17T14:55:10.690Z] [2022-04-17T14:55:10.690Z] compile-common: [2022-04-17T14:55:10.690Z] [echo] Current time (ISO): 2022-04-17T14:55:10.677+0000 [2022-04-17T14:55:10.690Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:55:10.690Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:55:12.601Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:55:12.601Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:12.601Z] [javac] return new Integer(1); [2022-04-17T14:55:12.601Z] [javac] ^ [2022-04-17T14:55:12.601Z] [javac] 2 warnings [2022-04-17T14:55:12.601Z] [2022-04-17T14:55:12.601Z] setOSConditions: [2022-04-17T14:55:12.601Z] [2022-04-17T14:55:12.601Z] setToolWin: [2022-04-17T14:55:12.601Z] [2022-04-17T14:55:12.601Z] setToolUnix: [2022-04-17T14:55:12.601Z] [2022-04-17T14:55:12.601Z] setToolProperty: [2022-04-17T14:55:12.601Z] [2022-04-17T14:55:12.601Z] setS1ASclassPath: [2022-04-17T14:55:12.601Z] [2022-04-17T14:55:12.601Z] init-common: [2022-04-17T14:55:12.601Z] [2022-04-17T14:55:12.601Z] compile-common: [2022-04-17T14:55:12.601Z] [echo] Current time (ISO): 2022-04-17T14:55:12.367+0000 [2022-04-17T14:55:12.601Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:55:14.500Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:55:14.500Z] [javac] 1 warning [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] build: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] setOSConditions: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] fixFiles: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] convUnix: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] convWin: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] setToolWin: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] setToolUnix: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] setToolProperty: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] setS1ASclassPath: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] init-common: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] package-persistence-common: [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] ejb-jar-common: [2022-04-17T14:55:14.500Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:55:14.500Z] [2022-04-17T14:55:14.500Z] package-ejbjar-common: [2022-04-17T14:55:14.501Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:14.501Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:14.501Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:14.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-ejb.jar [2022-04-17T14:55:14.501Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] appclient-jar-common: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] package-appclientjar-common: [2022-04-17T14:55:14.501Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:14.501Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:14.501Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:14.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-client.jar [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] webclient-war-common: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] build-ear-common: [2022-04-17T14:55:14.501Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:14.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] deploy: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setOSConditions: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setToolWin: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setToolUnix: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setToolProperty: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setS1ASclassPath: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] init-common: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] execute-sql-common: [2022-04-17T14:55:14.501Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/create_pointbase.sql [2022-04-17T14:55:14.501Z] [sql] Failed to execute: Drop table customer_stmt_wrapper [2022-04-17T14:55:14.501Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. [2022-04-17T14:55:14.501Z] [sql] 0 rows affected [2022-04-17T14:55:14.501Z] [sql] 1 rows affected [2022-04-17T14:55:14.501Z] [sql] 1 rows affected [2022-04-17T14:55:14.501Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setOSConditions: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setToolWin: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setToolUnix: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setToolProperty: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setS1ASclassPath: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] init-common: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] deploy-jdbc-common: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setOSConditions: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setToolWin: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setToolUnix: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setToolProperty: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] setS1ASclassPath: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] init-common: [2022-04-17T14:55:14.501Z] [2022-04-17T14:55:14.501Z] create-jdbc-connpool-common: [2022-04-17T14:55:14.758Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:14.758Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:55:14.758Z] [2022-04-17T14:55:14.758Z] set-derby-connpool-props: [2022-04-17T14:55:15.014Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:55:15.014Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:55:15.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:55:15.577Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:55:15.838Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:55:15.838Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:55:16.094Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:55:16.094Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:55:16.657Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:55:16.657Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:55:16.915Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:55:16.915Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:55:17.482Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:55:17.482Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:55:17.743Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:55:17.743Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:55:17.743Z] [2022-04-17T14:55:17.743Z] setOSConditions: [2022-04-17T14:55:17.743Z] [2022-04-17T14:55:17.743Z] setToolWin: [2022-04-17T14:55:17.743Z] [2022-04-17T14:55:17.743Z] setToolUnix: [2022-04-17T14:55:17.743Z] [2022-04-17T14:55:17.743Z] setToolProperty: [2022-04-17T14:55:17.743Z] [2022-04-17T14:55:17.743Z] setS1ASclassPath: [2022-04-17T14:55:17.743Z] [2022-04-17T14:55:17.743Z] init-common: [2022-04-17T14:55:17.743Z] [2022-04-17T14:55:17.743Z] create-jdbc-resource-common: [2022-04-17T14:55:17.743Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:18.305Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:18.305Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:55:18.305Z] [echo] cmd executed for server [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] setOSConditions: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] setToolWin: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] setToolUnix: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] setToolProperty: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] setS1ASclassPath: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] init-common: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] deploy-common: [2022-04-17T14:55:18.305Z] [echo] Current time (ISO): 2022-04-17T14:55:18.109+0000 [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] setOSConditions: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] setToolWin: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] setToolUnix: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] setToolProperty: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] setS1ASclassPath: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] init-common: [2022-04-17T14:55:18.305Z] [2022-04-17T14:55:18.305Z] deploy-common-pe: [2022-04-17T14:55:18.561Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear [2022-04-17T14:55:18.818Z] [exec] Application deployed with name ejb-bmp-statementwrapperApp. [2022-04-17T14:55:18.818Z] [echo] Deployment on target server server successful [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setOSConditions: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setToolWin: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setToolUnix: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setToolProperty: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setS1ASclassPath: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] init-common: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] deploy-common-ee: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] run: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setOSConditions: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setToolWin: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setToolUnix: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setToolProperty: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setS1ASclassPath: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] init-common: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] execute-sql-common: [2022-04-17T14:55:18.818Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/create_pointbase.sql [2022-04-17T14:55:18.818Z] [sql] 0 rows affected [2022-04-17T14:55:18.818Z] [sql] 0 rows affected [2022-04-17T14:55:18.818Z] [sql] 1 rows affected [2022-04-17T14:55:18.818Z] [sql] 1 rows affected [2022-04-17T14:55:18.818Z] [sql] 4 of 4 SQL statements executed successfully [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setOSConditions: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setToolWin: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setToolUnix: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setToolProperty: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] setS1ASclassPath: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] init-common: [2022-04-17T14:55:18.818Z] [2022-04-17T14:55:18.818Z] runclient-common: [2022-04-17T14:55:18.818Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:55:19.747Z] [exec] Apr 17, 2022 2:55:19 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:55:19.747Z] [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. [2022-04-17T14:55:23.019Z] [exec] Value of key is: statementTest : [2022-04-17T14:55:23.019Z] [exec] Value of key is: preparedStatementTest : [2022-04-17T14:55:23.019Z] [exec] Value of key is: callableStatementTest : [2022-04-17T14:55:23.019Z] [exec] Value of key is: metaDataTest : [2022-04-17T14:55:23.019Z] [exec] Value of key is: resultSetTest : [2022-04-17T14:55:23.019Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:55:23.019Z] [exec] [2022-04-17T14:55:23.019Z] [exec] [2022-04-17T14:55:23.019Z] [exec] ----------------------------------------- [2022-04-17T14:55:23.019Z] [exec] - callableStatementTest : : PASS - [2022-04-17T14:55:23.019Z] [exec] - statementTest : : PASS - [2022-04-17T14:55:23.019Z] [exec] - metaDataTest : : PASS - [2022-04-17T14:55:23.019Z] [exec] - preparedStatementTest : : PASS - [2022-04-17T14:55:23.019Z] [exec] - resultSetTest : : PASS - [2022-04-17T14:55:23.019Z] [exec] ----------------------------------------- [2022-04-17T14:55:23.019Z] [exec] Total PASS: 5 [2022-04-17T14:55:23.019Z] [exec] Total FAIL: 0 [2022-04-17T14:55:23.019Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:55:23.019Z] [exec] ----------------------------------------- [2022-04-17T14:55:23.019Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:55:23.019Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] checkReporting-common: [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] confirmReportPresent-common: [2022-04-17T14:55:23.019Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:55:23.019Z] [echo] Test seems to be reported fine [2022-04-17T14:55:23.019Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/RepRunConf.txt [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] confirmMissingReport-common: [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] undeploy: [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] setOSConditions: [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] setToolWin: [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] setToolUnix: [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] setToolProperty: [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] setS1ASclassPath: [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] init-common: [2022-04-17T14:55:23.019Z] [2022-04-17T14:55:23.019Z] execute-sql-common: [2022-04-17T14:55:23.019Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementwrapper/sql/drop_pointbase.sql [2022-04-17T14:55:23.019Z] [sql] 0 rows affected [2022-04-17T14:55:23.019Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] setOSConditions: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] setToolWin: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] setToolUnix: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] setToolProperty: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] setS1ASclassPath: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] init-common: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] undeploy-jdbc-common: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] setOSConditions: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] setToolWin: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] setToolUnix: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] setToolProperty: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] setS1ASclassPath: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] init-common: [2022-04-17T14:55:23.275Z] [2022-04-17T14:55:23.275Z] delete-jdbc-resource-common: [2022-04-17T14:55:23.275Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:55:23.531Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:55:23.531Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:55:23.531Z] [echo] cmd executed for server [2022-04-17T14:55:23.531Z] [2022-04-17T14:55:23.531Z] setOSConditions: [2022-04-17T14:55:23.531Z] [2022-04-17T14:55:23.531Z] setToolWin: [2022-04-17T14:55:23.531Z] [2022-04-17T14:55:23.531Z] setToolUnix: [2022-04-17T14:55:23.531Z] [2022-04-17T14:55:23.531Z] setToolProperty: [2022-04-17T14:55:23.531Z] [2022-04-17T14:55:23.531Z] setS1ASclassPath: [2022-04-17T14:55:23.531Z] [2022-04-17T14:55:23.531Z] init-common: [2022-04-17T14:55:23.531Z] [2022-04-17T14:55:23.531Z] delete-jdbc-connpool-common: [2022-04-17T14:55:23.531Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:55:24.094Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:24.094Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:55:24.094Z] [echo] cmd executed for server [2022-04-17T14:55:24.094Z] [2022-04-17T14:55:24.094Z] setOSConditions: [2022-04-17T14:55:24.094Z] [2022-04-17T14:55:24.094Z] setToolWin: [2022-04-17T14:55:24.094Z] [2022-04-17T14:55:24.094Z] setToolUnix: [2022-04-17T14:55:24.094Z] [2022-04-17T14:55:24.094Z] setToolProperty: [2022-04-17T14:55:24.094Z] [2022-04-17T14:55:24.094Z] setS1ASclassPath: [2022-04-17T14:55:24.094Z] [2022-04-17T14:55:24.094Z] init-common: [2022-04-17T14:55:24.094Z] [2022-04-17T14:55:24.094Z] undeploy-common: [2022-04-17T14:55:24.352Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] all: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setOSConditions: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolWin: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolUnix: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolProperty: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setS1ASclassPath: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] init-common: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] clean: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setOSConditions: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolWin: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolUnix: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolProperty: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setS1ASclassPath: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] init-common: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] clean-common: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setOSConditions: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolWin: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolUnix: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolProperty: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setS1ASclassPath: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] init-common: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] clean-classes-common: [2022-04-17T14:55:24.352Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setOSConditions: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolWin: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolUnix: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolProperty: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setS1ASclassPath: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] init-common: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] clean-jars-common: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] compile: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setOSConditions: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolWin: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolUnix: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setToolProperty: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] setS1ASclassPath: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] init-common: [2022-04-17T14:55:24.352Z] [2022-04-17T14:55:24.352Z] compile-common: [2022-04-17T14:55:24.352Z] [echo] Current time (ISO): 2022-04-17T14:55:24.324+0000 [2022-04-17T14:55:24.352Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:55:24.352Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:55:26.304Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:55:26.304Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:26.304Z] [javac] return new Integer(1); [2022-04-17T14:55:26.304Z] [javac] ^ [2022-04-17T14:55:26.304Z] [javac] 2 warnings [2022-04-17T14:55:26.304Z] [2022-04-17T14:55:26.304Z] setOSConditions: [2022-04-17T14:55:26.304Z] [2022-04-17T14:55:26.304Z] setToolWin: [2022-04-17T14:55:26.304Z] [2022-04-17T14:55:26.304Z] setToolUnix: [2022-04-17T14:55:26.304Z] [2022-04-17T14:55:26.304Z] setToolProperty: [2022-04-17T14:55:26.304Z] [2022-04-17T14:55:26.304Z] setS1ASclassPath: [2022-04-17T14:55:26.304Z] [2022-04-17T14:55:26.304Z] init-common: [2022-04-17T14:55:26.304Z] [2022-04-17T14:55:26.304Z] compile-common: [2022-04-17T14:55:26.304Z] [echo] Current time (ISO): 2022-04-17T14:55:26.014+0000 [2022-04-17T14:55:26.304Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:55:27.693Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:55:27.693Z] [javac] 1 warning [2022-04-17T14:55:27.693Z] [2022-04-17T14:55:27.693Z] build: [2022-04-17T14:55:27.693Z] [2022-04-17T14:55:27.693Z] setOSConditions: [2022-04-17T14:55:27.693Z] [2022-04-17T14:55:27.693Z] fixFiles: [2022-04-17T14:55:27.693Z] [2022-04-17T14:55:27.693Z] convUnix: [2022-04-17T14:55:27.694Z] [2022-04-17T14:55:27.694Z] convWin: [2022-04-17T14:55:27.694Z] [2022-04-17T14:55:27.694Z] setToolWin: [2022-04-17T14:55:27.694Z] [2022-04-17T14:55:27.694Z] setToolUnix: [2022-04-17T14:55:27.694Z] [2022-04-17T14:55:27.694Z] setToolProperty: [2022-04-17T14:55:27.694Z] [2022-04-17T14:55:27.694Z] setS1ASclassPath: [2022-04-17T14:55:27.694Z] [2022-04-17T14:55:27.694Z] init-common: [2022-04-17T14:55:27.694Z] [2022-04-17T14:55:27.694Z] package-persistence-common: [2022-04-17T14:55:27.694Z] [2022-04-17T14:55:27.694Z] ejb-jar-common: [2022-04-17T14:55:27.694Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:55:27.694Z] [2022-04-17T14:55:27.694Z] package-ejbjar-common: [2022-04-17T14:55:27.694Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:27.694Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:27.694Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:27.694Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusage-ejb.jar [2022-04-17T14:55:27.694Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:27.694Z] [2022-04-17T14:55:27.694Z] appclient-jar-common: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] package-appclientjar-common: [2022-04-17T14:55:27.964Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:27.964Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:27.964Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:27.964Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusage-client.jar [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] webclient-war-common: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] build-ear-common: [2022-04-17T14:55:27.964Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:27.964Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusageApp.ear [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] deploy: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setOSConditions: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolWin: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolUnix: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolProperty: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setS1ASclassPath: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] init-common: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] execute-sql-common: [2022-04-17T14:55:27.964Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/create_pointbase.sql [2022-04-17T14:55:27.964Z] [sql] Failed to execute: Drop table max_connection_usage [2022-04-17T14:55:27.964Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'MAX_CONNECTION_USAGE' because it does not exist. [2022-04-17T14:55:27.964Z] [sql] 0 rows affected [2022-04-17T14:55:27.964Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setOSConditions: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolWin: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolUnix: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolProperty: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setS1ASclassPath: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] init-common: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setup: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setOSConditions: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolWin: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolUnix: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolProperty: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setS1ASclassPath: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] init-common: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] deploy-jdbc-common: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setOSConditions: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolWin: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolUnix: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setToolProperty: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] setS1ASclassPath: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] init-common: [2022-04-17T14:55:27.964Z] [2022-04-17T14:55:27.964Z] create-jdbc-connpool-common: [2022-04-17T14:55:28.237Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:28.237Z] [exec] JDBC connection pool jdbc-maxconnectionusage-pool created successfully. [2022-04-17T14:55:28.237Z] [2022-04-17T14:55:28.237Z] set-derby-connpool-props: [2022-04-17T14:55:28.712Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:28.712Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.User=dbuser [2022-04-17T14:55:29.297Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:29.297Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.Password=dbpassword [2022-04-17T14:55:29.553Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:29.553Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.driverType=4 [2022-04-17T14:55:30.142Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:30.142Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.portNumber=1527 [2022-04-17T14:55:30.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:30.399Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.dataBaseName=testdb [2022-04-17T14:55:30.655Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:30.655Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:55:30.938Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:31.194Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.create=true [2022-04-17T14:55:31.450Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:31.450Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.property.serverName=localhost [2022-04-17T14:55:31.450Z] [2022-04-17T14:55:31.450Z] setOSConditions: [2022-04-17T14:55:31.450Z] [2022-04-17T14:55:31.450Z] setToolWin: [2022-04-17T14:55:31.450Z] [2022-04-17T14:55:31.450Z] setToolUnix: [2022-04-17T14:55:31.450Z] [2022-04-17T14:55:31.450Z] setToolProperty: [2022-04-17T14:55:31.450Z] [2022-04-17T14:55:31.450Z] setS1ASclassPath: [2022-04-17T14:55:31.450Z] [2022-04-17T14:55:31.450Z] init-common: [2022-04-17T14:55:31.450Z] [2022-04-17T14:55:31.450Z] create-jdbc-resource-common: [2022-04-17T14:55:31.450Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:32.036Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:32.036Z] [exec] JDBC resource jdbc/maxconnectionusage created successfully. [2022-04-17T14:55:32.036Z] [echo] cmd executed for server [2022-04-17T14:55:32.036Z] [2022-04-17T14:55:32.036Z] asadmin-common: [2022-04-17T14:55:32.036Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:32.291Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:32.291Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.steady-pool-size=1 [2022-04-17T14:55:32.291Z] [2022-04-17T14:55:32.291Z] asadmin-common: [2022-04-17T14:55:32.291Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:32.547Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:32.547Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max-pool-size=1 [2022-04-17T14:55:32.547Z] [2022-04-17T14:55:32.547Z] asadmin-common: [2022-04-17T14:55:32.547Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:33.144Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:33.144Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusage-pool.max-connection-usage-count=10 [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] setOSConditions: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] setToolWin: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] setToolUnix: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] setToolProperty: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] setS1ASclassPath: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] init-common: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] deploy-jdbc-common: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] setOSConditions: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] setToolWin: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] setToolUnix: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] setToolProperty: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] setS1ASclassPath: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] init-common: [2022-04-17T14:55:33.144Z] [2022-04-17T14:55:33.144Z] create-jdbc-connpool-common: [2022-04-17T14:55:33.400Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:33.400Z] [exec] JDBC connection pool jdbc-maxconnectionusageXA-pool created successfully. [2022-04-17T14:55:33.400Z] [2022-04-17T14:55:33.400Z] set-derby-connpool-props: [2022-04-17T14:55:33.963Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:33.963Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.User=dbuser [2022-04-17T14:55:34.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:34.239Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.Password=dbpassword [2022-04-17T14:55:34.495Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:34.495Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.driverType=4 [2022-04-17T14:55:34.751Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:35.007Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.portNumber=1527 [2022-04-17T14:55:35.262Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:35.262Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.dataBaseName=testdb [2022-04-17T14:55:35.844Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:35.844Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:55:36.100Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:36.100Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.create=true [2022-04-17T14:55:36.661Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:36.661Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.property.serverName=localhost [2022-04-17T14:55:36.661Z] [2022-04-17T14:55:36.661Z] setOSConditions: [2022-04-17T14:55:36.661Z] [2022-04-17T14:55:36.661Z] setToolWin: [2022-04-17T14:55:36.661Z] [2022-04-17T14:55:36.661Z] setToolUnix: [2022-04-17T14:55:36.661Z] [2022-04-17T14:55:36.661Z] setToolProperty: [2022-04-17T14:55:36.661Z] [2022-04-17T14:55:36.661Z] setS1ASclassPath: [2022-04-17T14:55:36.661Z] [2022-04-17T14:55:36.661Z] init-common: [2022-04-17T14:55:36.661Z] [2022-04-17T14:55:36.661Z] create-jdbc-resource-common: [2022-04-17T14:55:36.661Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:36.916Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:36.916Z] [exec] JDBC resource jdbc/maxconnectionusageXA created successfully. [2022-04-17T14:55:36.916Z] [echo] cmd executed for server [2022-04-17T14:55:36.916Z] [2022-04-17T14:55:36.916Z] asadmin-common: [2022-04-17T14:55:36.916Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:37.173Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:37.173Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.steady-pool-size=1 [2022-04-17T14:55:37.173Z] [2022-04-17T14:55:37.173Z] asadmin-common: [2022-04-17T14:55:37.173Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:37.752Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:37.752Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max-pool-size=1 [2022-04-17T14:55:37.752Z] [2022-04-17T14:55:37.752Z] asadmin-common: [2022-04-17T14:55:37.752Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:38.009Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:38.009Z] [exec] domain.resources.jdbc-connection-pool.jdbc-maxconnectionusageXA-pool.max-connection-usage-count=10 [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] setOSConditions: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] setToolWin: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] setToolUnix: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] setToolProperty: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] setS1ASclassPath: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] init-common: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] deploy-common: [2022-04-17T14:55:38.009Z] [echo] Current time (ISO): 2022-04-17T14:55:37.978+0000 [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] setOSConditions: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] setToolWin: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] setToolUnix: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] setToolProperty: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] setS1ASclassPath: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] init-common: [2022-04-17T14:55:38.009Z] [2022-04-17T14:55:38.009Z] deploy-common-pe: [2022-04-17T14:55:38.571Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-maxconnectionusageApp.ear [2022-04-17T14:55:38.571Z] [exec] Application deployed with name jdbc-maxconnectionusageApp. [2022-04-17T14:55:38.571Z] [echo] Deployment on target server server successful [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] setOSConditions: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] setToolWin: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] setToolUnix: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] setToolProperty: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] setS1ASclassPath: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] init-common: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] deploy-common-ee: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] run: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] setOSConditions: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] setToolWin: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] setToolUnix: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] setToolProperty: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] setS1ASclassPath: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] init-common: [2022-04-17T14:55:38.571Z] [2022-04-17T14:55:38.571Z] execute-sql-common: [2022-04-17T14:55:38.571Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/create_pointbase.sql [2022-04-17T14:55:38.571Z] [sql] 0 rows affected [2022-04-17T14:55:38.571Z] [sql] 0 rows affected [2022-04-17T14:55:38.845Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:55:38.845Z] [2022-04-17T14:55:38.845Z] setOSConditions: [2022-04-17T14:55:38.845Z] [2022-04-17T14:55:38.845Z] setToolWin: [2022-04-17T14:55:38.845Z] [2022-04-17T14:55:38.845Z] setToolUnix: [2022-04-17T14:55:38.845Z] [2022-04-17T14:55:38.845Z] setToolProperty: [2022-04-17T14:55:38.845Z] [2022-04-17T14:55:38.845Z] setS1ASclassPath: [2022-04-17T14:55:38.845Z] [2022-04-17T14:55:38.845Z] init-common: [2022-04-17T14:55:38.845Z] [2022-04-17T14:55:38.845Z] runclient-common: [2022-04-17T14:55:38.845Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:55:39.773Z] [exec] Apr 17, 2022 2:55:39 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:55:39.773Z] [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. [2022-04-17T14:55:43.052Z] [exec] Value of key is: Max Connection Usage - (local-TxNotSupported): [2022-04-17T14:55:43.052Z] [exec] Value of key is: Max Connection Usage - (local-Tx-Sharing) : [2022-04-17T14:55:43.052Z] [exec] Value of key is: Max Connection Usage - (XA-TxNotSupported) : [2022-04-17T14:55:43.052Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:55:43.052Z] [exec] [2022-04-17T14:55:43.052Z] [exec] [2022-04-17T14:55:43.052Z] [exec] ----------------------------------------- [2022-04-17T14:55:43.052Z] [exec] - Max Connection Usage - (local-TxNotSupported): : PASS - [2022-04-17T14:55:43.052Z] [exec] - Max Connection Usage - (local-Tx-Sharing) : : PASS - [2022-04-17T14:55:43.052Z] [exec] - Max Connection Usage - (XA-TxNotSupported) : : PASS - [2022-04-17T14:55:43.052Z] [exec] ----------------------------------------- [2022-04-17T14:55:43.052Z] [exec] Total PASS: 3 [2022-04-17T14:55:43.052Z] [exec] Total FAIL: 0 [2022-04-17T14:55:43.052Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:55:43.052Z] [exec] ----------------------------------------- [2022-04-17T14:55:43.052Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:55:43.052Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] checkReporting-common: [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] confirmReportPresent-common: [2022-04-17T14:55:43.308Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:55:43.308Z] [echo] Test seems to be reported fine [2022-04-17T14:55:43.308Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/RepRunConf.txt [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] confirmMissingReport-common: [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] undeploy: [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] setOSConditions: [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] setToolWin: [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] setToolUnix: [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] setToolProperty: [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] setS1ASclassPath: [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] init-common: [2022-04-17T14:55:43.308Z] [2022-04-17T14:55:43.308Z] execute-sql-common: [2022-04-17T14:55:43.308Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/maxconnectionusage/sql/drop_pointbase.sql [2022-04-17T14:55:43.308Z] [sql] 0 rows affected [2022-04-17T14:55:43.564Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:55:43.564Z] [2022-04-17T14:55:43.564Z] unsetup: [2022-04-17T14:55:43.564Z] [2022-04-17T14:55:43.564Z] setOSConditions: [2022-04-17T14:55:43.564Z] [2022-04-17T14:55:43.564Z] setToolWin: [2022-04-17T14:55:43.564Z] [2022-04-17T14:55:43.564Z] setToolUnix: [2022-04-17T14:55:43.564Z] [2022-04-17T14:55:43.564Z] setToolProperty: [2022-04-17T14:55:43.564Z] [2022-04-17T14:55:43.564Z] setS1ASclassPath: [2022-04-17T14:55:43.564Z] [2022-04-17T14:55:43.564Z] init-common: [2022-04-17T14:55:43.564Z] [2022-04-17T14:55:43.564Z] delete-jdbc-resource-common: [2022-04-17T14:55:43.564Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxconnectionusage [2022-04-17T14:55:43.820Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxconnectionusage [2022-04-17T14:55:43.820Z] [exec] JDBC resource jdbc/maxconnectionusage deleted successfully [2022-04-17T14:55:43.820Z] [echo] cmd executed for server [2022-04-17T14:55:43.820Z] [2022-04-17T14:55:43.820Z] setOSConditions: [2022-04-17T14:55:43.820Z] [2022-04-17T14:55:43.820Z] setToolWin: [2022-04-17T14:55:43.820Z] [2022-04-17T14:55:43.820Z] setToolUnix: [2022-04-17T14:55:43.820Z] [2022-04-17T14:55:43.820Z] setToolProperty: [2022-04-17T14:55:43.820Z] [2022-04-17T14:55:43.820Z] setS1ASclassPath: [2022-04-17T14:55:43.820Z] [2022-04-17T14:55:43.820Z] init-common: [2022-04-17T14:55:43.820Z] [2022-04-17T14:55:43.820Z] delete-jdbc-connpool-common: [2022-04-17T14:55:43.820Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxconnectionusage-pool [2022-04-17T14:55:44.382Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:44.382Z] [exec] JDBC Connection pool jdbc-maxconnectionusage-pool deleted successfully [2022-04-17T14:55:44.382Z] [echo] cmd executed for server [2022-04-17T14:55:44.382Z] [2022-04-17T14:55:44.382Z] setOSConditions: [2022-04-17T14:55:44.382Z] [2022-04-17T14:55:44.382Z] setToolWin: [2022-04-17T14:55:44.382Z] [2022-04-17T14:55:44.382Z] setToolUnix: [2022-04-17T14:55:44.382Z] [2022-04-17T14:55:44.382Z] setToolProperty: [2022-04-17T14:55:44.382Z] [2022-04-17T14:55:44.382Z] setS1ASclassPath: [2022-04-17T14:55:44.382Z] [2022-04-17T14:55:44.382Z] init-common: [2022-04-17T14:55:44.382Z] [2022-04-17T14:55:44.382Z] delete-jdbc-resource-common: [2022-04-17T14:55:44.382Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/maxconnectionusageXA [2022-04-17T14:55:44.638Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/maxconnectionusageXA [2022-04-17T14:55:44.638Z] [exec] JDBC resource jdbc/maxconnectionusageXA deleted successfully [2022-04-17T14:55:44.638Z] [echo] cmd executed for server [2022-04-17T14:55:44.638Z] [2022-04-17T14:55:44.638Z] setOSConditions: [2022-04-17T14:55:44.638Z] [2022-04-17T14:55:44.638Z] setToolWin: [2022-04-17T14:55:44.638Z] [2022-04-17T14:55:44.638Z] setToolUnix: [2022-04-17T14:55:44.638Z] [2022-04-17T14:55:44.638Z] setToolProperty: [2022-04-17T14:55:44.638Z] [2022-04-17T14:55:44.638Z] setS1ASclassPath: [2022-04-17T14:55:44.638Z] [2022-04-17T14:55:44.638Z] init-common: [2022-04-17T14:55:44.638Z] [2022-04-17T14:55:44.638Z] delete-jdbc-connpool-common: [2022-04-17T14:55:44.638Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-maxconnectionusageXA-pool [2022-04-17T14:55:44.894Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:44.894Z] [exec] JDBC Connection pool jdbc-maxconnectionusageXA-pool deleted successfully [2022-04-17T14:55:44.894Z] [echo] cmd executed for server [2022-04-17T14:55:44.894Z] [2022-04-17T14:55:44.894Z] setOSConditions: [2022-04-17T14:55:44.894Z] [2022-04-17T14:55:44.894Z] setToolWin: [2022-04-17T14:55:44.894Z] [2022-04-17T14:55:44.894Z] setToolUnix: [2022-04-17T14:55:44.894Z] [2022-04-17T14:55:44.894Z] setToolProperty: [2022-04-17T14:55:44.894Z] [2022-04-17T14:55:44.894Z] setS1ASclassPath: [2022-04-17T14:55:44.894Z] [2022-04-17T14:55:44.894Z] init-common: [2022-04-17T14:55:44.894Z] [2022-04-17T14:55:44.894Z] undeploy-common: [2022-04-17T14:55:45.455Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] all: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setOSConditions: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolWin: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolUnix: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolProperty: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setS1ASclassPath: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] init-common: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] clean: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setOSConditions: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolWin: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolUnix: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolProperty: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setS1ASclassPath: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] init-common: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] clean-common: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setOSConditions: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolWin: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolUnix: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolProperty: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setS1ASclassPath: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] init-common: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] clean-classes-common: [2022-04-17T14:55:45.455Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setOSConditions: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolWin: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolUnix: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolProperty: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setS1ASclassPath: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] init-common: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] clean-jars-common: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] compile: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setOSConditions: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolWin: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolUnix: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setToolProperty: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] setS1ASclassPath: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] init-common: [2022-04-17T14:55:45.455Z] [2022-04-17T14:55:45.455Z] compile-common: [2022-04-17T14:55:45.455Z] [echo] Current time (ISO): 2022-04-17T14:55:45.298+0000 [2022-04-17T14:55:45.455Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:55:45.455Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:55:46.839Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:55:47.096Z] [javac] 1 warning [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] build: [2022-04-17T14:55:47.096Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] package-appclientjar-common: [2022-04-17T14:55:47.096Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:47.096Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:47.096Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:55:47.096Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/switchoffACCconnpoolingAppClient.jar [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setup: [2022-04-17T14:55:47.096Z] [echo] Setting up derby .... [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setOSConditions: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setToolWin: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setToolUnix: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setToolProperty: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setS1ASclassPath: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] init-common: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] deploy-jdbc-common: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setOSConditions: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setToolWin: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setToolUnix: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setToolProperty: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] setS1ASclassPath: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] init-common: [2022-04-17T14:55:47.096Z] [2022-04-17T14:55:47.096Z] create-jdbc-connpool-common: [2022-04-17T14:55:47.658Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:47.658Z] [exec] JDBC connection pool jdbc-derby-pool created successfully. [2022-04-17T14:55:47.658Z] [2022-04-17T14:55:47.658Z] set-derby-connpool-props: [2022-04-17T14:55:47.914Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:47.914Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser [2022-04-17T14:55:48.479Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:48.479Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword [2022-04-17T14:55:48.735Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:48.735Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 [2022-04-17T14:55:49.337Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:49.337Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 [2022-04-17T14:55:49.597Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:49.597Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb [2022-04-17T14:55:49.853Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:49.853Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:55:50.441Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:50.441Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true [2022-04-17T14:55:50.697Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:50.697Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost [2022-04-17T14:55:50.697Z] [2022-04-17T14:55:50.697Z] setOSConditions: [2022-04-17T14:55:50.697Z] [2022-04-17T14:55:50.697Z] setToolWin: [2022-04-17T14:55:50.697Z] [2022-04-17T14:55:50.697Z] setToolUnix: [2022-04-17T14:55:50.697Z] [2022-04-17T14:55:50.697Z] setToolProperty: [2022-04-17T14:55:50.697Z] [2022-04-17T14:55:50.697Z] setS1ASclassPath: [2022-04-17T14:55:50.697Z] [2022-04-17T14:55:50.697Z] init-common: [2022-04-17T14:55:50.697Z] [2022-04-17T14:55:50.697Z] create-jdbc-resource-common: [2022-04-17T14:55:50.697Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:50.953Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:50.953Z] [exec] JDBC resource jdbc/nonxaresource created successfully. [2022-04-17T14:55:50.953Z] [echo] cmd executed for server [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] setOSConditions: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] setToolWin: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] setToolUnix: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] setToolProperty: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] setS1ASclassPath: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] init-common: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] deploy-jdbc-common: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] setOSConditions: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] setToolWin: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] setToolUnix: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] setToolProperty: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] setS1ASclassPath: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] init-common: [2022-04-17T14:55:50.953Z] [2022-04-17T14:55:50.953Z] create-jdbc-connpool-common: [2022-04-17T14:55:51.548Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:51.548Z] [exec] JDBC connection pool jdbc-derby-xa-pool created successfully. [2022-04-17T14:55:51.548Z] [2022-04-17T14:55:51.548Z] set-derby-connpool-props: [2022-04-17T14:55:51.804Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:51.804Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser [2022-04-17T14:55:52.060Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:52.060Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword [2022-04-17T14:55:52.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:52.646Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 [2022-04-17T14:55:52.901Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:52.901Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 [2022-04-17T14:55:53.464Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:53.464Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb [2022-04-17T14:55:53.720Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:53.720Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:55:54.283Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:54.283Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true [2022-04-17T14:55:54.540Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:54.540Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost [2022-04-17T14:55:54.540Z] [2022-04-17T14:55:54.540Z] setOSConditions: [2022-04-17T14:55:54.540Z] [2022-04-17T14:55:54.540Z] setToolWin: [2022-04-17T14:55:54.540Z] [2022-04-17T14:55:54.540Z] setToolUnix: [2022-04-17T14:55:54.540Z] [2022-04-17T14:55:54.540Z] setToolProperty: [2022-04-17T14:55:54.540Z] [2022-04-17T14:55:54.540Z] setS1ASclassPath: [2022-04-17T14:55:54.540Z] [2022-04-17T14:55:54.540Z] init-common: [2022-04-17T14:55:54.540Z] [2022-04-17T14:55:54.540Z] create-jdbc-resource-common: [2022-04-17T14:55:54.540Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:55.138Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:55:55.138Z] [exec] JDBC resource jdbc/xaresource created successfully. [2022-04-17T14:55:55.138Z] [echo] cmd executed for server [2022-04-17T14:55:55.138Z] [2022-04-17T14:55:55.138Z] asadmin-common: [2022-04-17T14:55:55.138Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:55:55.395Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:55:55.395Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; [2022-04-17T14:55:55.395Z] [2022-04-17T14:55:55.395Z] asadmin-common: [2022-04-17T14:55:55.395Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:55:55.650Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T14:55:55.907Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; [2022-04-17T14:55:55.907Z] [2022-04-17T14:55:55.907Z] run: [2022-04-17T14:55:55.907Z] [2022-04-17T14:55:55.907Z] setOSConditions: [2022-04-17T14:55:55.907Z] [2022-04-17T14:55:55.907Z] setToolWin: [2022-04-17T14:55:55.907Z] [2022-04-17T14:55:55.907Z] setToolUnix: [2022-04-17T14:55:55.907Z] [2022-04-17T14:55:55.907Z] setToolProperty: [2022-04-17T14:55:55.907Z] [2022-04-17T14:55:55.907Z] setS1ASclassPath: [2022-04-17T14:55:55.907Z] [2022-04-17T14:55:55.907Z] init-common: [2022-04-17T14:55:55.907Z] [2022-04-17T14:55:55.907Z] myrunclient: [2022-04-17T14:55:55.907Z] [echo] appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:55:56.854Z] [exec] Apr 17, 2022 2:55:56 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:55:56.854Z] [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. [2022-04-17T14:55:58.254Z] [exec] verifying uniqueness of all connection [2022-04-17T14:56:00.170Z] [exec] Apr 17, 2022 2:55:59 PM org.hibernate.validator.internal.util.Version [2022-04-17T14:56:00.170Z] [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T14:56:00.438Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5ebe903a [2022-04-17T14:56:00.438Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1dd247b [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@3dee3a6c [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@180f33b2 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@323eecf8 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@dbca149 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6d92e327 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@22f057b4 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1b800a11 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@723b8eff [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@70df41f9 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2336d3f [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1238a074 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@f0381f0 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@240df292 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@278c67a7 [2022-04-17T14:56:00.739Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@61aa6300 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@34e53c02 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@34c6b52e [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@76cbee13 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@6b03c35c [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@656672fb [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@79aba813 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1b984ba5 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@23e3a27f [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@469bd719 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@496c6d94 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4c438f66 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2da0770 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@34376069 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@36ce9eaf [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@32d8e58d [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@4cb59398 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@e98adb2 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@113e6e06 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@28532753 [2022-04-17T14:56:01.040Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@29ebaf2f [2022-04-17T14:56:01.339Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1aba8978 [2022-04-17T14:56:01.339Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1146e32e [2022-04-17T14:56:01.339Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@570ede3b [2022-04-17T14:56:01.339Z] [exec] Total connection requested : 40 [2022-04-17T14:56:01.339Z] [exec] Total connection created : 40 [2022-04-17T14:56:01.339Z] [exec] Total number of unique connection : 40 [2022-04-17T14:56:01.339Z] [exec] Value of key is:switchoffACCconnpooling-test1 [2022-04-17T14:56:01.339Z] [exec] switchoffACCconnpooling-test1: passed [2022-04-17T14:56:01.339Z] [exec] creating connection upto max-pool-size of 32 [2022-04-17T14:56:01.640Z] [exec] Able to create max connections [2022-04-17T14:56:01.640Z] [exec] Value of key is:switchoffACCconnpooling-test2 [2022-04-17T14:56:01.640Z] [exec] switchoffACCconnpooling-test2: passed [2022-04-17T14:56:01.640Z] [exec] Unable to create beyond max connections [2022-04-17T14:56:01.640Z] [exec] Value of key is:switchoffACCconnpooling-test3 [2022-04-17T14:56:01.640Z] [exec] switchoffACCconnpooling-test3: passed [2022-04-17T14:56:01.640Z] [exec] rollback set to false [2022-04-17T14:56:01.640Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@48860fb8 [2022-04-17T14:56:01.936Z] [exec] Apr 17, 2022 2:56:01 PM com.sun.enterprise.resource.pool.UnpooledResource incrementPoolSize [2022-04-17T14:56:01.936Z] [exec] INFO: Fail as poolSize : 32 [2022-04-17T14:56:01.936Z] [exec] Apr 17, 2022 2:56:01 PM com.sun.enterprise.connectors.ConnectionManagerImpl internalGetConnection [2022-04-17T14:56:01.937Z] [exec] WARNING: RAR5117 : Failed to obtain/create connection from connection pool [ jdbc-derby-pool ]. Reason : com.sun.appserv.connectors.internal.api.PoolingException: In-use connections equal max-pool-size therefore cannot allocate any more connections. [2022-04-17T14:56:01.937Z] [exec] Apr 17, 2022 2:56:01 PM com.sun.gjc.spi.base.AbstractDataSource logNonTransientException [2022-04-17T14:56:01.937Z] [exec] WARNING: jdbc.exc_get_conn [2022-04-17T14:56:01.937Z] [exec] count1 : 0 [2022-04-17T14:56:01.937Z] [exec] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:540) [2022-04-17T14:56:01.937Z] [exec] at com.sun.gjc.spi.base.StatementWrapper.executeUpdate(StatementWrapper.java:94) [2022-04-17T14:56:01.937Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.createTable(Client.java:357) [2022-04-17T14:56:01.937Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.test1(Client.java:99) [2022-04-17T14:56:01.937Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.runTest(Client.java:70) [2022-04-17T14:56:01.937Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.main(Client.java:58) [2022-04-17T14:56:01.937Z] [exec] Caused by: ERROR 42Y55: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist. [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.am.ClientStatement.completeExecuteImmediate(ClientStatement.java:1683) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(NetStatementReply.java:209) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(NetStatementReply.java:60) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.net.StatementReply.readExecuteImmediate(StatementReply.java:47) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(NetStatement.java:142) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.am.ClientStatement.readExecuteImmediate(ClientStatement.java:1679) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.am.ClientStatement.flowExecute(ClientStatement.java:2408) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdateX(ClientStatement.java:566) [2022-04-17T14:56:01.937Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:531) [2022-04-17T14:56:01.937Z] [exec] ... 5 more [2022-04-17T14:56:02.194Z] [exec] count2 : 10 [2022-04-17T14:56:02.194Z] [exec] Value of key is:switchoffACCconnpooling-test4 [2022-04-17T14:56:02.194Z] [exec] switchoffACCconnpooling-test4: passed [2022-04-17T14:56:02.194Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@78a03662 [2022-04-17T14:56:02.194Z] [exec] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE_XA' because it does not exist. [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:540) [2022-04-17T14:56:02.194Z] [exec] at com.sun.gjc.spi.base.StatementWrapper.executeUpdate(StatementWrapper.java:94) [2022-04-17T14:56:02.194Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.createTable(Client.java:357) [2022-04-17T14:56:02.194Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.test1(Client.java:99) [2022-04-17T14:56:02.194Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.runTest(Client.java:73) [2022-04-17T14:56:02.194Z] [exec] at com.sun.s1asdev.jdbc.switchoffACCConnPooling.client.Client.main(Client.java:58) [2022-04-17T14:56:02.194Z] [exec] Caused by: ERROR 42Y55: 'DROP TABLE' cannot be performed on 'COFFEE_XA' because it does not exist. [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.am.ClientStatement.completeExecuteImmediate(ClientStatement.java:1683) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.net.NetStatementReply.parseEXCSQLIMMreply(NetStatementReply.java:209) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.net.NetStatementReply.readExecuteImmediate(NetStatementReply.java:60) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.net.StatementReply.readExecuteImmediate(StatementReply.java:47) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.net.NetStatement.readExecuteImmediate_(NetStatement.java:142) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.am.ClientStatement.readExecuteImmediate(ClientStatement.java:1679) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.am.ClientStatement.flowExecute(ClientStatement.java:2408) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdateX(ClientStatement.java:566) [2022-04-17T14:56:02.194Z] [exec] at org.apache.derby.client.am.ClientStatement.executeUpdate(ClientStatement.java:531) [2022-04-17T14:56:02.194Z] [exec] ... 5 more [2022-04-17T14:56:02.194Z] [exec] count1 : 0 [2022-04-17T14:56:02.194Z] [exec] count2 : 10 [2022-04-17T14:56:02.194Z] [exec] Value of key is:switchoffACCconnpooling-test5 [2022-04-17T14:56:02.194Z] [exec] switchoffACCconnpooling-test5: passed [2022-04-17T14:56:02.493Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2102eb7a [2022-04-17T14:56:02.493Z] [exec] count1 : 0 [2022-04-17T14:56:02.493Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3de473d9 [2022-04-17T14:56:02.493Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4cc5c43b [2022-04-17T14:56:02.493Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6bc6400e [2022-04-17T14:56:02.493Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@61377842 [2022-04-17T14:56:02.493Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@765d2d4d [2022-04-17T14:56:02.493Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@413fe58f [2022-04-17T14:56:02.493Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1eb21f22 [2022-04-17T14:56:02.493Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@11caa21d [2022-04-17T14:56:02.493Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@79b07ccd [2022-04-17T14:56:02.493Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6aa909cb [2022-04-17T14:56:02.750Z] [exec] count2 : 10 [2022-04-17T14:56:02.750Z] [exec] Value of key is:switchoffACCconnpooling-test6 [2022-04-17T14:56:02.750Z] [exec] switchoffACCconnpooling-test6: passed [2022-04-17T14:56:02.750Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@4098a6b0 [2022-04-17T14:56:02.750Z] [exec] count1 : 0 [2022-04-17T14:56:02.750Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5cffd11d [2022-04-17T14:56:02.750Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5d4e0d49 [2022-04-17T14:56:02.750Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@13bea51d [2022-04-17T14:56:02.750Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@36142b6e [2022-04-17T14:56:02.750Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@14c16388 [2022-04-17T14:56:02.750Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@39c8101c [2022-04-17T14:56:02.750Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5f38dc75 [2022-04-17T14:56:02.750Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@48e0d3a7 [2022-04-17T14:56:02.750Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@57a22410 [2022-04-17T14:56:02.750Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2e138608 [2022-04-17T14:56:02.750Z] [exec] count2 : 10 [2022-04-17T14:56:02.750Z] [exec] Value of key is:switchoffACCconnpooling-test7 [2022-04-17T14:56:02.750Z] [exec] switchoffACCconnpooling-test7: passed [2022-04-17T14:56:02.750Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@1f9df722 [2022-04-17T14:56:02.750Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@54398386 [2022-04-17T14:56:02.750Z] [exec] count1 : 0 [2022-04-17T14:56:02.750Z] [exec] count3 : 0 [2022-04-17T14:56:03.038Z] [exec] count2 : 10 [2022-04-17T14:56:03.038Z] [exec] count4 : 10 [2022-04-17T14:56:03.038Z] [exec] Value of key is:switchoffACCconnpooling-test8 [2022-04-17T14:56:03.038Z] [exec] switchoffACCconnpooling-test8: passed [2022-04-17T14:56:03.038Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@619cdd5e [2022-04-17T14:56:03.339Z] [exec] count1 : 0 xacount1 : 0 [2022-04-17T14:56:03.339Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@1b0c0b3e [2022-04-17T14:56:03.339Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4d089ef7 [2022-04-17T14:56:03.339Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@776a3e76 [2022-04-17T14:56:03.339Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2b2c7991 [2022-04-17T14:56:03.339Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@52e10d07 [2022-04-17T14:56:03.339Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@177aef4f [2022-04-17T14:56:03.339Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3eb999b2 [2022-04-17T14:56:03.339Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@10ea1754 [2022-04-17T14:56:03.339Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@452bcee [2022-04-17T14:56:03.339Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@664d4ee1 [2022-04-17T14:56:03.339Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@25b665ca [2022-04-17T14:56:03.339Z] [exec] count2 : 10 xacount2 : 1 [2022-04-17T14:56:03.339Z] [exec] Value of key is:switchoffACCconnpooling-test9 [2022-04-17T14:56:03.339Z] [exec] switchoffACCconnpooling-test9: passed [2022-04-17T14:56:03.339Z] [exec] rollback set to true [2022-04-17T14:56:03.640Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7cb77d5 [2022-04-17T14:56:03.640Z] [exec] count1 : 0 [2022-04-17T14:56:03.640Z] [exec] count2 : 0 [2022-04-17T14:56:03.640Z] [exec] Value of key is:switchoffACCconnpooling-test10 [2022-04-17T14:56:03.640Z] [exec] switchoffACCconnpooling-test10: passed [2022-04-17T14:56:03.640Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@25ae0223 [2022-04-17T14:56:03.640Z] [exec] count1 : 0 [2022-04-17T14:56:03.640Z] [exec] count2 : 0 [2022-04-17T14:56:03.640Z] [exec] Value of key is:switchoffACCconnpooling-test11 [2022-04-17T14:56:03.640Z] [exec] switchoffACCconnpooling-test11: passed [2022-04-17T14:56:03.640Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@2c227f74 [2022-04-17T14:56:03.940Z] [exec] count1 : 0 [2022-04-17T14:56:03.940Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7b6cb223 [2022-04-17T14:56:03.940Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6c83c686 [2022-04-17T14:56:03.940Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@43582af1 [2022-04-17T14:56:03.940Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@32eb46d7 [2022-04-17T14:56:03.940Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@364b2c46 [2022-04-17T14:56:03.940Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@26e66e13 [2022-04-17T14:56:03.940Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7a0d08b2 [2022-04-17T14:56:03.940Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7ef5a01b [2022-04-17T14:56:03.940Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5d131f37 [2022-04-17T14:56:03.940Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@40146340 [2022-04-17T14:56:03.940Z] [exec] count2 : 0 [2022-04-17T14:56:03.940Z] [exec] Value of key is:switchoffACCconnpooling-test12 [2022-04-17T14:56:03.940Z] [exec] switchoffACCconnpooling-test12: passed [2022-04-17T14:56:03.940Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@773eb14c [2022-04-17T14:56:04.197Z] [exec] count1 : 0 [2022-04-17T14:56:04.197Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4392d1ad [2022-04-17T14:56:04.197Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@6b02c3c4 [2022-04-17T14:56:04.197Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@647f789d [2022-04-17T14:56:04.197Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@7d028b1d [2022-04-17T14:56:04.197Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@28c832a9 [2022-04-17T14:56:04.197Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5529c897 [2022-04-17T14:56:04.197Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4a8df93f [2022-04-17T14:56:04.197Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@233ed910 [2022-04-17T14:56:04.197Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@4a0afaa4 [2022-04-17T14:56:04.197Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@51fcee02 [2022-04-17T14:56:04.197Z] [exec] count2 : 0 [2022-04-17T14:56:04.197Z] [exec] Value of key is:switchoffACCconnpooling-test13 [2022-04-17T14:56:04.197Z] [exec] switchoffACCconnpooling-test13: passed [2022-04-17T14:56:04.197Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@5c92147c [2022-04-17T14:56:04.197Z] [exec] Connection type : org.apache.derby.client.am.LogicalConnection@337348de [2022-04-17T14:56:04.197Z] [exec] count1 : 0 [2022-04-17T14:56:04.197Z] [exec] count3 : 0 [2022-04-17T14:56:04.455Z] [exec] count2 : 0 [2022-04-17T14:56:04.455Z] [exec] count4 : 0 [2022-04-17T14:56:04.455Z] [exec] Value of key is:switchoffACCconnpooling-test14 [2022-04-17T14:56:04.455Z] [exec] switchoffACCconnpooling-test14: passed [2022-04-17T14:56:04.455Z] [exec] Connection type : org.apache.derby.client.net.NetConnection@7f699066 [2022-04-17T14:56:04.455Z] [exec] count1 : 0 xacount1 : 0 [2022-04-17T14:56:04.455Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2b23d138 [2022-04-17T14:56:04.455Z] [exec] con[1]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@57d8308d [2022-04-17T14:56:04.455Z] [exec] con[2]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@28459ab8 [2022-04-17T14:56:04.455Z] [exec] con[3]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@44acc838 [2022-04-17T14:56:04.455Z] [exec] con[4]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@3f891cfe [2022-04-17T14:56:04.455Z] [exec] con[5]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@23676bc [2022-04-17T14:56:04.455Z] [exec] con[6]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@597ca350 [2022-04-17T14:56:04.455Z] [exec] con[7]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@5407721 [2022-04-17T14:56:04.455Z] [exec] con[8]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@75806ed6 [2022-04-17T14:56:04.455Z] [exec] con[9]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@2053befc [2022-04-17T14:56:04.713Z] [exec] con[0]=com.sun.gjc.spi.jdbc40.ConnectionWrapper40@fefb1c [2022-04-17T14:56:04.713Z] [exec] count2 : 0 xacount2 : 0 [2022-04-17T14:56:04.713Z] [exec] Value of key is:switchoffACCconnpooling-test15 [2022-04-17T14:56:04.713Z] [exec] switchoffACCconnpooling-test15: passed [2022-04-17T14:56:04.713Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:56:04.713Z] [exec] [2022-04-17T14:56:04.713Z] [exec] [2022-04-17T14:56:04.713Z] [exec] ----------------------------------------- [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test1: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test10: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test2: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test11: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test12: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test13: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test14: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test15: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test7: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test8: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test9: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test3: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test4: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test5: PASS - [2022-04-17T14:56:04.713Z] [exec] - switchoffACCconnpooling-test6: PASS - [2022-04-17T14:56:04.713Z] [exec] ----------------------------------------- [2022-04-17T14:56:04.713Z] [exec] Total PASS: 15 [2022-04-17T14:56:04.713Z] [exec] Total FAIL: 0 [2022-04-17T14:56:04.713Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:56:04.713Z] [exec] ----------------------------------------- [2022-04-17T14:56:04.713Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:56:04.713Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] checkReporting-common: [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] confirmReportPresent-common: [2022-04-17T14:56:04.970Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:56:04.970Z] [echo] Test seems to be reported fine [2022-04-17T14:56:04.970Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/switchoffACCconnpooling/RepRunConf.txt [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] confirmMissingReport-common: [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] unsetup: [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] setOSConditions: [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] setToolWin: [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] setToolUnix: [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] setToolProperty: [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] setS1ASclassPath: [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] init-common: [2022-04-17T14:56:04.970Z] [2022-04-17T14:56:04.970Z] delete-jdbc-resource-common: [2022-04-17T14:56:04.970Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource [2022-04-17T14:56:05.542Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonxaresource [2022-04-17T14:56:05.542Z] [exec] JDBC resource jdbc/nonxaresource deleted successfully [2022-04-17T14:56:05.542Z] [echo] cmd executed for server [2022-04-17T14:56:05.542Z] [2022-04-17T14:56:05.542Z] setOSConditions: [2022-04-17T14:56:05.542Z] [2022-04-17T14:56:05.542Z] setToolWin: [2022-04-17T14:56:05.542Z] [2022-04-17T14:56:05.542Z] setToolUnix: [2022-04-17T14:56:05.542Z] [2022-04-17T14:56:05.542Z] setToolProperty: [2022-04-17T14:56:05.542Z] [2022-04-17T14:56:05.542Z] setS1ASclassPath: [2022-04-17T14:56:05.542Z] [2022-04-17T14:56:05.542Z] init-common: [2022-04-17T14:56:05.542Z] [2022-04-17T14:56:05.542Z] delete-jdbc-connpool-common: [2022-04-17T14:56:05.542Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool [2022-04-17T14:56:05.798Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:05.798Z] [exec] JDBC Connection pool jdbc-derby-pool deleted successfully [2022-04-17T14:56:05.798Z] [echo] cmd executed for server [2022-04-17T14:56:05.798Z] [2022-04-17T14:56:05.798Z] setOSConditions: [2022-04-17T14:56:05.798Z] [2022-04-17T14:56:05.798Z] setToolWin: [2022-04-17T14:56:05.798Z] [2022-04-17T14:56:05.798Z] setToolUnix: [2022-04-17T14:56:05.798Z] [2022-04-17T14:56:05.798Z] setToolProperty: [2022-04-17T14:56:05.798Z] [2022-04-17T14:56:05.798Z] setS1ASclassPath: [2022-04-17T14:56:05.798Z] [2022-04-17T14:56:05.798Z] init-common: [2022-04-17T14:56:05.798Z] [2022-04-17T14:56:05.798Z] delete-jdbc-resource-common: [2022-04-17T14:56:05.798Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xaresource [2022-04-17T14:56:06.055Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/xaresource [2022-04-17T14:56:06.055Z] [exec] JDBC resource jdbc/xaresource deleted successfully [2022-04-17T14:56:06.055Z] [echo] cmd executed for server [2022-04-17T14:56:06.055Z] [2022-04-17T14:56:06.055Z] setOSConditions: [2022-04-17T14:56:06.055Z] [2022-04-17T14:56:06.055Z] setToolWin: [2022-04-17T14:56:06.055Z] [2022-04-17T14:56:06.055Z] setToolUnix: [2022-04-17T14:56:06.055Z] [2022-04-17T14:56:06.055Z] setToolProperty: [2022-04-17T14:56:06.055Z] [2022-04-17T14:56:06.055Z] setS1ASclassPath: [2022-04-17T14:56:06.055Z] [2022-04-17T14:56:06.055Z] init-common: [2022-04-17T14:56:06.055Z] [2022-04-17T14:56:06.055Z] delete-jdbc-connpool-common: [2022-04-17T14:56:06.055Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:06.650Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:06.650Z] [exec] JDBC Connection pool jdbc-derby-xa-pool deleted successfully [2022-04-17T14:56:06.650Z] [echo] cmd executed for server [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] all: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setOSConditions: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolWin: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolUnix: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolProperty: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setS1ASclassPath: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] init-common: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] clean: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setOSConditions: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolWin: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolUnix: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolProperty: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setS1ASclassPath: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] init-common: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] clean-common: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setOSConditions: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolWin: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolUnix: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolProperty: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setS1ASclassPath: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] init-common: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] clean-classes-common: [2022-04-17T14:56:06.650Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setOSConditions: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolWin: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolUnix: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolProperty: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setS1ASclassPath: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] init-common: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] clean-jars-common: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] compile: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setOSConditions: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolWin: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolUnix: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setToolProperty: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] setS1ASclassPath: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] init-common: [2022-04-17T14:56:06.650Z] [2022-04-17T14:56:06.650Z] compile-common: [2022-04-17T14:56:06.650Z] [echo] Current time (ISO): 2022-04-17T14:56:06.517+0000 [2022-04-17T14:56:06.650Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:06.650Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:08.598Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:56:08.598Z] [javac] 1 warning [2022-04-17T14:56:08.598Z] [2022-04-17T14:56:08.598Z] setOSConditions: [2022-04-17T14:56:08.598Z] [2022-04-17T14:56:08.598Z] setToolWin: [2022-04-17T14:56:08.598Z] [2022-04-17T14:56:08.598Z] setToolUnix: [2022-04-17T14:56:08.598Z] [2022-04-17T14:56:08.598Z] setToolProperty: [2022-04-17T14:56:08.598Z] [2022-04-17T14:56:08.598Z] setS1ASclassPath: [2022-04-17T14:56:08.598Z] [2022-04-17T14:56:08.598Z] init-common: [2022-04-17T14:56:08.598Z] [2022-04-17T14:56:08.598Z] compile-common: [2022-04-17T14:56:08.598Z] [echo] Current time (ISO): 2022-04-17T14:56:08.200+0000 [2022-04-17T14:56:08.598Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:09.975Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:56:09.975Z] [javac] 1 warning [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] build: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setOSConditions: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] fixFiles: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] convUnix: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] convWin: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setToolWin: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setToolUnix: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setToolProperty: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setS1ASclassPath: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] init-common: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] package-persistence-common: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] ejb-jar-common: [2022-04-17T14:56:09.975Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] package-ejbjar-common: [2022-04-17T14:56:09.975Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:09.975Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:09.975Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:09.975Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentials-ejb.jar [2022-04-17T14:56:09.975Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] appclient-jar-common: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] package-appclientjar-common: [2022-04-17T14:56:09.975Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:09.975Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:09.975Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:09.975Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentials-client.jar [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] webclient-war-common: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] build-ear-common: [2022-04-17T14:56:09.975Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:09.975Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentialsApp.ear [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] deploy: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setOSConditions: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setToolWin: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setToolUnix: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setToolProperty: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setS1ASclassPath: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] init-common: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] deploy-jdbc-common: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setOSConditions: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setToolWin: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setToolUnix: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setToolProperty: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] setS1ASclassPath: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] init-common: [2022-04-17T14:56:09.975Z] [2022-04-17T14:56:09.975Z] create-jdbc-connpool-common: [2022-04-17T14:56:10.230Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:10.230Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:56:10.230Z] [2022-04-17T14:56:10.230Z] set-derby-connpool-props: [2022-04-17T14:56:10.796Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:10.796Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:56:11.052Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:11.052Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:56:11.614Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:11.614Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:56:11.891Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:11.891Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:56:12.147Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:12.147Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:56:12.404Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:12.659Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:56:12.916Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:12.916Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:56:13.172Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:13.172Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:56:13.438Z] [2022-04-17T14:56:13.438Z] setOSConditions: [2022-04-17T14:56:13.438Z] [2022-04-17T14:56:13.438Z] setToolWin: [2022-04-17T14:56:13.438Z] [2022-04-17T14:56:13.438Z] setToolUnix: [2022-04-17T14:56:13.438Z] [2022-04-17T14:56:13.438Z] setToolProperty: [2022-04-17T14:56:13.438Z] [2022-04-17T14:56:13.438Z] setS1ASclassPath: [2022-04-17T14:56:13.438Z] [2022-04-17T14:56:13.438Z] init-common: [2022-04-17T14:56:13.438Z] [2022-04-17T14:56:13.438Z] create-jdbc-resource-common: [2022-04-17T14:56:13.438Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:13.695Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:13.695Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:56:13.695Z] [echo] cmd executed for server [2022-04-17T14:56:13.695Z] [2022-04-17T14:56:13.695Z] asadmin-common: [2022-04-17T14:56:13.695Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:13.951Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:56:13.951Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.match-connections=true [2022-04-17T14:56:13.951Z] [2022-04-17T14:56:13.951Z] asadmin-common: [2022-04-17T14:56:13.951Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:14.545Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:56:14.545Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle-timeout-in-seconds=900 [2022-04-17T14:56:14.545Z] [2022-04-17T14:56:14.545Z] asadmin-common: [2022-04-17T14:56:14.545Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:14.802Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:56:14.802Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.max-wait-time-in-millis=15000 [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] setOSConditions: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] setToolWin: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] setToolUnix: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] setToolProperty: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] setS1ASclassPath: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] init-common: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] deploy-common: [2022-04-17T14:56:14.802Z] [echo] Current time (ISO): 2022-04-17T14:56:14.687+0000 [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] setOSConditions: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] setToolWin: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] setToolUnix: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] setToolProperty: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] setS1ASclassPath: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] init-common: [2022-04-17T14:56:14.802Z] [2022-04-17T14:56:14.802Z] deploy-common-pe: [2022-04-17T14:56:15.364Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multipleusercredentialsApp.ear [2022-04-17T14:56:15.364Z] [exec] Application deployed with name jdbc-multipleusercredentialsApp. [2022-04-17T14:56:15.364Z] [echo] Deployment on target server server successful [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setOSConditions: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setToolWin: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setToolUnix: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setToolProperty: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setS1ASclassPath: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] init-common: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] deploy-common-ee: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] run: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setOSConditions: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setToolWin: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setToolUnix: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setToolProperty: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setS1ASclassPath: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] init-common: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] execute-sql-common: [2022-04-17T14:56:15.364Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/sql/create_pointbase.sql [2022-04-17T14:56:15.364Z] [sql] 0 rows affected [2022-04-17T14:56:15.364Z] [sql] 0 rows affected [2022-04-17T14:56:15.364Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setOSConditions: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setToolWin: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setToolUnix: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setToolProperty: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] setS1ASclassPath: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] init-common: [2022-04-17T14:56:15.364Z] [2022-04-17T14:56:15.364Z] runclient-common: [2022-04-17T14:56:15.365Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:56:16.308Z] [exec] Apr 17, 2022 2:56:16 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:56:16.308Z] [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. [2022-04-17T14:56:21.618Z] [exec] Value of key is: test1 : [2022-04-17T14:56:21.619Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:56:21.619Z] [exec] [2022-04-17T14:56:21.619Z] [exec] [2022-04-17T14:56:21.619Z] [exec] ----------------------------------------- [2022-04-17T14:56:21.619Z] [exec] - test1 : : PASS - [2022-04-17T14:56:21.619Z] [exec] ----------------------------------------- [2022-04-17T14:56:21.619Z] [exec] Total PASS: 1 [2022-04-17T14:56:21.619Z] [exec] Total FAIL: 0 [2022-04-17T14:56:21.619Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:56:21.619Z] [exec] ----------------------------------------- [2022-04-17T14:56:21.619Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:56:21.619Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] checkReporting-common: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] confirmReportPresent-common: [2022-04-17T14:56:21.874Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:56:21.874Z] [echo] Test seems to be reported fine [2022-04-17T14:56:21.874Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/RepRunConf.txt [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] confirmMissingReport-common: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] undeploy: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] setOSConditions: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] setToolWin: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] setToolUnix: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] setToolProperty: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] setS1ASclassPath: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] init-common: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] execute-sql-common: [2022-04-17T14:56:21.874Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multipleusercredentials/sql/drop_pointbase.sql [2022-04-17T14:56:21.874Z] [sql] 0 of 0 SQL statements executed successfully [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] setOSConditions: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] setToolWin: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] setToolUnix: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] setToolProperty: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] setS1ASclassPath: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] init-common: [2022-04-17T14:56:21.874Z] [2022-04-17T14:56:21.874Z] undeploy-common: [2022-04-17T14:56:22.130Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:56:22.130Z] [2022-04-17T14:56:22.130Z] setOSConditions: [2022-04-17T14:56:22.130Z] [2022-04-17T14:56:22.130Z] setToolWin: [2022-04-17T14:56:22.130Z] [2022-04-17T14:56:22.130Z] setToolUnix: [2022-04-17T14:56:22.130Z] [2022-04-17T14:56:22.131Z] setToolProperty: [2022-04-17T14:56:22.131Z] [2022-04-17T14:56:22.131Z] setS1ASclassPath: [2022-04-17T14:56:22.131Z] [2022-04-17T14:56:22.131Z] init-common: [2022-04-17T14:56:22.131Z] [2022-04-17T14:56:22.131Z] undeploy-jdbc-common: [2022-04-17T14:56:22.131Z] [2022-04-17T14:56:22.131Z] setOSConditions: [2022-04-17T14:56:22.131Z] [2022-04-17T14:56:22.131Z] setToolWin: [2022-04-17T14:56:22.131Z] [2022-04-17T14:56:22.131Z] setToolUnix: [2022-04-17T14:56:22.131Z] [2022-04-17T14:56:22.131Z] setToolProperty: [2022-04-17T14:56:22.131Z] [2022-04-17T14:56:22.131Z] setS1ASclassPath: [2022-04-17T14:56:22.131Z] [2022-04-17T14:56:22.131Z] init-common: [2022-04-17T14:56:22.131Z] [2022-04-17T14:56:22.131Z] delete-jdbc-resource-common: [2022-04-17T14:56:22.131Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:56:22.742Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:56:22.742Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:56:22.742Z] [echo] cmd executed for server [2022-04-17T14:56:22.742Z] [2022-04-17T14:56:22.742Z] setOSConditions: [2022-04-17T14:56:22.742Z] [2022-04-17T14:56:22.742Z] setToolWin: [2022-04-17T14:56:22.742Z] [2022-04-17T14:56:22.742Z] setToolUnix: [2022-04-17T14:56:22.742Z] [2022-04-17T14:56:22.742Z] setToolProperty: [2022-04-17T14:56:22.742Z] [2022-04-17T14:56:22.742Z] setS1ASclassPath: [2022-04-17T14:56:22.742Z] [2022-04-17T14:56:22.742Z] init-common: [2022-04-17T14:56:22.742Z] [2022-04-17T14:56:22.742Z] delete-jdbc-connpool-common: [2022-04-17T14:56:22.742Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:56:23.305Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:23.305Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:56:23.305Z] [echo] cmd executed for server [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] all: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setOSConditions: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolWin: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolUnix: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolProperty: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setS1ASclassPath: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] init-common: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] clean: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setOSConditions: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolWin: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolUnix: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolProperty: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setS1ASclassPath: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] init-common: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] clean-common: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setOSConditions: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolWin: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolUnix: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolProperty: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setS1ASclassPath: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] init-common: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] clean-classes-common: [2022-04-17T14:56:23.305Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setOSConditions: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolWin: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolUnix: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolProperty: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setS1ASclassPath: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] init-common: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] clean-jars-common: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] compile: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setOSConditions: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolWin: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolUnix: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setToolProperty: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] setS1ASclassPath: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] init-common: [2022-04-17T14:56:23.305Z] [2022-04-17T14:56:23.305Z] compile-common: [2022-04-17T14:56:23.305Z] [echo] Current time (ISO): 2022-04-17T14:56:23.102+0000 [2022-04-17T14:56:23.306Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:23.306Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:24.675Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:56:24.936Z] [javac] 1 warning [2022-04-17T14:56:24.936Z] [2022-04-17T14:56:24.936Z] setOSConditions: [2022-04-17T14:56:24.936Z] [2022-04-17T14:56:24.936Z] setToolWin: [2022-04-17T14:56:24.936Z] [2022-04-17T14:56:24.936Z] setToolUnix: [2022-04-17T14:56:24.936Z] [2022-04-17T14:56:24.936Z] setToolProperty: [2022-04-17T14:56:24.936Z] [2022-04-17T14:56:24.936Z] setS1ASclassPath: [2022-04-17T14:56:24.936Z] [2022-04-17T14:56:24.936Z] init-common: [2022-04-17T14:56:24.936Z] [2022-04-17T14:56:24.936Z] compile-common: [2022-04-17T14:56:24.936Z] [echo] Current time (ISO): 2022-04-17T14:56:24.702+0000 [2022-04-17T14:56:24.936Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:26.305Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:56:26.305Z] [javac] 1 warning [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] build: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setOSConditions: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] fixFiles: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] convUnix: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] convWin: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setToolWin: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setToolUnix: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setToolProperty: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setS1ASclassPath: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] init-common: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] package-persistence-common: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] ejb-jar-common: [2022-04-17T14:56:26.305Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] package-ejbjar-common: [2022-04-17T14:56:26.305Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:26.305Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:26.305Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:26.305Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnection-ejb.jar [2022-04-17T14:56:26.305Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] appclient-jar-common: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] package-appclientjar-common: [2022-04-17T14:56:26.305Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:26.305Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:26.305Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:26.305Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnection-client.jar [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] webclient-war-common: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] build-ear-common: [2022-04-17T14:56:26.305Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:26.305Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnectionApp.ear [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] deploy: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setOSConditions: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setToolWin: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setToolUnix: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setToolProperty: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setS1ASclassPath: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] init-common: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] deploy-jdbc-common: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setOSConditions: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setToolWin: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setToolUnix: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setToolProperty: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] setS1ASclassPath: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] init-common: [2022-04-17T14:56:26.305Z] [2022-04-17T14:56:26.305Z] create-jdbc-connpool-common: [2022-04-17T14:56:26.870Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:26.870Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:56:26.870Z] [2022-04-17T14:56:26.870Z] set-derby-connpool-props: [2022-04-17T14:56:27.142Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:27.409Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:56:27.671Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:27.671Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:56:28.254Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:28.254Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:56:28.840Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:28.840Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:56:29.097Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:29.097Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:56:29.353Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:29.353Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:56:29.943Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:29.943Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:56:30.199Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:30.199Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:56:30.199Z] [2022-04-17T14:56:30.199Z] setOSConditions: [2022-04-17T14:56:30.199Z] [2022-04-17T14:56:30.199Z] setToolWin: [2022-04-17T14:56:30.199Z] [2022-04-17T14:56:30.199Z] setToolUnix: [2022-04-17T14:56:30.199Z] [2022-04-17T14:56:30.199Z] setToolProperty: [2022-04-17T14:56:30.199Z] [2022-04-17T14:56:30.199Z] setS1ASclassPath: [2022-04-17T14:56:30.199Z] [2022-04-17T14:56:30.199Z] init-common: [2022-04-17T14:56:30.199Z] [2022-04-17T14:56:30.199Z] create-jdbc-resource-common: [2022-04-17T14:56:30.199Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:30.761Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:30.761Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:56:30.761Z] [echo] cmd executed for server [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] setOSConditions: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] setToolWin: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] setToolUnix: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] setToolProperty: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] setS1ASclassPath: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] init-common: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] deploy-common: [2022-04-17T14:56:30.761Z] [echo] Current time (ISO): 2022-04-17T14:56:30.593+0000 [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] setOSConditions: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] setToolWin: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] setToolUnix: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] setToolProperty: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] setS1ASclassPath: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] init-common: [2022-04-17T14:56:30.761Z] [2022-04-17T14:56:30.761Z] deploy-common-pe: [2022-04-17T14:56:31.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-multiplecloseconnectionApp.ear [2022-04-17T14:56:31.294Z] [exec] Application deployed with name jdbc-multiplecloseconnectionApp. [2022-04-17T14:56:31.294Z] [echo] Deployment on target server server successful [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setOSConditions: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setToolWin: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setToolUnix: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setToolProperty: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setS1ASclassPath: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] init-common: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] deploy-common-ee: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] run: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setOSConditions: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setToolWin: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setToolUnix: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setToolProperty: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setS1ASclassPath: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] init-common: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] execute-sql-common: [2022-04-17T14:56:31.294Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/sql/create_pointbase.sql [2022-04-17T14:56:31.294Z] [sql] Failed to execute: Drop table TXLEVELSWITCH [2022-04-17T14:56:31.294Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [2022-04-17T14:56:31.294Z] [sql] 0 rows affected [2022-04-17T14:56:31.294Z] [sql] 1 rows affected [2022-04-17T14:56:31.294Z] [sql] 1 rows affected [2022-04-17T14:56:31.294Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setOSConditions: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setToolWin: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setToolUnix: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setToolProperty: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] setS1ASclassPath: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] init-common: [2022-04-17T14:56:31.294Z] [2022-04-17T14:56:31.294Z] runclient-common: [2022-04-17T14:56:31.294Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:56:32.660Z] [exec] Apr 17, 2022 2:56:32 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:56:32.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. [2022-04-17T14:56:36.015Z] [exec] Value of key is: test1 : [2022-04-17T14:56:36.015Z] [exec] Value of key is: test2 : [2022-04-17T14:56:36.015Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:56:36.015Z] [exec] [2022-04-17T14:56:36.015Z] [exec] [2022-04-17T14:56:36.015Z] [exec] ----------------------------------------- [2022-04-17T14:56:36.015Z] [exec] - test2 : : PASS - [2022-04-17T14:56:36.015Z] [exec] - test1 : : PASS - [2022-04-17T14:56:36.015Z] [exec] ----------------------------------------- [2022-04-17T14:56:36.015Z] [exec] Total PASS: 2 [2022-04-17T14:56:36.015Z] [exec] Total FAIL: 0 [2022-04-17T14:56:36.015Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:56:36.015Z] [exec] ----------------------------------------- [2022-04-17T14:56:36.015Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:56:36.015Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] checkReporting-common: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] confirmReportPresent-common: [2022-04-17T14:56:36.015Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:56:36.015Z] [echo] Test seems to be reported fine [2022-04-17T14:56:36.015Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/RepRunConf.txt [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] confirmMissingReport-common: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] undeploy: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] setOSConditions: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] setToolWin: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] setToolUnix: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] setToolProperty: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] setS1ASclassPath: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] init-common: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] execute-sql-common: [2022-04-17T14:56:36.015Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/multiplecloseconnection/sql/drop_pointbase.sql [2022-04-17T14:56:36.015Z] [sql] 0 rows affected [2022-04-17T14:56:36.015Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 [2022-04-17T14:56:36.015Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [2022-04-17T14:56:36.015Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] setOSConditions: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] setToolWin: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] setToolUnix: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] setToolProperty: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] setS1ASclassPath: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] init-common: [2022-04-17T14:56:36.015Z] [2022-04-17T14:56:36.015Z] undeploy-common: [2022-04-17T14:56:36.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] setOSConditions: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] setToolWin: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] setToolUnix: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] setToolProperty: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] setS1ASclassPath: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] init-common: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] undeploy-jdbc-common: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] setOSConditions: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] setToolWin: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] setToolUnix: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] setToolProperty: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] setS1ASclassPath: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] init-common: [2022-04-17T14:56:36.577Z] [2022-04-17T14:56:36.577Z] delete-jdbc-resource-common: [2022-04-17T14:56:36.577Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:56:36.832Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:56:36.832Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:56:36.832Z] [echo] cmd executed for server [2022-04-17T14:56:36.832Z] [2022-04-17T14:56:36.832Z] setOSConditions: [2022-04-17T14:56:36.832Z] [2022-04-17T14:56:36.832Z] setToolWin: [2022-04-17T14:56:36.832Z] [2022-04-17T14:56:36.832Z] setToolUnix: [2022-04-17T14:56:36.832Z] [2022-04-17T14:56:36.832Z] setToolProperty: [2022-04-17T14:56:36.832Z] [2022-04-17T14:56:36.832Z] setS1ASclassPath: [2022-04-17T14:56:36.832Z] [2022-04-17T14:56:36.832Z] init-common: [2022-04-17T14:56:36.832Z] [2022-04-17T14:56:36.832Z] delete-jdbc-connpool-common: [2022-04-17T14:56:36.832Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:56:37.394Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:37.394Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:56:37.394Z] [echo] cmd executed for server [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] all: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setOSConditions: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setToolWin: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setToolUnix: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setToolProperty: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setS1ASclassPath: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] init-common: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] clean: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setOSConditions: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setToolWin: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setToolUnix: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setToolProperty: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setS1ASclassPath: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] init-common: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] clean-common: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setOSConditions: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setToolWin: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setToolUnix: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setToolProperty: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] setS1ASclassPath: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] init-common: [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.394Z] clean-classes-common: [2022-04-17T14:56:37.394Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:56:37.394Z] [2022-04-17T14:56:37.395Z] setOSConditions: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] setToolWin: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] setToolUnix: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] setToolProperty: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] setS1ASclassPath: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] init-common: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] clean-jars-common: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] compile: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] setOSConditions: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] setToolWin: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] setToolUnix: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] setToolProperty: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] setS1ASclassPath: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] init-common: [2022-04-17T14:56:37.395Z] [2022-04-17T14:56:37.395Z] compile-common: [2022-04-17T14:56:37.395Z] [echo] Current time (ISO): 2022-04-17T14:56:37.190+0000 [2022-04-17T14:56:37.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:37.395Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:39.300Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:56:39.300Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:39.300Z] [javac] return new Integer(1); [2022-04-17T14:56:39.300Z] [javac] ^ [2022-04-17T14:56:39.300Z] [javac] 2 warnings [2022-04-17T14:56:39.300Z] [2022-04-17T14:56:39.300Z] setOSConditions: [2022-04-17T14:56:39.300Z] [2022-04-17T14:56:39.300Z] setToolWin: [2022-04-17T14:56:39.300Z] [2022-04-17T14:56:39.300Z] setToolUnix: [2022-04-17T14:56:39.300Z] [2022-04-17T14:56:39.300Z] setToolProperty: [2022-04-17T14:56:39.300Z] [2022-04-17T14:56:39.300Z] setS1ASclassPath: [2022-04-17T14:56:39.300Z] [2022-04-17T14:56:39.300Z] init-common: [2022-04-17T14:56:39.300Z] [2022-04-17T14:56:39.300Z] compile-common: [2022-04-17T14:56:39.300Z] [echo] Current time (ISO): 2022-04-17T14:56:38.920+0000 [2022-04-17T14:56:39.300Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:40.675Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:56:40.675Z] [javac] 1 warning [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] build: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] setOSConditions: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] fixFiles: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] convUnix: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] convWin: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] setToolWin: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] setToolUnix: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] setToolProperty: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] setS1ASclassPath: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] init-common: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] package-persistence-common: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] ejb-jar-common: [2022-04-17T14:56:40.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] package-ejbjar-common: [2022-04-17T14:56:40.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:40.675Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:40.675Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:40.675Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeout-ejb.jar [2022-04-17T14:56:40.675Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] appclient-jar-common: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] package-appclientjar-common: [2022-04-17T14:56:40.675Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:40.675Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:40.675Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:40.675Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeout-client.jar [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] webclient-war-common: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] build-ear-common: [2022-04-17T14:56:40.675Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:40.675Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeoutApp.ear [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] deploy: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] setOSConditions: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] setToolWin: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] setToolUnix: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] setToolProperty: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] setS1ASclassPath: [2022-04-17T14:56:40.675Z] [2022-04-17T14:56:40.675Z] init-common: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] execute-sql-common: [2022-04-17T14:56:40.938Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/create_pointbase.sql [2022-04-17T14:56:40.938Z] [sql] Failed to execute: Drop table customer_stmt_wrapper [2022-04-17T14:56:40.938Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. [2022-04-17T14:56:40.938Z] [sql] 0 rows affected [2022-04-17T14:56:40.938Z] [sql] 1 rows affected [2022-04-17T14:56:40.938Z] [sql] 1 rows affected [2022-04-17T14:56:40.938Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] setOSConditions: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] setToolWin: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] setToolUnix: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] setToolProperty: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] setS1ASclassPath: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] init-common: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] deploy-jdbc-common: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] setOSConditions: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] setToolWin: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] setToolUnix: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.938Z] setToolProperty: [2022-04-17T14:56:40.938Z] [2022-04-17T14:56:40.939Z] setS1ASclassPath: [2022-04-17T14:56:40.939Z] [2022-04-17T14:56:40.939Z] init-common: [2022-04-17T14:56:40.939Z] [2022-04-17T14:56:40.939Z] create-jdbc-connpool-common: [2022-04-17T14:56:41.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:41.195Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T14:56:41.195Z] [2022-04-17T14:56:41.195Z] set-derby-connpool-props: [2022-04-17T14:56:41.758Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:41.758Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T14:56:42.014Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:42.014Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T14:56:42.271Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:42.271Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T14:56:42.842Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:42.843Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T14:56:43.099Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:43.099Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T14:56:43.662Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:43.662Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:56:43.919Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:43.919Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T14:56:44.482Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T14:56:44.482Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T14:56:44.482Z] [2022-04-17T14:56:44.482Z] setOSConditions: [2022-04-17T14:56:44.482Z] [2022-04-17T14:56:44.482Z] setToolWin: [2022-04-17T14:56:44.482Z] [2022-04-17T14:56:44.482Z] setToolUnix: [2022-04-17T14:56:44.482Z] [2022-04-17T14:56:44.482Z] setToolProperty: [2022-04-17T14:56:44.482Z] [2022-04-17T14:56:44.482Z] setS1ASclassPath: [2022-04-17T14:56:44.482Z] [2022-04-17T14:56:44.482Z] init-common: [2022-04-17T14:56:44.482Z] [2022-04-17T14:56:44.482Z] create-jdbc-resource-common: [2022-04-17T14:56:44.482Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:44.742Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:44.742Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T14:56:44.742Z] [echo] cmd executed for server [2022-04-17T14:56:44.742Z] [2022-04-17T14:56:44.742Z] asadmin-common: [2022-04-17T14:56:44.742Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:44.999Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T14:56:44.999Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.statement-timeout-in-seconds=30 [2022-04-17T14:56:44.999Z] [2022-04-17T14:56:44.999Z] setOSConditions: [2022-04-17T14:56:44.999Z] [2022-04-17T14:56:44.999Z] setToolWin: [2022-04-17T14:56:44.999Z] [2022-04-17T14:56:44.999Z] setToolUnix: [2022-04-17T14:56:44.999Z] [2022-04-17T14:56:44.999Z] setToolProperty: [2022-04-17T14:56:44.999Z] [2022-04-17T14:56:44.999Z] setS1ASclassPath: [2022-04-17T14:56:44.999Z] [2022-04-17T14:56:44.999Z] init-common: [2022-04-17T14:56:44.999Z] [2022-04-17T14:56:44.999Z] create-persistence-resource-common: [2022-04-17T14:56:44.999Z] [echo] asadmin create-persistence-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdo/s1qePM [2022-04-17T14:56:45.255Z] [exec] Command create-persistence-resource failed. [2022-04-17T14:56:45.255Z] [exec] CLI194: Previously supported command: create-persistence-resource is not supported for this release. [2022-04-17T14:56:45.255Z] [exec] Result: 1 [2022-04-17T14:56:45.255Z] [echo] Created jdo/s1qePM --target server [2022-04-17T14:56:45.255Z] [2022-04-17T14:56:45.255Z] asadmin-common-ignore-fail: [2022-04-17T14:56:45.255Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:45.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:45.846Z] [exec] remote failure: No configuration found for domain.resources.persistence-manager-factory-resource.jdo/s1qePM [2022-04-17T14:56:45.846Z] [exec] Result: 1 [2022-04-17T14:56:45.846Z] [2022-04-17T14:56:45.846Z] asadmin-common-ignore-fail: [2022-04-17T14:56:45.846Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:46.102Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:46.102Z] [exec] remote failure: No configuration found for domain.resources.persistence-manager-factory-resource.jdo/s1qePM [2022-04-17T14:56:46.102Z] [exec] Result: 1 [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] setOSConditions: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] setToolWin: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] setToolUnix: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] setToolProperty: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] setS1ASclassPath: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] init-common: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] deploy-common: [2022-04-17T14:56:46.102Z] [echo] Current time (ISO): 2022-04-17T14:56:45.991+0000 [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] setOSConditions: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] setToolWin: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] setToolUnix: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] setToolProperty: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] setS1ASclassPath: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] init-common: [2022-04-17T14:56:46.102Z] [2022-04-17T14:56:46.102Z] deploy-common-pe: [2022-04-17T14:56:46.665Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementtimeoutApp.ear [2022-04-17T14:56:46.665Z] [exec] Application deployed with name ejb-bmp-statementtimeoutApp. [2022-04-17T14:56:46.665Z] [echo] Deployment on target server server successful [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setOSConditions: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setToolWin: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setToolUnix: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setToolProperty: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setS1ASclassPath: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] init-common: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] deploy-common-ee: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] run: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setOSConditions: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setToolWin: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setToolUnix: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setToolProperty: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setS1ASclassPath: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] init-common: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] execute-sql-common: [2022-04-17T14:56:46.665Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/create_pointbase.sql [2022-04-17T14:56:46.665Z] [sql] 0 rows affected [2022-04-17T14:56:46.665Z] [sql] 0 rows affected [2022-04-17T14:56:46.665Z] [sql] 1 rows affected [2022-04-17T14:56:46.665Z] [sql] 1 rows affected [2022-04-17T14:56:46.665Z] [sql] 4 of 4 SQL statements executed successfully [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setOSConditions: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setToolWin: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setToolUnix: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setToolProperty: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] setS1ASclassPath: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] init-common: [2022-04-17T14:56:46.665Z] [2022-04-17T14:56:46.665Z] runclient-common: [2022-04-17T14:56:46.665Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T14:56:47.610Z] [exec] Apr 17, 2022 2:56:47 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:56:47.610Z] [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. [2022-04-17T14:56:50.890Z] [exec] Value of key is: statementTest : [2022-04-17T14:56:50.890Z] [exec] Value of key is: preparedStatementTest : [2022-04-17T14:56:50.890Z] [exec] Value of key is: callableStatementTest : [2022-04-17T14:56:50.890Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:56:50.890Z] [exec] [2022-04-17T14:56:50.890Z] [exec] [2022-04-17T14:56:50.890Z] [exec] ----------------------------------------- [2022-04-17T14:56:50.890Z] [exec] - callableStatementTest : : PASS - [2022-04-17T14:56:50.890Z] [exec] - statementTest : : PASS - [2022-04-17T14:56:50.890Z] [exec] - preparedStatementTest : : PASS - [2022-04-17T14:56:50.890Z] [exec] ----------------------------------------- [2022-04-17T14:56:50.890Z] [exec] Total PASS: 3 [2022-04-17T14:56:50.890Z] [exec] Total FAIL: 0 [2022-04-17T14:56:50.890Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:56:50.890Z] [exec] ----------------------------------------- [2022-04-17T14:56:50.890Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:56:50.890Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] checkReporting-common: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] confirmReportPresent-common: [2022-04-17T14:56:51.147Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:56:51.147Z] [echo] Test seems to be reported fine [2022-04-17T14:56:51.147Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/RepRunConf.txt [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] confirmMissingReport-common: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] undeploy: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] setOSConditions: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] setToolWin: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] setToolUnix: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] setToolProperty: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] setS1ASclassPath: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] init-common: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] execute-sql-common: [2022-04-17T14:56:51.147Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/statementtimeout/sql/drop_pointbase.sql [2022-04-17T14:56:51.147Z] [sql] 0 rows affected [2022-04-17T14:56:51.147Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] setOSConditions: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] setToolWin: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] setToolUnix: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] setToolProperty: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] setS1ASclassPath: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] init-common: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] delete-persistence-resource-common: [2022-04-17T14:56:51.147Z] [2022-04-17T14:56:51.147Z] asadmin-common-ignore-fail: [2022-04-17T14:56:51.147Z] [echo] asadmin delete-persistence-resource --target server --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdo/s1qePM [2022-04-17T14:56:51.403Z] [exec] Command delete-persistence-resource failed. [2022-04-17T14:56:51.403Z] [exec] CLI194: Previously supported command: delete-persistence-resource is not supported for this release. [2022-04-17T14:56:51.403Z] [exec] Result: 1 [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] setOSConditions: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] setToolWin: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] setToolUnix: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] setToolProperty: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] setS1ASclassPath: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] init-common: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] undeploy-jdbc-common: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] setOSConditions: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] setToolWin: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] setToolUnix: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] setToolProperty: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] setS1ASclassPath: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] init-common: [2022-04-17T14:56:51.403Z] [2022-04-17T14:56:51.403Z] delete-jdbc-resource-common: [2022-04-17T14:56:51.403Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T14:56:51.965Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T14:56:51.965Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T14:56:51.966Z] [echo] cmd executed for server [2022-04-17T14:56:51.966Z] [2022-04-17T14:56:51.966Z] setOSConditions: [2022-04-17T14:56:51.966Z] [2022-04-17T14:56:51.966Z] setToolWin: [2022-04-17T14:56:51.966Z] [2022-04-17T14:56:51.966Z] setToolUnix: [2022-04-17T14:56:51.966Z] [2022-04-17T14:56:51.966Z] setToolProperty: [2022-04-17T14:56:51.966Z] [2022-04-17T14:56:51.966Z] setS1ASclassPath: [2022-04-17T14:56:51.966Z] [2022-04-17T14:56:51.966Z] init-common: [2022-04-17T14:56:51.966Z] [2022-04-17T14:56:51.966Z] delete-jdbc-connpool-common: [2022-04-17T14:56:51.966Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T14:56:52.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:52.238Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T14:56:52.238Z] [echo] cmd executed for server [2022-04-17T14:56:52.238Z] [2022-04-17T14:56:52.238Z] setOSConditions: [2022-04-17T14:56:52.238Z] [2022-04-17T14:56:52.238Z] setToolWin: [2022-04-17T14:56:52.238Z] [2022-04-17T14:56:52.238Z] setToolUnix: [2022-04-17T14:56:52.238Z] [2022-04-17T14:56:52.238Z] setToolProperty: [2022-04-17T14:56:52.238Z] [2022-04-17T14:56:52.238Z] setS1ASclassPath: [2022-04-17T14:56:52.238Z] [2022-04-17T14:56:52.238Z] init-common: [2022-04-17T14:56:52.238Z] [2022-04-17T14:56:52.238Z] undeploy-common: [2022-04-17T14:56:52.494Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:56:52.494Z] [2022-04-17T14:56:52.494Z] all: [2022-04-17T14:56:52.494Z] [2022-04-17T14:56:52.494Z] setOSConditions: [2022-04-17T14:56:52.494Z] [2022-04-17T14:56:52.494Z] setToolWin: [2022-04-17T14:56:52.494Z] [2022-04-17T14:56:52.494Z] setToolUnix: [2022-04-17T14:56:52.494Z] [2022-04-17T14:56:52.494Z] setToolProperty: [2022-04-17T14:56:52.494Z] [2022-04-17T14:56:52.494Z] setS1ASclassPath: [2022-04-17T14:56:52.494Z] [2022-04-17T14:56:52.494Z] init-common: [2022-04-17T14:56:52.494Z] [2022-04-17T14:56:52.494Z] clean: [2022-04-17T14:56:52.494Z] [2022-04-17T14:56:52.494Z] setOSConditions: [2022-04-17T14:56:52.494Z] [2022-04-17T14:56:52.495Z] setToolWin: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] setToolUnix: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] setToolProperty: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] setS1ASclassPath: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] init-common: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] clean-common: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] setOSConditions: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] setToolWin: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] setToolUnix: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] setToolProperty: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] setS1ASclassPath: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] init-common: [2022-04-17T14:56:52.495Z] [2022-04-17T14:56:52.495Z] clean-classes-common: [2022-04-17T14:56:52.495Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] setOSConditions: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] setToolWin: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] setToolUnix: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] setToolProperty: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] setS1ASclassPath: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] init-common: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] clean-jars-common: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] compile: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] setOSConditions: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] setToolWin: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] setToolUnix: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] setToolProperty: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] setS1ASclassPath: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] init-common: [2022-04-17T14:56:52.750Z] [2022-04-17T14:56:52.750Z] compile-common: [2022-04-17T14:56:52.750Z] [echo] Current time (ISO): 2022-04-17T14:56:52.504+0000 [2022-04-17T14:56:52.750Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:52.750Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:54.117Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:56:54.117Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:54.117Z] [javac] return new Integer(1); [2022-04-17T14:56:54.117Z] [javac] ^ [2022-04-17T14:56:54.117Z] [javac] 2 warnings [2022-04-17T14:56:54.117Z] [2022-04-17T14:56:54.117Z] setOSConditions: [2022-04-17T14:56:54.117Z] [2022-04-17T14:56:54.117Z] setToolWin: [2022-04-17T14:56:54.117Z] [2022-04-17T14:56:54.117Z] setToolUnix: [2022-04-17T14:56:54.117Z] [2022-04-17T14:56:54.117Z] setToolProperty: [2022-04-17T14:56:54.117Z] [2022-04-17T14:56:54.117Z] setS1ASclassPath: [2022-04-17T14:56:54.117Z] [2022-04-17T14:56:54.117Z] init-common: [2022-04-17T14:56:54.117Z] [2022-04-17T14:56:54.117Z] compile-common: [2022-04-17T14:56:54.117Z] [echo] Current time (ISO): 2022-04-17T14:56:54.104+0000 [2022-04-17T14:56:54.117Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:56:56.039Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:56:56.039Z] [javac] 1 warning [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] build: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setOSConditions: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] fixFiles: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] convUnix: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] convWin: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setToolWin: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setToolUnix: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setToolProperty: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setS1ASclassPath: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] init-common: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] package-persistence-common: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] ejb-jar-common: [2022-04-17T14:56:56.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] package-ejbjar-common: [2022-04-17T14:56:56.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:56.039Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:56.039Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:56.039Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-ejb.jar [2022-04-17T14:56:56.039Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] appclient-jar-common: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] package-appclientjar-common: [2022-04-17T14:56:56.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:56.039Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:56.039Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:56.039Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-client.jar [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] webclient-war-common: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] build-ear-common: [2022-04-17T14:56:56.039Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:56:56.039Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] create-jdbc-stuff: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setOSConditions: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setToolWin: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setToolUnix: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setToolProperty: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setS1ASclassPath: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] init-common: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] deploy-jdbc-common: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setOSConditions: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setToolWin: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setToolUnix: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setToolProperty: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] setS1ASclassPath: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] init-common: [2022-04-17T14:56:56.039Z] [2022-04-17T14:56:56.039Z] create-jdbc-connpool-common: [2022-04-17T14:56:56.295Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:56.295Z] [exec] JDBC connection pool jdbc-conval created successfully. [2022-04-17T14:56:56.295Z] [2022-04-17T14:56:56.295Z] set-derby-connpool-props: [2022-04-17T14:56:56.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:56.807Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser [2022-04-17T14:56:57.063Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:57.063Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword [2022-04-17T14:56:57.648Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:57.648Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 [2022-04-17T14:56:57.904Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:57.904Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 [2022-04-17T14:56:58.159Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:58.159Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb [2022-04-17T14:56:58.743Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:58.743Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:56:58.999Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:58.999Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true [2022-04-17T14:56:59.261Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:59.539Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost [2022-04-17T14:56:59.539Z] [2022-04-17T14:56:59.539Z] setOSConditions: [2022-04-17T14:56:59.539Z] [2022-04-17T14:56:59.539Z] setToolWin: [2022-04-17T14:56:59.539Z] [2022-04-17T14:56:59.539Z] setToolUnix: [2022-04-17T14:56:59.539Z] [2022-04-17T14:56:59.539Z] setToolProperty: [2022-04-17T14:56:59.539Z] [2022-04-17T14:56:59.539Z] setS1ASclassPath: [2022-04-17T14:56:59.539Z] [2022-04-17T14:56:59.539Z] init-common: [2022-04-17T14:56:59.539Z] [2022-04-17T14:56:59.539Z] create-jdbc-resource-common: [2022-04-17T14:56:59.539Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:59.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:56:59.795Z] [exec] JDBC resource jdbc/convalDB created successfully. [2022-04-17T14:56:59.795Z] [echo] cmd executed for server [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] deploy: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] setOSConditions: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] setToolWin: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] setToolUnix: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] setToolProperty: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] setS1ASclassPath: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] init-common: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] deploy-common: [2022-04-17T14:56:59.795Z] [echo] Current time (ISO): 2022-04-17T14:56:59.675+0000 [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] setOSConditions: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] setToolWin: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] setToolUnix: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] setToolProperty: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] setS1ASclassPath: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] init-common: [2022-04-17T14:56:59.795Z] [2022-04-17T14:56:59.795Z] deploy-common-pe: [2022-04-17T14:57:00.360Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear [2022-04-17T14:57:00.360Z] [exec] Application deployed with name jdbc-convalApp. [2022-04-17T14:57:00.360Z] [echo] Deployment on target server server successful [2022-04-17T14:57:00.360Z] [2022-04-17T14:57:00.360Z] setOSConditions: [2022-04-17T14:57:00.360Z] [2022-04-17T14:57:00.361Z] setToolWin: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setToolUnix: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setToolProperty: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setS1ASclassPath: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] init-common: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] deploy-common-ee: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] run: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setOSConditions: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setToolWin: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setToolUnix: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setToolProperty: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setS1ASclassPath: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] init-common: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] execute-sql-common: [2022-04-17T14:57:00.361Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/create_pointbase.sql [2022-04-17T14:57:00.361Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:57:00.361Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:57:00.361Z] [sql] 0 rows affected [2022-04-17T14:57:00.361Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setOSConditions: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setToolWin: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setToolUnix: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setToolProperty: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] setS1ASclassPath: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] init-common: [2022-04-17T14:57:00.361Z] [2022-04-17T14:57:00.361Z] runclient-common: [2022-04-17T14:57:00.361Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:57:01.305Z] [exec] Apr 17, 2022 2:57:01 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:57:01.305Z] [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. [2022-04-17T14:57:04.588Z] [exec] Value of key is: test-1 [2022-04-17T14:57:04.588Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:57:04.588Z] [exec] [2022-04-17T14:57:04.588Z] [exec] [2022-04-17T14:57:04.588Z] [exec] ----------------------------------------- [2022-04-17T14:57:04.588Z] [exec] - test-1 : PASS - [2022-04-17T14:57:04.588Z] [exec] ----------------------------------------- [2022-04-17T14:57:04.588Z] [exec] Total PASS: 1 [2022-04-17T14:57:04.588Z] [exec] Total FAIL: 0 [2022-04-17T14:57:04.588Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:57:04.588Z] [exec] ----------------------------------------- [2022-04-17T14:57:04.588Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:57:04.588Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] checkReporting-common: [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] confirmReportPresent-common: [2022-04-17T14:57:04.588Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:57:04.588Z] [echo] Test seems to be reported fine [2022-04-17T14:57:04.588Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] confirmMissingReport-common: [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] setOSConditions: [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] setToolWin: [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] setToolUnix: [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] setToolProperty: [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] setS1ASclassPath: [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] init-common: [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] stop-derby: [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] stop-derby-aix: [2022-04-17T14:57:04.588Z] [2022-04-17T14:57:04.588Z] stop-derby-nonaix: [2022-04-17T14:57:04.588Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:57:05.150Z] [java] Sun Apr 17 14:57:04 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:57:05.150Z] [2022-04-17T14:57:05.150Z] setOSConditions: [2022-04-17T14:57:05.150Z] [2022-04-17T14:57:05.150Z] setToolWin: [2022-04-17T14:57:05.150Z] [2022-04-17T14:57:05.150Z] setToolUnix: [2022-04-17T14:57:05.150Z] [2022-04-17T14:57:05.150Z] setToolProperty: [2022-04-17T14:57:05.150Z] [2022-04-17T14:57:05.150Z] setS1ASclassPath: [2022-04-17T14:57:05.150Z] [2022-04-17T14:57:05.150Z] init-common: [2022-04-17T14:57:05.150Z] [2022-04-17T14:57:05.150Z] start-derby: [2022-04-17T14:57:05.150Z] [2022-04-17T14:57:05.150Z] start-derby-aix: [2022-04-17T14:57:05.150Z] [2022-04-17T14:57:05.150Z] start-derby-nonaix: [2022-04-17T14:57:05.150Z] [echo] Starting Derby DB Server ... [2022-04-17T14:57:20.008Z] [2022-04-17T14:57:20.008Z] setOSConditions: [2022-04-17T14:57:20.008Z] [2022-04-17T14:57:20.008Z] setToolWin: [2022-04-17T14:57:20.008Z] [2022-04-17T14:57:20.008Z] setToolUnix: [2022-04-17T14:57:20.008Z] [2022-04-17T14:57:20.008Z] setToolProperty: [2022-04-17T14:57:20.008Z] [2022-04-17T14:57:20.008Z] setS1ASclassPath: [2022-04-17T14:57:20.008Z] [2022-04-17T14:57:20.008Z] init-common: [2022-04-17T14:57:20.008Z] [2022-04-17T14:57:20.008Z] runclient-common: [2022-04-17T14:57:20.009Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:57:20.943Z] [exec] Apr 17, 2022 2:57:20 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:57:20.943Z] [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. [2022-04-17T14:57:24.217Z] [exec] Value of key is: test-2 [2022-04-17T14:57:24.217Z] [exec] test-2 returned false as validation is not enabled [2022-04-17T14:57:24.217Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:57:24.217Z] [exec] [2022-04-17T14:57:24.217Z] [exec] [2022-04-17T14:57:24.217Z] [exec] ----------------------------------------- [2022-04-17T14:57:24.217Z] [exec] - test-2 : PASS - [2022-04-17T14:57:24.217Z] [exec] ----------------------------------------- [2022-04-17T14:57:24.217Z] [exec] Total PASS: 1 [2022-04-17T14:57:24.217Z] [exec] Total FAIL: 0 [2022-04-17T14:57:24.217Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:57:24.217Z] [exec] ----------------------------------------- [2022-04-17T14:57:24.217Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:57:24.217Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:57:24.473Z] [2022-04-17T14:57:24.473Z] checkReporting-common: [2022-04-17T14:57:24.473Z] [2022-04-17T14:57:24.473Z] confirmReportPresent-common: [2022-04-17T14:57:24.473Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:57:24.473Z] [echo] Test seems to be reported fine [2022-04-17T14:57:24.473Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:57:24.473Z] [2022-04-17T14:57:24.473Z] confirmMissingReport-common: [2022-04-17T14:57:24.473Z] [2022-04-17T14:57:24.473Z] asadmin-common: [2022-04-17T14:57:24.473Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:25.045Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:25.045Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.connection-validation-method=table [2022-04-17T14:57:25.045Z] [2022-04-17T14:57:25.045Z] asadmin-common: [2022-04-17T14:57:25.045Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:25.301Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:25.301Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.validation-table-name=sys.systables [2022-04-17T14:57:25.301Z] [2022-04-17T14:57:25.301Z] asadmin-common: [2022-04-17T14:57:25.301Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:25.863Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:25.863Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.is-connection-validation-required=true [2022-04-17T14:57:25.863Z] [2022-04-17T14:57:25.863Z] setOSConditions: [2022-04-17T14:57:25.863Z] [2022-04-17T14:57:25.863Z] setToolWin: [2022-04-17T14:57:25.863Z] [2022-04-17T14:57:25.863Z] setToolUnix: [2022-04-17T14:57:25.863Z] [2022-04-17T14:57:25.863Z] setToolProperty: [2022-04-17T14:57:25.863Z] [2022-04-17T14:57:25.863Z] setS1ASclassPath: [2022-04-17T14:57:25.863Z] [2022-04-17T14:57:25.863Z] init-common: [2022-04-17T14:57:25.863Z] [2022-04-17T14:57:25.863Z] runclient-common: [2022-04-17T14:57:25.863Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T14:57:26.803Z] [exec] Apr 17, 2022 2:57:26 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:57:26.803Z] [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. [2022-04-17T14:57:30.118Z] [exec] Value of key is: test-3 [2022-04-17T14:57:30.118Z] [exec] test-3 returned true as validation is enabled [2022-04-17T14:57:30.118Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:57:30.118Z] [exec] [2022-04-17T14:57:30.118Z] [exec] [2022-04-17T14:57:30.118Z] [exec] ----------------------------------------- [2022-04-17T14:57:30.118Z] [exec] - test-3 : PASS - [2022-04-17T14:57:30.118Z] [exec] ----------------------------------------- [2022-04-17T14:57:30.118Z] [exec] Total PASS: 1 [2022-04-17T14:57:30.118Z] [exec] Total FAIL: 0 [2022-04-17T14:57:30.118Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:57:30.118Z] [exec] ----------------------------------------- [2022-04-17T14:57:30.118Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:57:30.118Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] checkReporting-common: [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] confirmReportPresent-common: [2022-04-17T14:57:30.118Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:57:30.118Z] [echo] Test seems to be reported fine [2022-04-17T14:57:30.118Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] confirmMissingReport-common: [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] setOSConditions: [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] setToolWin: [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] setToolUnix: [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] setToolProperty: [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] setS1ASclassPath: [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] init-common: [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] stop-derby: [2022-04-17T14:57:30.118Z] [2022-04-17T14:57:30.118Z] stop-derby-aix: [2022-04-17T14:57:30.374Z] [2022-04-17T14:57:30.374Z] stop-derby-nonaix: [2022-04-17T14:57:30.374Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:57:30.630Z] [java] Sun Apr 17 14:57:30 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:57:30.630Z] [2022-04-17T14:57:30.630Z] setOSConditions: [2022-04-17T14:57:30.630Z] [2022-04-17T14:57:30.630Z] setToolWin: [2022-04-17T14:57:30.630Z] [2022-04-17T14:57:30.630Z] setToolUnix: [2022-04-17T14:57:30.630Z] [2022-04-17T14:57:30.630Z] setToolProperty: [2022-04-17T14:57:30.630Z] [2022-04-17T14:57:30.630Z] setS1ASclassPath: [2022-04-17T14:57:30.630Z] [2022-04-17T14:57:30.630Z] init-common: [2022-04-17T14:57:30.630Z] [2022-04-17T14:57:30.630Z] start-derby: [2022-04-17T14:57:30.630Z] [2022-04-17T14:57:30.630Z] start-derby-aix: [2022-04-17T14:57:30.630Z] [2022-04-17T14:57:30.630Z] start-derby-nonaix: [2022-04-17T14:57:30.630Z] [echo] Starting Derby DB Server ... [2022-04-17T14:57:45.491Z] [2022-04-17T14:57:45.491Z] setOSConditions: [2022-04-17T14:57:45.491Z] [2022-04-17T14:57:45.491Z] setToolWin: [2022-04-17T14:57:45.491Z] [2022-04-17T14:57:45.491Z] setToolUnix: [2022-04-17T14:57:45.491Z] [2022-04-17T14:57:45.491Z] setToolProperty: [2022-04-17T14:57:45.491Z] [2022-04-17T14:57:45.491Z] setS1ASclassPath: [2022-04-17T14:57:45.491Z] [2022-04-17T14:57:45.491Z] init-common: [2022-04-17T14:57:45.491Z] [2022-04-17T14:57:45.491Z] runclient-common: [2022-04-17T14:57:45.491Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T14:57:46.419Z] [exec] Apr 17, 2022 2:57:46 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:57:46.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. [2022-04-17T14:57:50.639Z] [exec] Value of key is: test-4 [2022-04-17T14:57:50.639Z] [exec] test-4 returned true as validation is enabled [2022-04-17T14:57:50.639Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:57:50.639Z] [exec] [2022-04-17T14:57:50.639Z] [exec] [2022-04-17T14:57:50.639Z] [exec] ----------------------------------------- [2022-04-17T14:57:50.639Z] [exec] - test-4 : PASS - [2022-04-17T14:57:50.639Z] [exec] ----------------------------------------- [2022-04-17T14:57:50.639Z] [exec] Total PASS: 1 [2022-04-17T14:57:50.639Z] [exec] Total FAIL: 0 [2022-04-17T14:57:50.639Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:57:50.639Z] [exec] ----------------------------------------- [2022-04-17T14:57:50.639Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:57:50.639Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] checkReporting-common: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] confirmReportPresent-common: [2022-04-17T14:57:50.639Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:57:50.639Z] [echo] Test seems to be reported fine [2022-04-17T14:57:50.639Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] confirmMissingReport-common: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] setOSConditions: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] setToolWin: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] setToolUnix: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] setToolProperty: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] setS1ASclassPath: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] init-common: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] execute-sql-common: [2022-04-17T14:57:50.639Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/drop_pointbase.sql [2022-04-17T14:57:50.639Z] [sql] 0 rows affected [2022-04-17T14:57:50.639Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] undeploy: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] setOSConditions: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] setToolWin: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] setToolUnix: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] setToolProperty: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] setS1ASclassPath: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] init-common: [2022-04-17T14:57:50.639Z] [2022-04-17T14:57:50.639Z] undeploy-common: [2022-04-17T14:57:50.894Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:57:50.894Z] [2022-04-17T14:57:50.895Z] delete-jdbc-stuff: [2022-04-17T14:57:50.895Z] [2022-04-17T14:57:50.895Z] setOSConditions: [2022-04-17T14:57:50.895Z] [2022-04-17T14:57:50.895Z] setToolWin: [2022-04-17T14:57:50.895Z] [2022-04-17T14:57:50.895Z] setToolUnix: [2022-04-17T14:57:50.895Z] [2022-04-17T14:57:50.895Z] setToolProperty: [2022-04-17T14:57:50.895Z] [2022-04-17T14:57:50.895Z] setS1ASclassPath: [2022-04-17T14:57:50.895Z] [2022-04-17T14:57:50.895Z] init-common: [2022-04-17T14:57:50.895Z] [2022-04-17T14:57:50.895Z] delete-jdbc-resource-common: [2022-04-17T14:57:50.895Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/convalDB [2022-04-17T14:57:51.456Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/convalDB [2022-04-17T14:57:51.456Z] [exec] JDBC resource jdbc/convalDB deleted successfully [2022-04-17T14:57:51.456Z] [echo] cmd executed for server [2022-04-17T14:57:51.456Z] [2022-04-17T14:57:51.456Z] setOSConditions: [2022-04-17T14:57:51.456Z] [2022-04-17T14:57:51.456Z] setToolWin: [2022-04-17T14:57:51.456Z] [2022-04-17T14:57:51.456Z] setToolUnix: [2022-04-17T14:57:51.456Z] [2022-04-17T14:57:51.456Z] setToolProperty: [2022-04-17T14:57:51.456Z] [2022-04-17T14:57:51.456Z] setS1ASclassPath: [2022-04-17T14:57:51.456Z] [2022-04-17T14:57:51.456Z] init-common: [2022-04-17T14:57:51.456Z] [2022-04-17T14:57:51.456Z] delete-jdbc-connpool-common: [2022-04-17T14:57:51.456Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-conval [2022-04-17T14:57:51.713Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:51.713Z] [exec] JDBC Connection pool jdbc-conval deleted successfully [2022-04-17T14:57:51.713Z] [echo] cmd executed for server [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] all: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setOSConditions: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolWin: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolUnix: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolProperty: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setS1ASclassPath: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] init-common: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] clean: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setOSConditions: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolWin: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolUnix: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolProperty: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setS1ASclassPath: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] init-common: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] clean-common: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setOSConditions: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolWin: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolUnix: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolProperty: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setS1ASclassPath: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] init-common: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] clean-classes-common: [2022-04-17T14:57:51.713Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setOSConditions: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolWin: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolUnix: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolProperty: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setS1ASclassPath: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] init-common: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] clean-jars-common: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] compile: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setOSConditions: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolWin: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolUnix: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setToolProperty: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] setS1ASclassPath: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] init-common: [2022-04-17T14:57:51.713Z] [2022-04-17T14:57:51.713Z] compile-common: [2022-04-17T14:57:51.713Z] [echo] Current time (ISO): 2022-04-17T14:57:51.636+0000 [2022-04-17T14:57:51.713Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:57:51.713Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:57:53.603Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:57:53.603Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:53.603Z] [javac] return new Integer(1); [2022-04-17T14:57:53.603Z] [javac] ^ [2022-04-17T14:57:53.603Z] [javac] 2 warnings [2022-04-17T14:57:53.603Z] [2022-04-17T14:57:53.603Z] setOSConditions: [2022-04-17T14:57:53.603Z] [2022-04-17T14:57:53.603Z] setToolWin: [2022-04-17T14:57:53.603Z] [2022-04-17T14:57:53.603Z] setToolUnix: [2022-04-17T14:57:53.603Z] [2022-04-17T14:57:53.603Z] setToolProperty: [2022-04-17T14:57:53.603Z] [2022-04-17T14:57:53.603Z] setS1ASclassPath: [2022-04-17T14:57:53.603Z] [2022-04-17T14:57:53.603Z] init-common: [2022-04-17T14:57:53.603Z] [2022-04-17T14:57:53.603Z] compile-common: [2022-04-17T14:57:53.603Z] [echo] Current time (ISO): 2022-04-17T14:57:53.312+0000 [2022-04-17T14:57:53.603Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:57:55.008Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:57:55.295Z] [javac] 1 warning [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] build: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setOSConditions: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] fixFiles: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] convUnix: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] convWin: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setToolWin: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setToolUnix: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setToolProperty: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setS1ASclassPath: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] init-common: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] package-persistence-common: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] ejb-jar-common: [2022-04-17T14:57:55.295Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] package-ejbjar-common: [2022-04-17T14:57:55.295Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:57:55.295Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:57:55.295Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:57:55.295Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-ejb.jar [2022-04-17T14:57:55.295Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] appclient-jar-common: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] package-appclientjar-common: [2022-04-17T14:57:55.295Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:57:55.295Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:57:55.295Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:57:55.295Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-conval-client.jar [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] webclient-war-common: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] build-ear-common: [2022-04-17T14:57:55.295Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:57:55.295Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] create-jdbc-stuff: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setOSConditions: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setToolWin: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setToolUnix: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setToolProperty: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setS1ASclassPath: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] init-common: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] deploy-jdbc-common: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setOSConditions: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setToolWin: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setToolUnix: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setToolProperty: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] setS1ASclassPath: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] init-common: [2022-04-17T14:57:55.295Z] [2022-04-17T14:57:55.295Z] create-jdbc-connpool-common: [2022-04-17T14:57:55.857Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:55.857Z] [exec] JDBC connection pool jdbc-conval created successfully. [2022-04-17T14:57:55.857Z] [2022-04-17T14:57:55.857Z] set-derby-connpool-props: [2022-04-17T14:57:56.113Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:56.113Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.User=dbuser [2022-04-17T14:57:56.370Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:56.370Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.Password=dbpassword [2022-04-17T14:57:56.947Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:56.947Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.driverType=4 [2022-04-17T14:57:57.538Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:57.538Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.portNumber=1527 [2022-04-17T14:57:57.794Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:57.794Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.dataBaseName=testdb [2022-04-17T14:57:58.357Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:58.357Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:57:58.613Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:58.613Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.create=true [2022-04-17T14:57:58.869Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:58.869Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.property.serverName=localhost [2022-04-17T14:57:58.869Z] [2022-04-17T14:57:58.869Z] setOSConditions: [2022-04-17T14:57:58.869Z] [2022-04-17T14:57:58.869Z] setToolWin: [2022-04-17T14:57:58.869Z] [2022-04-17T14:57:58.869Z] setToolUnix: [2022-04-17T14:57:58.869Z] [2022-04-17T14:57:58.869Z] setToolProperty: [2022-04-17T14:57:58.869Z] [2022-04-17T14:57:58.869Z] setS1ASclassPath: [2022-04-17T14:57:58.869Z] [2022-04-17T14:57:58.869Z] init-common: [2022-04-17T14:57:58.869Z] [2022-04-17T14:57:58.869Z] create-jdbc-resource-common: [2022-04-17T14:57:58.869Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:59.443Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:59.443Z] [exec] JDBC resource jdbc/convalDB created successfully. [2022-04-17T14:57:59.443Z] [echo] cmd executed for server [2022-04-17T14:57:59.443Z] [2022-04-17T14:57:59.443Z] set-assoc-with-thread: [2022-04-17T14:57:59.443Z] [2022-04-17T14:57:59.443Z] asadmin-common: [2022-04-17T14:57:59.443Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:59.699Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:57:59.699Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.associate-with-thread=true [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] deploy: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] setOSConditions: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] setToolWin: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] setToolUnix: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] setToolProperty: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] setS1ASclassPath: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] init-common: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] deploy-common: [2022-04-17T14:57:59.699Z] [echo] Current time (ISO): 2022-04-17T14:57:59.577+0000 [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] setOSConditions: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] setToolWin: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] setToolUnix: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] setToolProperty: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] setS1ASclassPath: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] init-common: [2022-04-17T14:57:59.699Z] [2022-04-17T14:57:59.699Z] deploy-common-pe: [2022-04-17T14:58:00.262Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-convalApp.ear [2022-04-17T14:58:00.262Z] [exec] Application deployed with name jdbc-convalApp. [2022-04-17T14:58:00.262Z] [echo] Deployment on target server server successful [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setOSConditions: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setToolWin: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setToolUnix: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setToolProperty: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setS1ASclassPath: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] init-common: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] deploy-common-ee: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] run: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setOSConditions: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setToolWin: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setToolUnix: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setToolProperty: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setS1ASclassPath: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] init-common: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] execute-sql-common: [2022-04-17T14:58:00.262Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/create_pointbase.sql [2022-04-17T14:58:00.262Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:58:00.262Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:58:00.262Z] [sql] 0 rows affected [2022-04-17T14:58:00.262Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setOSConditions: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setToolWin: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setToolUnix: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setToolProperty: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] setS1ASclassPath: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] init-common: [2022-04-17T14:58:00.262Z] [2022-04-17T14:58:00.262Z] runclient-common: [2022-04-17T14:58:00.262Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T14:58:01.203Z] [exec] Apr 17, 2022 2:58:01 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:58:01.203Z] [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. [2022-04-17T14:58:04.486Z] [exec] Value of key is: test-1 [2022-04-17T14:58:04.486Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:58:04.486Z] [exec] [2022-04-17T14:58:04.486Z] [exec] [2022-04-17T14:58:04.486Z] [exec] ----------------------------------------- [2022-04-17T14:58:04.486Z] [exec] - test-1 : PASS - [2022-04-17T14:58:04.486Z] [exec] ----------------------------------------- [2022-04-17T14:58:04.486Z] [exec] Total PASS: 1 [2022-04-17T14:58:04.486Z] [exec] Total FAIL: 0 [2022-04-17T14:58:04.486Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:58:04.486Z] [exec] ----------------------------------------- [2022-04-17T14:58:04.486Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:58:04.486Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] checkReporting-common: [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] confirmReportPresent-common: [2022-04-17T14:58:04.742Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:58:04.742Z] [echo] Test seems to be reported fine [2022-04-17T14:58:04.742Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] confirmMissingReport-common: [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] setOSConditions: [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] setToolWin: [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] setToolUnix: [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] setToolProperty: [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] setS1ASclassPath: [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] init-common: [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] stop-derby: [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] stop-derby-aix: [2022-04-17T14:58:04.742Z] [2022-04-17T14:58:04.742Z] stop-derby-nonaix: [2022-04-17T14:58:04.742Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:58:05.310Z] [java] Sun Apr 17 14:58:05 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:58:05.310Z] [2022-04-17T14:58:05.310Z] setOSConditions: [2022-04-17T14:58:05.310Z] [2022-04-17T14:58:05.310Z] setToolWin: [2022-04-17T14:58:05.310Z] [2022-04-17T14:58:05.310Z] setToolUnix: [2022-04-17T14:58:05.310Z] [2022-04-17T14:58:05.310Z] setToolProperty: [2022-04-17T14:58:05.310Z] [2022-04-17T14:58:05.310Z] setS1ASclassPath: [2022-04-17T14:58:05.310Z] [2022-04-17T14:58:05.310Z] init-common: [2022-04-17T14:58:05.310Z] [2022-04-17T14:58:05.310Z] start-derby: [2022-04-17T14:58:05.310Z] [2022-04-17T14:58:05.310Z] start-derby-aix: [2022-04-17T14:58:05.310Z] [2022-04-17T14:58:05.310Z] start-derby-nonaix: [2022-04-17T14:58:05.310Z] [echo] Starting Derby DB Server ... [2022-04-17T14:58:20.156Z] [2022-04-17T14:58:20.156Z] setOSConditions: [2022-04-17T14:58:20.156Z] [2022-04-17T14:58:20.156Z] setToolWin: [2022-04-17T14:58:20.156Z] [2022-04-17T14:58:20.156Z] setToolUnix: [2022-04-17T14:58:20.156Z] [2022-04-17T14:58:20.156Z] setToolProperty: [2022-04-17T14:58:20.156Z] [2022-04-17T14:58:20.156Z] setS1ASclassPath: [2022-04-17T14:58:20.156Z] [2022-04-17T14:58:20.156Z] init-common: [2022-04-17T14:58:20.156Z] [2022-04-17T14:58:20.156Z] runclient-common: [2022-04-17T14:58:20.156Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T14:58:21.539Z] [exec] Apr 17, 2022 2:58:21 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:58: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. [2022-04-17T14:58:24.816Z] [exec] Value of key is: test-2 [2022-04-17T14:58:24.816Z] [exec] test-2 returned false as validation is not enabled [2022-04-17T14:58:24.816Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:58:24.816Z] [exec] [2022-04-17T14:58:24.816Z] [exec] [2022-04-17T14:58:24.816Z] [exec] ----------------------------------------- [2022-04-17T14:58:24.816Z] [exec] - test-2 : PASS - [2022-04-17T14:58:24.816Z] [exec] ----------------------------------------- [2022-04-17T14:58:24.816Z] [exec] Total PASS: 1 [2022-04-17T14:58:24.816Z] [exec] Total FAIL: 0 [2022-04-17T14:58:24.816Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:58:24.816Z] [exec] ----------------------------------------- [2022-04-17T14:58:24.816Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:58:24.816Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:58:24.816Z] [2022-04-17T14:58:24.816Z] checkReporting-common: [2022-04-17T14:58:24.816Z] [2022-04-17T14:58:24.816Z] confirmReportPresent-common: [2022-04-17T14:58:24.816Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:58:24.816Z] [echo] Test seems to be reported fine [2022-04-17T14:58:24.816Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:58:24.816Z] [2022-04-17T14:58:24.816Z] confirmMissingReport-common: [2022-04-17T14:58:24.816Z] [2022-04-17T14:58:24.816Z] asadmin-common: [2022-04-17T14:58:24.816Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:25.072Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:25.072Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.connection-validation-method=table [2022-04-17T14:58:25.072Z] [2022-04-17T14:58:25.072Z] asadmin-common: [2022-04-17T14:58:25.072Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:25.646Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:25.646Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.validation-table-name=sys.systables [2022-04-17T14:58:25.646Z] [2022-04-17T14:58:25.646Z] asadmin-common: [2022-04-17T14:58:25.646Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:25.903Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:25.903Z] [exec] domain.resources.jdbc-connection-pool.jdbc-conval.is-connection-validation-required=true [2022-04-17T14:58:25.903Z] [2022-04-17T14:58:25.903Z] setOSConditions: [2022-04-17T14:58:25.903Z] [2022-04-17T14:58:25.903Z] setToolWin: [2022-04-17T14:58:25.903Z] [2022-04-17T14:58:25.903Z] setToolUnix: [2022-04-17T14:58:25.903Z] [2022-04-17T14:58:25.903Z] setToolProperty: [2022-04-17T14:58:25.903Z] [2022-04-17T14:58:25.903Z] setS1ASclassPath: [2022-04-17T14:58:25.903Z] [2022-04-17T14:58:25.903Z] init-common: [2022-04-17T14:58:25.903Z] [2022-04-17T14:58:25.903Z] runclient-common: [2022-04-17T14:58:25.903Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T14:58:26.840Z] [exec] Apr 17, 2022 2:58:26 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:58:26.840Z] [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. [2022-04-17T14:58:31.017Z] [exec] Value of key is: test-3 [2022-04-17T14:58:31.017Z] [exec] test-3 returned true as validation is enabled [2022-04-17T14:58:31.017Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:58:31.017Z] [exec] [2022-04-17T14:58:31.017Z] [exec] [2022-04-17T14:58:31.017Z] [exec] ----------------------------------------- [2022-04-17T14:58:31.017Z] [exec] - test-3 : PASS - [2022-04-17T14:58:31.017Z] [exec] ----------------------------------------- [2022-04-17T14:58:31.017Z] [exec] Total PASS: 1 [2022-04-17T14:58:31.017Z] [exec] Total FAIL: 0 [2022-04-17T14:58:31.017Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:58:31.017Z] [exec] ----------------------------------------- [2022-04-17T14:58:31.017Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:58:31.017Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] checkReporting-common: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] confirmReportPresent-common: [2022-04-17T14:58:31.017Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:58:31.017Z] [echo] Test seems to be reported fine [2022-04-17T14:58:31.017Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] confirmMissingReport-common: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] setOSConditions: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] setToolWin: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] setToolUnix: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] setToolProperty: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] setS1ASclassPath: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] init-common: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] stop-derby: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] stop-derby-aix: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] stop-derby-nonaix: [2022-04-17T14:58:31.017Z] [echo] Stopping Derby DB Server ... [2022-04-17T14:58:31.017Z] [java] Sun Apr 17 14:58:30 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] setOSConditions: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] setToolWin: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] setToolUnix: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] setToolProperty: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] setS1ASclassPath: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] init-common: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] start-derby: [2022-04-17T14:58:31.017Z] [2022-04-17T14:58:31.017Z] start-derby-aix: [2022-04-17T14:58:31.274Z] [2022-04-17T14:58:31.274Z] start-derby-nonaix: [2022-04-17T14:58:31.274Z] [echo] Starting Derby DB Server ... [2022-04-17T14:58:46.126Z] [2022-04-17T14:58:46.126Z] setOSConditions: [2022-04-17T14:58:46.126Z] [2022-04-17T14:58:46.126Z] setToolWin: [2022-04-17T14:58:46.126Z] [2022-04-17T14:58:46.126Z] setToolUnix: [2022-04-17T14:58:46.126Z] [2022-04-17T14:58:46.126Z] setToolProperty: [2022-04-17T14:58:46.126Z] [2022-04-17T14:58:46.126Z] setS1ASclassPath: [2022-04-17T14:58:46.126Z] [2022-04-17T14:58:46.126Z] init-common: [2022-04-17T14:58:46.126Z] [2022-04-17T14:58:46.126Z] runclient-common: [2022-04-17T14:58:46.126Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T14:58:47.055Z] [exec] Apr 17, 2022 2:58:46 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:58:47.055Z] [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. [2022-04-17T14:58:50.360Z] [exec] Value of key is: test-4 [2022-04-17T14:58:50.360Z] [exec] test-4 returned true as validation is enabled [2022-04-17T14:58:50.360Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T14:58:50.360Z] [exec] [2022-04-17T14:58:50.360Z] [exec] [2022-04-17T14:58:50.360Z] [exec] ----------------------------------------- [2022-04-17T14:58:50.360Z] [exec] - test-4 : PASS - [2022-04-17T14:58:50.360Z] [exec] ----------------------------------------- [2022-04-17T14:58:50.360Z] [exec] Total PASS: 1 [2022-04-17T14:58:50.360Z] [exec] Total FAIL: 0 [2022-04-17T14:58:50.360Z] [exec] Total DID NOT RUN: 0 [2022-04-17T14:58:50.360Z] [exec] ----------------------------------------- [2022-04-17T14:58:50.360Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:58:50.360Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] checkReporting-common: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] confirmReportPresent-common: [2022-04-17T14:58:50.936Z] [echo] file RepRunConf.txt is present. [2022-04-17T14:58:50.936Z] [echo] Test seems to be reported fine [2022-04-17T14:58:50.936Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/RepRunConf.txt [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] confirmMissingReport-common: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] setOSConditions: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] setToolWin: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] setToolUnix: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] setToolProperty: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] setS1ASclassPath: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] init-common: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] execute-sql-common: [2022-04-17T14:58:50.936Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conval/sql/drop_pointbase.sql [2022-04-17T14:58:50.936Z] [sql] 0 rows affected [2022-04-17T14:58:50.936Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] undeploy: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] setOSConditions: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] setToolWin: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] setToolUnix: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] setToolProperty: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] setS1ASclassPath: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] init-common: [2022-04-17T14:58:50.936Z] [2022-04-17T14:58:50.936Z] undeploy-common: [2022-04-17T14:58:51.193Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T14:58:51.193Z] [2022-04-17T14:58:51.193Z] delete-jdbc-stuff: [2022-04-17T14:58:51.193Z] [2022-04-17T14:58:51.193Z] setOSConditions: [2022-04-17T14:58:51.193Z] [2022-04-17T14:58:51.193Z] setToolWin: [2022-04-17T14:58:51.193Z] [2022-04-17T14:58:51.193Z] setToolUnix: [2022-04-17T14:58:51.193Z] [2022-04-17T14:58:51.193Z] setToolProperty: [2022-04-17T14:58:51.193Z] [2022-04-17T14:58:51.193Z] setS1ASclassPath: [2022-04-17T14:58:51.193Z] [2022-04-17T14:58:51.193Z] init-common: [2022-04-17T14:58:51.193Z] [2022-04-17T14:58:51.193Z] delete-jdbc-resource-common: [2022-04-17T14:58:51.193Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/convalDB [2022-04-17T14:58:51.756Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/convalDB [2022-04-17T14:58:51.756Z] [exec] JDBC resource jdbc/convalDB deleted successfully [2022-04-17T14:58:51.756Z] [echo] cmd executed for server [2022-04-17T14:58:51.756Z] [2022-04-17T14:58:51.756Z] setOSConditions: [2022-04-17T14:58:51.756Z] [2022-04-17T14:58:51.756Z] setToolWin: [2022-04-17T14:58:51.756Z] [2022-04-17T14:58:51.756Z] setToolUnix: [2022-04-17T14:58:51.756Z] [2022-04-17T14:58:51.756Z] setToolProperty: [2022-04-17T14:58:51.756Z] [2022-04-17T14:58:51.756Z] setS1ASclassPath: [2022-04-17T14:58:51.756Z] [2022-04-17T14:58:51.756Z] init-common: [2022-04-17T14:58:51.756Z] [2022-04-17T14:58:51.756Z] delete-jdbc-connpool-common: [2022-04-17T14:58:51.756Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-conval [2022-04-17T14:58:52.012Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:52.012Z] [exec] JDBC Connection pool jdbc-conval deleted successfully [2022-04-17T14:58:52.012Z] [echo] cmd executed for server [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] all-assoc-with-thread: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setOSConditions: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolWin: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolUnix: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolProperty: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setS1ASclassPath: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] init-common: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] clean: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setOSConditions: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolWin: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolUnix: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolProperty: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setS1ASclassPath: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] init-common: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] clean-common: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setOSConditions: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolWin: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolUnix: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolProperty: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setS1ASclassPath: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] init-common: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] clean-classes-common: [2022-04-17T14:58:52.012Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setOSConditions: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolWin: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolUnix: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolProperty: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setS1ASclassPath: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] init-common: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] clean-jars-common: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] compile: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setOSConditions: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolWin: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolUnix: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setToolProperty: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] setS1ASclassPath: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] init-common: [2022-04-17T14:58:52.012Z] [2022-04-17T14:58:52.012Z] compile-common: [2022-04-17T14:58:52.012Z] [echo] Current time (ISO): 2022-04-17T14:58:51.934+0000 [2022-04-17T14:58:52.012Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:58:52.013Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:58:53.938Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:58:53.938Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:53.938Z] [javac] return new Integer(1); [2022-04-17T14:58:53.938Z] [javac] ^ [2022-04-17T14:58:53.938Z] [javac] 2 warnings [2022-04-17T14:58:53.938Z] [2022-04-17T14:58:53.938Z] setOSConditions: [2022-04-17T14:58:53.938Z] [2022-04-17T14:58:53.938Z] setToolWin: [2022-04-17T14:58:53.938Z] [2022-04-17T14:58:53.938Z] setToolUnix: [2022-04-17T14:58:53.938Z] [2022-04-17T14:58:53.938Z] setToolProperty: [2022-04-17T14:58:53.938Z] [2022-04-17T14:58:53.938Z] setS1ASclassPath: [2022-04-17T14:58:53.938Z] [2022-04-17T14:58:53.938Z] init-common: [2022-04-17T14:58:53.938Z] [2022-04-17T14:58:53.938Z] compile-common: [2022-04-17T14:58:53.938Z] [echo] Current time (ISO): 2022-04-17T14:58:53.552+0000 [2022-04-17T14:58:53.938Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T14:58:55.305Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T14:58:55.305Z] [javac] 1 warning [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] build: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] setOSConditions: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] fixFiles: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] convUnix: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] convWin: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] setToolWin: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] setToolUnix: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] setToolProperty: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] setS1ASclassPath: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] init-common: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] package-persistence-common: [2022-04-17T14:58:55.305Z] [2022-04-17T14:58:55.305Z] ejb-jar-common: [2022-04-17T14:58:55.305Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T14:58:55.306Z] [2022-04-17T14:58:55.306Z] package-ejbjar-common: [2022-04-17T14:58:55.306Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:58:55.306Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:58:55.306Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:58:55.306Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracing-ejb.jar [2022-04-17T14:58:55.306Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:58:55.306Z] [2022-04-17T14:58:55.306Z] appclient-jar-common: [2022-04-17T14:58:55.306Z] [2022-04-17T14:58:55.306Z] package-appclientjar-common: [2022-04-17T14:58:55.306Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:58:55.306Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:58:55.306Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:58:55.306Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracing-client.jar [2022-04-17T14:58:55.306Z] [2022-04-17T14:58:55.306Z] webclient-war-common: [2022-04-17T14:58:55.306Z] [2022-04-17T14:58:55.306Z] build-ear-common: [2022-04-17T14:58:55.306Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T14:58:55.306Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracingApp.ear [2022-04-17T14:58:55.306Z] [2022-04-17T14:58:55.306Z] deploy: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setOSConditions: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setToolWin: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setToolUnix: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setToolProperty: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setS1ASclassPath: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] init-common: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] create-jdbc-stuff: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setOSConditions: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setToolWin: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setToolUnix: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setToolProperty: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setS1ASclassPath: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] init-common: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] deploy-jdbc-common: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setOSConditions: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setToolWin: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setToolUnix: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setToolProperty: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] setS1ASclassPath: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] init-common: [2022-04-17T14:58:55.562Z] [2022-04-17T14:58:55.562Z] create-jdbc-connpool-common: [2022-04-17T14:58:55.818Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:55.818Z] [exec] JDBC connection pool jdbc-connectionleaktracing created successfully. [2022-04-17T14:58:55.818Z] [2022-04-17T14:58:55.818Z] set-derby-connpool-props: [2022-04-17T14:58:56.381Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:56.381Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.User=dbuser [2022-04-17T14:58:56.637Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:56.637Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.Password=dbpassword [2022-04-17T14:58:56.902Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:56.902Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.driverType=4 [2022-04-17T14:58:57.467Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:57.467Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.portNumber=1527 [2022-04-17T14:58:58.046Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:58.046Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.dataBaseName=testdb [2022-04-17T14:58:58.302Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:58.302Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T14:58:58.558Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:58.558Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.create=true [2022-04-17T14:58:59.142Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:59.142Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.property.serverName=localhost [2022-04-17T14:58:59.142Z] [2022-04-17T14:58:59.142Z] setOSConditions: [2022-04-17T14:58:59.142Z] [2022-04-17T14:58:59.142Z] setToolWin: [2022-04-17T14:58:59.142Z] [2022-04-17T14:58:59.142Z] setToolUnix: [2022-04-17T14:58:59.142Z] [2022-04-17T14:58:59.142Z] setToolProperty: [2022-04-17T14:58:59.142Z] [2022-04-17T14:58:59.142Z] setS1ASclassPath: [2022-04-17T14:58:59.142Z] [2022-04-17T14:58:59.142Z] init-common: [2022-04-17T14:58:59.142Z] [2022-04-17T14:58:59.142Z] create-jdbc-resource-common: [2022-04-17T14:58:59.142Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:59.401Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:59.401Z] [exec] JDBC resource jdbc/connectionleaktracingDB created successfully. [2022-04-17T14:58:59.401Z] [echo] cmd executed for server [2022-04-17T14:58:59.401Z] [2022-04-17T14:58:59.401Z] asadmin-common: [2022-04-17T14:58:59.401Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:59.963Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:58:59.963Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.steady-pool-size=1 [2022-04-17T14:58:59.963Z] [2022-04-17T14:58:59.963Z] asadmin-common: [2022-04-17T14:58:59.963Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:59:00.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:59:00.219Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.max-pool-size=1 [2022-04-17T14:59:00.219Z] [2022-04-17T14:59:00.219Z] asadmin-common: [2022-04-17T14:59:00.219Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:59:00.491Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:59:00.491Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection-leak-timeout-in-seconds=10 [2022-04-17T14:59:00.491Z] [2022-04-17T14:59:00.491Z] asadmin-common: [2022-04-17T14:59:00.491Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:59:01.054Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T14:59:01.054Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectionleaktracing.connection-leak-reclaim=true [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] setOSConditions: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] setToolWin: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] setToolUnix: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] setToolProperty: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] setS1ASclassPath: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] init-common: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] deploy-common: [2022-04-17T14:59:01.054Z] [echo] Current time (ISO): 2022-04-17T14:59:00.809+0000 [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] setOSConditions: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] setToolWin: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] setToolUnix: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] setToolProperty: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] setS1ASclassPath: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] init-common: [2022-04-17T14:59:01.054Z] [2022-04-17T14:59:01.054Z] deploy-common-pe: [2022-04-17T14:59:01.338Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectionleaktracingApp.ear [2022-04-17T14:59:01.639Z] [exec] Application deployed with name jdbc-connectionleaktracingApp. [2022-04-17T14:59:01.639Z] [echo] Deployment on target server server successful [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setOSConditions: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setToolWin: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setToolUnix: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setToolProperty: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setS1ASclassPath: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] init-common: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] deploy-common-ee: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setOSConditions: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setToolWin: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setToolUnix: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setToolProperty: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setS1ASclassPath: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] init-common: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] execute-sql-common: [2022-04-17T14:59:01.639Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/sql/create_pointbase.sql [2022-04-17T14:59:01.639Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T14:59:01.639Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T14:59:01.639Z] [sql] 0 rows affected [2022-04-17T14:59:01.639Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] run: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setOSConditions: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setToolWin: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setToolUnix: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setToolProperty: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] setS1ASclassPath: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] init-common: [2022-04-17T14:59:01.639Z] [2022-04-17T14:59:01.639Z] runclient-common: [2022-04-17T14:59:01.639Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T14:59:02.567Z] [exec] Apr 17, 2022 2:59:02 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T14:59:02.567Z] [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. [2022-04-17T15:00:10.266Z] [exec] Value of key is: : [2022-04-17T15:00:10.266Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:00:10.266Z] [exec] [2022-04-17T15:00:10.266Z] [exec] [2022-04-17T15:00:10.266Z] [exec] ----------------------------------------- [2022-04-17T15:00:10.266Z] [exec] - : : PASS - [2022-04-17T15:00:10.266Z] [exec] ----------------------------------------- [2022-04-17T15:00:10.266Z] [exec] Total PASS: 1 [2022-04-17T15:00:10.266Z] [exec] Total FAIL: 0 [2022-04-17T15:00:10.266Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:00:10.266Z] [exec] ----------------------------------------- [2022-04-17T15:00:10.266Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:00:10.266Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] checkReporting-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] confirmReportPresent-common: [2022-04-17T15:00:10.266Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:00:10.266Z] [echo] Test seems to be reported fine [2022-04-17T15:00:10.266Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/RepRunConf.txt [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] confirmMissingReport-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] undeploy: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] execute-sql-common: [2022-04-17T15:00:10.266Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleaktracing/sql/drop_pointbase.sql [2022-04-17T15:00:10.266Z] [sql] 0 rows affected [2022-04-17T15:00:10.266Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] delete-jdbc-stuff: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] delete-jdbc-resource-common: [2022-04-17T15:00:10.266Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connectionleaktracingDB [2022-04-17T15:00:10.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connectionleaktracingDB [2022-04-17T15:00:10.266Z] [exec] JDBC resource jdbc/connectionleaktracingDB deleted successfully [2022-04-17T15:00:10.266Z] [echo] cmd executed for server [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] delete-jdbc-connpool-common: [2022-04-17T15:00:10.266Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connectionleaktracing [2022-04-17T15:00:10.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:10.266Z] [exec] JDBC Connection pool jdbc-connectionleaktracing deleted successfully [2022-04-17T15:00:10.266Z] [echo] cmd executed for server [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] undeploy-common: [2022-04-17T15:00:10.266Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] all: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] clean: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] clean-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] clean-classes-common: [2022-04-17T15:00:10.266Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] clean-jars-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] compile: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] compile-common: [2022-04-17T15:00:10.266Z] [echo] Current time (ISO): 2022-04-17T15:00:07.028+0000 [2022-04-17T15:00:10.266Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:00:10.266Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:00:10.266Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:00:10.266Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:10.266Z] [javac] return new Integer(1); [2022-04-17T15:00:10.266Z] [javac] ^ [2022-04-17T15:00:10.266Z] [javac] 2 warnings [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setOSConditions: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolWin: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolUnix: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setToolProperty: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] setS1ASclassPath: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] init-common: [2022-04-17T15:00:10.266Z] [2022-04-17T15:00:10.266Z] compile-common: [2022-04-17T15:00:10.266Z] [echo] Current time (ISO): 2022-04-17T15:00:08.661+0000 [2022-04-17T15:00:10.266Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:00:10.266Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:00:10.523Z] [javac] 1 warning [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] build: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] setOSConditions: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] fixFiles: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] convUnix: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] convWin: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] setToolWin: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] setToolUnix: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] setToolProperty: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] setS1ASclassPath: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] init-common: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] package-persistence-common: [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] ejb-jar-common: [2022-04-17T15:00:10.523Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:00:10.523Z] [2022-04-17T15:00:10.523Z] package-ejbjar-common: [2022-04-17T15:00:10.523Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:10.524Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:10.524Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:10.524Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretry-ejb.jar [2022-04-17T15:00:10.524Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] appclient-jar-common: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] package-appclientjar-common: [2022-04-17T15:00:10.524Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:10.524Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:10.524Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:10.524Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretry-client.jar [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] webclient-war-common: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] build-ear-common: [2022-04-17T15:00:10.524Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:10.524Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretryApp.ear [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] deploy: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setOSConditions: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setToolWin: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setToolUnix: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setToolProperty: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setS1ASclassPath: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] init-common: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] create-jdbc-stuff: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setOSConditions: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setToolWin: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setToolUnix: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setToolProperty: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setS1ASclassPath: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] init-common: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] deploy-jdbc-common: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setOSConditions: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setToolWin: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setToolUnix: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setToolProperty: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] setS1ASclassPath: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] init-common: [2022-04-17T15:00:10.524Z] [2022-04-17T15:00:10.524Z] create-jdbc-connpool-common: [2022-04-17T15:00:10.780Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:10.780Z] [exec] JDBC connection pool jdbc-connectioncreationretry created successfully. [2022-04-17T15:00:10.780Z] [2022-04-17T15:00:10.780Z] set-derby-connpool-props: [2022-04-17T15:00:11.344Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:11.344Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.User=dbuser [2022-04-17T15:00:11.937Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:11.937Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.Password=dbpassword [2022-04-17T15:00:12.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:12.195Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.driverType=4 [2022-04-17T15:00:12.758Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:12.759Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.portNumber=1527 [2022-04-17T15:00:13.014Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:13.014Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.dataBaseName=testdb [2022-04-17T15:00:13.577Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:13.577Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:00:13.838Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:13.838Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.create=true [2022-04-17T15:00:14.095Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:14.095Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.property.serverName=localhost [2022-04-17T15:00:14.095Z] [2022-04-17T15:00:14.095Z] setOSConditions: [2022-04-17T15:00:14.095Z] [2022-04-17T15:00:14.095Z] setToolWin: [2022-04-17T15:00:14.095Z] [2022-04-17T15:00:14.095Z] setToolUnix: [2022-04-17T15:00:14.095Z] [2022-04-17T15:00:14.095Z] setToolProperty: [2022-04-17T15:00:14.095Z] [2022-04-17T15:00:14.095Z] setS1ASclassPath: [2022-04-17T15:00:14.095Z] [2022-04-17T15:00:14.095Z] init-common: [2022-04-17T15:00:14.095Z] [2022-04-17T15:00:14.095Z] create-jdbc-resource-common: [2022-04-17T15:00:14.095Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:14.658Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:14.658Z] [exec] JDBC resource jdbc/connectioncreationretryDB created successfully. [2022-04-17T15:00:14.658Z] [echo] cmd executed for server [2022-04-17T15:00:14.658Z] [2022-04-17T15:00:14.658Z] asadmin-common: [2022-04-17T15:00:14.658Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:14.914Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:14.914Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection-creation-retry-attempts=10 [2022-04-17T15:00:14.914Z] [2022-04-17T15:00:14.914Z] asadmin-common: [2022-04-17T15:00:14.914Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:15.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:15.476Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.connection-creation-retry-interval-in-seconds=5 [2022-04-17T15:00:15.476Z] [2022-04-17T15:00:15.476Z] asadmin-common: [2022-04-17T15:00:15.476Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:15.732Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:15.732Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.steady-pool-size=1 [2022-04-17T15:00:15.732Z] [2022-04-17T15:00:15.732Z] asadmin-common: [2022-04-17T15:00:15.732Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:16.295Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:16.295Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connectioncreationretry.max-pool-size=1 [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] setOSConditions: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] setToolWin: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] setToolUnix: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] setToolProperty: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] setS1ASclassPath: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] init-common: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] deploy-common: [2022-04-17T15:00:16.295Z] [echo] Current time (ISO): 2022-04-17T15:00:16.021+0000 [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] setOSConditions: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] setToolWin: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] setToolUnix: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] setToolProperty: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] setS1ASclassPath: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] init-common: [2022-04-17T15:00:16.295Z] [2022-04-17T15:00:16.295Z] deploy-common-pe: [2022-04-17T15:00:16.590Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connectioncreationretryApp.ear [2022-04-17T15:00:16.590Z] [exec] Application deployed with name jdbc-connectioncreationretryApp. [2022-04-17T15:00:16.590Z] [echo] Deployment on target server server successful [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] setOSConditions: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] setToolWin: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] setToolUnix: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] setToolProperty: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] setS1ASclassPath: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] init-common: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] deploy-common-ee: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] setOSConditions: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] setToolWin: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] setToolUnix: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] setToolProperty: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] setS1ASclassPath: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] init-common: [2022-04-17T15:00:16.590Z] [2022-04-17T15:00:16.590Z] execute-sql-common: [2022-04-17T15:00:16.590Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/sql/create_pointbase.sql [2022-04-17T15:00:16.590Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T15:00:16.590Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T15:00:16.846Z] [sql] 0 rows affected [2022-04-17T15:00:16.846Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T15:00:16.846Z] [2022-04-17T15:00:16.846Z] run: [2022-04-17T15:00:16.846Z] [2022-04-17T15:00:16.846Z] setOSConditions: [2022-04-17T15:00:16.846Z] [2022-04-17T15:00:16.846Z] setToolWin: [2022-04-17T15:00:16.846Z] [2022-04-17T15:00:16.846Z] setToolUnix: [2022-04-17T15:00:16.846Z] [2022-04-17T15:00:16.846Z] setToolProperty: [2022-04-17T15:00:16.846Z] [2022-04-17T15:00:16.846Z] setS1ASclassPath: [2022-04-17T15:00:16.847Z] [2022-04-17T15:00:16.847Z] init-common: [2022-04-17T15:00:16.847Z] [2022-04-17T15:00:16.847Z] stop-derby: [2022-04-17T15:00:16.847Z] [2022-04-17T15:00:16.847Z] stop-derby-aix: [2022-04-17T15:00:16.847Z] [2022-04-17T15:00:16.847Z] stop-derby-nonaix: [2022-04-17T15:00:16.847Z] [echo] Stopping Derby DB Server ... [2022-04-17T15:00:17.103Z] [java] Sun Apr 17 15:00:16 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:00:17.103Z] [2022-04-17T15:00:17.103Z] setOSConditions: [2022-04-17T15:00:17.103Z] [2022-04-17T15:00:17.103Z] setToolWin: [2022-04-17T15:00:17.103Z] [2022-04-17T15:00:17.103Z] setToolUnix: [2022-04-17T15:00:17.103Z] [2022-04-17T15:00:17.103Z] setToolProperty: [2022-04-17T15:00:17.103Z] [2022-04-17T15:00:17.103Z] setS1ASclassPath: [2022-04-17T15:00:17.103Z] [2022-04-17T15:00:17.103Z] init-common: [2022-04-17T15:00:17.103Z] [2022-04-17T15:00:17.103Z] runclient-common: [2022-04-17T15:00:17.103Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:00:18.037Z] [exec] Apr 17, 2022 3:00:17 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:00:18.037Z] [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. [2022-04-17T15:00:32.892Z] [2022-04-17T15:00:32.892Z] setOSConditions: [2022-04-17T15:00:32.892Z] [2022-04-17T15:00:32.892Z] setToolWin: [2022-04-17T15:00:32.892Z] [2022-04-17T15:00:32.892Z] setToolUnix: [2022-04-17T15:00:32.892Z] [2022-04-17T15:00:32.892Z] setToolProperty: [2022-04-17T15:00:32.892Z] [2022-04-17T15:00:32.892Z] setS1ASclassPath: [2022-04-17T15:00:32.892Z] [2022-04-17T15:00:32.892Z] init-common: [2022-04-17T15:00:32.892Z] [2022-04-17T15:00:32.892Z] start-derby: [2022-04-17T15:00:32.892Z] [2022-04-17T15:00:32.892Z] start-derby-aix: [2022-04-17T15:00:32.892Z] [2022-04-17T15:00:32.892Z] start-derby-nonaix: [2022-04-17T15:00:32.892Z] [echo] Starting Derby DB Server ... [2022-04-17T15:00:37.066Z] [exec] Value of key is: test [2022-04-17T15:00:37.066Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:00:37.066Z] [exec] [2022-04-17T15:00:37.066Z] [exec] [2022-04-17T15:00:37.066Z] [exec] ----------------------------------------- [2022-04-17T15:00:37.066Z] [exec] - test : PASS - [2022-04-17T15:00:37.066Z] [exec] ----------------------------------------- [2022-04-17T15:00:37.066Z] [exec] Total PASS: 1 [2022-04-17T15:00:37.066Z] [exec] Total FAIL: 0 [2022-04-17T15:00:37.066Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:00:37.066Z] [exec] ----------------------------------------- [2022-04-17T15:00:37.066Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:00:37.066Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:00:37.066Z] [2022-04-17T15:00:37.066Z] checkReporting-common: [2022-04-17T15:00:37.066Z] [2022-04-17T15:00:37.066Z] confirmReportPresent-common: [2022-04-17T15:00:37.066Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:00:37.066Z] [echo] Test seems to be reported fine [2022-04-17T15:00:37.066Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/RepRunConf.txt [2022-04-17T15:00:37.066Z] [2022-04-17T15:00:37.066Z] confirmMissingReport-common: [2022-04-17T15:00:47.025Z] [2022-04-17T15:00:47.025Z] undeploy: [2022-04-17T15:00:47.025Z] [2022-04-17T15:00:47.025Z] setOSConditions: [2022-04-17T15:00:47.025Z] [2022-04-17T15:00:47.025Z] setToolWin: [2022-04-17T15:00:47.025Z] [2022-04-17T15:00:47.025Z] setToolUnix: [2022-04-17T15:00:47.025Z] [2022-04-17T15:00:47.025Z] setToolProperty: [2022-04-17T15:00:47.025Z] [2022-04-17T15:00:47.025Z] setS1ASclassPath: [2022-04-17T15:00:47.025Z] [2022-04-17T15:00:47.025Z] init-common: [2022-04-17T15:00:47.025Z] [2022-04-17T15:00:47.025Z] execute-sql-common: [2022-04-17T15:00:47.025Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/conncreationretry/sql/drop_pointbase.sql [2022-04-17T15:00:47.025Z] [sql] 0 rows affected [2022-04-17T15:00:47.285Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] setOSConditions: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] setToolWin: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] setToolUnix: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] setToolProperty: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] setS1ASclassPath: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] init-common: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] delete-jdbc-stuff: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] setOSConditions: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] setToolWin: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] setToolUnix: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] setToolProperty: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] setS1ASclassPath: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] init-common: [2022-04-17T15:00:47.285Z] [2022-04-17T15:00:47.285Z] delete-jdbc-resource-common: [2022-04-17T15:00:47.285Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connectioncreationretryDB [2022-04-17T15:00:47.541Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connectioncreationretryDB [2022-04-17T15:00:47.541Z] [exec] JDBC resource jdbc/connectioncreationretryDB deleted successfully [2022-04-17T15:00:47.541Z] [echo] cmd executed for server [2022-04-17T15:00:47.541Z] [2022-04-17T15:00:47.541Z] setOSConditions: [2022-04-17T15:00:47.541Z] [2022-04-17T15:00:47.541Z] setToolWin: [2022-04-17T15:00:47.541Z] [2022-04-17T15:00:47.541Z] setToolUnix: [2022-04-17T15:00:47.541Z] [2022-04-17T15:00:47.541Z] setToolProperty: [2022-04-17T15:00:47.541Z] [2022-04-17T15:00:47.541Z] setS1ASclassPath: [2022-04-17T15:00:47.541Z] [2022-04-17T15:00:47.541Z] init-common: [2022-04-17T15:00:47.541Z] [2022-04-17T15:00:47.541Z] delete-jdbc-connpool-common: [2022-04-17T15:00:47.541Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connectioncreationretry [2022-04-17T15:00:48.137Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:48.137Z] [exec] JDBC Connection pool jdbc-connectioncreationretry deleted successfully [2022-04-17T15:00:48.137Z] [echo] cmd executed for server [2022-04-17T15:00:48.137Z] [2022-04-17T15:00:48.137Z] setOSConditions: [2022-04-17T15:00:48.137Z] [2022-04-17T15:00:48.137Z] setToolWin: [2022-04-17T15:00:48.137Z] [2022-04-17T15:00:48.137Z] setToolUnix: [2022-04-17T15:00:48.137Z] [2022-04-17T15:00:48.137Z] setToolProperty: [2022-04-17T15:00:48.137Z] [2022-04-17T15:00:48.137Z] setS1ASclassPath: [2022-04-17T15:00:48.137Z] [2022-04-17T15:00:48.137Z] init-common: [2022-04-17T15:00:48.137Z] [2022-04-17T15:00:48.137Z] undeploy-common: [2022-04-17T15:00:48.393Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] all: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setOSConditions: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolWin: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolUnix: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolProperty: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setS1ASclassPath: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] init-common: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] clean: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setOSConditions: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolWin: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolUnix: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolProperty: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setS1ASclassPath: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] init-common: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] clean-common: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setOSConditions: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolWin: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolUnix: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolProperty: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setS1ASclassPath: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] init-common: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] clean-classes-common: [2022-04-17T15:00:48.393Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setOSConditions: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolWin: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolUnix: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolProperty: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setS1ASclassPath: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] init-common: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] clean-jars-common: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] compile: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setOSConditions: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolWin: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolUnix: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setToolProperty: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] setS1ASclassPath: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] init-common: [2022-04-17T15:00:48.393Z] [2022-04-17T15:00:48.393Z] compile-common: [2022-04-17T15:00:48.393Z] [echo] Current time (ISO): 2022-04-17T15:00:48.284+0000 [2022-04-17T15:00:48.393Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:00:48.393Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:00:50.301Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:00:50.301Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:50.301Z] [javac] return new Integer(1); [2022-04-17T15:00:50.301Z] [javac] ^ [2022-04-17T15:00:50.301Z] [javac] 2 warnings [2022-04-17T15:00:50.301Z] [2022-04-17T15:00:50.301Z] setOSConditions: [2022-04-17T15:00:50.301Z] [2022-04-17T15:00:50.301Z] setToolWin: [2022-04-17T15:00:50.301Z] [2022-04-17T15:00:50.301Z] setToolUnix: [2022-04-17T15:00:50.301Z] [2022-04-17T15:00:50.301Z] setToolProperty: [2022-04-17T15:00:50.301Z] [2022-04-17T15:00:50.301Z] setS1ASclassPath: [2022-04-17T15:00:50.301Z] [2022-04-17T15:00:50.301Z] init-common: [2022-04-17T15:00:50.301Z] [2022-04-17T15:00:50.301Z] compile-common: [2022-04-17T15:00:50.301Z] [echo] Current time (ISO): 2022-04-17T15:00:49.933+0000 [2022-04-17T15:00:50.301Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:00:51.677Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:00:51.677Z] [javac] 1 warning [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] build: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] setOSConditions: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] fixFiles: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] convUnix: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] convWin: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] setToolWin: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] setToolUnix: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] setToolProperty: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] setS1ASclassPath: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] init-common: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] package-persistence-common: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] ejb-jar-common: [2022-04-17T15:00:51.677Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] package-ejbjar-common: [2022-04-17T15:00:51.677Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:51.677Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:51.677Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:51.677Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiod-ejb.jar [2022-04-17T15:00:51.677Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] appclient-jar-common: [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] package-appclientjar-common: [2022-04-17T15:00:51.677Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:51.677Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:51.677Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:51.677Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiod-client.jar [2022-04-17T15:00:51.677Z] [2022-04-17T15:00:51.677Z] webclient-war-common: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] build-ear-common: [2022-04-17T15:00:51.678Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:00:51.678Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodApp.ear [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] deploy: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setOSConditions: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setToolWin: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setToolUnix: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setToolProperty: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setS1ASclassPath: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] init-common: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] create-jdbc-stuff: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setOSConditions: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setToolWin: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setToolUnix: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setToolProperty: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setS1ASclassPath: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] init-common: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] deploy-jdbc-common: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setOSConditions: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setToolWin: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setToolUnix: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setToolProperty: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] setS1ASclassPath: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] init-common: [2022-04-17T15:00:51.678Z] [2022-04-17T15:00:51.678Z] create-jdbc-connpool-common: [2022-04-17T15:00:52.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:52.245Z] [exec] JDBC connection pool jdbc-validateatmostonceperiod created successfully. [2022-04-17T15:00:52.245Z] [2022-04-17T15:00:52.245Z] set-derby-connpool-props: [2022-04-17T15:00:52.501Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:52.757Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.User=dbuser [2022-04-17T15:00:53.013Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:53.013Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.Password=dbpassword [2022-04-17T15:00:53.575Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:53.575Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.driverType=4 [2022-04-17T15:00:53.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:53.836Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.portNumber=1527 [2022-04-17T15:00:54.091Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:54.091Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.dataBaseName=testdb [2022-04-17T15:00:54.659Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:54.659Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:00:54.915Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:54.915Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.create=true [2022-04-17T15:00:55.476Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:55.476Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.property.serverName=localhost [2022-04-17T15:00:55.476Z] [2022-04-17T15:00:55.476Z] setOSConditions: [2022-04-17T15:00:55.476Z] [2022-04-17T15:00:55.476Z] setToolWin: [2022-04-17T15:00:55.476Z] [2022-04-17T15:00:55.476Z] setToolUnix: [2022-04-17T15:00:55.476Z] [2022-04-17T15:00:55.476Z] setToolProperty: [2022-04-17T15:00:55.476Z] [2022-04-17T15:00:55.476Z] setS1ASclassPath: [2022-04-17T15:00:55.476Z] [2022-04-17T15:00:55.476Z] init-common: [2022-04-17T15:00:55.476Z] [2022-04-17T15:00:55.476Z] create-jdbc-resource-common: [2022-04-17T15:00:55.476Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:55.733Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:55.733Z] [exec] JDBC resource jdbc/validateatmostonceperiodDB created successfully. [2022-04-17T15:00:55.733Z] [echo] cmd executed for server [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] setOSConditions: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] setToolWin: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] setToolUnix: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] setToolProperty: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] setS1ASclassPath: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] init-common: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] deploy-common: [2022-04-17T15:00:55.733Z] [echo] Current time (ISO): 2022-04-17T15:00:55.597+0000 [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] setOSConditions: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] setToolWin: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] setToolUnix: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] setToolProperty: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] setS1ASclassPath: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] init-common: [2022-04-17T15:00:55.733Z] [2022-04-17T15:00:55.733Z] deploy-common-pe: [2022-04-17T15:00:56.300Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-validateatmostonceperiodApp.ear [2022-04-17T15:00:56.300Z] [exec] Application deployed with name jdbc-validateatmostonceperiodApp. [2022-04-17T15:00:56.300Z] [echo] Deployment on target server server successful [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] setOSConditions: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] setToolWin: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] setToolUnix: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] setToolProperty: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] setS1ASclassPath: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] init-common: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] deploy-common-ee: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] setOSConditions: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] setToolWin: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] setToolUnix: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] setToolProperty: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] setS1ASclassPath: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] init-common: [2022-04-17T15:00:56.300Z] [2022-04-17T15:00:56.300Z] execute-sql-common: [2022-04-17T15:00:56.300Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/sql/create_pointbase.sql [2022-04-17T15:00:56.558Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T15:00:56.558Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T15:00:56.558Z] [sql] 0 rows affected [2022-04-17T15:00:56.558Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T15:00:56.558Z] [2022-04-17T15:00:56.559Z] run: [2022-04-17T15:00:56.559Z] [2022-04-17T15:00:56.559Z] asadmin-common: [2022-04-17T15:00:56.559Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:56.881Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:56.881Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.connection-validation-method=table [2022-04-17T15:00:56.881Z] [2022-04-17T15:00:56.881Z] asadmin-common: [2022-04-17T15:00:56.881Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:57.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:57.446Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validation-table-name=O_CUSTOMER [2022-04-17T15:00:57.446Z] [2022-04-17T15:00:57.446Z] asadmin-common: [2022-04-17T15:00:57.446Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:57.702Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:57.702Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.is-connection-validation-required=true [2022-04-17T15:00:57.702Z] [2022-04-17T15:00:57.702Z] asadmin-common: [2022-04-17T15:00:57.702Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:58.265Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:00:58.265Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate-atmost-once-period-in-seconds=0 [2022-04-17T15:00:58.265Z] [2022-04-17T15:00:58.265Z] setOSConditions: [2022-04-17T15:00:58.265Z] [2022-04-17T15:00:58.265Z] setToolWin: [2022-04-17T15:00:58.265Z] [2022-04-17T15:00:58.265Z] setToolUnix: [2022-04-17T15:00:58.265Z] [2022-04-17T15:00:58.265Z] setToolProperty: [2022-04-17T15:00:58.265Z] [2022-04-17T15:00:58.265Z] setS1ASclassPath: [2022-04-17T15:00:58.265Z] [2022-04-17T15:00:58.265Z] init-common: [2022-04-17T15:00:58.265Z] [2022-04-17T15:00:58.265Z] runclient-common: [2022-04-17T15:00:58.265Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T15:00:59.202Z] [exec] Apr 17, 2022 3:00:58 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:00:59.202Z] [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. [2022-04-17T15:01:02.490Z] [exec] Value of key is: test1 [2022-04-17T15:01:02.490Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:01:02.490Z] [exec] [2022-04-17T15:01:02.490Z] [exec] [2022-04-17T15:01:02.490Z] [exec] ----------------------------------------- [2022-04-17T15:01:02.490Z] [exec] - test1 : PASS - [2022-04-17T15:01:02.490Z] [exec] ----------------------------------------- [2022-04-17T15:01:02.490Z] [exec] Total PASS: 1 [2022-04-17T15:01:02.490Z] [exec] Total FAIL: 0 [2022-04-17T15:01:02.490Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:01:02.490Z] [exec] ----------------------------------------- [2022-04-17T15:01:02.490Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:01:02.490Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:01:02.490Z] [2022-04-17T15:01:02.490Z] checkReporting-common: [2022-04-17T15:01:02.490Z] [2022-04-17T15:01:02.490Z] confirmReportPresent-common: [2022-04-17T15:01:02.490Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:01:02.490Z] [echo] Test seems to be reported fine [2022-04-17T15:01:02.490Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt [2022-04-17T15:01:02.490Z] [2022-04-17T15:01:02.490Z] confirmMissingReport-common: [2022-04-17T15:01:02.490Z] [2022-04-17T15:01:02.490Z] setOSConditions: [2022-04-17T15:01:02.490Z] [2022-04-17T15:01:02.490Z] setToolWin: [2022-04-17T15:01:02.490Z] [2022-04-17T15:01:02.490Z] setToolUnix: [2022-04-17T15:01:02.490Z] [2022-04-17T15:01:02.490Z] setToolProperty: [2022-04-17T15:01:02.490Z] [2022-04-17T15:01:02.490Z] setS1ASclassPath: [2022-04-17T15:01:02.490Z] [2022-04-17T15:01:02.491Z] init-common: [2022-04-17T15:01:02.491Z] [2022-04-17T15:01:02.491Z] stop-derby: [2022-04-17T15:01:02.491Z] [2022-04-17T15:01:02.491Z] stop-derby-aix: [2022-04-17T15:01:02.491Z] [2022-04-17T15:01:02.491Z] stop-derby-nonaix: [2022-04-17T15:01:02.491Z] [echo] Stopping Derby DB Server ... [2022-04-17T15:01:02.746Z] [java] Sun Apr 17 15:01:02 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:01:02.746Z] [2022-04-17T15:01:02.746Z] setOSConditions: [2022-04-17T15:01:02.746Z] [2022-04-17T15:01:02.746Z] setToolWin: [2022-04-17T15:01:02.746Z] [2022-04-17T15:01:02.746Z] setToolUnix: [2022-04-17T15:01:02.746Z] [2022-04-17T15:01:02.746Z] setToolProperty: [2022-04-17T15:01:02.746Z] [2022-04-17T15:01:02.746Z] setS1ASclassPath: [2022-04-17T15:01:02.746Z] [2022-04-17T15:01:02.746Z] init-common: [2022-04-17T15:01:02.746Z] [2022-04-17T15:01:02.746Z] start-derby: [2022-04-17T15:01:02.746Z] [2022-04-17T15:01:02.746Z] start-derby-aix: [2022-04-17T15:01:02.746Z] [2022-04-17T15:01:02.746Z] start-derby-nonaix: [2022-04-17T15:01:02.746Z] [echo] Starting Derby DB Server ... [2022-04-17T15:01:20.805Z] [2022-04-17T15:01:20.805Z] setOSConditions: [2022-04-17T15:01:20.805Z] [2022-04-17T15:01:20.805Z] setToolWin: [2022-04-17T15:01:20.805Z] [2022-04-17T15:01:20.805Z] setToolUnix: [2022-04-17T15:01:20.805Z] [2022-04-17T15:01:20.805Z] setToolProperty: [2022-04-17T15:01:20.805Z] [2022-04-17T15:01:20.805Z] setS1ASclassPath: [2022-04-17T15:01:20.805Z] [2022-04-17T15:01:20.805Z] init-common: [2022-04-17T15:01:20.805Z] [2022-04-17T15:01:20.805Z] runclient-common: [2022-04-17T15:01:20.805Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T15:01:20.805Z] [exec] Apr 17, 2022 3:01:18 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:01:20.806Z] [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. [2022-04-17T15:01:22.172Z] [exec] Value of key is: test2 [2022-04-17T15:01:22.172Z] [exec] test-2 returned true as validation is enabled [2022-04-17T15:01:22.172Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:01:22.172Z] [exec] [2022-04-17T15:01:22.172Z] [exec] [2022-04-17T15:01:22.172Z] [exec] ----------------------------------------- [2022-04-17T15:01:22.172Z] [exec] - test2 : PASS - [2022-04-17T15:01:22.172Z] [exec] ----------------------------------------- [2022-04-17T15:01:22.172Z] [exec] Total PASS: 1 [2022-04-17T15:01:22.172Z] [exec] Total FAIL: 0 [2022-04-17T15:01:22.172Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:01:22.172Z] [exec] ----------------------------------------- [2022-04-17T15:01:22.172Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:01:22.172Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:01:22.172Z] [2022-04-17T15:01:22.172Z] checkReporting-common: [2022-04-17T15:01:22.172Z] [2022-04-17T15:01:22.172Z] confirmReportPresent-common: [2022-04-17T15:01:22.172Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:01:22.172Z] [echo] Test seems to be reported fine [2022-04-17T15:01:22.172Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt [2022-04-17T15:01:22.172Z] [2022-04-17T15:01:22.172Z] confirmMissingReport-common: [2022-04-17T15:01:22.172Z] [2022-04-17T15:01:22.172Z] asadmin-common: [2022-04-17T15:01:22.172Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:22.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:22.745Z] [exec] domain.resources.jdbc-connection-pool.jdbc-validateatmostonceperiod.validate-atmost-once-period-in-seconds=60 [2022-04-17T15:01:22.745Z] [2022-04-17T15:01:22.745Z] setOSConditions: [2022-04-17T15:01:22.745Z] [2022-04-17T15:01:22.745Z] setToolWin: [2022-04-17T15:01:22.745Z] [2022-04-17T15:01:22.745Z] setToolUnix: [2022-04-17T15:01:22.745Z] [2022-04-17T15:01:22.745Z] setToolProperty: [2022-04-17T15:01:22.745Z] [2022-04-17T15:01:22.745Z] setS1ASclassPath: [2022-04-17T15:01:22.745Z] [2022-04-17T15:01:22.745Z] init-common: [2022-04-17T15:01:22.745Z] [2022-04-17T15:01:22.745Z] stop-derby: [2022-04-17T15:01:22.745Z] [2022-04-17T15:01:22.745Z] stop-derby-aix: [2022-04-17T15:01:22.745Z] [2022-04-17T15:01:22.745Z] stop-derby-nonaix: [2022-04-17T15:01:22.745Z] [echo] Stopping Derby DB Server ... [2022-04-17T15:01:23.001Z] [java] Sun Apr 17 15:01:22 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:01:23.002Z] [2022-04-17T15:01:23.002Z] setOSConditions: [2022-04-17T15:01:23.002Z] [2022-04-17T15:01:23.002Z] setToolWin: [2022-04-17T15:01:23.002Z] [2022-04-17T15:01:23.002Z] setToolUnix: [2022-04-17T15:01:23.002Z] [2022-04-17T15:01:23.002Z] setToolProperty: [2022-04-17T15:01:23.002Z] [2022-04-17T15:01:23.002Z] setS1ASclassPath: [2022-04-17T15:01:23.002Z] [2022-04-17T15:01:23.002Z] init-common: [2022-04-17T15:01:23.002Z] [2022-04-17T15:01:23.002Z] start-derby: [2022-04-17T15:01:23.002Z] [2022-04-17T15:01:23.002Z] start-derby-aix: [2022-04-17T15:01:23.002Z] [2022-04-17T15:01:23.002Z] start-derby-nonaix: [2022-04-17T15:01:23.002Z] [echo] Starting Derby DB Server ... [2022-04-17T15:01:41.059Z] [2022-04-17T15:01:41.059Z] setOSConditions: [2022-04-17T15:01:41.059Z] [2022-04-17T15:01:41.059Z] setToolWin: [2022-04-17T15:01:41.059Z] [2022-04-17T15:01:41.059Z] setToolUnix: [2022-04-17T15:01:41.059Z] [2022-04-17T15:01:41.059Z] setToolProperty: [2022-04-17T15:01:41.059Z] [2022-04-17T15:01:41.059Z] setS1ASclassPath: [2022-04-17T15:01:41.059Z] [2022-04-17T15:01:41.059Z] init-common: [2022-04-17T15:01:41.059Z] [2022-04-17T15:01:41.059Z] runclient-common: [2022-04-17T15:01:41.059Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T15:01:41.059Z] [exec] Apr 17, 2022 3:01:38 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:01:41.059Z] [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. [2022-04-17T15:01:42.479Z] [exec] Value of key is: test3 [2022-04-17T15:01:42.479Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:01:42.479Z] [exec] [2022-04-17T15:01:42.479Z] [exec] [2022-04-17T15:01:42.479Z] [exec] ----------------------------------------- [2022-04-17T15:01:42.479Z] [exec] - test3 : PASS - [2022-04-17T15:01:42.479Z] [exec] ----------------------------------------- [2022-04-17T15:01:42.479Z] [exec] Total PASS: 1 [2022-04-17T15:01:42.479Z] [exec] Total FAIL: 0 [2022-04-17T15:01:42.479Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:01:42.479Z] [exec] ----------------------------------------- [2022-04-17T15:01:42.479Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:01:42.479Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] checkReporting-common: [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] confirmReportPresent-common: [2022-04-17T15:01:42.479Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:01:42.479Z] [echo] Test seems to be reported fine [2022-04-17T15:01:42.479Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/RepRunConf.txt [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] confirmMissingReport-common: [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] undeploy: [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] setOSConditions: [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] setToolWin: [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] setToolUnix: [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] setToolProperty: [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] setS1ASclassPath: [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] init-common: [2022-04-17T15:01:42.479Z] [2022-04-17T15:01:42.479Z] execute-sql-common: [2022-04-17T15:01:42.735Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/validateatmostonceperiod/sql/drop_pointbase.sql [2022-04-17T15:01:42.735Z] [sql] 0 rows affected [2022-04-17T15:01:42.735Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] setOSConditions: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] setToolWin: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] setToolUnix: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] setToolProperty: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] setS1ASclassPath: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] init-common: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] delete-jdbc-stuff: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] setOSConditions: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] setToolWin: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] setToolUnix: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] setToolProperty: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] setS1ASclassPath: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] init-common: [2022-04-17T15:01:42.735Z] [2022-04-17T15:01:42.735Z] delete-jdbc-resource-common: [2022-04-17T15:01:42.735Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/validateatmostonceperiodDB [2022-04-17T15:01:43.297Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/validateatmostonceperiodDB [2022-04-17T15:01:43.297Z] [exec] JDBC resource jdbc/validateatmostonceperiodDB deleted successfully [2022-04-17T15:01:43.297Z] [echo] cmd executed for server [2022-04-17T15:01:43.297Z] [2022-04-17T15:01:43.297Z] setOSConditions: [2022-04-17T15:01:43.297Z] [2022-04-17T15:01:43.297Z] setToolWin: [2022-04-17T15:01:43.297Z] [2022-04-17T15:01:43.297Z] setToolUnix: [2022-04-17T15:01:43.297Z] [2022-04-17T15:01:43.297Z] setToolProperty: [2022-04-17T15:01:43.297Z] [2022-04-17T15:01:43.297Z] setS1ASclassPath: [2022-04-17T15:01:43.297Z] [2022-04-17T15:01:43.297Z] init-common: [2022-04-17T15:01:43.297Z] [2022-04-17T15:01:43.297Z] delete-jdbc-connpool-common: [2022-04-17T15:01:43.297Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-validateatmostonceperiod [2022-04-17T15:01:43.556Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:43.839Z] [exec] JDBC Connection pool jdbc-validateatmostonceperiod deleted successfully [2022-04-17T15:01:43.839Z] [echo] cmd executed for server [2022-04-17T15:01:43.839Z] [2022-04-17T15:01:43.839Z] setOSConditions: [2022-04-17T15:01:43.839Z] [2022-04-17T15:01:43.839Z] setToolWin: [2022-04-17T15:01:43.839Z] [2022-04-17T15:01:43.839Z] setToolUnix: [2022-04-17T15:01:43.839Z] [2022-04-17T15:01:43.839Z] setToolProperty: [2022-04-17T15:01:43.839Z] [2022-04-17T15:01:43.839Z] setS1ASclassPath: [2022-04-17T15:01:43.839Z] [2022-04-17T15:01:43.839Z] init-common: [2022-04-17T15:01:43.839Z] [2022-04-17T15:01:43.839Z] undeploy-common: [2022-04-17T15:01:44.095Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] all: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] nonxa: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setOSConditions: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolWin: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolUnix: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolProperty: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setS1ASclassPath: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] init-common: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] clean: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setOSConditions: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolWin: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolUnix: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolProperty: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setS1ASclassPath: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] init-common: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] clean-common: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setOSConditions: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolWin: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolUnix: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolProperty: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setS1ASclassPath: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] init-common: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] clean-classes-common: [2022-04-17T15:01:44.095Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setOSConditions: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolWin: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolUnix: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolProperty: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setS1ASclassPath: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] init-common: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] clean-jars-common: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] compile: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setOSConditions: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolWin: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolUnix: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setToolProperty: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] setS1ASclassPath: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] init-common: [2022-04-17T15:01:44.095Z] [2022-04-17T15:01:44.095Z] compile-common-with-endorsed-dir: [2022-04-17T15:01:44.095Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:01:44.095Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:01:45.473Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:01:45.730Z] [javac] 1 warning [2022-04-17T15:01:45.730Z] [2022-04-17T15:01:45.730Z] setOSConditions: [2022-04-17T15:01:45.730Z] [2022-04-17T15:01:45.730Z] setToolWin: [2022-04-17T15:01:45.730Z] [2022-04-17T15:01:45.730Z] setToolUnix: [2022-04-17T15:01:45.730Z] [2022-04-17T15:01:45.730Z] setToolProperty: [2022-04-17T15:01:45.730Z] [2022-04-17T15:01:45.730Z] setS1ASclassPath: [2022-04-17T15:01:45.730Z] [2022-04-17T15:01:45.730Z] init-common: [2022-04-17T15:01:45.730Z] [2022-04-17T15:01:45.730Z] compile-common: [2022-04-17T15:01:45.730Z] [echo] Current time (ISO): 2022-04-17T15:01:45.579+0000 [2022-04-17T15:01:45.730Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:01:47.621Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:01:47.621Z] [javac] 1 warning [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] build: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] setOSConditions: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] fixFiles: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] convUnix: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] convWin: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] setToolWin: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] setToolUnix: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] setToolProperty: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] setS1ASclassPath: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] init-common: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] package-persistence-common: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] ejb-jar-common: [2022-04-17T15:01:47.621Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] package-ejbjar-common: [2022-04-17T15:01:47.621Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:01:47.621Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:01:47.621Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:01:47.621Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-ejb.jar [2022-04-17T15:01:47.621Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] appclient-jar-common: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] package-appclientjar-common: [2022-04-17T15:01:47.621Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:01:47.621Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:01:47.621Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:01:47.621Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-client.jar [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] webclient-war-common: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] build-ear-common: [2022-04-17T15:01:47.621Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:01:47.621Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] deploy: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] setOSConditions: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] setToolWin: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] setToolUnix: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] setToolProperty: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] setS1ASclassPath: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] init-common: [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] create-jdbc-connpool-common: [2022-04-17T15:01:47.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:47.621Z] [exec] JDBC connection pool jdbc-connsharing-pool created successfully. [2022-04-17T15:01:47.621Z] [2022-04-17T15:01:47.621Z] set-derby-connpool-props: [2022-04-17T15:01:48.183Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:48.183Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser [2022-04-17T15:01:48.440Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:48.440Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword [2022-04-17T15:01:49.036Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:49.036Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 [2022-04-17T15:01:49.293Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:49.293Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 [2022-04-17T15:01:49.549Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:49.549Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb [2022-04-17T15:01:50.144Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:50.144Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:01:50.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:50.399Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true [2022-04-17T15:01:50.655Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:50.655Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost [2022-04-17T15:01:50.655Z] [2022-04-17T15:01:50.655Z] setOSConditions: [2022-04-17T15:01:50.655Z] [2022-04-17T15:01:50.655Z] setToolWin: [2022-04-17T15:01:50.655Z] [2022-04-17T15:01:50.655Z] setToolUnix: [2022-04-17T15:01:50.655Z] [2022-04-17T15:01:50.655Z] setToolProperty: [2022-04-17T15:01:50.655Z] [2022-04-17T15:01:50.655Z] setS1ASclassPath: [2022-04-17T15:01:50.655Z] [2022-04-17T15:01:50.655Z] init-common: [2022-04-17T15:01:50.655Z] [2022-04-17T15:01:50.655Z] create-jdbc-connpool-common: [2022-04-17T15:01:51.247Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:51.247Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-1 created successfully. [2022-04-17T15:01:51.247Z] [2022-04-17T15:01:51.247Z] set-derby-connpool-props: [2022-04-17T15:01:51.504Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:51.504Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser [2022-04-17T15:01:52.067Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:52.067Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword [2022-04-17T15:01:52.337Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:52.337Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 [2022-04-17T15:01:52.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:52.594Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 [2022-04-17T15:01:53.160Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:53.160Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 [2022-04-17T15:01:53.417Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:53.417Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:01:53.981Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:53.981Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true [2022-04-17T15:01:54.237Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:54.237Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost [2022-04-17T15:01:54.237Z] [2022-04-17T15:01:54.237Z] asadmin-common: [2022-04-17T15:01:54.237Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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;' [2022-04-17T15:01:54.799Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T15:01:54.799Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; [2022-04-17T15:01:54.799Z] [2022-04-17T15:01:54.799Z] setOSConditions: [2022-04-17T15:01:54.799Z] [2022-04-17T15:01:54.799Z] setToolWin: [2022-04-17T15:01:54.799Z] [2022-04-17T15:01:54.799Z] setToolUnix: [2022-04-17T15:01:54.799Z] [2022-04-17T15:01:54.799Z] setToolProperty: [2022-04-17T15:01:54.799Z] [2022-04-17T15:01:54.799Z] setS1ASclassPath: [2022-04-17T15:01:54.799Z] [2022-04-17T15:01:54.799Z] init-common: [2022-04-17T15:01:54.799Z] [2022-04-17T15:01:54.799Z] create-jdbc-connpool-common: [2022-04-17T15:01:55.055Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:55.055Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-2 created successfully. [2022-04-17T15:01:55.055Z] [2022-04-17T15:01:55.055Z] set-derby-connpool-props: [2022-04-17T15:01:55.640Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:55.640Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser [2022-04-17T15:01:55.896Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:55.896Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword [2022-04-17T15:01:56.152Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:56.152Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 [2022-04-17T15:01:56.737Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:56.737Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 [2022-04-17T15:01:56.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:57.251Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 [2022-04-17T15:01:57.508Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:57.508Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:01:57.764Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:57.764Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true [2022-04-17T15:01:58.344Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:58.344Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost [2022-04-17T15:01:58.344Z] [2022-04-17T15:01:58.344Z] asadmin-common: [2022-04-17T15:01:58.344Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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;' [2022-04-17T15:01:58.600Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T15:01:58.600Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; [2022-04-17T15:01:58.600Z] [2022-04-17T15:01:58.600Z] setOSConditions: [2022-04-17T15:01:58.600Z] [2022-04-17T15:01:58.600Z] setToolWin: [2022-04-17T15:01:58.600Z] [2022-04-17T15:01:58.600Z] setToolUnix: [2022-04-17T15:01:58.600Z] [2022-04-17T15:01:58.600Z] setToolProperty: [2022-04-17T15:01:58.600Z] [2022-04-17T15:01:58.600Z] setS1ASclassPath: [2022-04-17T15:01:58.600Z] [2022-04-17T15:01:58.600Z] init-common: [2022-04-17T15:01:58.600Z] [2022-04-17T15:01:58.600Z] create-jdbc-resource-common: [2022-04-17T15:01:58.600Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:59.164Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:59.164Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 created successfully. [2022-04-17T15:01:59.164Z] [echo] cmd executed for server [2022-04-17T15:01:59.164Z] [2022-04-17T15:01:59.164Z] setOSConditions: [2022-04-17T15:01:59.164Z] [2022-04-17T15:01:59.164Z] setToolWin: [2022-04-17T15:01:59.164Z] [2022-04-17T15:01:59.164Z] setToolUnix: [2022-04-17T15:01:59.164Z] [2022-04-17T15:01:59.164Z] setToolProperty: [2022-04-17T15:01:59.164Z] [2022-04-17T15:01:59.164Z] setS1ASclassPath: [2022-04-17T15:01:59.164Z] [2022-04-17T15:01:59.164Z] init-common: [2022-04-17T15:01:59.164Z] [2022-04-17T15:01:59.164Z] create-jdbc-resource-common: [2022-04-17T15:01:59.164Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:59.420Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:59.420Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 created successfully. [2022-04-17T15:01:59.420Z] [echo] cmd executed for server [2022-04-17T15:01:59.420Z] [2022-04-17T15:01:59.420Z] setOSConditions: [2022-04-17T15:01:59.420Z] [2022-04-17T15:01:59.420Z] setToolWin: [2022-04-17T15:01:59.420Z] [2022-04-17T15:01:59.420Z] setToolUnix: [2022-04-17T15:01:59.420Z] [2022-04-17T15:01:59.420Z] setToolProperty: [2022-04-17T15:01:59.420Z] [2022-04-17T15:01:59.420Z] setS1ASclassPath: [2022-04-17T15:01:59.420Z] [2022-04-17T15:01:59.420Z] init-common: [2022-04-17T15:01:59.420Z] [2022-04-17T15:01:59.420Z] create-jdbc-resource-common: [2022-04-17T15:01:59.420Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:59.982Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:01:59.982Z] [exec] JDBC resource jdbc/connsharing created successfully. [2022-04-17T15:01:59.982Z] [echo] cmd executed for server [2022-04-17T15:01:59.982Z] [2022-04-17T15:01:59.982Z] setOSConditions: [2022-04-17T15:01:59.982Z] [2022-04-17T15:01:59.982Z] setToolWin: [2022-04-17T15:01:59.982Z] [2022-04-17T15:01:59.982Z] setToolUnix: [2022-04-17T15:01:59.982Z] [2022-04-17T15:01:59.982Z] setToolProperty: [2022-04-17T15:01:59.982Z] [2022-04-17T15:01:59.982Z] setS1ASclassPath: [2022-04-17T15:01:59.982Z] [2022-04-17T15:01:59.982Z] init-common: [2022-04-17T15:01:59.982Z] [2022-04-17T15:01:59.982Z] create-jdbc-resource-common: [2022-04-17T15:01:59.982Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:00.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:00.238Z] [exec] JDBC resource jdbc/connsharing2 created successfully. [2022-04-17T15:02:00.238Z] [echo] cmd executed for server [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] setOSConditions: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] setToolWin: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] setToolUnix: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] setToolProperty: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] setS1ASclassPath: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] init-common: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] deploy-common: [2022-04-17T15:02:00.238Z] [echo] Current time (ISO): 2022-04-17T15:02:00.181+0000 [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] setOSConditions: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] setToolWin: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] setToolUnix: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] setToolProperty: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] setS1ASclassPath: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] init-common: [2022-04-17T15:02:00.238Z] [2022-04-17T15:02:00.238Z] deploy-common-pe: [2022-04-17T15:02:00.800Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear [2022-04-17T15:02:02.178Z] [exec] Application deployed with name jdbc-connsharingnonxaApp. [2022-04-17T15:02:02.178Z] [echo] Deployment on target server server successful [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] setOSConditions: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] setToolWin: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] setToolUnix: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] setToolProperty: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] setS1ASclassPath: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] init-common: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] deploy-common-ee: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] run: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] setOSConditions: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] setToolWin: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] setToolUnix: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] setToolProperty: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] setS1ASclassPath: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] init-common: [2022-04-17T15:02:02.178Z] [2022-04-17T15:02:02.178Z] execute-sql-common: [2022-04-17T15:02:02.439Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/create_pointbase.sql [2022-04-17T15:02:02.439Z] [sql] Failed to execute: Drop table CONNSHARING [2022-04-17T15:02:02.439Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. [2022-04-17T15:02:02.439Z] [sql] 0 rows affected [2022-04-17T15:02:02.439Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T15:02:02.439Z] [2022-04-17T15:02:02.439Z] setOSConditions: [2022-04-17T15:02:02.439Z] [2022-04-17T15:02:02.439Z] setToolWin: [2022-04-17T15:02:02.439Z] [2022-04-17T15:02:02.439Z] setToolUnix: [2022-04-17T15:02:02.439Z] [2022-04-17T15:02:02.439Z] setToolProperty: [2022-04-17T15:02:02.439Z] [2022-04-17T15:02:02.439Z] setS1ASclassPath: [2022-04-17T15:02:02.439Z] [2022-04-17T15:02:02.439Z] init-common: [2022-04-17T15:02:02.439Z] [2022-04-17T15:02:02.439Z] runclient-common: [2022-04-17T15:02:02.439Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:02:03.368Z] [exec] Apr 17, 2022 3:02:03 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:02:03.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. [2022-04-17T15:02:06.652Z] [exec] Value of key is: test1 : [2022-04-17T15:02:06.652Z] [exec] Value of key is: test2 : [2022-04-17T15:02:06.652Z] [exec] Value of key is: test3 : [2022-04-17T15:02:06.652Z] [exec] Value of key is: test4 : [2022-04-17T15:02:06.652Z] [exec] Value of key is: test5 : [2022-04-17T15:02:06.652Z] [exec] Value of key is: test6 : [2022-04-17T15:02:06.652Z] [exec] Value of key is: test7 : [2022-04-17T15:02:08.018Z] [exec] Value of key is: test8 : [2022-04-17T15:02:08.018Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:02:08.018Z] [exec] [2022-04-17T15:02:08.018Z] [exec] [2022-04-17T15:02:08.018Z] [exec] ----------------------------------------- [2022-04-17T15:02:08.018Z] [exec] - test6 : : PASS - [2022-04-17T15:02:08.018Z] [exec] - test5 : : PASS - [2022-04-17T15:02:08.018Z] [exec] - test7 : : PASS - [2022-04-17T15:02:08.018Z] [exec] - test8 : : PASS - [2022-04-17T15:02:08.018Z] [exec] - test3 : : PASS - [2022-04-17T15:02:08.018Z] [exec] - test4 : : PASS - [2022-04-17T15:02:08.018Z] [exec] - test2 : : PASS - [2022-04-17T15:02:08.018Z] [exec] - test1 : : PASS - [2022-04-17T15:02:08.018Z] [exec] ----------------------------------------- [2022-04-17T15:02:08.018Z] [exec] Total PASS: 8 [2022-04-17T15:02:08.018Z] [exec] Total FAIL: 0 [2022-04-17T15:02:08.018Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:02:08.018Z] [exec] ----------------------------------------- [2022-04-17T15:02:08.018Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:02:08.018Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:02:08.273Z] [2022-04-17T15:02:08.274Z] checkReporting-common: [2022-04-17T15:02:08.274Z] [2022-04-17T15:02:08.274Z] confirmReportPresent-common: [2022-04-17T15:02:08.274Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:02:08.274Z] [echo] Test seems to be reported fine [2022-04-17T15:02:08.274Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/RepRunConf.txt [2022-04-17T15:02:08.274Z] [2022-04-17T15:02:08.274Z] confirmMissingReport-common: [2022-04-17T15:02:08.274Z] [2022-04-17T15:02:08.274Z] undeploy: [2022-04-17T15:02:08.274Z] [2022-04-17T15:02:08.274Z] setOSConditions: [2022-04-17T15:02:08.274Z] [2022-04-17T15:02:08.274Z] setToolWin: [2022-04-17T15:02:08.274Z] [2022-04-17T15:02:08.274Z] setToolUnix: [2022-04-17T15:02:08.274Z] [2022-04-17T15:02:08.274Z] setToolProperty: [2022-04-17T15:02:08.274Z] [2022-04-17T15:02:08.274Z] setS1ASclassPath: [2022-04-17T15:02:08.274Z] [2022-04-17T15:02:08.274Z] init-common: [2022-04-17T15:02:08.274Z] [2022-04-17T15:02:08.274Z] execute-sql-common: [2022-04-17T15:02:08.274Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/drop_pointbase.sql [2022-04-17T15:02:08.274Z] [sql] 0 rows affected [2022-04-17T15:02:08.538Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:02:08.538Z] [2022-04-17T15:02:08.538Z] setOSConditions: [2022-04-17T15:02:08.538Z] [2022-04-17T15:02:08.538Z] setToolWin: [2022-04-17T15:02:08.538Z] [2022-04-17T15:02:08.539Z] setToolUnix: [2022-04-17T15:02:08.539Z] [2022-04-17T15:02:08.539Z] setToolProperty: [2022-04-17T15:02:08.539Z] [2022-04-17T15:02:08.539Z] setS1ASclassPath: [2022-04-17T15:02:08.539Z] [2022-04-17T15:02:08.539Z] init-common: [2022-04-17T15:02:08.539Z] [2022-04-17T15:02:08.539Z] delete-jdbc-resource-common: [2022-04-17T15:02:08.539Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing [2022-04-17T15:02:09.137Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing [2022-04-17T15:02:09.137Z] [exec] JDBC resource jdbc/connsharing deleted successfully [2022-04-17T15:02:09.137Z] [echo] cmd executed for server [2022-04-17T15:02:09.137Z] [2022-04-17T15:02:09.137Z] setOSConditions: [2022-04-17T15:02:09.137Z] [2022-04-17T15:02:09.137Z] setToolWin: [2022-04-17T15:02:09.137Z] [2022-04-17T15:02:09.137Z] setToolUnix: [2022-04-17T15:02:09.137Z] [2022-04-17T15:02:09.137Z] setToolProperty: [2022-04-17T15:02:09.137Z] [2022-04-17T15:02:09.137Z] setS1ASclassPath: [2022-04-17T15:02:09.137Z] [2022-04-17T15:02:09.137Z] init-common: [2022-04-17T15:02:09.137Z] [2022-04-17T15:02:09.137Z] delete-jdbc-resource-common: [2022-04-17T15:02:09.137Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing2 [2022-04-17T15:02:09.393Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing2 [2022-04-17T15:02:09.393Z] [exec] JDBC resource jdbc/connsharing2 deleted successfully [2022-04-17T15:02:09.393Z] [echo] cmd executed for server [2022-04-17T15:02:09.393Z] [2022-04-17T15:02:09.393Z] setOSConditions: [2022-04-17T15:02:09.393Z] [2022-04-17T15:02:09.393Z] setToolWin: [2022-04-17T15:02:09.393Z] [2022-04-17T15:02:09.393Z] setToolUnix: [2022-04-17T15:02:09.393Z] [2022-04-17T15:02:09.393Z] setToolProperty: [2022-04-17T15:02:09.393Z] [2022-04-17T15:02:09.393Z] setS1ASclassPath: [2022-04-17T15:02:09.393Z] [2022-04-17T15:02:09.393Z] init-common: [2022-04-17T15:02:09.393Z] [2022-04-17T15:02:09.393Z] delete-jdbc-connpool-common: [2022-04-17T15:02:09.393Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connsharing-pool [2022-04-17T15:02:09.955Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:09.955Z] [exec] JDBC Connection pool jdbc-connsharing-pool deleted successfully [2022-04-17T15:02:09.955Z] [echo] cmd executed for server [2022-04-17T15:02:09.955Z] [2022-04-17T15:02:09.955Z] setOSConditions: [2022-04-17T15:02:09.955Z] [2022-04-17T15:02:09.955Z] setToolWin: [2022-04-17T15:02:09.955Z] [2022-04-17T15:02:09.955Z] setToolUnix: [2022-04-17T15:02:09.955Z] [2022-04-17T15:02:09.955Z] setToolProperty: [2022-04-17T15:02:09.955Z] [2022-04-17T15:02:09.955Z] setS1ASclassPath: [2022-04-17T15:02:09.955Z] [2022-04-17T15:02:09.955Z] init-common: [2022-04-17T15:02:09.955Z] [2022-04-17T15:02:09.955Z] delete-jdbc-resource-common: [2022-04-17T15:02:09.955Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:10.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:10.239Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 deleted successfully [2022-04-17T15:02:10.240Z] [echo] cmd executed for server [2022-04-17T15:02:10.240Z] [2022-04-17T15:02:10.240Z] setOSConditions: [2022-04-17T15:02:10.240Z] [2022-04-17T15:02:10.240Z] setToolWin: [2022-04-17T15:02:10.240Z] [2022-04-17T15:02:10.240Z] setToolUnix: [2022-04-17T15:02:10.240Z] [2022-04-17T15:02:10.240Z] setToolProperty: [2022-04-17T15:02:10.240Z] [2022-04-17T15:02:10.240Z] setS1ASclassPath: [2022-04-17T15:02:10.240Z] [2022-04-17T15:02:10.240Z] init-common: [2022-04-17T15:02:10.240Z] [2022-04-17T15:02:10.240Z] delete-jdbc-resource-common: [2022-04-17T15:02:10.240Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:10.495Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:10.495Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 deleted successfully [2022-04-17T15:02:10.495Z] [echo] cmd executed for server [2022-04-17T15:02:10.495Z] [2022-04-17T15:02:10.495Z] setOSConditions: [2022-04-17T15:02:10.495Z] [2022-04-17T15:02:10.495Z] setToolWin: [2022-04-17T15:02:10.495Z] [2022-04-17T15:02:10.495Z] setToolUnix: [2022-04-17T15:02:10.495Z] [2022-04-17T15:02:10.495Z] setToolProperty: [2022-04-17T15:02:10.495Z] [2022-04-17T15:02:10.495Z] setS1ASclassPath: [2022-04-17T15:02:10.495Z] [2022-04-17T15:02:10.495Z] init-common: [2022-04-17T15:02:10.495Z] [2022-04-17T15:02:10.495Z] delete-jdbc-connpool-common: [2022-04-17T15:02:10.495Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:10.751Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:10.751Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-1 deleted successfully [2022-04-17T15:02:10.751Z] [echo] cmd executed for server [2022-04-17T15:02:10.751Z] [2022-04-17T15:02:10.751Z] setOSConditions: [2022-04-17T15:02:10.751Z] [2022-04-17T15:02:10.751Z] setToolWin: [2022-04-17T15:02:10.751Z] [2022-04-17T15:02:10.751Z] setToolUnix: [2022-04-17T15:02:10.751Z] [2022-04-17T15:02:10.751Z] setToolProperty: [2022-04-17T15:02:10.751Z] [2022-04-17T15:02:10.751Z] setS1ASclassPath: [2022-04-17T15:02:10.751Z] [2022-04-17T15:02:10.751Z] init-common: [2022-04-17T15:02:10.751Z] [2022-04-17T15:02:10.751Z] delete-jdbc-connpool-common: [2022-04-17T15:02:10.751Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:11.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:11.346Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-2 deleted successfully [2022-04-17T15:02:11.346Z] [echo] cmd executed for server [2022-04-17T15:02:11.346Z] [2022-04-17T15:02:11.346Z] setOSConditions: [2022-04-17T15:02:11.346Z] [2022-04-17T15:02:11.346Z] setToolWin: [2022-04-17T15:02:11.346Z] [2022-04-17T15:02:11.346Z] setToolUnix: [2022-04-17T15:02:11.346Z] [2022-04-17T15:02:11.346Z] setToolProperty: [2022-04-17T15:02:11.346Z] [2022-04-17T15:02:11.346Z] setS1ASclassPath: [2022-04-17T15:02:11.346Z] [2022-04-17T15:02:11.346Z] init-common: [2022-04-17T15:02:11.346Z] [2022-04-17T15:02:11.346Z] undeploy-common: [2022-04-17T15:02:11.602Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] all: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setOSConditions: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolWin: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolUnix: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolProperty: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setS1ASclassPath: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] init-common: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] clean: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setOSConditions: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolWin: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolUnix: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolProperty: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setS1ASclassPath: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] init-common: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] clean-common: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setOSConditions: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolWin: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolUnix: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolProperty: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setS1ASclassPath: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] init-common: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] clean-classes-common: [2022-04-17T15:02:11.602Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setOSConditions: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolWin: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolUnix: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolProperty: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setS1ASclassPath: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] init-common: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] clean-jars-common: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] compile: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setOSConditions: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolWin: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolUnix: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setToolProperty: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] setS1ASclassPath: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] init-common: [2022-04-17T15:02:11.602Z] [2022-04-17T15:02:11.602Z] compile-common-with-endorsed-dir: [2022-04-17T15:02:11.602Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:02:11.602Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:02:12.169Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:02:12.169Z] [javac] 1 warning [2022-04-17T15:02:12.169Z] [2022-04-17T15:02:12.169Z] setOSConditions: [2022-04-17T15:02:12.169Z] [2022-04-17T15:02:12.169Z] setToolWin: [2022-04-17T15:02:12.169Z] [2022-04-17T15:02:12.169Z] setToolUnix: [2022-04-17T15:02:12.169Z] [2022-04-17T15:02:12.169Z] setToolProperty: [2022-04-17T15:02:12.169Z] [2022-04-17T15:02:12.169Z] setS1ASclassPath: [2022-04-17T15:02:12.169Z] [2022-04-17T15:02:12.169Z] init-common: [2022-04-17T15:02:12.169Z] [2022-04-17T15:02:12.169Z] compile-common: [2022-04-17T15:02:12.169Z] [echo] Current time (ISO): 2022-04-17T15:02:12.099+0000 [2022-04-17T15:02:12.169Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:02:14.068Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:02:14.068Z] [javac] 1 warning [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] build: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] setOSConditions: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] fixFiles: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] convUnix: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] convWin: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] setToolWin: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] setToolUnix: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] setToolProperty: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] setS1ASclassPath: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] init-common: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] package-persistence-common: [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] ejb-jar-common: [2022-04-17T15:02:14.068Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:02:14.068Z] [2022-04-17T15:02:14.068Z] package-ejbjar-common: [2022-04-17T15:02:14.068Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:14.068Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:14.069Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:14.069Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-ejb.jar [2022-04-17T15:02:14.069Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] appclient-jar-common: [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] package-appclientjar-common: [2022-04-17T15:02:14.069Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:14.069Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:14.069Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:14.069Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxa-client.jar [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] webclient-war-common: [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] build-ear-common: [2022-04-17T15:02:14.069Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:14.069Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] deploy: [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] setOSConditions: [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] setToolWin: [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] setToolUnix: [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] setToolProperty: [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] setS1ASclassPath: [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] init-common: [2022-04-17T15:02:14.069Z] [2022-04-17T15:02:14.069Z] create-jdbc-connpool-common: [2022-04-17T15:02:14.325Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:14.325Z] [exec] JDBC connection pool jdbc-connsharing-pool created successfully. [2022-04-17T15:02:14.325Z] [2022-04-17T15:02:14.325Z] set-derby-connpool-props: [2022-04-17T15:02:14.889Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:14.889Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.User=dbuser [2022-04-17T15:02:15.145Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:15.145Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.Password=dbpassword [2022-04-17T15:02:15.707Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:15.707Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.driverType=4 [2022-04-17T15:02:15.963Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:15.963Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.portNumber=1527 [2022-04-17T15:02:16.219Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:16.219Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.dataBaseName=testdb [2022-04-17T15:02:16.782Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:16.782Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:02:17.038Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:17.038Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.create=true [2022-04-17T15:02:17.295Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:17.295Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.property.serverName=localhost [2022-04-17T15:02:17.551Z] [2022-04-17T15:02:17.551Z] setOSConditions: [2022-04-17T15:02:17.551Z] [2022-04-17T15:02:17.551Z] setToolWin: [2022-04-17T15:02:17.551Z] [2022-04-17T15:02:17.551Z] setToolUnix: [2022-04-17T15:02:17.551Z] [2022-04-17T15:02:17.551Z] setToolProperty: [2022-04-17T15:02:17.551Z] [2022-04-17T15:02:17.551Z] setS1ASclassPath: [2022-04-17T15:02:17.551Z] [2022-04-17T15:02:17.551Z] init-common: [2022-04-17T15:02:17.551Z] [2022-04-17T15:02:17.551Z] create-jdbc-connpool-common: [2022-04-17T15:02:17.807Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:17.807Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-1 created successfully. [2022-04-17T15:02:17.807Z] [2022-04-17T15:02:17.807Z] set-derby-connpool-props: [2022-04-17T15:02:18.063Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:18.063Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.User=dbuser [2022-04-17T15:02:18.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:18.645Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.Password=dbpassword [2022-04-17T15:02:18.901Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:18.901Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.driverType=4 [2022-04-17T15:02:19.464Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:19.464Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.portNumber=1527 [2022-04-17T15:02:19.740Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:19.740Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.dataBaseName=awt-1 [2022-04-17T15:02:19.996Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:19.996Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:02:20.562Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:20.562Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.create=true [2022-04-17T15:02:20.818Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:20.818Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.serverName=localhost [2022-04-17T15:02:20.818Z] [2022-04-17T15:02:20.818Z] asadmin-common: [2022-04-17T15:02:20.818Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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;' [2022-04-17T15:02:21.384Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T15:02:21.384Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-1.property.connectionAttributes=create=true; [2022-04-17T15:02:21.384Z] [2022-04-17T15:02:21.384Z] setOSConditions: [2022-04-17T15:02:21.384Z] [2022-04-17T15:02:21.384Z] setToolWin: [2022-04-17T15:02:21.384Z] [2022-04-17T15:02:21.384Z] setToolUnix: [2022-04-17T15:02:21.384Z] [2022-04-17T15:02:21.384Z] setToolProperty: [2022-04-17T15:02:21.384Z] [2022-04-17T15:02:21.384Z] setS1ASclassPath: [2022-04-17T15:02:21.384Z] [2022-04-17T15:02:21.384Z] init-common: [2022-04-17T15:02:21.384Z] [2022-04-17T15:02:21.384Z] create-jdbc-connpool-common: [2022-04-17T15:02:21.640Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:21.640Z] [exec] JDBC connection pool jdbc-assoc-with-thread-pool-2 created successfully. [2022-04-17T15:02:21.640Z] [2022-04-17T15:02:21.640Z] set-derby-connpool-props: [2022-04-17T15:02:21.897Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:21.897Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.User=dbuser [2022-04-17T15:02:22.460Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:22.460Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.Password=dbpassword [2022-04-17T15:02:22.716Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:22.716Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.driverType=4 [2022-04-17T15:02:23.277Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:23.277Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.portNumber=1527 [2022-04-17T15:02:23.538Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:23.538Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.dataBaseName=awt-2 [2022-04-17T15:02:23.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:23.795Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:02:24.357Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:24.357Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.create=true [2022-04-17T15:02:24.613Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:24.613Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.serverName=localhost [2022-04-17T15:02:24.613Z] [2022-04-17T15:02:24.613Z] asadmin-common: [2022-04-17T15:02:24.613Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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;' [2022-04-17T15:02:24.869Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T15:02:24.869Z] [exec] domain.resources.jdbc-connection-pool.jdbc-assoc-with-thread-pool-2.property.connectionAttributes=create=true; [2022-04-17T15:02:24.869Z] [2022-04-17T15:02:24.869Z] setOSConditions: [2022-04-17T15:02:24.869Z] [2022-04-17T15:02:24.869Z] setToolWin: [2022-04-17T15:02:24.869Z] [2022-04-17T15:02:24.869Z] setToolUnix: [2022-04-17T15:02:24.869Z] [2022-04-17T15:02:24.869Z] setToolProperty: [2022-04-17T15:02:24.869Z] [2022-04-17T15:02:24.869Z] setS1ASclassPath: [2022-04-17T15:02:24.869Z] [2022-04-17T15:02:24.869Z] init-common: [2022-04-17T15:02:24.869Z] [2022-04-17T15:02:24.869Z] create-jdbc-resource-common: [2022-04-17T15:02:24.869Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:25.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:25.445Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 created successfully. [2022-04-17T15:02:25.445Z] [echo] cmd executed for server [2022-04-17T15:02:25.445Z] [2022-04-17T15:02:25.445Z] setOSConditions: [2022-04-17T15:02:25.445Z] [2022-04-17T15:02:25.445Z] setToolWin: [2022-04-17T15:02:25.445Z] [2022-04-17T15:02:25.445Z] setToolUnix: [2022-04-17T15:02:25.445Z] [2022-04-17T15:02:25.445Z] setToolProperty: [2022-04-17T15:02:25.445Z] [2022-04-17T15:02:25.445Z] setS1ASclassPath: [2022-04-17T15:02:25.445Z] [2022-04-17T15:02:25.445Z] init-common: [2022-04-17T15:02:25.445Z] [2022-04-17T15:02:25.445Z] create-jdbc-resource-common: [2022-04-17T15:02:25.445Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:25.701Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:25.701Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 created successfully. [2022-04-17T15:02:25.701Z] [echo] cmd executed for server [2022-04-17T15:02:25.701Z] [2022-04-17T15:02:25.701Z] setOSConditions: [2022-04-17T15:02:25.701Z] [2022-04-17T15:02:25.701Z] setToolWin: [2022-04-17T15:02:25.701Z] [2022-04-17T15:02:25.701Z] setToolUnix: [2022-04-17T15:02:25.701Z] [2022-04-17T15:02:25.701Z] setToolProperty: [2022-04-17T15:02:25.701Z] [2022-04-17T15:02:25.701Z] setS1ASclassPath: [2022-04-17T15:02:25.701Z] [2022-04-17T15:02:25.701Z] init-common: [2022-04-17T15:02:25.701Z] [2022-04-17T15:02:25.701Z] create-jdbc-resource-common: [2022-04-17T15:02:25.701Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:26.262Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:26.262Z] [exec] JDBC resource jdbc/connsharing created successfully. [2022-04-17T15:02:26.262Z] [echo] cmd executed for server [2022-04-17T15:02:26.263Z] [2022-04-17T15:02:26.263Z] setOSConditions: [2022-04-17T15:02:26.263Z] [2022-04-17T15:02:26.263Z] setToolWin: [2022-04-17T15:02:26.263Z] [2022-04-17T15:02:26.263Z] setToolUnix: [2022-04-17T15:02:26.263Z] [2022-04-17T15:02:26.263Z] setToolProperty: [2022-04-17T15:02:26.263Z] [2022-04-17T15:02:26.263Z] setS1ASclassPath: [2022-04-17T15:02:26.263Z] [2022-04-17T15:02:26.263Z] init-common: [2022-04-17T15:02:26.263Z] [2022-04-17T15:02:26.263Z] create-jdbc-resource-common: [2022-04-17T15:02:26.263Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:26.538Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:26.538Z] [exec] JDBC resource jdbc/connsharing2 created successfully. [2022-04-17T15:02:26.538Z] [echo] cmd executed for server [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] setOSConditions: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] setToolWin: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] setToolUnix: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] setToolProperty: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] setS1ASclassPath: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] init-common: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] deploy-common: [2022-04-17T15:02:26.538Z] [echo] Current time (ISO): 2022-04-17T15:02:26.314+0000 [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] setOSConditions: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] setToolWin: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] setToolUnix: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] setToolProperty: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] setS1ASclassPath: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] init-common: [2022-04-17T15:02:26.538Z] [2022-04-17T15:02:26.538Z] deploy-common-pe: [2022-04-17T15:02:26.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-connsharingnonxaApp.ear [2022-04-17T15:02:27.357Z] [exec] Application deployed with name jdbc-connsharingnonxaApp. [2022-04-17T15:02:27.357Z] [echo] Deployment on target server server successful [2022-04-17T15:02:27.357Z] [2022-04-17T15:02:27.357Z] setOSConditions: [2022-04-17T15:02:27.357Z] [2022-04-17T15:02:27.357Z] setToolWin: [2022-04-17T15:02:27.357Z] [2022-04-17T15:02:27.357Z] setToolUnix: [2022-04-17T15:02:27.357Z] [2022-04-17T15:02:27.357Z] setToolProperty: [2022-04-17T15:02:27.357Z] [2022-04-17T15:02:27.357Z] setS1ASclassPath: [2022-04-17T15:02:27.357Z] [2022-04-17T15:02:27.357Z] init-common: [2022-04-17T15:02:27.357Z] [2022-04-17T15:02:27.357Z] deploy-common-ee: [2022-04-17T15:02:27.357Z] [2022-04-17T15:02:27.357Z] set-assoc-with-thread: [2022-04-17T15:02:27.357Z] [2022-04-17T15:02:27.357Z] asadmin-common: [2022-04-17T15:02:27.357Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:27.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:27.945Z] [exec] domain.resources.jdbc-connection-pool.jdbc-connsharing-pool.associate-with-thread=true [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] run: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] setOSConditions: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] setToolWin: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] setToolUnix: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] setToolProperty: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] setS1ASclassPath: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] init-common: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] execute-sql-common: [2022-04-17T15:02:27.945Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/create_pointbase.sql [2022-04-17T15:02:27.945Z] [sql] Failed to execute: Drop table CONNSHARING [2022-04-17T15:02:27.945Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. [2022-04-17T15:02:27.945Z] [sql] 0 rows affected [2022-04-17T15:02:27.945Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] setOSConditions: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] setToolWin: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] setToolUnix: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] setToolProperty: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] setS1ASclassPath: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] init-common: [2022-04-17T15:02:27.945Z] [2022-04-17T15:02:27.945Z] runclient-common: [2022-04-17T15:02:27.945Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:02:28.876Z] [exec] Apr 17, 2022 3:02:28 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:02:28.876Z] [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. [2022-04-17T15:02:32.216Z] [exec] Value of key is: test1 : [2022-04-17T15:02:32.216Z] [exec] Value of key is: test2 : [2022-04-17T15:02:32.216Z] [exec] Value of key is: test3 : [2022-04-17T15:02:32.216Z] [exec] Value of key is: test4 : [2022-04-17T15:02:32.216Z] [exec] Value of key is: test5 : [2022-04-17T15:02:32.217Z] [exec] Value of key is: test6 : [2022-04-17T15:02:32.217Z] [exec] Value of key is: test7 : [2022-04-17T15:02:32.217Z] [exec] Value of key is: test8 : [2022-04-17T15:02:32.217Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:02:32.217Z] [exec] [2022-04-17T15:02:32.217Z] [exec] [2022-04-17T15:02:32.217Z] [exec] ----------------------------------------- [2022-04-17T15:02:32.217Z] [exec] - test6 : : PASS - [2022-04-17T15:02:32.217Z] [exec] - test5 : : PASS - [2022-04-17T15:02:32.217Z] [exec] - test7 : : PASS - [2022-04-17T15:02:32.217Z] [exec] - test8 : : PASS - [2022-04-17T15:02:32.217Z] [exec] - test3 : : PASS - [2022-04-17T15:02:32.217Z] [exec] - test4 : : PASS - [2022-04-17T15:02:32.217Z] [exec] - test2 : : PASS - [2022-04-17T15:02:32.217Z] [exec] - test1 : : PASS - [2022-04-17T15:02:32.217Z] [exec] ----------------------------------------- [2022-04-17T15:02:32.217Z] [exec] Total PASS: 8 [2022-04-17T15:02:32.217Z] [exec] Total FAIL: 0 [2022-04-17T15:02:32.217Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:02:32.217Z] [exec] ----------------------------------------- [2022-04-17T15:02:32.217Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:02:32.217Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] checkReporting-common: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] confirmReportPresent-common: [2022-04-17T15:02:32.472Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:02:32.472Z] [echo] Test seems to be reported fine [2022-04-17T15:02:32.472Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/RepRunConf.txt [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] confirmMissingReport-common: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] undeploy: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] setOSConditions: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] setToolWin: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] setToolUnix: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] setToolProperty: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] setS1ASclassPath: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] init-common: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] execute-sql-common: [2022-04-17T15:02:32.472Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connsharing/nonxa/sql/drop_pointbase.sql [2022-04-17T15:02:32.472Z] [sql] 0 rows affected [2022-04-17T15:02:32.472Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] setOSConditions: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] setToolWin: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] setToolUnix: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] setToolProperty: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] setS1ASclassPath: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] init-common: [2022-04-17T15:02:32.472Z] [2022-04-17T15:02:32.472Z] delete-jdbc-resource-common: [2022-04-17T15:02:32.472Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing [2022-04-17T15:02:33.040Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing [2022-04-17T15:02:33.040Z] [exec] JDBC resource jdbc/connsharing deleted successfully [2022-04-17T15:02:33.040Z] [echo] cmd executed for server [2022-04-17T15:02:33.040Z] [2022-04-17T15:02:33.040Z] setOSConditions: [2022-04-17T15:02:33.040Z] [2022-04-17T15:02:33.040Z] setToolWin: [2022-04-17T15:02:33.040Z] [2022-04-17T15:02:33.040Z] setToolUnix: [2022-04-17T15:02:33.040Z] [2022-04-17T15:02:33.040Z] setToolProperty: [2022-04-17T15:02:33.040Z] [2022-04-17T15:02:33.040Z] setS1ASclassPath: [2022-04-17T15:02:33.040Z] [2022-04-17T15:02:33.040Z] init-common: [2022-04-17T15:02:33.040Z] [2022-04-17T15:02:33.040Z] delete-jdbc-resource-common: [2022-04-17T15:02:33.040Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/connsharing2 [2022-04-17T15:02:33.296Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/connsharing2 [2022-04-17T15:02:33.297Z] [exec] JDBC resource jdbc/connsharing2 deleted successfully [2022-04-17T15:02:33.297Z] [echo] cmd executed for server [2022-04-17T15:02:33.297Z] [2022-04-17T15:02:33.297Z] setOSConditions: [2022-04-17T15:02:33.297Z] [2022-04-17T15:02:33.297Z] setToolWin: [2022-04-17T15:02:33.297Z] [2022-04-17T15:02:33.297Z] setToolUnix: [2022-04-17T15:02:33.297Z] [2022-04-17T15:02:33.297Z] setToolProperty: [2022-04-17T15:02:33.297Z] [2022-04-17T15:02:33.297Z] setS1ASclassPath: [2022-04-17T15:02:33.297Z] [2022-04-17T15:02:33.297Z] init-common: [2022-04-17T15:02:33.297Z] [2022-04-17T15:02:33.297Z] delete-jdbc-connpool-common: [2022-04-17T15:02:33.297Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-connsharing-pool [2022-04-17T15:02:33.858Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:33.858Z] [exec] JDBC Connection pool jdbc-connsharing-pool deleted successfully [2022-04-17T15:02:33.858Z] [echo] cmd executed for server [2022-04-17T15:02:33.858Z] [2022-04-17T15:02:33.858Z] setOSConditions: [2022-04-17T15:02:33.858Z] [2022-04-17T15:02:33.858Z] setToolWin: [2022-04-17T15:02:33.858Z] [2022-04-17T15:02:33.858Z] setToolUnix: [2022-04-17T15:02:33.858Z] [2022-04-17T15:02:33.858Z] setToolProperty: [2022-04-17T15:02:33.858Z] [2022-04-17T15:02:33.858Z] setS1ASclassPath: [2022-04-17T15:02:33.858Z] [2022-04-17T15:02:33.858Z] init-common: [2022-04-17T15:02:33.858Z] [2022-04-17T15:02:33.858Z] delete-jdbc-resource-common: [2022-04-17T15:02:33.858Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:34.114Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:34.114Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-1 deleted successfully [2022-04-17T15:02:34.114Z] [echo] cmd executed for server [2022-04-17T15:02:34.114Z] [2022-04-17T15:02:34.114Z] setOSConditions: [2022-04-17T15:02:34.114Z] [2022-04-17T15:02:34.114Z] setToolWin: [2022-04-17T15:02:34.114Z] [2022-04-17T15:02:34.114Z] setToolUnix: [2022-04-17T15:02:34.114Z] [2022-04-17T15:02:34.114Z] setToolProperty: [2022-04-17T15:02:34.114Z] [2022-04-17T15:02:34.114Z] setS1ASclassPath: [2022-04-17T15:02:34.114Z] [2022-04-17T15:02:34.114Z] init-common: [2022-04-17T15:02:34.114Z] [2022-04-17T15:02:34.114Z] delete-jdbc-resource-common: [2022-04-17T15:02:34.114Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:34.676Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:34.676Z] [exec] JDBC resource jdbc/assoc-with-thread-resource-2 deleted successfully [2022-04-17T15:02:34.676Z] [echo] cmd executed for server [2022-04-17T15:02:34.676Z] [2022-04-17T15:02:34.676Z] setOSConditions: [2022-04-17T15:02:34.676Z] [2022-04-17T15:02:34.676Z] setToolWin: [2022-04-17T15:02:34.676Z] [2022-04-17T15:02:34.676Z] setToolUnix: [2022-04-17T15:02:34.676Z] [2022-04-17T15:02:34.676Z] setToolProperty: [2022-04-17T15:02:34.676Z] [2022-04-17T15:02:34.676Z] setS1ASclassPath: [2022-04-17T15:02:34.676Z] [2022-04-17T15:02:34.676Z] init-common: [2022-04-17T15:02:34.676Z] [2022-04-17T15:02:34.676Z] delete-jdbc-connpool-common: [2022-04-17T15:02:34.676Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:34.932Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:34.932Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-1 deleted successfully [2022-04-17T15:02:34.932Z] [echo] cmd executed for server [2022-04-17T15:02:34.932Z] [2022-04-17T15:02:34.932Z] setOSConditions: [2022-04-17T15:02:34.932Z] [2022-04-17T15:02:34.932Z] setToolWin: [2022-04-17T15:02:34.932Z] [2022-04-17T15:02:34.932Z] setToolUnix: [2022-04-17T15:02:34.932Z] [2022-04-17T15:02:34.932Z] setToolProperty: [2022-04-17T15:02:34.932Z] [2022-04-17T15:02:34.932Z] setS1ASclassPath: [2022-04-17T15:02:34.932Z] [2022-04-17T15:02:34.932Z] init-common: [2022-04-17T15:02:34.932Z] [2022-04-17T15:02:34.932Z] delete-jdbc-connpool-common: [2022-04-17T15:02:34.932Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:35.494Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:35.494Z] [exec] JDBC Connection pool jdbc-assoc-with-thread-pool-2 deleted successfully [2022-04-17T15:02:35.494Z] [echo] cmd executed for server [2022-04-17T15:02:35.494Z] [2022-04-17T15:02:35.494Z] setOSConditions: [2022-04-17T15:02:35.494Z] [2022-04-17T15:02:35.494Z] setToolWin: [2022-04-17T15:02:35.494Z] [2022-04-17T15:02:35.494Z] setToolUnix: [2022-04-17T15:02:35.494Z] [2022-04-17T15:02:35.494Z] setToolProperty: [2022-04-17T15:02:35.494Z] [2022-04-17T15:02:35.494Z] setS1ASclassPath: [2022-04-17T15:02:35.494Z] [2022-04-17T15:02:35.494Z] init-common: [2022-04-17T15:02:35.494Z] [2022-04-17T15:02:35.494Z] undeploy-common: [2022-04-17T15:02:35.750Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] all-assoc-with-thread: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setOSConditions: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolWin: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolUnix: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolProperty: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setS1ASclassPath: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] init-common: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] clean: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setOSConditions: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolWin: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolUnix: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolProperty: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setS1ASclassPath: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] init-common: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] clean-common: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setOSConditions: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolWin: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolUnix: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolProperty: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setS1ASclassPath: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] init-common: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] clean-classes-common: [2022-04-17T15:02:35.750Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setOSConditions: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolWin: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolUnix: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolProperty: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setS1ASclassPath: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] init-common: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] clean-jars-common: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] compile: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setOSConditions: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolWin: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolUnix: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setToolProperty: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] setS1ASclassPath: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] init-common: [2022-04-17T15:02:35.750Z] [2022-04-17T15:02:35.750Z] compile-common: [2022-04-17T15:02:35.750Z] [echo] Current time (ISO): 2022-04-17T15:02:35.727+0000 [2022-04-17T15:02:35.750Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:02:35.750Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:02:37.698Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:02:37.698Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:37.698Z] [javac] return new Integer(1); [2022-04-17T15:02:37.698Z] [javac] ^ [2022-04-17T15:02:37.698Z] [javac] 2 warnings [2022-04-17T15:02:37.698Z] [2022-04-17T15:02:37.698Z] setOSConditions: [2022-04-17T15:02:37.698Z] [2022-04-17T15:02:37.698Z] setToolWin: [2022-04-17T15:02:37.698Z] [2022-04-17T15:02:37.698Z] setToolUnix: [2022-04-17T15:02:37.698Z] [2022-04-17T15:02:37.698Z] setToolProperty: [2022-04-17T15:02:37.698Z] [2022-04-17T15:02:37.698Z] setS1ASclassPath: [2022-04-17T15:02:37.698Z] [2022-04-17T15:02:37.698Z] init-common: [2022-04-17T15:02:37.698Z] [2022-04-17T15:02:37.698Z] compile-common: [2022-04-17T15:02:37.698Z] [echo] Current time (ISO): 2022-04-17T15:02:37.379+0000 [2022-04-17T15:02:37.698Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:02:39.076Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:02:39.076Z] [javac] 1 warning [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] build: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setOSConditions: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] fixFiles: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] convUnix: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] convWin: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setToolWin: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setToolUnix: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setToolProperty: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setS1ASclassPath: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] init-common: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] package-persistence-common: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] ejb-jar-common: [2022-04-17T15:02:39.076Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] package-ejbjar-common: [2022-04-17T15:02:39.076Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:39.076Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:39.076Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:39.076Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpds-ejb.jar [2022-04-17T15:02:39.076Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] appclient-jar-common: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] package-appclientjar-common: [2022-04-17T15:02:39.076Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:39.076Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:39.076Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:39.076Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpds-client.jar [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] webclient-war-common: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] build-ear-common: [2022-04-17T15:02:39.076Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:02:39.076Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpdsApp.ear [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] deploy: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setOSConditions: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setToolWin: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setToolUnix: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setToolProperty: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setS1ASclassPath: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] init-common: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] deploy-jdbc-common: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setOSConditions: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setToolWin: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setToolUnix: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setToolProperty: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] setS1ASclassPath: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] init-common: [2022-04-17T15:02:39.076Z] [2022-04-17T15:02:39.076Z] create-jdbc-connpool-common: [2022-04-17T15:02:39.646Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:39.646Z] [exec] JDBC connection pool jdbc-cpds created successfully. [2022-04-17T15:02:39.646Z] [2022-04-17T15:02:39.646Z] set-derby-connpool-props: [2022-04-17T15:02:39.906Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:39.906Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.User=dbuser [2022-04-17T15:02:40.469Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:40.469Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.Password=dbpassword [2022-04-17T15:02:40.726Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:40.726Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.driverType=4 [2022-04-17T15:02:41.289Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:41.289Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.portNumber=1527 [2022-04-17T15:02:41.545Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:41.545Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.dataBaseName=testdb [2022-04-17T15:02:41.801Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:41.801Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:02:42.364Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:42.364Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.create=true [2022-04-17T15:02:42.621Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:42.621Z] [exec] domain.resources.jdbc-connection-pool.jdbc-cpds.property.serverName=localhost [2022-04-17T15:02:42.621Z] [2022-04-17T15:02:42.621Z] setOSConditions: [2022-04-17T15:02:42.621Z] [2022-04-17T15:02:42.621Z] setToolWin: [2022-04-17T15:02:42.621Z] [2022-04-17T15:02:42.621Z] setToolUnix: [2022-04-17T15:02:42.621Z] [2022-04-17T15:02:42.621Z] setToolProperty: [2022-04-17T15:02:42.621Z] [2022-04-17T15:02:42.621Z] setS1ASclassPath: [2022-04-17T15:02:42.621Z] [2022-04-17T15:02:42.621Z] init-common: [2022-04-17T15:02:42.621Z] [2022-04-17T15:02:42.621Z] create-jdbc-resource-common: [2022-04-17T15:02:42.621Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:43.184Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:02:43.184Z] [exec] JDBC resource jdbc/s1qeDB-cpds created successfully. [2022-04-17T15:02:43.184Z] [echo] cmd executed for server [2022-04-17T15:02:43.184Z] [2022-04-17T15:02:43.184Z] setup-derby-for-authentication: [2022-04-17T15:02:43.184Z] [2022-04-17T15:02:43.184Z] setOSConditions: [2022-04-17T15:02:43.184Z] [2022-04-17T15:02:43.184Z] setToolWin: [2022-04-17T15:02:43.184Z] [2022-04-17T15:02:43.184Z] setToolUnix: [2022-04-17T15:02:43.184Z] [2022-04-17T15:02:43.184Z] setToolProperty: [2022-04-17T15:02:43.184Z] [2022-04-17T15:02:43.184Z] setS1ASclassPath: [2022-04-17T15:02:43.184Z] [2022-04-17T15:02:43.184Z] init-common: [2022-04-17T15:02:43.184Z] [2022-04-17T15:02:43.184Z] stop-derby: [2022-04-17T15:02:43.184Z] [2022-04-17T15:02:43.184Z] stop-derby-aix: [2022-04-17T15:02:43.184Z] [2022-04-17T15:02:43.184Z] stop-derby-nonaix: [2022-04-17T15:02:43.184Z] [echo] Stopping Derby DB Server ... [2022-04-17T15:02:43.441Z] [java] Sun Apr 17 15:02:43 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:02:43.441Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties to copy. [2022-04-17T15:02:43.441Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases [2022-04-17T15:02:43.441Z] [2022-04-17T15:02:43.441Z] setOSConditions: [2022-04-17T15:02:43.441Z] [2022-04-17T15:02:43.441Z] setToolWin: [2022-04-17T15:02:43.441Z] [2022-04-17T15:02:43.441Z] setToolUnix: [2022-04-17T15:02:43.441Z] [2022-04-17T15:02:43.441Z] setToolProperty: [2022-04-17T15:02:43.441Z] [2022-04-17T15:02:43.441Z] setS1ASclassPath: [2022-04-17T15:02:43.441Z] [2022-04-17T15:02:43.441Z] init-common: [2022-04-17T15:02:43.441Z] [2022-04-17T15:02:43.441Z] start-derby: [2022-04-17T15:02:43.441Z] [2022-04-17T15:02:43.441Z] start-derby-aix: [2022-04-17T15:02:43.441Z] [2022-04-17T15:02:43.441Z] start-derby-nonaix: [2022-04-17T15:02:43.441Z] [echo] Starting Derby DB Server ... [2022-04-17T15:03:01.501Z] [2022-04-17T15:03:01.501Z] setOSConditions: [2022-04-17T15:03:01.501Z] [2022-04-17T15:03:01.501Z] setToolWin: [2022-04-17T15:03:01.501Z] [2022-04-17T15:03:01.501Z] setToolUnix: [2022-04-17T15:03:01.501Z] [2022-04-17T15:03:01.501Z] setToolProperty: [2022-04-17T15:03:01.501Z] [2022-04-17T15:03:01.501Z] setS1ASclassPath: [2022-04-17T15:03:01.501Z] [2022-04-17T15:03:01.501Z] init-common: [2022-04-17T15:03:01.501Z] [2022-04-17T15:03:01.501Z] execute-sql-common: [2022-04-17T15:03:01.501Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/sql/drop_pointbase.sql [2022-04-17T15:03:01.501Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T15:03:01.501Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T15:03:01.501Z] [sql] 0 of 1 SQL statements executed successfully [2022-04-17T15:03:01.501Z] [2022-04-17T15:03:01.501Z] setOSConditions: [2022-04-17T15:03:01.501Z] [2022-04-17T15:03:01.502Z] setToolWin: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolUnix: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolProperty: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setS1ASclassPath: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] init-common: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] deploy-common: [2022-04-17T15:03:01.502Z] [echo] Current time (ISO): 2022-04-17T15:02:58.656+0000 [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setOSConditions: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolWin: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolUnix: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolProperty: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setS1ASclassPath: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] init-common: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] deploy-common-pe: [2022-04-17T15:03:01.502Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-cpdsApp.ear [2022-04-17T15:03:01.502Z] [exec] Application deployed with name ejb-bmp-cpdsApp. [2022-04-17T15:03:01.502Z] [echo] Deployment on target server server successful [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setOSConditions: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolWin: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolUnix: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolProperty: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setS1ASclassPath: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] init-common: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] deploy-common-ee: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] run: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setOSConditions: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolWin: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolUnix: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setToolProperty: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] setS1ASclassPath: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] init-common: [2022-04-17T15:03:01.502Z] [2022-04-17T15:03:01.502Z] runclient-common: [2022-04-17T15:03:01.502Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:03:01.502Z] [exec] Apr 17, 2022 3:03:00 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:03:01.502Z] [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. [2022-04-17T15:03:03.402Z] [exec] Value of key is: test1 : [2022-04-17T15:03:03.659Z] [exec] Value of key is: test2 : [2022-04-17T15:03:03.659Z] [exec] Value of key is: test3 : [2022-04-17T15:03:03.659Z] [exec] Value of key is: test4 : [2022-04-17T15:03:03.659Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:03:03.659Z] [exec] [2022-04-17T15:03:03.659Z] [exec] [2022-04-17T15:03:03.659Z] [exec] ----------------------------------------- [2022-04-17T15:03:03.659Z] [exec] - test3 : : PASS - [2022-04-17T15:03:03.659Z] [exec] - test4 : : PASS - [2022-04-17T15:03:03.659Z] [exec] - test2 : : PASS - [2022-04-17T15:03:03.659Z] [exec] - test1 : : PASS - [2022-04-17T15:03:03.659Z] [exec] ----------------------------------------- [2022-04-17T15:03:03.659Z] [exec] Total PASS: 4 [2022-04-17T15:03:03.659Z] [exec] Total FAIL: 0 [2022-04-17T15:03:03.659Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:03:03.659Z] [exec] ----------------------------------------- [2022-04-17T15:03:03.659Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:03.659Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] checkReporting-common: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] confirmReportPresent-common: [2022-04-17T15:03:03.915Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:03:03.915Z] [echo] Test seems to be reported fine [2022-04-17T15:03:03.915Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/RepRunConf.txt [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] confirmMissingReport-common: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] undeploy: [2022-04-17T15:03:03.915Z] [echo] Executing sql from ${sql.file} [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] setOSConditions: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] setToolWin: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] setToolUnix: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] setToolProperty: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] setS1ASclassPath: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] init-common: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] execute-sql-common: [2022-04-17T15:03:03.915Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/cpds/sql/drop_pointbase.sql [2022-04-17T15:03:03.915Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T15:03:03.915Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T15:03:03.915Z] [sql] 0 of 1 SQL statements executed successfully [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] reset-derby-for-no-authentication: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] setOSConditions: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] setToolWin: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] setToolUnix: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] setToolProperty: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] setS1ASclassPath: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] init-common: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] stop-derby: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] stop-derby-aix: [2022-04-17T15:03:03.915Z] [2022-04-17T15:03:03.915Z] stop-derby-nonaix: [2022-04-17T15:03:03.916Z] [echo] Stopping Derby DB Server ... [2022-04-17T15:03:04.171Z] [java] Sun Apr 17 15:03:04 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:03:04.171Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties [2022-04-17T15:03:04.171Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.properties.bkp to copy. [2022-04-17T15:03:04.171Z] [2022-04-17T15:03:04.171Z] setOSConditions: [2022-04-17T15:03:04.171Z] [2022-04-17T15:03:04.171Z] setToolWin: [2022-04-17T15:03:04.172Z] [2022-04-17T15:03:04.172Z] setToolUnix: [2022-04-17T15:03:04.172Z] [2022-04-17T15:03:04.172Z] setToolProperty: [2022-04-17T15:03:04.172Z] [2022-04-17T15:03:04.172Z] setS1ASclassPath: [2022-04-17T15:03:04.172Z] [2022-04-17T15:03:04.172Z] init-common: [2022-04-17T15:03:04.172Z] [2022-04-17T15:03:04.172Z] start-derby: [2022-04-17T15:03:04.172Z] [2022-04-17T15:03:04.172Z] start-derby-aix: [2022-04-17T15:03:04.172Z] [2022-04-17T15:03:04.172Z] start-derby-nonaix: [2022-04-17T15:03:04.172Z] [echo] Starting Derby DB Server ... [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setOSConditions: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolWin: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolUnix: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolProperty: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setS1ASclassPath: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] init-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] undeploy-jdbc-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setOSConditions: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolWin: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolUnix: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolProperty: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setS1ASclassPath: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] init-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] delete-jdbc-resource-common: [2022-04-17T15:03:22.238Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB-cpds [2022-04-17T15:03:22.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:22.238Z] [exec] JDBC resource jdbc/s1qeDB-cpds deleted successfully [2022-04-17T15:03:22.238Z] [echo] cmd executed for server [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setOSConditions: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolWin: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolUnix: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolProperty: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setS1ASclassPath: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] init-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] delete-jdbc-connpool-common: [2022-04-17T15:03:22.238Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-cpds [2022-04-17T15:03:22.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:22.238Z] [exec] JDBC Connection pool jdbc-cpds deleted successfully [2022-04-17T15:03:22.238Z] [echo] cmd executed for server [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setOSConditions: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolWin: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolUnix: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolProperty: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setS1ASclassPath: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] init-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] undeploy-common: [2022-04-17T15:03:22.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] all: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setOSConditions: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolWin: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolUnix: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolProperty: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setS1ASclassPath: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] init-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] clean: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setOSConditions: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolWin: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolUnix: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolProperty: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setS1ASclassPath: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] init-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] clean-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setOSConditions: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolWin: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolUnix: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolProperty: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setS1ASclassPath: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] init-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] clean-classes-common: [2022-04-17T15:03:22.238Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setOSConditions: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolWin: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolUnix: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolProperty: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setS1ASclassPath: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] init-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] clean-jars-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] compile: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setOSConditions: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolWin: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolUnix: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolProperty: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setS1ASclassPath: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] init-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] compile-common: [2022-04-17T15:03:22.238Z] [echo] Current time (ISO): 2022-04-17T15:03:20.328+0000 [2022-04-17T15:03:22.238Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:03:22.238Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:03:22.238Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:03:22.238Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:22.238Z] [javac] return new Integer(1); [2022-04-17T15:03:22.238Z] [javac] ^ [2022-04-17T15:03:22.238Z] [javac] 2 warnings [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setOSConditions: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolWin: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolUnix: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setToolProperty: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] setS1ASclassPath: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] init-common: [2022-04-17T15:03:22.238Z] [2022-04-17T15:03:22.238Z] compile-common: [2022-04-17T15:03:22.238Z] [echo] Current time (ISO): 2022-04-17T15:03:21.962+0000 [2022-04-17T15:03:22.238Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:03:23.610Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:03:23.610Z] [javac] 1 warning [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] build: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] setOSConditions: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] fixFiles: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] convUnix: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] convWin: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] setToolWin: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] setToolUnix: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] setToolProperty: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] setS1ASclassPath: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] init-common: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] package-persistence-common: [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] ejb-jar-common: [2022-04-17T15:03:23.610Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] package-ejbjar-common: [2022-04-17T15:03:23.610Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:03:23.610Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:03:23.610Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:03:23.610Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolation-ejb.jar [2022-04-17T15:03:23.610Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:03:23.610Z] [2022-04-17T15:03:23.610Z] appclient-jar-common: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] package-appclientjar-common: [2022-04-17T15:03:23.866Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:03:23.866Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:03:23.866Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:03:23.866Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolation-client.jar [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] webclient-war-common: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] build-ear-common: [2022-04-17T15:03:23.866Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:03:23.866Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationApp.ear [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] deploy: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] setOSConditions: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] setToolWin: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] setToolUnix: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] setToolProperty: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] setS1ASclassPath: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] init-common: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] deploy-jdbc-common: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] setOSConditions: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] setToolWin: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] setToolUnix: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] setToolProperty: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] setS1ASclassPath: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] init-common: [2022-04-17T15:03:23.866Z] [2022-04-17T15:03:23.866Z] create-jdbc-connpool-common: [2022-04-17T15:03:24.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:24.395Z] [exec] JDBC connection pool tx-isolation-pool created successfully. [2022-04-17T15:03:24.395Z] [2022-04-17T15:03:24.395Z] set-derby-connpool-props: [2022-04-17T15:03:24.651Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:24.651Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.User=dbuser [2022-04-17T15:03:25.241Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:25.241Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.Password=dbpassword [2022-04-17T15:03:25.497Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:25.497Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.driverType=4 [2022-04-17T15:03:26.060Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:26.060Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.portNumber=1527 [2022-04-17T15:03:26.316Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:26.316Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.dataBaseName=testdb [2022-04-17T15:03:26.878Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:26.878Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:03:27.134Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:27.134Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.create=true [2022-04-17T15:03:27.696Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:27.696Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.serverName=localhost [2022-04-17T15:03:27.696Z] [2022-04-17T15:03:27.696Z] setOSConditions: [2022-04-17T15:03:27.696Z] [2022-04-17T15:03:27.696Z] setToolWin: [2022-04-17T15:03:27.696Z] [2022-04-17T15:03:27.696Z] setToolUnix: [2022-04-17T15:03:27.696Z] [2022-04-17T15:03:27.696Z] setToolProperty: [2022-04-17T15:03:27.696Z] [2022-04-17T15:03:27.696Z] setS1ASclassPath: [2022-04-17T15:03:27.696Z] [2022-04-17T15:03:27.696Z] init-common: [2022-04-17T15:03:27.696Z] [2022-04-17T15:03:27.696Z] create-jdbc-resource-common: [2022-04-17T15:03:27.696Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:27.952Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:27.952Z] [exec] JDBC resource jdbc/txisolation created successfully. [2022-04-17T15:03:27.952Z] [echo] cmd executed for server [2022-04-17T15:03:27.952Z] [2022-04-17T15:03:27.952Z] asadmin-common: [2022-04-17T15:03:27.952Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:28.209Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:28.209Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.steady-pool-size=0 [2022-04-17T15:03:28.209Z] [2022-04-17T15:03:28.209Z] asadmin-common: [2022-04-17T15:03:28.209Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:28.772Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:28.772Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.pool-resize-quantity=1 [2022-04-17T15:03:28.772Z] [2022-04-17T15:03:28.772Z] asadmin-common: [2022-04-17T15:03:28.772Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:29.028Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:29.028Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-pool-size=1 [2022-04-17T15:03:29.028Z] [2022-04-17T15:03:29.028Z] asadmin-common: [2022-04-17T15:03:29.028Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:29.590Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:29.590Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-connection-usage-count=1 [2022-04-17T15:03:29.590Z] [2022-04-17T15:03:29.590Z] asadmin-common: [2022-04-17T15:03:29.590Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:29.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:29.846Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.property.connectionAttributes=;create=true [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] setOSConditions: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] setToolWin: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] setToolUnix: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] setToolProperty: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] setS1ASclassPath: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] init-common: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] deploy-common: [2022-04-17T15:03:29.846Z] [echo] Current time (ISO): 2022-04-17T15:03:29.686+0000 [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] setOSConditions: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] setToolWin: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] setToolUnix: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] setToolProperty: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] setS1ASclassPath: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] init-common: [2022-04-17T15:03:29.846Z] [2022-04-17T15:03:29.846Z] deploy-common-pe: [2022-04-17T15:03:30.103Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-txisolationApp.ear [2022-04-17T15:03:30.359Z] [exec] Application deployed with name ejb-bmp-txisolationApp. [2022-04-17T15:03:30.359Z] [echo] Deployment on target server server successful [2022-04-17T15:03:30.359Z] [2022-04-17T15:03:30.359Z] setOSConditions: [2022-04-17T15:03:30.359Z] [2022-04-17T15:03:30.359Z] setToolWin: [2022-04-17T15:03:30.359Z] [2022-04-17T15:03:30.359Z] setToolUnix: [2022-04-17T15:03:30.359Z] [2022-04-17T15:03:30.359Z] setToolProperty: [2022-04-17T15:03:30.359Z] [2022-04-17T15:03:30.359Z] setS1ASclassPath: [2022-04-17T15:03:30.359Z] [2022-04-17T15:03:30.359Z] init-common: [2022-04-17T15:03:30.359Z] [2022-04-17T15:03:30.359Z] deploy-common-ee: [2022-04-17T15:03:30.359Z] [2022-04-17T15:03:30.359Z] run: [2022-04-17T15:03:30.359Z] [2022-04-17T15:03:30.359Z] asadmin-common: [2022-04-17T15:03:30.359Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:30.938Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:30.938Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed [2022-04-17T15:03:30.938Z] [2022-04-17T15:03:30.938Z] asadmin-common: [2022-04-17T15:03:30.938Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:30.938Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:31.194Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=false [2022-04-17T15:03:31.194Z] [2022-04-17T15:03:31.194Z] setOSConditions: [2022-04-17T15:03:31.194Z] [2022-04-17T15:03:31.194Z] setToolWin: [2022-04-17T15:03:31.194Z] [2022-04-17T15:03:31.194Z] setToolUnix: [2022-04-17T15:03:31.194Z] [2022-04-17T15:03:31.194Z] setToolProperty: [2022-04-17T15:03:31.194Z] [2022-04-17T15:03:31.195Z] setS1ASclassPath: [2022-04-17T15:03:31.195Z] [2022-04-17T15:03:31.195Z] init-common: [2022-04-17T15:03:31.195Z] [2022-04-17T15:03:31.195Z] runclient-common: [2022-04-17T15:03:31.195Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T15:03:32.126Z] [exec] Apr 17, 2022 3:03:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:03:32.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. [2022-04-17T15:03:35.426Z] [exec] Value of key is: read-committed, new connection [2022-04-17T15:03:35.426Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:03:35.426Z] [exec] [2022-04-17T15:03:35.426Z] [exec] [2022-04-17T15:03:35.426Z] [exec] ----------------------------------------- [2022-04-17T15:03:35.426Z] [exec] - read-committed, new connection: PASS - [2022-04-17T15:03:35.426Z] [exec] ----------------------------------------- [2022-04-17T15:03:35.426Z] [exec] Total PASS: 1 [2022-04-17T15:03:35.426Z] [exec] Total FAIL: 0 [2022-04-17T15:03:35.426Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:03:35.426Z] [exec] ----------------------------------------- [2022-04-17T15:03:35.426Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:35.426Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:35.426Z] [2022-04-17T15:03:35.426Z] checkReporting-common: [2022-04-17T15:03:35.426Z] [2022-04-17T15:03:35.426Z] confirmReportPresent-common: [2022-04-17T15:03:35.426Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:03:35.426Z] [echo] Test seems to be reported fine [2022-04-17T15:03:35.426Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T15:03:35.426Z] [2022-04-17T15:03:35.426Z] confirmMissingReport-common: [2022-04-17T15:03:35.426Z] [2022-04-17T15:03:35.426Z] asadmin-common: [2022-04-17T15:03:35.426Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:35.990Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:35.990Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted [2022-04-17T15:03:35.990Z] [2022-04-17T15:03:35.990Z] setOSConditions: [2022-04-17T15:03:35.990Z] [2022-04-17T15:03:35.990Z] setToolWin: [2022-04-17T15:03:35.990Z] [2022-04-17T15:03:35.990Z] setToolUnix: [2022-04-17T15:03:35.990Z] [2022-04-17T15:03:35.990Z] setToolProperty: [2022-04-17T15:03:35.990Z] [2022-04-17T15:03:35.990Z] setS1ASclassPath: [2022-04-17T15:03:35.990Z] [2022-04-17T15:03:35.990Z] init-common: [2022-04-17T15:03:35.990Z] [2022-04-17T15:03:35.990Z] runclient-common: [2022-04-17T15:03:35.990Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T15:03:36.937Z] [exec] Apr 17, 2022 3:03:36 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:03:36.937Z] [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. [2022-04-17T15:03:40.217Z] [exec] Value of key is: read-uncommitted, new connection [2022-04-17T15:03:40.217Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:03:40.217Z] [exec] [2022-04-17T15:03:40.217Z] [exec] [2022-04-17T15:03:40.217Z] [exec] ----------------------------------------- [2022-04-17T15:03:40.217Z] [exec] - read-uncommitted, new connection: PASS - [2022-04-17T15:03:40.217Z] [exec] ----------------------------------------- [2022-04-17T15:03:40.217Z] [exec] Total PASS: 1 [2022-04-17T15:03:40.217Z] [exec] Total FAIL: 0 [2022-04-17T15:03:40.217Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:03:40.217Z] [exec] ----------------------------------------- [2022-04-17T15:03:40.217Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:40.217Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:40.217Z] [2022-04-17T15:03:40.217Z] checkReporting-common: [2022-04-17T15:03:40.217Z] [2022-04-17T15:03:40.217Z] confirmReportPresent-common: [2022-04-17T15:03:40.217Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:03:40.217Z] [echo] Test seems to be reported fine [2022-04-17T15:03:40.217Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T15:03:40.217Z] [2022-04-17T15:03:40.217Z] confirmMissingReport-common: [2022-04-17T15:03:40.217Z] [2022-04-17T15:03:40.217Z] asadmin-common: [2022-04-17T15:03:40.217Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:40.779Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:40.779Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read [2022-04-17T15:03:40.779Z] [2022-04-17T15:03:40.779Z] setOSConditions: [2022-04-17T15:03:40.779Z] [2022-04-17T15:03:40.779Z] setToolWin: [2022-04-17T15:03:40.779Z] [2022-04-17T15:03:40.779Z] setToolUnix: [2022-04-17T15:03:40.779Z] [2022-04-17T15:03:40.779Z] setToolProperty: [2022-04-17T15:03:40.779Z] [2022-04-17T15:03:40.779Z] setS1ASclassPath: [2022-04-17T15:03:40.779Z] [2022-04-17T15:03:40.779Z] init-common: [2022-04-17T15:03:40.779Z] [2022-04-17T15:03:40.779Z] runclient-common: [2022-04-17T15:03:40.779Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T15:03:41.709Z] [exec] Apr 17, 2022 3:03:41 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:03:41.709Z] [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. [2022-04-17T15:03:44.990Z] [exec] Value of key is: repeatable-read, new connection [2022-04-17T15:03:44.990Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:03:44.990Z] [exec] [2022-04-17T15:03:44.990Z] [exec] [2022-04-17T15:03:44.990Z] [exec] ----------------------------------------- [2022-04-17T15:03:44.990Z] [exec] - repeatable-read, new connection: PASS - [2022-04-17T15:03:44.990Z] [exec] ----------------------------------------- [2022-04-17T15:03:44.990Z] [exec] Total PASS: 1 [2022-04-17T15:03:44.990Z] [exec] Total FAIL: 0 [2022-04-17T15:03:44.990Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:03:44.990Z] [exec] ----------------------------------------- [2022-04-17T15:03:44.990Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:44.990Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:44.990Z] [2022-04-17T15:03:44.990Z] checkReporting-common: [2022-04-17T15:03:44.990Z] [2022-04-17T15:03:44.990Z] confirmReportPresent-common: [2022-04-17T15:03:44.990Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:03:44.990Z] [echo] Test seems to be reported fine [2022-04-17T15:03:44.990Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T15:03:44.990Z] [2022-04-17T15:03:44.990Z] confirmMissingReport-common: [2022-04-17T15:03:44.990Z] [2022-04-17T15:03:44.990Z] asadmin-common: [2022-04-17T15:03:44.990Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:45.246Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:45.246Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable [2022-04-17T15:03:45.246Z] [2022-04-17T15:03:45.246Z] setOSConditions: [2022-04-17T15:03:45.246Z] [2022-04-17T15:03:45.246Z] setToolWin: [2022-04-17T15:03:45.246Z] [2022-04-17T15:03:45.246Z] setToolUnix: [2022-04-17T15:03:45.246Z] [2022-04-17T15:03:45.246Z] setToolProperty: [2022-04-17T15:03:45.246Z] [2022-04-17T15:03:45.246Z] setS1ASclassPath: [2022-04-17T15:03:45.246Z] [2022-04-17T15:03:45.246Z] init-common: [2022-04-17T15:03:45.246Z] [2022-04-17T15:03:45.246Z] runclient-common: [2022-04-17T15:03:45.246Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T15:03:46.174Z] [exec] Apr 17, 2022 3:03:45 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:03:46.174Z] [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. [2022-04-17T15:03:49.487Z] [exec] Value of key is: serializable, new connection [2022-04-17T15:03:49.487Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:03:49.487Z] [exec] [2022-04-17T15:03:49.487Z] [exec] [2022-04-17T15:03:49.487Z] [exec] ----------------------------------------- [2022-04-17T15:03:49.487Z] [exec] - serializable, new connection: PASS - [2022-04-17T15:03:49.487Z] [exec] ----------------------------------------- [2022-04-17T15:03:49.487Z] [exec] Total PASS: 1 [2022-04-17T15:03:49.487Z] [exec] Total FAIL: 0 [2022-04-17T15:03:49.487Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:03:49.487Z] [exec] ----------------------------------------- [2022-04-17T15:03:49.487Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:49.487Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:49.487Z] [2022-04-17T15:03:49.487Z] checkReporting-common: [2022-04-17T15:03:49.487Z] [2022-04-17T15:03:49.487Z] confirmReportPresent-common: [2022-04-17T15:03:49.487Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:03:49.487Z] [echo] Test seems to be reported fine [2022-04-17T15:03:49.487Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T15:03:49.487Z] [2022-04-17T15:03:49.487Z] confirmMissingReport-common: [2022-04-17T15:03:49.743Z] [2022-04-17T15:03:49.744Z] asadmin-common: [2022-04-17T15:03:49.744Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:49.999Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:49.999Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-pool-size=32 [2022-04-17T15:03:49.999Z] [2022-04-17T15:03:49.999Z] asadmin-common: [2022-04-17T15:03:49.999Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:50.562Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:50.562Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.steady-pool-size=8 [2022-04-17T15:03:50.562Z] [2022-04-17T15:03:50.562Z] asadmin-common: [2022-04-17T15:03:50.562Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:50.818Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:50.818Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.pool-resize-quantity=2 [2022-04-17T15:03:50.818Z] [2022-04-17T15:03:50.818Z] asadmin-common: [2022-04-17T15:03:50.818Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:51.091Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:51.091Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.max-connection-usage-count=0 [2022-04-17T15:03:51.091Z] [2022-04-17T15:03:51.091Z] asadmin-common: [2022-04-17T15:03:51.091Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:51.653Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:51.653Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-uncommitted [2022-04-17T15:03:51.653Z] [2022-04-17T15:03:51.653Z] asadmin-common: [2022-04-17T15:03:51.653Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:51.909Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:51.909Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.is-isolation-level-guaranteed=true [2022-04-17T15:03:51.909Z] [2022-04-17T15:03:51.909Z] setOSConditions: [2022-04-17T15:03:51.909Z] [2022-04-17T15:03:51.909Z] setToolWin: [2022-04-17T15:03:51.909Z] [2022-04-17T15:03:51.909Z] setToolUnix: [2022-04-17T15:03:51.909Z] [2022-04-17T15:03:51.909Z] setToolProperty: [2022-04-17T15:03:51.909Z] [2022-04-17T15:03:51.909Z] setS1ASclassPath: [2022-04-17T15:03:51.909Z] [2022-04-17T15:03:51.909Z] init-common: [2022-04-17T15:03:51.909Z] [2022-04-17T15:03:51.909Z] runclient-common: [2022-04-17T15:03:51.909Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 6 [2022-04-17T15:03:52.839Z] [exec] Apr 17, 2022 3:03:52 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:03:52.839Z] [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. [2022-04-17T15:03:56.113Z] [exec] Value of key is: read-uncommitted, guaranteed [2022-04-17T15:03:56.113Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:03:56.113Z] [exec] [2022-04-17T15:03:56.113Z] [exec] [2022-04-17T15:03:56.113Z] [exec] ----------------------------------------- [2022-04-17T15:03:56.113Z] [exec] - read-uncommitted, guaranteed: PASS - [2022-04-17T15:03:56.113Z] [exec] ----------------------------------------- [2022-04-17T15:03:56.113Z] [exec] Total PASS: 1 [2022-04-17T15:03:56.113Z] [exec] Total FAIL: 0 [2022-04-17T15:03:56.113Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:03:56.114Z] [exec] ----------------------------------------- [2022-04-17T15:03:56.114Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:56.114Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:03:56.114Z] [2022-04-17T15:03:56.114Z] checkReporting-common: [2022-04-17T15:03:56.114Z] [2022-04-17T15:03:56.114Z] confirmReportPresent-common: [2022-04-17T15:03:56.114Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:03:56.114Z] [echo] Test seems to be reported fine [2022-04-17T15:03:56.114Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T15:03:56.114Z] [2022-04-17T15:03:56.114Z] confirmMissingReport-common: [2022-04-17T15:03:56.114Z] [2022-04-17T15:03:56.114Z] asadmin-common: [2022-04-17T15:03:56.114Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:56.370Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:03:56.370Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=read-committed [2022-04-17T15:03:56.639Z] [2022-04-17T15:03:56.639Z] setOSConditions: [2022-04-17T15:03:56.639Z] [2022-04-17T15:03:56.639Z] setToolWin: [2022-04-17T15:03:56.639Z] [2022-04-17T15:03:56.639Z] setToolUnix: [2022-04-17T15:03:56.639Z] [2022-04-17T15:03:56.639Z] setToolProperty: [2022-04-17T15:03:56.639Z] [2022-04-17T15:03:56.639Z] setS1ASclassPath: [2022-04-17T15:03:56.639Z] [2022-04-17T15:03:56.639Z] init-common: [2022-04-17T15:03:56.639Z] [2022-04-17T15:03:56.639Z] runclient-common: [2022-04-17T15:03:56.639Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 5 [2022-04-17T15:03:57.711Z] [exec] Apr 17, 2022 3:03:57 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:03:57.711Z] [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. [2022-04-17T15:04:00.990Z] [exec] Value of key is: read-committed, guaranteed [2022-04-17T15:04:00.990Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:04:00.990Z] [exec] [2022-04-17T15:04:00.990Z] [exec] [2022-04-17T15:04:00.990Z] [exec] ----------------------------------------- [2022-04-17T15:04:00.990Z] [exec] - read-committed, guaranteed: PASS - [2022-04-17T15:04:00.990Z] [exec] ----------------------------------------- [2022-04-17T15:04:00.990Z] [exec] Total PASS: 1 [2022-04-17T15:04:00.990Z] [exec] Total FAIL: 0 [2022-04-17T15:04:00.990Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:04:00.990Z] [exec] ----------------------------------------- [2022-04-17T15:04:00.990Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:04:00.990Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:04:00.990Z] [2022-04-17T15:04:00.990Z] checkReporting-common: [2022-04-17T15:04:00.990Z] [2022-04-17T15:04:00.990Z] confirmReportPresent-common: [2022-04-17T15:04:00.990Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:04:00.990Z] [echo] Test seems to be reported fine [2022-04-17T15:04:00.990Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T15:04:00.990Z] [2022-04-17T15:04:00.990Z] confirmMissingReport-common: [2022-04-17T15:04:00.990Z] [2022-04-17T15:04:00.990Z] asadmin-common: [2022-04-17T15:04:00.990Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:01.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:01.552Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=repeatable-read [2022-04-17T15:04:01.552Z] [2022-04-17T15:04:01.552Z] setOSConditions: [2022-04-17T15:04:01.552Z] [2022-04-17T15:04:01.552Z] setToolWin: [2022-04-17T15:04:01.552Z] [2022-04-17T15:04:01.552Z] setToolUnix: [2022-04-17T15:04:01.552Z] [2022-04-17T15:04:01.552Z] setToolProperty: [2022-04-17T15:04:01.552Z] [2022-04-17T15:04:01.552Z] setS1ASclassPath: [2022-04-17T15:04:01.552Z] [2022-04-17T15:04:01.552Z] init-common: [2022-04-17T15:04:01.552Z] [2022-04-17T15:04:01.552Z] runclient-common: [2022-04-17T15:04:01.552Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 7 [2022-04-17T15:04:02.480Z] [exec] Apr 17, 2022 3:04:02 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:04:02.480Z] [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. [2022-04-17T15:04:05.788Z] [exec] Value of key is: repeatable-read, guaranteed [2022-04-17T15:04:05.788Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:04:05.788Z] [exec] [2022-04-17T15:04:05.788Z] [exec] [2022-04-17T15:04:05.788Z] [exec] ----------------------------------------- [2022-04-17T15:04:05.788Z] [exec] - repeatable-read, guaranteed: PASS - [2022-04-17T15:04:05.788Z] [exec] ----------------------------------------- [2022-04-17T15:04:05.788Z] [exec] Total PASS: 1 [2022-04-17T15:04:05.788Z] [exec] Total FAIL: 0 [2022-04-17T15:04:05.788Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:04:05.788Z] [exec] ----------------------------------------- [2022-04-17T15:04:05.788Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:04:05.788Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:04:05.788Z] [2022-04-17T15:04:05.788Z] checkReporting-common: [2022-04-17T15:04:05.788Z] [2022-04-17T15:04:05.788Z] confirmReportPresent-common: [2022-04-17T15:04:05.788Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:04:05.788Z] [echo] Test seems to be reported fine [2022-04-17T15:04:05.788Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T15:04:05.788Z] [2022-04-17T15:04:05.788Z] confirmMissingReport-common: [2022-04-17T15:04:05.788Z] [2022-04-17T15:04:05.788Z] asadmin-common: [2022-04-17T15:04:05.788Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:06.044Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:06.044Z] [exec] domain.resources.jdbc-connection-pool.tx-isolation-pool.transaction-isolation-level=serializable [2022-04-17T15:04:06.044Z] [2022-04-17T15:04:06.044Z] setOSConditions: [2022-04-17T15:04:06.044Z] [2022-04-17T15:04:06.044Z] setToolWin: [2022-04-17T15:04:06.044Z] [2022-04-17T15:04:06.044Z] setToolUnix: [2022-04-17T15:04:06.044Z] [2022-04-17T15:04:06.044Z] setToolProperty: [2022-04-17T15:04:06.044Z] [2022-04-17T15:04:06.044Z] setS1ASclassPath: [2022-04-17T15:04:06.044Z] [2022-04-17T15:04:06.044Z] init-common: [2022-04-17T15:04:06.044Z] [2022-04-17T15:04:06.044Z] runclient-common: [2022-04-17T15:04:06.044Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 8 [2022-04-17T15:04:06.973Z] [exec] Apr 17, 2022 3:04:06 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:04:06.973Z] [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. [2022-04-17T15:04:10.253Z] [exec] Value of key is: serializable, guaranteed [2022-04-17T15:04:10.253Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:04:10.253Z] [exec] [2022-04-17T15:04:10.253Z] [exec] [2022-04-17T15:04:10.253Z] [exec] ----------------------------------------- [2022-04-17T15:04:10.253Z] [exec] - serializable, guaranteed: PASS - [2022-04-17T15:04:10.253Z] [exec] ----------------------------------------- [2022-04-17T15:04:10.253Z] [exec] Total PASS: 1 [2022-04-17T15:04:10.253Z] [exec] Total FAIL: 0 [2022-04-17T15:04:10.253Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:04:10.253Z] [exec] ----------------------------------------- [2022-04-17T15:04:10.253Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:04:10.253Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] checkReporting-common: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] confirmReportPresent-common: [2022-04-17T15:04:10.253Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:04:10.253Z] [echo] Test seems to be reported fine [2022-04-17T15:04:10.253Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/txisolation/RepRunConf.txt [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] confirmMissingReport-common: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] undeploy: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] setOSConditions: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] setToolWin: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] setToolUnix: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] setToolProperty: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] setS1ASclassPath: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] init-common: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] undeploy-jdbc-common: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] setOSConditions: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] setToolWin: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] setToolUnix: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] setToolProperty: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] setS1ASclassPath: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] init-common: [2022-04-17T15:04:10.253Z] [2022-04-17T15:04:10.253Z] delete-jdbc-resource-common: [2022-04-17T15:04:10.253Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/txisolation [2022-04-17T15:04:10.850Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/txisolation [2022-04-17T15:04:10.850Z] [exec] JDBC resource jdbc/txisolation deleted successfully [2022-04-17T15:04:10.850Z] [echo] cmd executed for server [2022-04-17T15:04:10.850Z] [2022-04-17T15:04:10.850Z] setOSConditions: [2022-04-17T15:04:10.850Z] [2022-04-17T15:04:10.850Z] setToolWin: [2022-04-17T15:04:10.850Z] [2022-04-17T15:04:10.850Z] setToolUnix: [2022-04-17T15:04:10.850Z] [2022-04-17T15:04:10.850Z] setToolProperty: [2022-04-17T15:04:10.850Z] [2022-04-17T15:04:10.850Z] setS1ASclassPath: [2022-04-17T15:04:10.850Z] [2022-04-17T15:04:10.850Z] init-common: [2022-04-17T15:04:10.850Z] [2022-04-17T15:04:10.850Z] delete-jdbc-connpool-common: [2022-04-17T15:04:10.850Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true tx-isolation-pool [2022-04-17T15:04:11.106Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:11.106Z] [exec] JDBC Connection pool tx-isolation-pool deleted successfully [2022-04-17T15:04:11.106Z] [echo] cmd executed for server [2022-04-17T15:04:11.106Z] [2022-04-17T15:04:11.106Z] setOSConditions: [2022-04-17T15:04:11.106Z] [2022-04-17T15:04:11.106Z] setToolWin: [2022-04-17T15:04:11.106Z] [2022-04-17T15:04:11.106Z] setToolUnix: [2022-04-17T15:04:11.106Z] [2022-04-17T15:04:11.106Z] setToolProperty: [2022-04-17T15:04:11.106Z] [2022-04-17T15:04:11.106Z] setS1ASclassPath: [2022-04-17T15:04:11.106Z] [2022-04-17T15:04:11.106Z] init-common: [2022-04-17T15:04:11.106Z] [2022-04-17T15:04:11.106Z] undeploy-common: [2022-04-17T15:04:11.669Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] all: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setOSConditions: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolWin: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolUnix: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolProperty: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setS1ASclassPath: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] init-common: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] clean: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setOSConditions: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolWin: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolUnix: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolProperty: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setS1ASclassPath: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] init-common: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] clean-common: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setOSConditions: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolWin: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolUnix: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolProperty: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setS1ASclassPath: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] init-common: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] clean-classes-common: [2022-04-17T15:04:11.669Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setOSConditions: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolWin: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolUnix: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolProperty: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setS1ASclassPath: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] init-common: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] clean-jars-common: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] compile: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setOSConditions: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolWin: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolUnix: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setToolProperty: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] setS1ASclassPath: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] init-common: [2022-04-17T15:04:11.669Z] [2022-04-17T15:04:11.669Z] compile-common: [2022-04-17T15:04:11.669Z] [echo] Current time (ISO): 2022-04-17T15:04:11.581+0000 [2022-04-17T15:04:11.669Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:04:11.669Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:04:13.598Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:04:13.598Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:13.598Z] [javac] return new Integer(1); [2022-04-17T15:04:13.598Z] [javac] ^ [2022-04-17T15:04:13.598Z] [javac] 2 warnings [2022-04-17T15:04:13.598Z] [2022-04-17T15:04:13.598Z] setOSConditions: [2022-04-17T15:04:13.598Z] [2022-04-17T15:04:13.598Z] setToolWin: [2022-04-17T15:04:13.598Z] [2022-04-17T15:04:13.598Z] setToolUnix: [2022-04-17T15:04:13.598Z] [2022-04-17T15:04:13.598Z] setToolProperty: [2022-04-17T15:04:13.598Z] [2022-04-17T15:04:13.598Z] setS1ASclassPath: [2022-04-17T15:04:13.598Z] [2022-04-17T15:04:13.598Z] init-common: [2022-04-17T15:04:13.598Z] [2022-04-17T15:04:13.598Z] compile-common: [2022-04-17T15:04:13.598Z] [echo] Current time (ISO): 2022-04-17T15:04:13.473+0000 [2022-04-17T15:04:13.598Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:04:15.504Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:04:15.504Z] [javac] 1 warning [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] build: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] setOSConditions: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] fixFiles: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] convUnix: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] convWin: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] setToolWin: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] setToolUnix: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] setToolProperty: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] setS1ASclassPath: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] init-common: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] package-persistence-common: [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] ejb-jar-common: [2022-04-17T15:04:15.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:04:15.504Z] [2022-04-17T15:04:15.504Z] package-ejbjar-common: [2022-04-17T15:04:15.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:15.504Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:15.504Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:15.504Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar [2022-04-17T15:04:15.760Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] appclient-jar-common: [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] package-appclientjar-common: [2022-04-17T15:04:15.760Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:15.760Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:15.760Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:15.760Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] webclient-war-common: [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] build-ear-common: [2022-04-17T15:04:15.760Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:15.760Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] deploy: [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] setOSConditions: [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] setToolWin: [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] setToolUnix: [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] setToolProperty: [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] setS1ASclassPath: [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] init-common: [2022-04-17T15:04:15.760Z] [2022-04-17T15:04:15.760Z] execute-sql-common: [2022-04-17T15:04:15.760Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/sql/create_pointbase.sql [2022-04-17T15:04:15.760Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 [2022-04-17T15:04:15.760Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. [2022-04-17T15:04:15.760Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 [2022-04-17T15:04:15.760Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. [2022-04-17T15:04:15.760Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 [2022-04-17T15:04:15.760Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. [2022-04-17T15:04:15.760Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 [2022-04-17T15:04:15.760Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. [2022-04-17T15:04:15.760Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 [2022-04-17T15:04:15.760Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. [2022-04-17T15:04:15.760Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 [2022-04-17T15:04:15.760Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. [2022-04-17T15:04:15.760Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 [2022-04-17T15:04:15.760Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. [2022-04-17T15:04:15.760Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 [2022-04-17T15:04:15.760Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. [2022-04-17T15:04:15.760Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 [2022-04-17T15:04:15.760Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. [2022-04-17T15:04:15.760Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 [2022-04-17T15:04:15.760Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. [2022-04-17T15:04:15.760Z] [sql] 0 rows affected [2022-04-17T15:04:15.760Z] [sql] 1 rows affected [2022-04-17T15:04:15.760Z] [sql] 0 rows affected [2022-04-17T15:04:15.760Z] [sql] 1 rows affected [2022-04-17T15:04:15.760Z] [sql] 0 rows affected [2022-04-17T15:04:15.760Z] [sql] 1 rows affected [2022-04-17T15:04:15.760Z] [sql] 0 rows affected [2022-04-17T15:04:15.760Z] [sql] 1 rows affected [2022-04-17T15:04:15.760Z] [sql] 0 rows affected [2022-04-17T15:04:15.760Z] [sql] 1 rows affected [2022-04-17T15:04:16.017Z] [sql] 0 rows affected [2022-04-17T15:04:16.017Z] [sql] 1 rows affected [2022-04-17T15:04:16.017Z] [sql] 0 rows affected [2022-04-17T15:04:16.017Z] [sql] 1 rows affected [2022-04-17T15:04:16.017Z] [sql] 0 rows affected [2022-04-17T15:04:16.017Z] [sql] 1 rows affected [2022-04-17T15:04:16.017Z] [sql] 0 rows affected [2022-04-17T15:04:16.017Z] [sql] 1 rows affected [2022-04-17T15:04:16.017Z] [sql] 0 rows affected [2022-04-17T15:04:16.017Z] [sql] 1 rows affected [2022-04-17T15:04:16.017Z] [sql] 20 of 30 SQL statements executed successfully [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setOSConditions: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setToolWin: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setToolUnix: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setToolProperty: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setS1ASclassPath: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] init-common: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setup: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setOSConditions: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setToolWin: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setToolUnix: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setToolProperty: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setS1ASclassPath: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] init-common: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] deploy-jdbc-common: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setOSConditions: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setToolWin: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setToolUnix: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setToolProperty: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] setS1ASclassPath: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] init-common: [2022-04-17T15:04:16.017Z] [2022-04-17T15:04:16.017Z] create-jdbc-connpool-common: [2022-04-17T15:04:16.583Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:16.583Z] [exec] JDBC connection pool jdbc-stmtcaching_hit_miss-pool created successfully. [2022-04-17T15:04:16.583Z] [2022-04-17T15:04:16.583Z] set-derby-connpool-props: [2022-04-17T15:04:16.839Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:16.839Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser [2022-04-17T15:04:17.405Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:17.405Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword [2022-04-17T15:04:17.661Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:17.939Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 [2022-04-17T15:04:18.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:18.195Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 [2022-04-17T15:04:18.765Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:18.765Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb [2022-04-17T15:04:19.025Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:19.025Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:04:19.588Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:19.588Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true [2022-04-17T15:04:19.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:20.137Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost [2022-04-17T15:04:20.137Z] [2022-04-17T15:04:20.137Z] setOSConditions: [2022-04-17T15:04:20.137Z] [2022-04-17T15:04:20.137Z] setToolWin: [2022-04-17T15:04:20.137Z] [2022-04-17T15:04:20.137Z] setToolUnix: [2022-04-17T15:04:20.137Z] [2022-04-17T15:04:20.137Z] setToolProperty: [2022-04-17T15:04:20.137Z] [2022-04-17T15:04:20.137Z] setS1ASclassPath: [2022-04-17T15:04:20.137Z] [2022-04-17T15:04:20.137Z] init-common: [2022-04-17T15:04:20.137Z] [2022-04-17T15:04:20.137Z] create-jdbc-resource-common: [2022-04-17T15:04:20.137Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:20.393Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:20.393Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. [2022-04-17T15:04:20.393Z] [echo] cmd executed for server [2022-04-17T15:04:20.393Z] [2022-04-17T15:04:20.393Z] asadmin-common: [2022-04-17T15:04:20.393Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:20.955Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:20.955Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 [2022-04-17T15:04:20.955Z] [2022-04-17T15:04:20.955Z] asadmin-common: [2022-04-17T15:04:20.955Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:21.211Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:21.211Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true [2022-04-17T15:04:21.211Z] [2022-04-17T15:04:21.211Z] asadmin-common: [2022-04-17T15:04:21.211Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:21.774Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:21.774Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] setOSConditions: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] setToolWin: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] setToolUnix: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] setToolProperty: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] setS1ASclassPath: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] init-common: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] deploy-common: [2022-04-17T15:04:21.774Z] [echo] Current time (ISO): 2022-04-17T15:04:21.488+0000 [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] setOSConditions: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] setToolWin: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] setToolUnix: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] setToolProperty: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] setS1ASclassPath: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] init-common: [2022-04-17T15:04:21.774Z] [2022-04-17T15:04:21.774Z] deploy-common-pe: [2022-04-17T15:04:22.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T15:04:22.296Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. [2022-04-17T15:04:22.296Z] [echo] Deployment on target server server successful [2022-04-17T15:04:22.296Z] [2022-04-17T15:04:22.296Z] setOSConditions: [2022-04-17T15:04:22.296Z] [2022-04-17T15:04:22.296Z] setToolWin: [2022-04-17T15:04:22.296Z] [2022-04-17T15:04:22.297Z] setToolUnix: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] setToolProperty: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] setS1ASclassPath: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] init-common: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] deploy-common-ee: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] run: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] setOSConditions: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] setToolWin: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] setToolUnix: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] setToolProperty: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] setS1ASclassPath: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] init-common: [2022-04-17T15:04:22.297Z] [2022-04-17T15:04:22.297Z] runclient-common: [2022-04-17T15:04:22.297Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T15:04:23.237Z] [exec] Apr 17, 2022 3:04:22 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:04:23.237Z] [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. [2022-04-17T15:04:26.539Z] [exec] Value of key is: Statement Caching - (Hit): [2022-04-17T15:04:26.539Z] [exec] Value of key is: Statement Caching - (Miss): [2022-04-17T15:04:26.539Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : [2022-04-17T15:04:26.539Z] [exec] Value of key is: Statement Caching - (hit columnNames) : [2022-04-17T15:04:26.539Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:04:26.539Z] [exec] [2022-04-17T15:04:26.539Z] [exec] [2022-04-17T15:04:26.539Z] [exec] ----------------------------------------- [2022-04-17T15:04:26.539Z] [exec] - Statement Caching - (Hit): : PASS - [2022-04-17T15:04:26.539Z] [exec] - Statement Caching - (Miss): : PASS - [2022-04-17T15:04:26.539Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - [2022-04-17T15:04:26.539Z] [exec] - Statement Caching - (hit columnNames) : : PASS - [2022-04-17T15:04:26.539Z] [exec] ----------------------------------------- [2022-04-17T15:04:26.539Z] [exec] Total PASS: 4 [2022-04-17T15:04:26.539Z] [exec] Total FAIL: 0 [2022-04-17T15:04:26.539Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:04:26.539Z] [exec] ----------------------------------------- [2022-04-17T15:04:26.539Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:04:26.795Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] checkReporting-common: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] confirmReportPresent-common: [2022-04-17T15:04:27.051Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:04:27.051Z] [echo] Test seems to be reported fine [2022-04-17T15:04:27.051Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/RepRunConf.txt [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] confirmMissingReport-common: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] undeploy: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] setOSConditions: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] setToolWin: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] setToolUnix: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] setToolProperty: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] setS1ASclassPath: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] init-common: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] execute-sql-common: [2022-04-17T15:04:27.051Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss/sql/drop_pointbase.sql [2022-04-17T15:04:27.051Z] [sql] 0 rows affected [2022-04-17T15:04:27.051Z] [sql] 0 rows affected [2022-04-17T15:04:27.051Z] [sql] 0 rows affected [2022-04-17T15:04:27.051Z] [sql] 0 rows affected [2022-04-17T15:04:27.051Z] [sql] 0 rows affected [2022-04-17T15:04:27.051Z] [sql] 0 rows affected [2022-04-17T15:04:27.051Z] [sql] 0 rows affected [2022-04-17T15:04:27.051Z] [sql] 0 rows affected [2022-04-17T15:04:27.051Z] [sql] 0 rows affected [2022-04-17T15:04:27.051Z] [sql] 0 rows affected [2022-04-17T15:04:27.051Z] [sql] 10 of 10 SQL statements executed successfully [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] unsetup: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] setOSConditions: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] setToolWin: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] setToolUnix: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] setToolProperty: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] setS1ASclassPath: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] init-common: [2022-04-17T15:04:27.051Z] [2022-04-17T15:04:27.051Z] delete-jdbc-resource-common: [2022-04-17T15:04:27.051Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:27.640Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:27.640Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully [2022-04-17T15:04:27.640Z] [echo] cmd executed for server [2022-04-17T15:04:27.640Z] [2022-04-17T15:04:27.640Z] setOSConditions: [2022-04-17T15:04:27.640Z] [2022-04-17T15:04:27.640Z] setToolWin: [2022-04-17T15:04:27.640Z] [2022-04-17T15:04:27.640Z] setToolUnix: [2022-04-17T15:04:27.640Z] [2022-04-17T15:04:27.640Z] setToolProperty: [2022-04-17T15:04:27.640Z] [2022-04-17T15:04:27.640Z] setS1ASclassPath: [2022-04-17T15:04:27.640Z] [2022-04-17T15:04:27.640Z] init-common: [2022-04-17T15:04:27.640Z] [2022-04-17T15:04:27.640Z] delete-jdbc-connpool-common: [2022-04-17T15:04:27.640Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:27.896Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:27.896Z] [exec] JDBC Connection pool jdbc-stmtcaching_hit_miss-pool deleted successfully [2022-04-17T15:04:27.896Z] [echo] cmd executed for server [2022-04-17T15:04:27.896Z] [2022-04-17T15:04:27.896Z] setOSConditions: [2022-04-17T15:04:27.896Z] [2022-04-17T15:04:27.896Z] setToolWin: [2022-04-17T15:04:27.896Z] [2022-04-17T15:04:27.896Z] setToolUnix: [2022-04-17T15:04:27.896Z] [2022-04-17T15:04:27.896Z] setToolProperty: [2022-04-17T15:04:27.896Z] [2022-04-17T15:04:27.896Z] setS1ASclassPath: [2022-04-17T15:04:27.896Z] [2022-04-17T15:04:27.896Z] init-common: [2022-04-17T15:04:27.896Z] [2022-04-17T15:04:27.896Z] undeploy-common: [2022-04-17T15:04:28.457Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:04:28.457Z] [2022-04-17T15:04:28.457Z] all: [2022-04-17T15:04:28.457Z] [2022-04-17T15:04:28.458Z] setOSConditions: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolWin: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolUnix: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolProperty: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setS1ASclassPath: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] init-common: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] clean: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setOSConditions: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolWin: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolUnix: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolProperty: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setS1ASclassPath: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] init-common: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] clean-common: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setOSConditions: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolWin: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolUnix: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolProperty: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setS1ASclassPath: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] init-common: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] clean-classes-common: [2022-04-17T15:04:28.458Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setOSConditions: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolWin: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolUnix: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolProperty: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setS1ASclassPath: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] init-common: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] clean-jars-common: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] compile: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setOSConditions: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolWin: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolUnix: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setToolProperty: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] setS1ASclassPath: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] init-common: [2022-04-17T15:04:28.458Z] [2022-04-17T15:04:28.458Z] compile-common: [2022-04-17T15:04:28.458Z] [echo] Current time (ISO): 2022-04-17T15:04:28.284+0000 [2022-04-17T15:04:28.458Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:04:28.458Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:04:30.405Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:04:30.405Z] [javac] 1 warning [2022-04-17T15:04:30.405Z] [2022-04-17T15:04:30.405Z] setOSConditions: [2022-04-17T15:04:30.405Z] [2022-04-17T15:04:30.405Z] setToolWin: [2022-04-17T15:04:30.405Z] [2022-04-17T15:04:30.405Z] setToolUnix: [2022-04-17T15:04:30.405Z] [2022-04-17T15:04:30.405Z] setToolProperty: [2022-04-17T15:04:30.405Z] [2022-04-17T15:04:30.405Z] setS1ASclassPath: [2022-04-17T15:04:30.405Z] [2022-04-17T15:04:30.405Z] init-common: [2022-04-17T15:04:30.405Z] [2022-04-17T15:04:30.405Z] compile-common: [2022-04-17T15:04:30.405Z] [echo] Current time (ISO): 2022-04-17T15:04:30.279+0000 [2022-04-17T15:04:30.405Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:04:32.305Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:04:32.305Z] [javac] 1 warning [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] build: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setOSConditions: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] fixFiles: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] convUnix: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] convWin: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setToolWin: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setToolUnix: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setToolProperty: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setS1ASclassPath: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] init-common: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] package-persistence-common: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] ejb-jar-common: [2022-04-17T15:04:32.305Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] package-ejbjar-common: [2022-04-17T15:04:32.305Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:32.305Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:32.305Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:32.305Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-pooling-ejb.jar [2022-04-17T15:04:32.305Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] appclient-jar-common: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] package-appclientjar-common: [2022-04-17T15:04:32.305Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:32.305Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:32.305Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:32.305Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-pooling-client.jar [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] webclient-war-common: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] build-ear-common: [2022-04-17T15:04:32.305Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:32.305Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolingApp.ear [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] deploy: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setOSConditions: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setToolWin: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setToolUnix: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setToolProperty: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setS1ASclassPath: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] init-common: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] deploy-jdbc-common: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setOSConditions: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setToolWin: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setToolUnix: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setToolProperty: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] setS1ASclassPath: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] init-common: [2022-04-17T15:04:32.305Z] [2022-04-17T15:04:32.305Z] create-jdbc-connpool-common: [2022-04-17T15:04:32.563Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:32.846Z] [exec] JDBC connection pool jdbc-derby-pool created successfully. [2022-04-17T15:04:32.846Z] [2022-04-17T15:04:32.846Z] set-derby-connpool-props: [2022-04-17T15:04:33.111Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:33.111Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.User=dbuser [2022-04-17T15:04:33.368Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:33.368Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.Password=dbpassword [2022-04-17T15:04:33.968Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:33.968Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.driverType=4 [2022-04-17T15:04:34.237Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:34.238Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.portNumber=1527 [2022-04-17T15:04:34.493Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:34.493Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.dataBaseName=testdb [2022-04-17T15:04:35.056Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:35.056Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:04:35.313Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:35.313Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.create=true [2022-04-17T15:04:35.877Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:35.877Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.serverName=localhost [2022-04-17T15:04:35.877Z] [2022-04-17T15:04:35.877Z] setOSConditions: [2022-04-17T15:04:35.877Z] [2022-04-17T15:04:35.877Z] setToolWin: [2022-04-17T15:04:35.877Z] [2022-04-17T15:04:35.877Z] setToolUnix: [2022-04-17T15:04:35.877Z] [2022-04-17T15:04:35.877Z] setToolProperty: [2022-04-17T15:04:35.877Z] [2022-04-17T15:04:35.877Z] setS1ASclassPath: [2022-04-17T15:04:35.877Z] [2022-04-17T15:04:35.877Z] init-common: [2022-04-17T15:04:35.877Z] [2022-04-17T15:04:35.877Z] create-jdbc-resource-common: [2022-04-17T15:04:35.877Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:36.147Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:36.147Z] [exec] JDBC resource jdbc/nonxaresource created successfully. [2022-04-17T15:04:36.147Z] [echo] cmd executed for server [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] setOSConditions: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] setToolWin: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] setToolUnix: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] setToolProperty: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] setS1ASclassPath: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] init-common: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] deploy-jdbc-common: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] setOSConditions: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] setToolWin: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] setToolUnix: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] setToolProperty: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] setS1ASclassPath: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] init-common: [2022-04-17T15:04:36.147Z] [2022-04-17T15:04:36.147Z] create-jdbc-connpool-common: [2022-04-17T15:04:36.739Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:36.739Z] [exec] JDBC connection pool jdbc-derby-xa-pool created successfully. [2022-04-17T15:04:36.739Z] [2022-04-17T15:04:36.739Z] set-derby-connpool-props: [2022-04-17T15:04:36.996Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:36.996Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.User=dbuser [2022-04-17T15:04:37.252Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:37.252Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.Password=dbpassword [2022-04-17T15:04:37.841Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:37.841Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.driverType=4 [2022-04-17T15:04:38.097Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:38.097Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.portNumber=1527 [2022-04-17T15:04:38.665Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:38.665Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.dataBaseName=testdb [2022-04-17T15:04:38.922Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:38.922Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:04:39.487Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:39.487Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.create=true [2022-04-17T15:04:39.947Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:39.947Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.serverName=localhost [2022-04-17T15:04:39.947Z] [2022-04-17T15:04:39.947Z] setOSConditions: [2022-04-17T15:04:39.947Z] [2022-04-17T15:04:39.947Z] setToolWin: [2022-04-17T15:04:39.947Z] [2022-04-17T15:04:39.947Z] setToolUnix: [2022-04-17T15:04:39.947Z] [2022-04-17T15:04:39.947Z] setToolProperty: [2022-04-17T15:04:39.947Z] [2022-04-17T15:04:39.947Z] setS1ASclassPath: [2022-04-17T15:04:39.947Z] [2022-04-17T15:04:39.947Z] init-common: [2022-04-17T15:04:39.947Z] [2022-04-17T15:04:39.947Z] create-jdbc-resource-common: [2022-04-17T15:04:39.947Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:40.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:40.239Z] [exec] JDBC resource jdbc/xaresource created successfully. [2022-04-17T15:04:40.239Z] [echo] cmd executed for server [2022-04-17T15:04:40.239Z] [2022-04-17T15:04:40.239Z] setOSConditions: [2022-04-17T15:04:40.239Z] [2022-04-17T15:04:40.239Z] setToolWin: [2022-04-17T15:04:40.239Z] [2022-04-17T15:04:40.240Z] setToolUnix: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] setToolProperty: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] setS1ASclassPath: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] init-common: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] deploy-jdbc-common: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] setOSConditions: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] setToolWin: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] setToolUnix: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] setToolProperty: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] setS1ASclassPath: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] init-common: [2022-04-17T15:04:40.240Z] [2022-04-17T15:04:40.240Z] create-jdbc-connpool-common: [2022-04-17T15:04:40.496Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:40.496Z] [exec] JDBC connection pool jdbc-derby-pool-container created successfully. [2022-04-17T15:04:40.496Z] [2022-04-17T15:04:40.496Z] set-derby-connpool-props: [2022-04-17T15:04:41.058Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:41.058Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.User=dbuser [2022-04-17T15:04:41.314Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:41.314Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.Password=dbpassword [2022-04-17T15:04:41.591Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:41.591Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.driverType=4 [2022-04-17T15:04:42.153Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:42.153Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.portNumber=1527 [2022-04-17T15:04:42.409Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:42.409Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.dataBaseName=testdb [2022-04-17T15:04:42.666Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:42.666Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:04:43.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:43.245Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.create=true [2022-04-17T15:04:43.501Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:43.501Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.serverName=localhost [2022-04-17T15:04:43.501Z] [2022-04-17T15:04:43.501Z] setOSConditions: [2022-04-17T15:04:43.501Z] [2022-04-17T15:04:43.501Z] setToolWin: [2022-04-17T15:04:43.501Z] [2022-04-17T15:04:43.501Z] setToolUnix: [2022-04-17T15:04:43.501Z] [2022-04-17T15:04:43.501Z] setToolProperty: [2022-04-17T15:04:43.501Z] [2022-04-17T15:04:43.501Z] setS1ASclassPath: [2022-04-17T15:04:43.501Z] [2022-04-17T15:04:43.501Z] init-common: [2022-04-17T15:04:43.501Z] [2022-04-17T15:04:43.501Z] create-jdbc-resource-common: [2022-04-17T15:04:43.501Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:44.063Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:44.063Z] [exec] JDBC resource jdbc/nonxaresource-container created successfully. [2022-04-17T15:04:44.063Z] [echo] cmd executed for server [2022-04-17T15:04:44.063Z] [2022-04-17T15:04:44.063Z] asadmin-common: [2022-04-17T15:04:44.063Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T15:04:44.319Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T15:04:44.319Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.property.connectionAttributes=create=true; [2022-04-17T15:04:44.319Z] [2022-04-17T15:04:44.319Z] asadmin-common: [2022-04-17T15:04:44.319Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T15:04:44.575Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T15:04:44.575Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.property.connectionAttributes=create=true; [2022-04-17T15:04:44.575Z] [2022-04-17T15:04:44.575Z] asadmin-common: [2022-04-17T15:04:44.575Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T15:04:45.146Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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; [2022-04-17T15:04:45.146Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.property.connectionAttributes=create=true; [2022-04-17T15:04:45.146Z] [2022-04-17T15:04:45.146Z] asadmin-common: [2022-04-17T15:04:45.146Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:45.401Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:45.401Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool.pooling=false [2022-04-17T15:04:45.401Z] [2022-04-17T15:04:45.401Z] asadmin-common: [2022-04-17T15:04:45.401Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:45.964Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:45.964Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-pool-container.pooling=false [2022-04-17T15:04:45.964Z] [2022-04-17T15:04:45.964Z] asadmin-common: [2022-04-17T15:04:45.964Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:46.236Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:46.236Z] [exec] domain.resources.jdbc-connection-pool.jdbc-derby-xa-pool.pooling=false [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] setOSConditions: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] setToolWin: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] setToolUnix: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] setToolProperty: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] setS1ASclassPath: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] init-common: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] deploy-common: [2022-04-17T15:04:46.236Z] [echo] Current time (ISO): 2022-04-17T15:04:46.071+0000 [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] setOSConditions: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] setToolWin: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] setToolUnix: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] setToolProperty: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] setS1ASclassPath: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] init-common: [2022-04-17T15:04:46.236Z] [2022-04-17T15:04:46.236Z] deploy-common-pe: [2022-04-17T15:04:46.492Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-poolingApp.ear [2022-04-17T15:04:46.753Z] [exec] Application deployed with name jdbc-poolingApp. [2022-04-17T15:04:46.753Z] [echo] Deployment on target server server successful [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setOSConditions: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setToolWin: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setToolUnix: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setToolProperty: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setS1ASclassPath: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] init-common: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] deploy-common-ee: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setOSConditions: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setToolWin: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setToolUnix: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setToolProperty: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setS1ASclassPath: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] init-common: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] execute-sql-common: [2022-04-17T15:04:46.753Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/sql/create_pointbase.sql [2022-04-17T15:04:46.753Z] [sql] Failed to execute: Drop table TXLEVELSWITCH [2022-04-17T15:04:46.753Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH' because it does not exist. [2022-04-17T15:04:46.753Z] [sql] 0 rows affected [2022-04-17T15:04:46.753Z] [sql] 1 rows affected [2022-04-17T15:04:46.753Z] [sql] 1 rows affected [2022-04-17T15:04:46.753Z] [sql] 3 of 4 SQL statements executed successfully [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] run: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setOSConditions: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setToolWin: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setToolUnix: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setToolProperty: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] setS1ASclassPath: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] init-common: [2022-04-17T15:04:46.753Z] [2022-04-17T15:04:46.753Z] runclient-common: [2022-04-17T15:04:46.753Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:04:47.686Z] [exec] Apr 17, 2022 3:04:47 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:04:47.686Z] [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. [2022-04-17T15:04:50.961Z] [exec] verifying uniqueness of all connection [2022-04-17T15:04:50.961Z] [exec] Value of key is: openAndCloseConnection (non-xa) : [2022-04-17T15:04:50.961Z] [exec] creating connection upto max-pool-size of 32 [2022-04-17T15:04:51.239Z] [exec] Value of key is: openMaxConnections (non-xa) : [2022-04-17T15:04:51.239Z] [exec] rollback set to false [2022-04-17T15:04:51.495Z] [exec] Value of key is: test1 rollback=false (non-xa. con opened closed within tx) : [2022-04-17T15:04:51.495Z] [exec] Value of key is: test1 rollback=false (xa. con opened closed within tx) : [2022-04-17T15:04:51.495Z] [exec] Value of key is: test2 rollback=false (non-xa. con opened closed after tx) : [2022-04-17T15:04:51.751Z] [exec] Value of key is: test2 rollback=false (xa. con opened closed after tx) : [2022-04-17T15:04:51.751Z] [exec] Value of key is: test3 rollback=false (xa non-xa within same tx) : [2022-04-17T15:04:51.751Z] [exec] rollback set to true [2022-04-17T15:04:51.751Z] [exec] Value of key is: test1 rollback=true (non-xa. con opened closed within tx) : [2022-04-17T15:04:51.751Z] [exec] Value of key is: test1 rollback=true (xa. con opened closed within tx) : [2022-04-17T15:04:52.007Z] [exec] Value of key is: test2 rollback=true (non-xa. con opened closed after tx) : [2022-04-17T15:04:52.007Z] [exec] Value of key is: test2 rollback=true (xa. con opened closed after tx) : [2022-04-17T15:04:52.263Z] [exec] Value of key is: test3 rollback=true (xa non-xa within same tx) : [2022-04-17T15:04:52.263Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:04:52.263Z] [exec] [2022-04-17T15:04:52.263Z] [exec] [2022-04-17T15:04:52.263Z] [exec] ----------------------------------------- [2022-04-17T15:04:52.263Z] [exec] - test2 rollback=true (xa. con opened closed after tx) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - test1 rollback=false (xa. con opened closed within tx) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - test3 rollback=false (xa non-xa within same tx) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - test2 rollback=true (non-xa. con opened closed after tx) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - openMaxConnections (non-xa) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - test1 rollback=false (non-xa. con opened closed within tx) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - test1 rollback=true (non-xa. con opened closed within tx) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - test2 rollback=false (non-xa. con opened closed after tx) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - test2 rollback=false (xa. con opened closed after tx) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - openAndCloseConnection (non-xa) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - test3 rollback=true (xa non-xa within same tx) : : PASS - [2022-04-17T15:04:52.263Z] [exec] - test1 rollback=true (xa. con opened closed within tx) : : PASS - [2022-04-17T15:04:52.263Z] [exec] ----------------------------------------- [2022-04-17T15:04:52.263Z] [exec] Total PASS: 12 [2022-04-17T15:04:52.263Z] [exec] Total FAIL: 0 [2022-04-17T15:04:52.263Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:04:52.263Z] [exec] ----------------------------------------- [2022-04-17T15:04:52.263Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:04:52.263Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] checkReporting-common: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] confirmReportPresent-common: [2022-04-17T15:04:52.520Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:04:52.520Z] [echo] Test seems to be reported fine [2022-04-17T15:04:52.520Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/RepRunConf.txt [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] confirmMissingReport-common: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] undeploy: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] setOSConditions: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] setToolWin: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] setToolUnix: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] setToolProperty: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] setS1ASclassPath: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] init-common: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] execute-sql-common: [2022-04-17T15:04:52.520Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/pooling/sql/drop_pointbase.sql [2022-04-17T15:04:52.520Z] [sql] 0 rows affected [2022-04-17T15:04:52.520Z] [sql] Failed to execute: Drop table TXLEVELSWITCH2 [2022-04-17T15:04:52.520Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TXLEVELSWITCH2' because it does not exist. [2022-04-17T15:04:52.520Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] setOSConditions: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] setToolWin: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] setToolUnix: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] setToolProperty: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] setS1ASclassPath: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] init-common: [2022-04-17T15:04:52.520Z] [2022-04-17T15:04:52.520Z] undeploy-common: [2022-04-17T15:04:52.791Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:04:52.791Z] [2022-04-17T15:04:52.791Z] setOSConditions: [2022-04-17T15:04:52.791Z] [2022-04-17T15:04:52.791Z] setToolWin: [2022-04-17T15:04:52.791Z] [2022-04-17T15:04:52.791Z] setToolUnix: [2022-04-17T15:04:52.791Z] [2022-04-17T15:04:52.791Z] setToolProperty: [2022-04-17T15:04:52.791Z] [2022-04-17T15:04:52.791Z] setS1ASclassPath: [2022-04-17T15:04:52.791Z] [2022-04-17T15:04:52.791Z] init-common: [2022-04-17T15:04:52.791Z] [2022-04-17T15:04:52.791Z] delete-jdbc-resource-common: [2022-04-17T15:04:52.791Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource [2022-04-17T15:04:53.354Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/nonxaresource [2022-04-17T15:04:53.354Z] [exec] JDBC resource jdbc/nonxaresource deleted successfully [2022-04-17T15:04:53.354Z] [echo] cmd executed for server [2022-04-17T15:04:53.354Z] [2022-04-17T15:04:53.354Z] setOSConditions: [2022-04-17T15:04:53.354Z] [2022-04-17T15:04:53.354Z] setToolWin: [2022-04-17T15:04:53.354Z] [2022-04-17T15:04:53.354Z] setToolUnix: [2022-04-17T15:04:53.354Z] [2022-04-17T15:04:53.354Z] setToolProperty: [2022-04-17T15:04:53.354Z] [2022-04-17T15:04:53.354Z] setS1ASclassPath: [2022-04-17T15:04:53.354Z] [2022-04-17T15:04:53.354Z] init-common: [2022-04-17T15:04:53.354Z] [2022-04-17T15:04:53.354Z] delete-jdbc-connpool-common: [2022-04-17T15:04:53.354Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-derby-pool [2022-04-17T15:04:53.610Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:53.610Z] [exec] JDBC Connection pool jdbc-derby-pool deleted successfully [2022-04-17T15:04:53.610Z] [echo] cmd executed for server [2022-04-17T15:04:53.610Z] [2022-04-17T15:04:53.610Z] setOSConditions: [2022-04-17T15:04:53.610Z] [2022-04-17T15:04:53.610Z] setToolWin: [2022-04-17T15:04:53.610Z] [2022-04-17T15:04:53.610Z] setToolUnix: [2022-04-17T15:04:53.610Z] [2022-04-17T15:04:53.610Z] setToolProperty: [2022-04-17T15:04:53.610Z] [2022-04-17T15:04:53.610Z] setS1ASclassPath: [2022-04-17T15:04:53.610Z] [2022-04-17T15:04:53.610Z] init-common: [2022-04-17T15:04:53.610Z] [2022-04-17T15:04:53.610Z] delete-jdbc-resource-common: [2022-04-17T15:04:53.610Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/nonxaresource-container [2022-04-17T15:04:54.174Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:54.174Z] [exec] JDBC resource jdbc/nonxaresource-container deleted successfully [2022-04-17T15:04:54.174Z] [echo] cmd executed for server [2022-04-17T15:04:54.174Z] [2022-04-17T15:04:54.174Z] setOSConditions: [2022-04-17T15:04:54.174Z] [2022-04-17T15:04:54.174Z] setToolWin: [2022-04-17T15:04:54.174Z] [2022-04-17T15:04:54.174Z] setToolUnix: [2022-04-17T15:04:54.174Z] [2022-04-17T15:04:54.174Z] setToolProperty: [2022-04-17T15:04:54.174Z] [2022-04-17T15:04:54.174Z] setS1ASclassPath: [2022-04-17T15:04:54.174Z] [2022-04-17T15:04:54.174Z] init-common: [2022-04-17T15:04:54.174Z] [2022-04-17T15:04:54.174Z] delete-jdbc-connpool-common: [2022-04-17T15:04:54.174Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:54.430Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:54.430Z] [exec] JDBC Connection pool jdbc-derby-pool-container deleted successfully [2022-04-17T15:04:54.430Z] [echo] cmd executed for server [2022-04-17T15:04:54.430Z] [2022-04-17T15:04:54.430Z] setOSConditions: [2022-04-17T15:04:54.430Z] [2022-04-17T15:04:54.430Z] setToolWin: [2022-04-17T15:04:54.430Z] [2022-04-17T15:04:54.430Z] setToolUnix: [2022-04-17T15:04:54.430Z] [2022-04-17T15:04:54.430Z] setToolProperty: [2022-04-17T15:04:54.430Z] [2022-04-17T15:04:54.430Z] setS1ASclassPath: [2022-04-17T15:04:54.430Z] [2022-04-17T15:04:54.430Z] init-common: [2022-04-17T15:04:54.430Z] [2022-04-17T15:04:54.430Z] delete-jdbc-resource-common: [2022-04-17T15:04:54.430Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xaresource [2022-04-17T15:04:54.995Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/xaresource [2022-04-17T15:04:54.995Z] [exec] JDBC resource jdbc/xaresource deleted successfully [2022-04-17T15:04:54.995Z] [echo] cmd executed for server [2022-04-17T15:04:54.995Z] [2022-04-17T15:04:54.995Z] setOSConditions: [2022-04-17T15:04:54.995Z] [2022-04-17T15:04:54.995Z] setToolWin: [2022-04-17T15:04:54.995Z] [2022-04-17T15:04:54.995Z] setToolUnix: [2022-04-17T15:04:54.995Z] [2022-04-17T15:04:54.995Z] setToolProperty: [2022-04-17T15:04:54.995Z] [2022-04-17T15:04:54.995Z] setS1ASclassPath: [2022-04-17T15:04:54.995Z] [2022-04-17T15:04:54.995Z] init-common: [2022-04-17T15:04:54.995Z] [2022-04-17T15:04:54.995Z] delete-jdbc-connpool-common: [2022-04-17T15:04:54.995Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:55.252Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:55.252Z] [exec] JDBC Connection pool jdbc-derby-xa-pool deleted successfully [2022-04-17T15:04:55.252Z] [echo] cmd executed for server [2022-04-17T15:04:55.252Z] [2022-04-17T15:04:55.252Z] all: [2022-04-17T15:04:55.252Z] [2022-04-17T15:04:55.252Z] setOSConditions: [2022-04-17T15:04:55.252Z] [2022-04-17T15:04:55.252Z] setToolWin: [2022-04-17T15:04:55.252Z] [2022-04-17T15:04:55.252Z] setToolUnix: [2022-04-17T15:04:55.252Z] [2022-04-17T15:04:55.252Z] setToolProperty: [2022-04-17T15:04:55.252Z] [2022-04-17T15:04:55.253Z] setS1ASclassPath: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] init-common: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] clean: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setOSConditions: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolWin: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolUnix: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolProperty: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setS1ASclassPath: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] init-common: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] clean-common: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setOSConditions: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolWin: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolUnix: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolProperty: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setS1ASclassPath: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] init-common: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] clean-classes-common: [2022-04-17T15:04:55.253Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setOSConditions: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolWin: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolUnix: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolProperty: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setS1ASclassPath: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] init-common: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] clean-jars-common: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] compile: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setOSConditions: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolWin: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolUnix: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setToolProperty: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] setS1ASclassPath: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] init-common: [2022-04-17T15:04:55.253Z] [2022-04-17T15:04:55.253Z] compile-common: [2022-04-17T15:04:55.253Z] [echo] Current time (ISO): 2022-04-17T15:04:55.145+0000 [2022-04-17T15:04:55.253Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:04:55.253Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:04:57.199Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:04:57.199Z] [javac] 1 warning [2022-04-17T15:04:57.199Z] [2022-04-17T15:04:57.199Z] setOSConditions: [2022-04-17T15:04:57.199Z] [2022-04-17T15:04:57.199Z] setToolWin: [2022-04-17T15:04:57.199Z] [2022-04-17T15:04:57.199Z] setToolUnix: [2022-04-17T15:04:57.199Z] [2022-04-17T15:04:57.199Z] setToolProperty: [2022-04-17T15:04:57.199Z] [2022-04-17T15:04:57.199Z] setS1ASclassPath: [2022-04-17T15:04:57.199Z] [2022-04-17T15:04:57.199Z] init-common: [2022-04-17T15:04:57.199Z] [2022-04-17T15:04:57.199Z] compile-common: [2022-04-17T15:04:57.199Z] [echo] Current time (ISO): 2022-04-17T15:04:57.193+0000 [2022-04-17T15:04:57.199Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:04:59.110Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:04:59.110Z] [javac] 1 warning [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] build: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] setOSConditions: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] fixFiles: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] convUnix: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] convWin: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] setToolWin: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] setToolUnix: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] setToolProperty: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] setS1ASclassPath: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] init-common: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] package-persistence-common: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] ejb-jar-common: [2022-04-17T15:04:59.110Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] package-ejbjar-common: [2022-04-17T15:04:59.110Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:59.110Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:59.110Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:59.110Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcf-ejb.jar [2022-04-17T15:04:59.110Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] appclient-jar-common: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] package-appclientjar-common: [2022-04-17T15:04:59.110Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:59.110Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:59.110Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:59.110Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcf-client.jar [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] webclient-war-common: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] build-ear-common: [2022-04-17T15:04:59.110Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:04:59.110Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcfApp.ear [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] deploy: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] setOSConditions: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] setToolWin: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] setToolUnix: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] setToolProperty: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] setS1ASclassPath: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] init-common: [2022-04-17T15:04:59.110Z] [2022-04-17T15:04:59.110Z] create-jdbc-driver-connpool-common: [2022-04-17T15:04:59.674Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:04:59.674Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:04:59.674Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:59.674Z] [exec] JDBC connection pool jdbc-driver-pool created successfully. [2022-04-17T15:04:59.674Z] [2022-04-17T15:04:59.674Z] set-derby-driver-connpool-props: [2022-04-17T15:04:59.674Z] [2022-04-17T15:04:59.674Z] asadmin-common-ignore-fail: [2022-04-17T15:04:59.674Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:59.930Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:04:59.930Z] [exec] domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword [2022-04-17T15:04:59.930Z] [2022-04-17T15:04:59.930Z] setOSConditions: [2022-04-17T15:04:59.930Z] [2022-04-17T15:04:59.930Z] setToolWin: [2022-04-17T15:04:59.930Z] [2022-04-17T15:04:59.930Z] setToolUnix: [2022-04-17T15:04:59.930Z] [2022-04-17T15:04:59.930Z] setToolProperty: [2022-04-17T15:04:59.930Z] [2022-04-17T15:04:59.930Z] setS1ASclassPath: [2022-04-17T15:04:59.930Z] [2022-04-17T15:04:59.930Z] init-common: [2022-04-17T15:04:59.930Z] [2022-04-17T15:04:59.930Z] create-jdbc-resource-common: [2022-04-17T15:04:59.931Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:00.492Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:00.492Z] [exec] JDBC resource jdbc/driverRes created successfully. [2022-04-17T15:05:00.492Z] [echo] cmd executed for server [2022-04-17T15:05:00.492Z] [2022-04-17T15:05:00.492Z] setOSConditions: [2022-04-17T15:05:00.492Z] [2022-04-17T15:05:00.492Z] setToolWin: [2022-04-17T15:05:00.492Z] [2022-04-17T15:05:00.492Z] setToolUnix: [2022-04-17T15:05:00.492Z] [2022-04-17T15:05:00.492Z] setToolProperty: [2022-04-17T15:05:00.492Z] [2022-04-17T15:05:00.492Z] setS1ASclassPath: [2022-04-17T15:05:00.492Z] [2022-04-17T15:05:00.492Z] init-common: [2022-04-17T15:05:00.492Z] [2022-04-17T15:05:00.492Z] create-jdbc-resource-common: [2022-04-17T15:05:00.492Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:00.748Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:00.748Z] [exec] JDBC resource jdbc/driverRes1 created successfully. [2022-04-17T15:05:00.748Z] [echo] cmd executed for server [2022-04-17T15:05:00.748Z] [2022-04-17T15:05:00.748Z] asadmin-common: [2022-04-17T15:05:00.748Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:01.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:01.340Z] [exec] domain.resources.jdbc-connection-pool.jdbc-driver-pool.property.URL=jdbc:derby://localhost:1527/testdb;user=dbuser;password=dbpassword [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] setOSConditions: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] setToolWin: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] setToolUnix: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] setToolProperty: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] setS1ASclassPath: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] init-common: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] deploy-common: [2022-04-17T15:05:01.340Z] [echo] Current time (ISO): 2022-04-17T15:05:01.119+0000 [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] setOSConditions: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] setToolWin: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] setToolUnix: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] setToolProperty: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] setS1ASclassPath: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] init-common: [2022-04-17T15:05:01.340Z] [2022-04-17T15:05:01.340Z] deploy-common-pe: [2022-04-17T15:05:01.596Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-dmmcfApp.ear [2022-04-17T15:05:01.854Z] [exec] Application deployed with name jdbc-dmmcfApp. [2022-04-17T15:05:01.854Z] [echo] Deployment on target server server successful [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setOSConditions: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setToolWin: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setToolUnix: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setToolProperty: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setS1ASclassPath: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] init-common: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] deploy-common-ee: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] run: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setOSConditions: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setToolWin: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setToolUnix: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setToolProperty: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setS1ASclassPath: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] init-common: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] execute-sql-common: [2022-04-17T15:05:01.854Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/sql/create_pointbase.sql [2022-04-17T15:05:01.854Z] [sql] Failed to execute: Drop table CONNSHARING [2022-04-17T15:05:01.854Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CONNSHARING' because it does not exist. [2022-04-17T15:05:01.854Z] [sql] 0 rows affected [2022-04-17T15:05:01.854Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setOSConditions: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setToolWin: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setToolUnix: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setToolProperty: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] setS1ASclassPath: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] init-common: [2022-04-17T15:05:01.854Z] [2022-04-17T15:05:01.854Z] runclient-common: [2022-04-17T15:05:01.854Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:05:03.252Z] [exec] Apr 17, 2022 3:05:02 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:05:03.252Z] [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. [2022-04-17T15:05:07.450Z] [exec] Value of key is: test1 : [2022-04-17T15:05:07.450Z] [exec] Value of key is: test2 : [2022-04-17T15:05:07.450Z] [exec] Value of key is: test3 : [2022-04-17T15:05:07.450Z] [exec] Value of key is: test4 : [2022-04-17T15:05:07.450Z] [exec] Value of key is: test5 : [2022-04-17T15:05:07.451Z] [exec] Value of key is: test6 : [2022-04-17T15:05:07.451Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:05:07.451Z] [exec] [2022-04-17T15:05:07.451Z] [exec] [2022-04-17T15:05:07.451Z] [exec] ----------------------------------------- [2022-04-17T15:05:07.451Z] [exec] - test2 : : PASS - [2022-04-17T15:05:07.451Z] [exec] - test1 : : PASS - [2022-04-17T15:05:07.451Z] [exec] - test3 : : PASS - [2022-04-17T15:05:07.451Z] [exec] - test6 : : PASS - [2022-04-17T15:05:07.451Z] [exec] - test4 : : PASS - [2022-04-17T15:05:07.451Z] [exec] - test5 : : PASS - [2022-04-17T15:05:07.451Z] [exec] ----------------------------------------- [2022-04-17T15:05:07.451Z] [exec] Total PASS: 6 [2022-04-17T15:05:07.451Z] [exec] Total FAIL: 0 [2022-04-17T15:05:07.451Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:05:07.451Z] [exec] ----------------------------------------- [2022-04-17T15:05:07.451Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:05:07.451Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] checkReporting-common: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] confirmReportPresent-common: [2022-04-17T15:05:07.451Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:05:07.451Z] [echo] Test seems to be reported fine [2022-04-17T15:05:07.451Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/RepRunConf.txt [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] confirmMissingReport-common: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] undeploy: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] setOSConditions: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] setToolWin: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] setToolUnix: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] setToolProperty: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] setS1ASclassPath: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] init-common: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] execute-sql-common: [2022-04-17T15:05:07.451Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf/sql/drop_pointbase.sql [2022-04-17T15:05:07.451Z] [sql] 0 rows affected [2022-04-17T15:05:07.451Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] setOSConditions: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] setToolWin: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] setToolUnix: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] setToolProperty: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] setS1ASclassPath: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] init-common: [2022-04-17T15:05:07.451Z] [2022-04-17T15:05:07.451Z] delete-jdbc-resource-common: [2022-04-17T15:05:07.451Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/driverRes [2022-04-17T15:05:08.037Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/driverRes [2022-04-17T15:05:08.037Z] [exec] JDBC resource jdbc/driverRes deleted successfully [2022-04-17T15:05:08.037Z] [echo] cmd executed for server [2022-04-17T15:05:08.037Z] [2022-04-17T15:05:08.037Z] setOSConditions: [2022-04-17T15:05:08.037Z] [2022-04-17T15:05:08.037Z] setToolWin: [2022-04-17T15:05:08.037Z] [2022-04-17T15:05:08.037Z] setToolUnix: [2022-04-17T15:05:08.037Z] [2022-04-17T15:05:08.037Z] setToolProperty: [2022-04-17T15:05:08.037Z] [2022-04-17T15:05:08.037Z] setS1ASclassPath: [2022-04-17T15:05:08.037Z] [2022-04-17T15:05:08.037Z] init-common: [2022-04-17T15:05:08.037Z] [2022-04-17T15:05:08.037Z] delete-jdbc-resource-common: [2022-04-17T15:05:08.037Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/driverRes1 [2022-04-17T15:05:08.298Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/driverRes1 [2022-04-17T15:05:08.298Z] [exec] JDBC resource jdbc/driverRes1 deleted successfully [2022-04-17T15:05:08.298Z] [echo] cmd executed for server [2022-04-17T15:05:08.298Z] [2022-04-17T15:05:08.298Z] setOSConditions: [2022-04-17T15:05:08.298Z] [2022-04-17T15:05:08.298Z] setToolWin: [2022-04-17T15:05:08.298Z] [2022-04-17T15:05:08.298Z] setToolUnix: [2022-04-17T15:05:08.298Z] [2022-04-17T15:05:08.298Z] setToolProperty: [2022-04-17T15:05:08.298Z] [2022-04-17T15:05:08.298Z] setS1ASclassPath: [2022-04-17T15:05:08.298Z] [2022-04-17T15:05:08.298Z] init-common: [2022-04-17T15:05:08.298Z] [2022-04-17T15:05:08.298Z] delete-jdbc-connpool-common: [2022-04-17T15:05:08.298Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-driver-pool [2022-04-17T15:05:08.865Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:08.865Z] [exec] JDBC Connection pool jdbc-driver-pool deleted successfully [2022-04-17T15:05:08.865Z] [echo] cmd executed for server [2022-04-17T15:05:08.865Z] [2022-04-17T15:05:08.865Z] setOSConditions: [2022-04-17T15:05:08.865Z] [2022-04-17T15:05:08.865Z] setToolWin: [2022-04-17T15:05:08.865Z] [2022-04-17T15:05:08.865Z] setToolUnix: [2022-04-17T15:05:08.865Z] [2022-04-17T15:05:08.865Z] setToolProperty: [2022-04-17T15:05:08.865Z] [2022-04-17T15:05:08.865Z] setS1ASclassPath: [2022-04-17T15:05:08.865Z] [2022-04-17T15:05:08.865Z] init-common: [2022-04-17T15:05:08.865Z] [2022-04-17T15:05:08.865Z] undeploy-common: [2022-04-17T15:05:09.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] all: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setOSConditions: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolWin: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolUnix: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolProperty: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setS1ASclassPath: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] init-common: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] clean: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setOSConditions: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolWin: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolUnix: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolProperty: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setS1ASclassPath: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] init-common: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] clean-common: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setOSConditions: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolWin: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolUnix: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolProperty: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setS1ASclassPath: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] init-common: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] clean-classes-common: [2022-04-17T15:05:09.446Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setOSConditions: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolWin: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolUnix: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolProperty: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setS1ASclassPath: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] init-common: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] clean-jars-common: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] compile: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setOSConditions: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolWin: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolUnix: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setToolProperty: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] setS1ASclassPath: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] init-common: [2022-04-17T15:05:09.446Z] [2022-04-17T15:05:09.446Z] compile-common: [2022-04-17T15:05:09.446Z] [echo] Current time (ISO): 2022-04-17T15:05:09.312+0000 [2022-04-17T15:05:09.446Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:05:09.446Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:05:11.337Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:05:11.337Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:11.337Z] [javac] return new Integer(1); [2022-04-17T15:05:11.337Z] [javac] ^ [2022-04-17T15:05:11.593Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/ejb/SimpleBMPBean.java uses unchecked or unsafe operations. [2022-04-17T15:05:11.593Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:05:11.593Z] [javac] 2 warnings [2022-04-17T15:05:11.593Z] [2022-04-17T15:05:11.593Z] setOSConditions: [2022-04-17T15:05:11.593Z] [2022-04-17T15:05:11.593Z] setToolWin: [2022-04-17T15:05:11.593Z] [2022-04-17T15:05:11.593Z] setToolUnix: [2022-04-17T15:05:11.593Z] [2022-04-17T15:05:11.593Z] setToolProperty: [2022-04-17T15:05:11.593Z] [2022-04-17T15:05:11.593Z] setS1ASclassPath: [2022-04-17T15:05:11.593Z] [2022-04-17T15:05:11.593Z] init-common: [2022-04-17T15:05:11.593Z] [2022-04-17T15:05:11.593Z] compile-common: [2022-04-17T15:05:11.593Z] [echo] Current time (ISO): 2022-04-17T15:05:11.349+0000 [2022-04-17T15:05:11.593Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:05:13.504Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:05:13.504Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:13.504Z] [javac] return new Integer(returnValue.get("count").toString()); [2022-04-17T15:05:13.504Z] [javac] ^ [2022-04-17T15:05:13.504Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/client/Client.java uses unchecked or unsafe operations. [2022-04-17T15:05:13.504Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:05:13.505Z] [javac] 2 warnings [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] build: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] setOSConditions: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] fixFiles: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] convUnix: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] convWin: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] setToolWin: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] setToolUnix: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] setToolProperty: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] setS1ASclassPath: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] init-common: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] package-persistence-common: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] ejb-jar-common: [2022-04-17T15:05:13.505Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] package-ejbjar-common: [2022-04-17T15:05:13.505Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:13.505Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:13.505Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:13.505Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar [2022-04-17T15:05:13.505Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] appclient-jar-common: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] package-appclientjar-common: [2022-04-17T15:05:13.505Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:13.505Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:13.505Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:13.505Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] webclient-war-common: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] build-ear-common: [2022-04-17T15:05:13.505Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:13.505Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] deploy: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] setOSConditions: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] setToolWin: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] setToolUnix: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] setToolProperty: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] setS1ASclassPath: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] init-common: [2022-04-17T15:05:13.505Z] [2022-04-17T15:05:13.505Z] execute-sql-common: [2022-04-17T15:05:13.505Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/create_pointbase.sql [2022-04-17T15:05:13.505Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T15:05:13.505Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T15:05:13.505Z] [sql] 0 rows affected [2022-04-17T15:05:13.505Z] [sql] Failed to execute: Drop table DESTROYED_INFO [2022-04-17T15:05:13.505Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DESTROYED_INFO' because it does not exist. [2022-04-17T15:05:13.505Z] [sql] 0 rows affected [2022-04-17T15:05:13.505Z] [sql] 1 rows affected [2022-04-17T15:05:13.505Z] [sql] 1 rows affected [2022-04-17T15:05:13.505Z] [sql] 1 rows affected [2022-04-17T15:05:13.505Z] [sql] 1 rows affected [2022-04-17T15:05:13.505Z] [sql] 1 rows affected [2022-04-17T15:05:13.505Z] [sql] 1 rows affected [2022-04-17T15:05:13.505Z] [sql] 1 rows affected [2022-04-17T15:05:13.505Z] [sql] 1 rows affected [2022-04-17T15:05:13.762Z] [sql] 1 rows affected [2022-04-17T15:05:13.762Z] [sql] 1 rows affected [2022-04-17T15:05:13.762Z] [sql] 1 rows affected [2022-04-17T15:05:13.762Z] [sql] 1 rows affected [2022-04-17T15:05:13.762Z] [sql] 1 rows affected [2022-04-17T15:05:13.762Z] [sql] 1 rows affected [2022-04-17T15:05:13.762Z] [sql] 1 rows affected [2022-04-17T15:05:13.762Z] [sql] 1 rows affected [2022-04-17T15:05:13.762Z] [sql] Failed to execute: drop table owner [2022-04-17T15:05:13.762Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. [2022-04-17T15:05:13.762Z] [sql] 0 rows affected [2022-04-17T15:05:13.762Z] [sql] 19 of 22 SQL statements executed successfully [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setOSConditions: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setToolWin: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setToolUnix: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setToolProperty: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setS1ASclassPath: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] init-common: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setup: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setOSConditions: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setToolWin: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setToolUnix: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setToolProperty: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setS1ASclassPath: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] init-common: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] deploy-jdbc-common: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setOSConditions: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setToolWin: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setToolUnix: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setToolProperty: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] setS1ASclassPath: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] init-common: [2022-04-17T15:05:13.762Z] [2022-04-17T15:05:13.762Z] create-jdbc-connpool-common: [2022-04-17T15:05:14.345Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:14.345Z] [exec] JDBC connection pool jdbc-unshareable-pool created successfully. [2022-04-17T15:05:14.345Z] [2022-04-17T15:05:14.345Z] set-derby-connpool-props: [2022-04-17T15:05:14.602Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:14.602Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.User=dbuser [2022-04-17T15:05:15.166Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:15.166Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.Password=dbpassword [2022-04-17T15:05:15.422Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:15.422Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.driverType=4 [2022-04-17T15:05:15.988Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:15.988Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.portNumber=1527 [2022-04-17T15:05:16.553Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:16.553Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.dataBaseName=testdb [2022-04-17T15:05:16.810Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:16.810Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:05:17.372Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:17.372Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.create=true [2022-04-17T15:05:17.628Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:17.628Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.property.serverName=localhost [2022-04-17T15:05:17.628Z] [2022-04-17T15:05:17.628Z] setOSConditions: [2022-04-17T15:05:17.628Z] [2022-04-17T15:05:17.628Z] setToolWin: [2022-04-17T15:05:17.628Z] [2022-04-17T15:05:17.628Z] setToolUnix: [2022-04-17T15:05:17.628Z] [2022-04-17T15:05:17.628Z] setToolProperty: [2022-04-17T15:05:17.628Z] [2022-04-17T15:05:17.628Z] setS1ASclassPath: [2022-04-17T15:05:17.628Z] [2022-04-17T15:05:17.628Z] init-common: [2022-04-17T15:05:17.628Z] [2022-04-17T15:05:17.628Z] create-jdbc-resource-common: [2022-04-17T15:05:17.628Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:18.194Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:18.194Z] [exec] JDBC resource jdbc/unshareable created successfully. [2022-04-17T15:05:18.194Z] [echo] cmd executed for server [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] setOSConditions: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] setToolWin: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] setToolUnix: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] setToolProperty: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] setS1ASclassPath: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] init-common: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] deploy-jdbc-common: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] setOSConditions: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] setToolWin: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] setToolUnix: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] setToolProperty: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] setS1ASclassPath: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] init-common: [2022-04-17T15:05:18.194Z] [2022-04-17T15:05:18.194Z] create-jdbc-connpool-common: [2022-04-17T15:05:18.755Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:18.755Z] [exec] JDBC connection pool jdbc-shareable-pool created successfully. [2022-04-17T15:05:18.755Z] [2022-04-17T15:05:18.755Z] set-derby-connpool-props: [2022-04-17T15:05:19.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:19.039Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.User=dbuser [2022-04-17T15:05:19.294Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:19.295Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.Password=dbpassword [2022-04-17T15:05:19.856Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:19.856Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.driverType=4 [2022-04-17T15:05:20.112Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:20.112Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.portNumber=1527 [2022-04-17T15:05:20.368Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:20.368Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.dataBaseName=testdb [2022-04-17T15:05:20.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:20.945Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:05:21.203Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:21.203Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.create=true [2022-04-17T15:05:21.765Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:21.765Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.property.serverName=localhost [2022-04-17T15:05:21.765Z] [2022-04-17T15:05:21.765Z] setOSConditions: [2022-04-17T15:05:21.765Z] [2022-04-17T15:05:21.765Z] setToolWin: [2022-04-17T15:05:21.765Z] [2022-04-17T15:05:21.765Z] setToolUnix: [2022-04-17T15:05:21.765Z] [2022-04-17T15:05:21.765Z] setToolProperty: [2022-04-17T15:05:21.765Z] [2022-04-17T15:05:21.765Z] setS1ASclassPath: [2022-04-17T15:05:21.765Z] [2022-04-17T15:05:21.765Z] init-common: [2022-04-17T15:05:21.765Z] [2022-04-17T15:05:21.765Z] create-jdbc-resource-common: [2022-04-17T15:05:21.765Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:22.020Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:22.020Z] [exec] JDBC resource jdbc/shareable created successfully. [2022-04-17T15:05:22.020Z] [echo] cmd executed for server [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] setOSConditions: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] setToolWin: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] setToolUnix: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] setToolProperty: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] setS1ASclassPath: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] init-common: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] deploy-jdbc-driver-common: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] setOSConditions: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] setToolWin: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] setToolUnix: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] setToolProperty: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] setS1ASclassPath: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] init-common: [2022-04-17T15:05:22.020Z] [2022-04-17T15:05:22.020Z] create-jdbc-driver-connpool-common: [2022-04-17T15:05:22.588Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:05:22.588Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:05:22.588Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:22.588Z] [exec] JDBC connection pool jdbc-local-pool created successfully. [2022-04-17T15:05:22.588Z] [2022-04-17T15:05:22.588Z] set-derby-driver-connpool-props: [2022-04-17T15:05:22.588Z] [2022-04-17T15:05:22.588Z] asadmin-common-ignore-fail: [2022-04-17T15:05:22.588Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:22.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:22.846Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword [2022-04-17T15:05:22.846Z] [2022-04-17T15:05:22.846Z] setOSConditions: [2022-04-17T15:05:22.846Z] [2022-04-17T15:05:22.846Z] setToolWin: [2022-04-17T15:05:22.846Z] [2022-04-17T15:05:22.846Z] setToolUnix: [2022-04-17T15:05:22.846Z] [2022-04-17T15:05:22.846Z] setToolProperty: [2022-04-17T15:05:22.846Z] [2022-04-17T15:05:22.846Z] setS1ASclassPath: [2022-04-17T15:05:22.846Z] [2022-04-17T15:05:22.846Z] init-common: [2022-04-17T15:05:22.846Z] [2022-04-17T15:05:22.846Z] create-jdbc-resource-common: [2022-04-17T15:05:22.846Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:23.438Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:23.438Z] [exec] JDBC resource jdbc/localdatasource created successfully. [2022-04-17T15:05:23.438Z] [echo] cmd executed for server [2022-04-17T15:05:23.438Z] [2022-04-17T15:05:23.438Z] asadmin-common: [2022-04-17T15:05:23.438Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:23.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:23.694Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH [2022-04-17T15:05:23.694Z] [2022-04-17T15:05:23.694Z] asadmin-common: [2022-04-17T15:05:23.694Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:23.949Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:23.949Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.steady-pool-size=5 [2022-04-17T15:05:23.949Z] [2022-04-17T15:05:23.949Z] asadmin-common: [2022-04-17T15:05:23.949Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:24.543Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:24.543Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.max-pool-size=5 [2022-04-17T15:05:24.543Z] [2022-04-17T15:05:24.543Z] asadmin-common: [2022-04-17T15:05:24.543Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:24.799Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:24.799Z] [exec] domain.resources.jdbc-connection-pool.jdbc-shareable-pool.idle-timeout-in-seconds=3600 [2022-04-17T15:05:24.799Z] [2022-04-17T15:05:24.799Z] asadmin-common: [2022-04-17T15:05:24.799Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:25.361Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:25.361Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.steady-pool-size=5 [2022-04-17T15:05:25.361Z] [2022-04-17T15:05:25.361Z] asadmin-common: [2022-04-17T15:05:25.361Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:25.617Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:25.617Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.max-pool-size=5 [2022-04-17T15:05:25.617Z] [2022-04-17T15:05:25.617Z] asadmin-common: [2022-04-17T15:05:25.617Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:25.873Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:25.873Z] [exec] domain.resources.jdbc-connection-pool.jdbc-unshareable-pool.idle-timeout-in-seconds=3600 [2022-04-17T15:05:25.873Z] [2022-04-17T15:05:25.873Z] asadmin-common: [2022-04-17T15:05:25.873Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:26.449Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:26.449Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 [2022-04-17T15:05:26.449Z] [2022-04-17T15:05:26.449Z] asadmin-common: [2022-04-17T15:05:26.449Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:26.705Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:26.705Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 [2022-04-17T15:05:26.705Z] [2022-04-17T15:05:26.705Z] asadmin-common: [2022-04-17T15:05:26.705Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:27.268Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:27.268Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] setOSConditions: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] setToolWin: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] setToolUnix: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] setToolProperty: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] setS1ASclassPath: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] init-common: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] deploy-common: [2022-04-17T15:05:27.268Z] [echo] Current time (ISO): 2022-04-17T15:05:27.095+0000 [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] setOSConditions: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] setToolWin: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] setToolUnix: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] setToolProperty: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] setS1ASclassPath: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] init-common: [2022-04-17T15:05:27.268Z] [2022-04-17T15:05:27.268Z] deploy-common-pe: [2022-04-17T15:05:27.524Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T15:05:27.780Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. [2022-04-17T15:05:27.780Z] [echo] Deployment on target server server successful [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setOSConditions: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setToolWin: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setToolUnix: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setToolProperty: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setS1ASclassPath: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] init-common: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] deploy-common-ee: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] run: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setOSConditions: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setToolWin: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setToolUnix: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setToolProperty: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setS1ASclassPath: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] init-common: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] execute-sql-common: [2022-04-17T15:05:27.780Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/create_pointbase.sql [2022-04-17T15:05:27.780Z] [sql] 0 rows affected [2022-04-17T15:05:27.780Z] [sql] 0 rows affected [2022-04-17T15:05:27.780Z] [sql] 0 rows affected [2022-04-17T15:05:27.780Z] [sql] 0 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 1 rows affected [2022-04-17T15:05:27.780Z] [sql] 0 rows affected [2022-04-17T15:05:27.780Z] [sql] 0 rows affected [2022-04-17T15:05:27.780Z] [sql] 22 of 22 SQL statements executed successfully [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setOSConditions: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setToolWin: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setToolUnix: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setToolProperty: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] setS1ASclassPath: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] init-common: [2022-04-17T15:05:27.780Z] [2022-04-17T15:05:27.780Z] runclient-common: [2022-04-17T15:05:27.780Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T15:05:28.709Z] [exec] Apr 17, 2022 3:05:28 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:05:28.709Z] [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. [2022-04-17T15:05:31.990Z] [exec] localds = [324807651] [2022-04-17T15:05:31.990Z] [exec] localdsAfter = [1772901155] [2022-04-17T15:05:31.990Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad destroyedCount localds: [2022-04-17T15:05:31.990Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:05:31.990Z] [exec] [2022-04-17T15:05:31.990Z] [exec] [2022-04-17T15:05:31.990Z] [exec] ----------------------------------------- [2022-04-17T15:05:31.990Z] [exec] - DMMCF Mark-Connection-As-Bad destroyedCount localds: : PASS - [2022-04-17T15:05:31.990Z] [exec] ----------------------------------------- [2022-04-17T15:05:31.990Z] [exec] Total PASS: 1 [2022-04-17T15:05:31.990Z] [exec] Total FAIL: 0 [2022-04-17T15:05:31.990Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:05:31.990Z] [exec] ----------------------------------------- [2022-04-17T15:05:31.990Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:05:31.990Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:05:32.247Z] [2022-04-17T15:05:32.247Z] checkReporting-common: [2022-04-17T15:05:32.247Z] [2022-04-17T15:05:32.247Z] confirmReportPresent-common: [2022-04-17T15:05:32.247Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:05:32.247Z] [echo] Test seems to be reported fine [2022-04-17T15:05:32.247Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/RepRunConf.txt [2022-04-17T15:05:32.247Z] [2022-04-17T15:05:32.247Z] confirmMissingReport-common: [2022-04-17T15:05:32.247Z] [2022-04-17T15:05:32.247Z] asadmin-common: [2022-04-17T15:05:32.247Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:32.838Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:32.838Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF [2022-04-17T15:05:32.838Z] [2022-04-17T15:05:32.838Z] asadmin-common: [2022-04-17T15:05:32.838Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:33.094Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:33.094Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH [2022-04-17T15:05:33.094Z] [2022-04-17T15:05:33.094Z] setOSConditions: [2022-04-17T15:05:33.094Z] [2022-04-17T15:05:33.094Z] setToolWin: [2022-04-17T15:05:33.094Z] [2022-04-17T15:05:33.094Z] setToolUnix: [2022-04-17T15:05:33.094Z] [2022-04-17T15:05:33.094Z] setToolProperty: [2022-04-17T15:05:33.094Z] [2022-04-17T15:05:33.094Z] setS1ASclassPath: [2022-04-17T15:05:33.094Z] [2022-04-17T15:05:33.094Z] init-common: [2022-04-17T15:05:33.094Z] [2022-04-17T15:05:33.094Z] runclient-common: [2022-04-17T15:05:33.094Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T15:05:34.039Z] [exec] Apr 17, 2022 3:05:33 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:05:34.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. [2022-04-17T15:05:37.338Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : [2022-04-17T15:05:37.338Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : [2022-04-17T15:05:37.338Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : [2022-04-17T15:05:37.338Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : [2022-04-17T15:05:37.597Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : [2022-04-17T15:05:37.597Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : [2022-04-17T15:05:37.597Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : [2022-04-17T15:05:37.597Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : [2022-04-17T15:05:37.597Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : [2022-04-17T15:05:37.597Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : [2022-04-17T15:05:37.597Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : [2022-04-17T15:05:37.855Z] [exec] Value of key is: DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : [2022-04-17T15:05:37.855Z] [exec] DMMCF Mark-Connection-As-Bad [2022-04-17T15:05:37.855Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:05:37.855Z] [exec] [2022-04-17T15:05:37.855Z] [exec] [2022-04-17T15:05:37.855Z] [exec] ----------------------------------------- [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - ReadOnly] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - ReadOnly] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - UnShareable - Write] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - ReadOnly] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - ReadOnly] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - Shareable - Write] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - NoTx - Shareable - Write] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Write] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Read] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Write-Read] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [XA - Tx - UnShareable - Write] : : PASS - [2022-04-17T15:05:37.855Z] [exec] - DMMCF Mark-Connection-As-Bad [Local-XA -Shareable-Shareable - Read-Write] : : PASS - [2022-04-17T15:05:37.855Z] [exec] ----------------------------------------- [2022-04-17T15:05:37.855Z] [exec] Total PASS: 12 [2022-04-17T15:05:37.855Z] [exec] Total FAIL: 0 [2022-04-17T15:05:37.855Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:05:37.855Z] [exec] ----------------------------------------- [2022-04-17T15:05:37.855Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:05:37.855Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] checkReporting-common: [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] confirmReportPresent-common: [2022-04-17T15:05:38.111Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:05:38.111Z] [echo] Test seems to be reported fine [2022-04-17T15:05:38.111Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/RepRunConf.txt [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] confirmMissingReport-common: [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] undeploy: [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] setOSConditions: [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] setToolWin: [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] setToolUnix: [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] setToolProperty: [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] setS1ASclassPath: [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] init-common: [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] execute-sql-common: [2022-04-17T15:05:38.111Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.markconnectionasbad.xa/sql/drop_pointbase.sql [2022-04-17T15:05:38.111Z] [sql] 0 rows affected [2022-04-17T15:05:38.111Z] [sql] 0 rows affected [2022-04-17T15:05:38.111Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] unsetup: [2022-04-17T15:05:38.111Z] [2022-04-17T15:05:38.111Z] asadmin-common: [2022-04-17T15:05:38.111Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:38.368Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:38.639Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF [2022-04-17T15:05:38.639Z] [2022-04-17T15:05:38.639Z] setOSConditions: [2022-04-17T15:05:38.639Z] [2022-04-17T15:05:38.639Z] setToolWin: [2022-04-17T15:05:38.639Z] [2022-04-17T15:05:38.639Z] setToolUnix: [2022-04-17T15:05:38.639Z] [2022-04-17T15:05:38.639Z] setToolProperty: [2022-04-17T15:05:38.639Z] [2022-04-17T15:05:38.639Z] setS1ASclassPath: [2022-04-17T15:05:38.639Z] [2022-04-17T15:05:38.639Z] init-common: [2022-04-17T15:05:38.639Z] [2022-04-17T15:05:38.639Z] delete-jdbc-resource-common: [2022-04-17T15:05:38.639Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/unshareable [2022-04-17T15:05:38.894Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/unshareable [2022-04-17T15:05:38.894Z] [exec] JDBC resource jdbc/unshareable deleted successfully [2022-04-17T15:05:38.894Z] [echo] cmd executed for server [2022-04-17T15:05:38.894Z] [2022-04-17T15:05:38.894Z] setOSConditions: [2022-04-17T15:05:38.894Z] [2022-04-17T15:05:38.894Z] setToolWin: [2022-04-17T15:05:38.894Z] [2022-04-17T15:05:38.894Z] setToolUnix: [2022-04-17T15:05:38.894Z] [2022-04-17T15:05:38.894Z] setToolProperty: [2022-04-17T15:05:38.894Z] [2022-04-17T15:05:38.894Z] setS1ASclassPath: [2022-04-17T15:05:38.894Z] [2022-04-17T15:05:38.894Z] init-common: [2022-04-17T15:05:38.894Z] [2022-04-17T15:05:38.894Z] delete-jdbc-connpool-common: [2022-04-17T15:05:38.894Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-unshareable-pool [2022-04-17T15:05:39.456Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:39.456Z] [exec] JDBC Connection pool jdbc-unshareable-pool deleted successfully [2022-04-17T15:05:39.456Z] [echo] cmd executed for server [2022-04-17T15:05:39.456Z] [2022-04-17T15:05:39.456Z] setOSConditions: [2022-04-17T15:05:39.456Z] [2022-04-17T15:05:39.456Z] setToolWin: [2022-04-17T15:05:39.456Z] [2022-04-17T15:05:39.456Z] setToolUnix: [2022-04-17T15:05:39.456Z] [2022-04-17T15:05:39.456Z] setToolProperty: [2022-04-17T15:05:39.456Z] [2022-04-17T15:05:39.456Z] setS1ASclassPath: [2022-04-17T15:05:39.456Z] [2022-04-17T15:05:39.456Z] init-common: [2022-04-17T15:05:39.456Z] [2022-04-17T15:05:39.456Z] delete-jdbc-resource-common: [2022-04-17T15:05:39.456Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/shareable [2022-04-17T15:05:39.712Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/shareable [2022-04-17T15:05:39.712Z] [exec] JDBC resource jdbc/shareable deleted successfully [2022-04-17T15:05:39.712Z] [echo] cmd executed for server [2022-04-17T15:05:39.712Z] [2022-04-17T15:05:39.712Z] setOSConditions: [2022-04-17T15:05:39.712Z] [2022-04-17T15:05:39.712Z] setToolWin: [2022-04-17T15:05:39.712Z] [2022-04-17T15:05:39.712Z] setToolUnix: [2022-04-17T15:05:39.712Z] [2022-04-17T15:05:39.712Z] setToolProperty: [2022-04-17T15:05:39.712Z] [2022-04-17T15:05:39.712Z] setS1ASclassPath: [2022-04-17T15:05:39.712Z] [2022-04-17T15:05:39.712Z] init-common: [2022-04-17T15:05:39.712Z] [2022-04-17T15:05:39.712Z] delete-jdbc-connpool-common: [2022-04-17T15:05:39.712Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-shareable-pool [2022-04-17T15:05:40.274Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:40.274Z] [exec] JDBC Connection pool jdbc-shareable-pool deleted successfully [2022-04-17T15:05:40.274Z] [echo] cmd executed for server [2022-04-17T15:05:40.274Z] [2022-04-17T15:05:40.274Z] setOSConditions: [2022-04-17T15:05:40.274Z] [2022-04-17T15:05:40.274Z] setToolWin: [2022-04-17T15:05:40.274Z] [2022-04-17T15:05:40.274Z] setToolUnix: [2022-04-17T15:05:40.274Z] [2022-04-17T15:05:40.274Z] setToolProperty: [2022-04-17T15:05:40.274Z] [2022-04-17T15:05:40.274Z] setS1ASclassPath: [2022-04-17T15:05:40.274Z] [2022-04-17T15:05:40.274Z] init-common: [2022-04-17T15:05:40.274Z] [2022-04-17T15:05:40.274Z] delete-jdbc-resource-common: [2022-04-17T15:05:40.274Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource [2022-04-17T15:05:40.537Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource [2022-04-17T15:05:40.537Z] [exec] JDBC resource jdbc/localdatasource deleted successfully [2022-04-17T15:05:40.537Z] [echo] cmd executed for server [2022-04-17T15:05:40.537Z] [2022-04-17T15:05:40.537Z] setOSConditions: [2022-04-17T15:05:40.537Z] [2022-04-17T15:05:40.537Z] setToolWin: [2022-04-17T15:05:40.537Z] [2022-04-17T15:05:40.537Z] setToolUnix: [2022-04-17T15:05:40.537Z] [2022-04-17T15:05:40.537Z] setToolProperty: [2022-04-17T15:05:40.537Z] [2022-04-17T15:05:40.537Z] setS1ASclassPath: [2022-04-17T15:05:40.537Z] [2022-04-17T15:05:40.537Z] init-common: [2022-04-17T15:05:40.537Z] [2022-04-17T15:05:40.537Z] delete-jdbc-connpool-common: [2022-04-17T15:05:40.537Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool [2022-04-17T15:05:41.099Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:41.099Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully [2022-04-17T15:05:41.099Z] [echo] cmd executed for server [2022-04-17T15:05:41.099Z] [2022-04-17T15:05:41.099Z] setOSConditions: [2022-04-17T15:05:41.099Z] [2022-04-17T15:05:41.099Z] setToolWin: [2022-04-17T15:05:41.099Z] [2022-04-17T15:05:41.099Z] setToolUnix: [2022-04-17T15:05:41.099Z] [2022-04-17T15:05:41.099Z] setToolProperty: [2022-04-17T15:05:41.099Z] [2022-04-17T15:05:41.099Z] setS1ASclassPath: [2022-04-17T15:05:41.099Z] [2022-04-17T15:05:41.099Z] init-common: [2022-04-17T15:05:41.099Z] [2022-04-17T15:05:41.099Z] undeploy-common: [2022-04-17T15:05:41.355Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] all: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setOSConditions: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolWin: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolUnix: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolProperty: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setS1ASclassPath: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] init-common: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] clean: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setOSConditions: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolWin: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolUnix: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolProperty: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setS1ASclassPath: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] init-common: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] clean-common: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setOSConditions: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolWin: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolUnix: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolProperty: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setS1ASclassPath: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] init-common: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] clean-classes-common: [2022-04-17T15:05:41.355Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setOSConditions: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolWin: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolUnix: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolProperty: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setS1ASclassPath: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] init-common: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] clean-jars-common: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] compile: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setOSConditions: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolWin: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolUnix: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolProperty: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setS1ASclassPath: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] init-common: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] compile-common: [2022-04-17T15:05:41.355Z] [echo] Current time (ISO): 2022-04-17T15:05:41.331+0000 [2022-04-17T15:05:41.355Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setOSConditions: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolWin: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolUnix: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setToolProperty: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] setS1ASclassPath: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] init-common: [2022-04-17T15:05:41.355Z] [2022-04-17T15:05:41.355Z] compile-common: [2022-04-17T15:05:41.355Z] [echo] Current time (ISO): 2022-04-17T15:05:41.336+0000 [2022-04-17T15:05:41.355Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:05:43.270Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:05:43.270Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/client/Client.java uses unchecked or unsafe operations. [2022-04-17T15:05:43.270Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:05:43.270Z] [javac] 1 warning [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] build: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] setOSConditions: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] fixFiles: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] convUnix: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] convWin: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] setToolWin: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] setToolUnix: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] setToolProperty: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] setS1ASclassPath: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] init-common: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] package-persistence-common: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] ejb-jar-common: [2022-04-17T15:05:43.270Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] package-ejbjar-common: [2022-04-17T15:05:43.270Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:43.270Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-ejb.jar [2022-04-17T15:05:43.270Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] appclient-jar-common: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] package-appclientjar-common: [2022-04-17T15:05:43.270Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:43.270Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:43.270Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:43.270Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xa-client.jar [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] webclient-war-common: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] build-ear-common: [2022-04-17T15:05:43.270Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] deploy: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] setOSConditions: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] setToolWin: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.270Z] setToolUnix: [2022-04-17T15:05:43.270Z] [2022-04-17T15:05:43.271Z] setToolProperty: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setS1ASclassPath: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] init-common: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] execute-sql-common: [2022-04-17T15:05:43.271Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/sql/create_pointbase.sql [2022-04-17T15:05:43.271Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T15:05:43.271Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T15:05:43.271Z] [sql] 0 rows affected [2022-04-17T15:05:43.271Z] [sql] 0 rows affected [2022-04-17T15:05:43.271Z] [sql] 0 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] 1 rows affected [2022-04-17T15:05:43.271Z] [sql] Failed to execute: drop table owner [2022-04-17T15:05:43.271Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'OWNER' because it does not exist. [2022-04-17T15:05:43.271Z] [sql] 0 rows affected [2022-04-17T15:05:43.271Z] [sql] 20 of 22 SQL statements executed successfully [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setOSConditions: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setToolWin: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setToolUnix: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setToolProperty: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setS1ASclassPath: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] init-common: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setup: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setOSConditions: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setToolWin: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setToolUnix: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setToolProperty: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setS1ASclassPath: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] init-common: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] deploy-jdbc-driver-common: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setOSConditions: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setToolWin: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setToolUnix: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setToolProperty: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] setS1ASclassPath: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] init-common: [2022-04-17T15:05:43.271Z] [2022-04-17T15:05:43.271Z] create-jdbc-driver-connpool-common: [2022-04-17T15:05:43.844Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:05:43.844Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:05:43.844Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:43.844Z] [exec] JDBC connection pool jdbc-local-pool created successfully. [2022-04-17T15:05:43.844Z] [2022-04-17T15:05:43.844Z] set-derby-driver-connpool-props: [2022-04-17T15:05:43.844Z] [2022-04-17T15:05:43.844Z] asadmin-common-ignore-fail: [2022-04-17T15:05:43.844Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:44.100Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:44.100Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.property.URL=jdbc:derby://localhost:1527/testdb;create=true;;user=dbuser;password=dbpassword [2022-04-17T15:05:44.100Z] [2022-04-17T15:05:44.100Z] setOSConditions: [2022-04-17T15:05:44.100Z] [2022-04-17T15:05:44.100Z] setToolWin: [2022-04-17T15:05:44.100Z] [2022-04-17T15:05:44.100Z] setToolUnix: [2022-04-17T15:05:44.100Z] [2022-04-17T15:05:44.100Z] setToolProperty: [2022-04-17T15:05:44.100Z] [2022-04-17T15:05:44.100Z] setS1ASclassPath: [2022-04-17T15:05:44.100Z] [2022-04-17T15:05:44.100Z] init-common: [2022-04-17T15:05:44.100Z] [2022-04-17T15:05:44.100Z] create-jdbc-resource-common: [2022-04-17T15:05:44.100Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:44.661Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:44.661Z] [exec] JDBC resource jdbc/localdatasource created successfully. [2022-04-17T15:05:44.662Z] [echo] cmd executed for server [2022-04-17T15:05:44.662Z] [2022-04-17T15:05:44.662Z] asadmin-common: [2022-04-17T15:05:44.662Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:44.917Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:44.917Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.steady-pool-size=5 [2022-04-17T15:05:44.917Z] [2022-04-17T15:05:44.917Z] asadmin-common: [2022-04-17T15:05:44.917Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:45.173Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:45.173Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.max-pool-size=5 [2022-04-17T15:05:45.173Z] [2022-04-17T15:05:45.173Z] asadmin-common: [2022-04-17T15:05:45.173Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:45.748Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:45.748Z] [exec] domain.resources.jdbc-connection-pool.jdbc-local-pool.idle-timeout-in-seconds=3600 [2022-04-17T15:05:45.748Z] [2022-04-17T15:05:45.748Z] setOSConditions: [2022-04-17T15:05:45.748Z] [2022-04-17T15:05:45.748Z] setToolWin: [2022-04-17T15:05:45.748Z] [2022-04-17T15:05:45.748Z] setToolUnix: [2022-04-17T15:05:45.748Z] [2022-04-17T15:05:45.748Z] setToolProperty: [2022-04-17T15:05:45.748Z] [2022-04-17T15:05:45.748Z] setS1ASclassPath: [2022-04-17T15:05:45.748Z] [2022-04-17T15:05:45.748Z] init-common: [2022-04-17T15:05:45.748Z] [2022-04-17T15:05:45.748Z] deploy-common: [2022-04-17T15:05:45.748Z] [echo] Current time (ISO): 2022-04-17T15:05:45.510+0000 [2022-04-17T15:05:45.748Z] [2022-04-17T15:05:45.749Z] setOSConditions: [2022-04-17T15:05:45.749Z] [2022-04-17T15:05:45.749Z] setToolWin: [2022-04-17T15:05:45.749Z] [2022-04-17T15:05:45.749Z] setToolUnix: [2022-04-17T15:05:45.749Z] [2022-04-17T15:05:45.749Z] setToolProperty: [2022-04-17T15:05:45.749Z] [2022-04-17T15:05:45.749Z] setS1ASclassPath: [2022-04-17T15:05:45.749Z] [2022-04-17T15:05:45.749Z] init-common: [2022-04-17T15:05:45.749Z] [2022-04-17T15:05:45.749Z] deploy-common-pe: [2022-04-17T15:05:46.005Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-markconnectionasbad.xaApp.ear [2022-04-17T15:05:46.005Z] [exec] Application deployed with name jdbc-markconnectionasbad.xaApp. [2022-04-17T15:05:46.006Z] [echo] Deployment on target server server successful [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] setOSConditions: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] setToolWin: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] setToolUnix: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] setToolProperty: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] setS1ASclassPath: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] init-common: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] deploy-common-ee: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] run: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] setOSConditions: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] setToolWin: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] setToolUnix: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] setToolProperty: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] setS1ASclassPath: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] init-common: [2022-04-17T15:05:46.006Z] [2022-04-17T15:05:46.006Z] runclient-common: [2022-04-17T15:05:46.006Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T15:05:47.383Z] [exec] Apr 17, 2022 3:05:46 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:05:47.383Z] [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. [2022-04-17T15:05:50.690Z] [exec] Apr 17, 2022 3:05:50 PM org.hibernate.validator.internal.util.Version [2022-04-17T15:05:50.690Z] [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T15:05:50.946Z] [exec] localds = [2018545259] [2022-04-17T15:05:50.946Z] [exec] Apr 17, 2022 3:05:50 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed [2022-04-17T15:05:50.946Z] [exec] INFO: jdbc.markedForRemoval_conClosed [2022-04-17T15:05:50.946Z] [exec] Apr 17, 2022 3:05:50 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed [2022-04-17T15:05:50.946Z] [exec] INFO: jdbc.markedForRemoval_conClosed [2022-04-17T15:05:50.946Z] [exec] Apr 17, 2022 3:05:50 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed [2022-04-17T15:05:50.946Z] [exec] INFO: jdbc.markedForRemoval_conClosed [2022-04-17T15:05:50.946Z] [exec] Apr 17, 2022 3:05:50 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed [2022-04-17T15:05:50.946Z] [exec] INFO: jdbc.markedForRemoval_conClosed [2022-04-17T15:05:50.946Z] [exec] Apr 17, 2022 3:05:50 PM com.sun.gjc.spi.ManagedConnectionImpl connectionClosed [2022-04-17T15:05:50.946Z] [exec] INFO: jdbc.markedForRemoval_conClosed [2022-04-17T15:05:50.947Z] [exec] localdsAfter = [1527084496] [2022-04-17T15:05:50.947Z] [exec] Value of key is: Mark-Connection-As-Bad destroyedCount localds: [2022-04-17T15:05:50.947Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:05:50.947Z] [exec] [2022-04-17T15:05:50.947Z] [exec] [2022-04-17T15:05:50.947Z] [exec] ----------------------------------------- [2022-04-17T15:05:50.947Z] [exec] - Mark-Connection-As-Bad destroyedCount localds: : PASS - [2022-04-17T15:05:50.947Z] [exec] ----------------------------------------- [2022-04-17T15:05:50.947Z] [exec] Total PASS: 1 [2022-04-17T15:05:50.947Z] [exec] Total FAIL: 0 [2022-04-17T15:05:50.947Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:05:50.947Z] [exec] ----------------------------------------- [2022-04-17T15:05:50.947Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:05:51.203Z] [exec] Apr 17, 2022 3:05:50 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter [2022-04-17T15:05:51.203Z] [exec] INFO: RAR7094: __dm_jdbc_ra shutdown successful. [2022-04-17T15:05:51.203Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] checkReporting-common: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] confirmReportPresent-common: [2022-04-17T15:05:51.460Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:05:51.460Z] [echo] Test seems to be reported fine [2022-04-17T15:05:51.460Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/RepRunConf.txt [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] confirmMissingReport-common: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] undeploy: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] setOSConditions: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] setToolWin: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] setToolUnix: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] setToolProperty: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] setS1ASclassPath: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] init-common: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] execute-sql-common: [2022-04-17T15:05:51.460Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/dmmcf.appclient/sql/drop_pointbase.sql [2022-04-17T15:05:51.460Z] [sql] 0 rows affected [2022-04-17T15:05:51.460Z] [sql] 0 rows affected [2022-04-17T15:05:51.460Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] unsetup: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] setOSConditions: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] setToolWin: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] setToolUnix: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] setToolProperty: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] setS1ASclassPath: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] init-common: [2022-04-17T15:05:51.460Z] [2022-04-17T15:05:51.460Z] delete-jdbc-resource-common: [2022-04-17T15:05:51.460Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/localdatasource [2022-04-17T15:05:51.716Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/localdatasource [2022-04-17T15:05:51.716Z] [exec] JDBC resource jdbc/localdatasource deleted successfully [2022-04-17T15:05:51.716Z] [echo] cmd executed for server [2022-04-17T15:05:51.716Z] [2022-04-17T15:05:51.716Z] setOSConditions: [2022-04-17T15:05:51.716Z] [2022-04-17T15:05:51.716Z] setToolWin: [2022-04-17T15:05:51.716Z] [2022-04-17T15:05:51.716Z] setToolUnix: [2022-04-17T15:05:51.716Z] [2022-04-17T15:05:51.716Z] setToolProperty: [2022-04-17T15:05:51.716Z] [2022-04-17T15:05:51.716Z] setS1ASclassPath: [2022-04-17T15:05:51.716Z] [2022-04-17T15:05:51.716Z] init-common: [2022-04-17T15:05:51.716Z] [2022-04-17T15:05:51.716Z] delete-jdbc-connpool-common: [2022-04-17T15:05:51.716Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-local-pool [2022-04-17T15:05:52.278Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:52.278Z] [exec] JDBC Connection pool jdbc-local-pool deleted successfully [2022-04-17T15:05:52.278Z] [echo] cmd executed for server [2022-04-17T15:05:52.278Z] [2022-04-17T15:05:52.278Z] setOSConditions: [2022-04-17T15:05:52.278Z] [2022-04-17T15:05:52.278Z] setToolWin: [2022-04-17T15:05:52.278Z] [2022-04-17T15:05:52.278Z] setToolUnix: [2022-04-17T15:05:52.278Z] [2022-04-17T15:05:52.278Z] setToolProperty: [2022-04-17T15:05:52.278Z] [2022-04-17T15:05:52.278Z] setS1ASclassPath: [2022-04-17T15:05:52.278Z] [2022-04-17T15:05:52.278Z] init-common: [2022-04-17T15:05:52.278Z] [2022-04-17T15:05:52.278Z] undeploy-common: [2022-04-17T15:05:52.539Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] all: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setOSConditions: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolWin: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolUnix: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolProperty: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setS1ASclassPath: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] init-common: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] clean: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setOSConditions: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolWin: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolUnix: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolProperty: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setS1ASclassPath: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] init-common: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] clean-common: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setOSConditions: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolWin: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolUnix: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolProperty: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setS1ASclassPath: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] init-common: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] clean-classes-common: [2022-04-17T15:05:52.794Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setOSConditions: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolWin: [2022-04-17T15:05:52.794Z] [2022-04-17T15:05:52.794Z] setToolUnix: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] setToolProperty: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] setS1ASclassPath: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] init-common: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] clean-jars-common: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] compile: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] setOSConditions: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] setToolWin: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] setToolUnix: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] setToolProperty: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] setS1ASclassPath: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] init-common: [2022-04-17T15:05:52.795Z] [2022-04-17T15:05:52.795Z] compile-common: [2022-04-17T15:05:52.795Z] [echo] Current time (ISO): 2022-04-17T15:05:52.602+0000 [2022-04-17T15:05:52.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:05:52.795Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:05:54.175Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:05:54.175Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:05:54.175Z] [javac] return new Integer(1); [2022-04-17T15:05:54.175Z] [javac] ^ [2022-04-17T15:05:54.431Z] [javac] 2 warnings [2022-04-17T15:05:54.431Z] [2022-04-17T15:05:54.431Z] setOSConditions: [2022-04-17T15:05:54.431Z] [2022-04-17T15:05:54.431Z] setToolWin: [2022-04-17T15:05:54.431Z] [2022-04-17T15:05:54.431Z] setToolUnix: [2022-04-17T15:05:54.431Z] [2022-04-17T15:05:54.431Z] setToolProperty: [2022-04-17T15:05:54.431Z] [2022-04-17T15:05:54.431Z] setS1ASclassPath: [2022-04-17T15:05:54.431Z] [2022-04-17T15:05:54.431Z] init-common: [2022-04-17T15:05:54.431Z] [2022-04-17T15:05:54.431Z] compile-common: [2022-04-17T15:05:54.431Z] [echo] Current time (ISO): 2022-04-17T15:05:54.308+0000 [2022-04-17T15:05:54.432Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:05:56.339Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:05:56.339Z] [javac] 1 warning [2022-04-17T15:05:56.339Z] [2022-04-17T15:05:56.339Z] setOSConditions: [2022-04-17T15:05:56.339Z] [2022-04-17T15:05:56.339Z] setToolWin: [2022-04-17T15:05:56.339Z] [2022-04-17T15:05:56.339Z] setToolUnix: [2022-04-17T15:05:56.339Z] [2022-04-17T15:05:56.339Z] setToolProperty: [2022-04-17T15:05:56.339Z] [2022-04-17T15:05:56.339Z] setS1ASclassPath: [2022-04-17T15:05:56.339Z] [2022-04-17T15:05:56.339Z] init-common: [2022-04-17T15:05:56.339Z] [2022-04-17T15:05:56.339Z] compile-common: [2022-04-17T15:05:56.339Z] [echo] Current time (ISO): 2022-04-17T15:05:55.985+0000 [2022-04-17T15:05:56.339Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:05:58.305Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:05:58.305Z] [javac] 1 warning [2022-04-17T15:05:58.305Z] [2022-04-17T15:05:58.306Z] build: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] setOSConditions: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] fixFiles: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] convUnix: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] convWin: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] setToolWin: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] setToolUnix: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] setToolProperty: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] setS1ASclassPath: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] init-common: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] package-persistence-common: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] ejb-jar-common: [2022-04-17T15:05:58.306Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] package-ejbjar-common: [2022-04-17T15:05:58.306Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:58.306Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:58.306Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:58.306Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsql-ejb.jar [2022-04-17T15:05:58.306Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] appclient-jar-common: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] package-appclientjar-common: [2022-04-17T15:05:58.306Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:58.306Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:58.306Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:58.306Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsql-client.jar [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] webclient-war-common: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] build-ear-common: [2022-04-17T15:05:58.306Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:05:58.306Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlApp.ear [2022-04-17T15:05:58.306Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/logger/sql-trace-listener.jar [2022-04-17T15:05:58.306Z] [copyfile] DEPRECATED - The copyfile task is deprecated. Use copy instead. [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] restart-server: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] setOSConditions: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] stop-server: [2022-04-17T15:05:58.306Z] [2022-04-17T15:05:58.306Z] stop-server-unix: [2022-04-17T15:05:58.306Z] [echo] stopping server on unix ... [2022-04-17T15:06:01.649Z] [exec] Waiting for the domain to stop . [2022-04-17T15:06:01.649Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:06:11.609Z] [2022-04-17T15:06:11.609Z] stop-server-windows: [2022-04-17T15:06:16.865Z] [2022-04-17T15:06:16.865Z] setOSConditions: [2022-04-17T15:06:16.865Z] [2022-04-17T15:06:16.865Z] start-server: [2022-04-17T15:06:16.865Z] [echo] +-----------------------------+ [2022-04-17T15:06:16.865Z] [echo] | | [2022-04-17T15:06:16.865Z] [echo] | S T A R T I N G GLASSFISH | [2022-04-17T15:06:16.865Z] [echo] | in Felix mode | [2022-04-17T15:06:16.865Z] [echo] | | [2022-04-17T15:06:16.865Z] [echo] +-----------------------------+ [2022-04-17T15:06:16.865Z] [2022-04-17T15:06:16.865Z] start-server-unix: [2022-04-17T15:06:21.141Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:06:21.141Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:06:21.141Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:06:21.141Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:06:21.141Z] [exec] Admin Port: 4848 [2022-04-17T15:06:21.141Z] [exec] Command start-domain executed successfully. [2022-04-17T15:06:31.100Z] [2022-04-17T15:06:31.100Z] start-server-windows: [2022-04-17T15:06:31.100Z] [2022-04-17T15:06:31.100Z] deploy: [2022-04-17T15:06:31.100Z] [2022-04-17T15:06:31.100Z] setOSConditions: [2022-04-17T15:06:31.100Z] [2022-04-17T15:06:31.100Z] setToolWin: [2022-04-17T15:06:31.100Z] [2022-04-17T15:06:31.100Z] setToolUnix: [2022-04-17T15:06:31.100Z] [2022-04-17T15:06:31.100Z] setToolProperty: [2022-04-17T15:06:31.100Z] [2022-04-17T15:06:31.100Z] setS1ASclassPath: [2022-04-17T15:06:31.100Z] [2022-04-17T15:06:31.100Z] init-common: [2022-04-17T15:06:31.100Z] [2022-04-17T15:06:31.100Z] execute-sql-common: [2022-04-17T15:06:31.100Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/create_pointbase.sql [2022-04-17T15:06:31.100Z] [sql] Failed to execute: Drop table customer_stmt_wrapper [2022-04-17T15:06:31.100Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER' because it does not exist. [2022-04-17T15:06:31.100Z] [sql] 0 rows affected [2022-04-17T15:06:31.100Z] [sql] 1 rows affected [2022-04-17T15:06:31.100Z] [sql] 1 rows affected [2022-04-17T15:06:31.100Z] [sql] Failed to execute: Drop table sql_trace [2022-04-17T15:06:31.100Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SQL_TRACE' because it does not exist. [2022-04-17T15:06:31.100Z] [sql] 0 rows affected [2022-04-17T15:06:31.100Z] [sql] Failed to execute: Drop table null_entry_table [2022-04-17T15:06:31.100Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'NULL_ENTRY_TABLE' because it does not exist. [2022-04-17T15:06:31.101Z] [sql] 0 rows affected [2022-04-17T15:06:31.101Z] [sql] Failed to execute: Drop table expected_sql_trace [2022-04-17T15:06:31.101Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPECTED_SQL_TRACE' because it does not exist. [2022-04-17T15:06:31.101Z] [sql] 0 rows affected [2022-04-17T15:06:31.101Z] [sql] 1 rows affected [2022-04-17T15:06:31.101Z] [sql] 1 rows affected [2022-04-17T15:06:31.101Z] [sql] 1 rows affected [2022-04-17T15:06:31.101Z] [sql] 1 rows affected [2022-04-17T15:06:31.101Z] [sql] 1 rows affected [2022-04-17T15:06:31.101Z] [sql] 1 rows affected [2022-04-17T15:06:31.101Z] [sql] 12 of 16 SQL statements executed successfully [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] setOSConditions: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] setToolWin: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] setToolUnix: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] setToolProperty: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] setS1ASclassPath: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] init-common: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] deploy-jdbc-common: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] setOSConditions: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] setToolWin: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] setToolUnix: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] setToolProperty: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] setS1ASclassPath: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] init-common: [2022-04-17T15:06:31.101Z] [2022-04-17T15:06:31.101Z] create-jdbc-connpool-common: [2022-04-17T15:06:31.663Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:33.077Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:06:33.077Z] [2022-04-17T15:06:33.077Z] set-derby-connpool-props: [2022-04-17T15:06:33.333Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:06:33.333Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:06:33.896Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:06:33.896Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:06:34.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:06:34.195Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:06:34.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:06:34.740Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:06:34.997Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:06:34.997Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:06:35.559Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:06:35.559Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:06:35.815Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:06:35.815Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:06:36.072Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:06:36.072Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:06:36.072Z] [2022-04-17T15:06:36.072Z] setOSConditions: [2022-04-17T15:06:36.072Z] [2022-04-17T15:06:36.072Z] setToolWin: [2022-04-17T15:06:36.072Z] [2022-04-17T15:06:36.072Z] setToolUnix: [2022-04-17T15:06:36.072Z] [2022-04-17T15:06:36.072Z] setToolProperty: [2022-04-17T15:06:36.072Z] [2022-04-17T15:06:36.072Z] setS1ASclassPath: [2022-04-17T15:06:36.072Z] [2022-04-17T15:06:36.072Z] init-common: [2022-04-17T15:06:36.072Z] [2022-04-17T15:06:36.072Z] create-jdbc-resource-common: [2022-04-17T15:06:36.072Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:36.645Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:36.645Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T15:06:36.645Z] [echo] cmd executed for server [2022-04-17T15:06:36.645Z] [2022-04-17T15:06:36.645Z] asadmin-common: [2022-04-17T15:06:36.645Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:36.901Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T15:06:36.901Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql-trace-listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger [2022-04-17T15:06:36.901Z] [2022-04-17T15:06:36.901Z] setOSConditions: [2022-04-17T15:06:36.901Z] [2022-04-17T15:06:36.901Z] setToolWin: [2022-04-17T15:06:36.901Z] [2022-04-17T15:06:36.901Z] setToolUnix: [2022-04-17T15:06:36.901Z] [2022-04-17T15:06:36.901Z] setToolProperty: [2022-04-17T15:06:36.901Z] [2022-04-17T15:06:36.901Z] setS1ASclassPath: [2022-04-17T15:06:36.901Z] [2022-04-17T15:06:36.901Z] init-common: [2022-04-17T15:06:36.901Z] [2022-04-17T15:06:36.902Z] deploy-jdbc-common: [2022-04-17T15:06:36.902Z] [2022-04-17T15:06:36.902Z] setOSConditions: [2022-04-17T15:06:36.902Z] [2022-04-17T15:06:36.902Z] setToolWin: [2022-04-17T15:06:36.902Z] [2022-04-17T15:06:36.902Z] setToolUnix: [2022-04-17T15:06:36.902Z] [2022-04-17T15:06:36.902Z] setToolProperty: [2022-04-17T15:06:36.902Z] [2022-04-17T15:06:36.902Z] setS1ASclassPath: [2022-04-17T15:06:36.902Z] [2022-04-17T15:06:36.902Z] init-common: [2022-04-17T15:06:36.902Z] [2022-04-17T15:06:36.902Z] create-jdbc-connpool-common: [2022-04-17T15:06:37.464Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:37.464Z] [exec] JDBC connection pool tracingsql-pool created successfully. [2022-04-17T15:06:37.464Z] [2022-04-17T15:06:37.464Z] set-derby-connpool-props: [2022-04-17T15:06:37.721Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:37.721Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.User=dbuser [2022-04-17T15:06:38.283Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:38.283Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.Password=dbpassword [2022-04-17T15:06:38.539Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:38.539Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.driverType=4 [2022-04-17T15:06:39.102Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:39.102Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.portNumber=1527 [2022-04-17T15:06:39.359Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:39.359Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.dataBaseName=testdb [2022-04-17T15:06:39.949Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:39.949Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:06:40.206Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:40.206Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.create=true [2022-04-17T15:06:40.768Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:40.768Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.property.serverName=localhost [2022-04-17T15:06:40.768Z] [2022-04-17T15:06:40.768Z] setOSConditions: [2022-04-17T15:06:40.768Z] [2022-04-17T15:06:40.768Z] setToolWin: [2022-04-17T15:06:40.768Z] [2022-04-17T15:06:40.768Z] setToolUnix: [2022-04-17T15:06:40.768Z] [2022-04-17T15:06:40.768Z] setToolProperty: [2022-04-17T15:06:40.768Z] [2022-04-17T15:06:40.768Z] setS1ASclassPath: [2022-04-17T15:06:40.768Z] [2022-04-17T15:06:40.768Z] init-common: [2022-04-17T15:06:40.768Z] [2022-04-17T15:06:40.768Z] create-jdbc-resource-common: [2022-04-17T15:06:40.768Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:41.036Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:41.036Z] [exec] JDBC resource jdbc/tracingsql-res created successfully. [2022-04-17T15:06:41.036Z] [echo] cmd executed for server [2022-04-17T15:06:41.036Z] [2022-04-17T15:06:41.036Z] asadmin-common: [2022-04-17T15:06:41.036Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:41.599Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:41.599Z] [exec] domain.resources.jdbc-connection-pool.tracingsql-pool.non-transactional-connections=true [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] setOSConditions: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] setToolWin: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] setToolUnix: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] setToolProperty: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] setS1ASclassPath: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] init-common: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] deploy-common: [2022-04-17T15:06:41.599Z] [echo] Current time (ISO): 2022-04-17T15:06:41.504+0000 [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] setOSConditions: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] setToolWin: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] setToolUnix: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] setToolProperty: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] setS1ASclassPath: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] init-common: [2022-04-17T15:06:41.599Z] [2022-04-17T15:06:41.599Z] deploy-common-pe: [2022-04-17T15:06:42.164Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-tracingsqlApp.ear [2022-04-17T15:06:45.477Z] [exec] Application deployed with name ejb-bmp-tracingsqlApp. [2022-04-17T15:06:45.477Z] [echo] Deployment on target server server successful [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] setOSConditions: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] setToolWin: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] setToolUnix: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] setToolProperty: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] setS1ASclassPath: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] init-common: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] deploy-common-ee: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] run: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] setOSConditions: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] setToolWin: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] setToolUnix: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] setToolProperty: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] setS1ASclassPath: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] init-common: [2022-04-17T15:06:45.477Z] [2022-04-17T15:06:45.477Z] runclient-common: [2022-04-17T15:06:45.477Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T15:06:46.404Z] [exec] Apr 17, 2022 3:06:46 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:06:46.404Z] [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. [2022-04-17T15:06:50.590Z] [exec] Value of key is: preparedStatementTest : [2022-04-17T15:06:50.590Z] [exec] Value of key is: Sql Tracing Test : [2022-04-17T15:06:50.590Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:06:50.590Z] [exec] [2022-04-17T15:06:50.590Z] [exec] [2022-04-17T15:06:50.590Z] [exec] ----------------------------------------- [2022-04-17T15:06:50.590Z] [exec] - Sql Tracing Test : : PASS - [2022-04-17T15:06:50.590Z] [exec] - preparedStatementTest : : PASS - [2022-04-17T15:06:50.590Z] [exec] ----------------------------------------- [2022-04-17T15:06:50.590Z] [exec] Total PASS: 2 [2022-04-17T15:06:50.590Z] [exec] Total FAIL: 0 [2022-04-17T15:06:50.590Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:06:50.590Z] [exec] ----------------------------------------- [2022-04-17T15:06:50.590Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:06:50.590Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:06:50.590Z] [2022-04-17T15:06:50.590Z] checkReporting-common: [2022-04-17T15:06:50.590Z] [2022-04-17T15:06:50.590Z] confirmReportPresent-common: [2022-04-17T15:06:50.590Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:06:50.590Z] [echo] Test seems to be reported fine [2022-04-17T15:06:50.590Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/RepRunConf.txt [2022-04-17T15:06:50.590Z] [2022-04-17T15:06:50.590Z] confirmMissingReport-common: [2022-04-17T15:06:50.590Z] [2022-04-17T15:06:50.590Z] asadmin-common: [2022-04-17T15:06:50.590Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:50.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T15:06:50.846Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.sql-trace-listeners=com.sun.s1asdev.jdbc.tracingsql.logger.TraceLogger,com.sun.gjc.util.SQLTraceLogger [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] setOSConditions: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] setToolWin: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] setToolUnix: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] setToolProperty: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] setS1ASclassPath: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] init-common: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] execute-sql-common: [2022-04-17T15:06:50.846Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/recreate_sql_trace_table.sql [2022-04-17T15:06:50.846Z] [sql] 0 rows affected [2022-04-17T15:06:50.846Z] [sql] 0 rows affected [2022-04-17T15:06:50.846Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] setOSConditions: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] setToolWin: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] setToolUnix: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] setToolProperty: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] setS1ASclassPath: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] init-common: [2022-04-17T15:06:50.846Z] [2022-04-17T15:06:50.846Z] runclient-common: [2022-04-17T15:06:50.846Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T15:06:51.774Z] [exec] Apr 17, 2022 3:06:51 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:06:51.774Z] [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. [2022-04-17T15:06:55.051Z] [exec] Value of key is: preparedStatementTest : [2022-04-17T15:06:55.051Z] [exec] Value of key is: Sql Tracing Test : [2022-04-17T15:06:55.051Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:06:55.051Z] [exec] [2022-04-17T15:06:55.051Z] [exec] [2022-04-17T15:06:55.051Z] [exec] ----------------------------------------- [2022-04-17T15:06:55.051Z] [exec] - Sql Tracing Test : : PASS - [2022-04-17T15:06:55.051Z] [exec] - preparedStatementTest : : PASS - [2022-04-17T15:06:55.051Z] [exec] ----------------------------------------- [2022-04-17T15:06:55.051Z] [exec] Total PASS: 2 [2022-04-17T15:06:55.051Z] [exec] Total FAIL: 0 [2022-04-17T15:06:55.051Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:06:55.051Z] [exec] ----------------------------------------- [2022-04-17T15:06:55.051Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:06:55.051Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:06:55.307Z] [2022-04-17T15:06:55.307Z] checkReporting-common: [2022-04-17T15:06:55.307Z] [2022-04-17T15:06:55.307Z] confirmReportPresent-common: [2022-04-17T15:06:55.307Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:06:55.307Z] [echo] Test seems to be reported fine [2022-04-17T15:06:55.308Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/RepRunConf.txt [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] confirmMissingReport-common: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] undeploy: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setOSConditions: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setToolWin: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setToolUnix: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setToolProperty: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setS1ASclassPath: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] init-common: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] execute-sql-common: [2022-04-17T15:06:55.308Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/sql/drop_pointbase.sql [2022-04-17T15:06:55.308Z] [sql] 0 rows affected [2022-04-17T15:06:55.308Z] [sql] 0 rows affected [2022-04-17T15:06:55.308Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setOSConditions: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setToolWin: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setToolUnix: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setToolProperty: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setS1ASclassPath: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] init-common: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] undeploy-jdbc-common: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setOSConditions: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setToolWin: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setToolUnix: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setToolProperty: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] setS1ASclassPath: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] init-common: [2022-04-17T15:06:55.308Z] [2022-04-17T15:06:55.308Z] delete-jdbc-resource-common: [2022-04-17T15:06:55.308Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T15:06:55.871Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T15:06:55.871Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T15:06:55.871Z] [echo] cmd executed for server [2022-04-17T15:06:55.871Z] [2022-04-17T15:06:55.871Z] setOSConditions: [2022-04-17T15:06:55.871Z] [2022-04-17T15:06:55.871Z] setToolWin: [2022-04-17T15:06:55.871Z] [2022-04-17T15:06:55.871Z] setToolUnix: [2022-04-17T15:06:55.871Z] [2022-04-17T15:06:55.871Z] setToolProperty: [2022-04-17T15:06:55.871Z] [2022-04-17T15:06:55.871Z] setS1ASclassPath: [2022-04-17T15:06:55.871Z] [2022-04-17T15:06:55.871Z] init-common: [2022-04-17T15:06:55.871Z] [2022-04-17T15:06:55.871Z] delete-jdbc-connpool-common: [2022-04-17T15:06:55.871Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:06:56.130Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:56.130Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:06:56.130Z] [echo] cmd executed for server [2022-04-17T15:06:56.130Z] [2022-04-17T15:06:56.130Z] setOSConditions: [2022-04-17T15:06:56.130Z] [2022-04-17T15:06:56.130Z] setToolWin: [2022-04-17T15:06:56.130Z] [2022-04-17T15:06:56.130Z] setToolUnix: [2022-04-17T15:06:56.130Z] [2022-04-17T15:06:56.130Z] setToolProperty: [2022-04-17T15:06:56.130Z] [2022-04-17T15:06:56.130Z] setS1ASclassPath: [2022-04-17T15:06:56.130Z] [2022-04-17T15:06:56.130Z] init-common: [2022-04-17T15:06:56.130Z] [2022-04-17T15:06:56.130Z] delete-jdbc-resource-common: [2022-04-17T15:06:56.130Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/tracingsql-res [2022-04-17T15:06:56.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:56.694Z] [exec] JDBC resource jdbc/tracingsql-res deleted successfully [2022-04-17T15:06:56.694Z] [echo] cmd executed for server [2022-04-17T15:06:56.694Z] [2022-04-17T15:06:56.694Z] setOSConditions: [2022-04-17T15:06:56.694Z] [2022-04-17T15:06:56.694Z] setToolWin: [2022-04-17T15:06:56.694Z] [2022-04-17T15:06:56.694Z] setToolUnix: [2022-04-17T15:06:56.694Z] [2022-04-17T15:06:56.694Z] setToolProperty: [2022-04-17T15:06:56.694Z] [2022-04-17T15:06:56.694Z] setS1ASclassPath: [2022-04-17T15:06:56.694Z] [2022-04-17T15:06:56.694Z] init-common: [2022-04-17T15:06:56.694Z] [2022-04-17T15:06:56.694Z] delete-jdbc-connpool-common: [2022-04-17T15:06:56.694Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true tracingsql-pool [2022-04-17T15:06:56.954Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:06:57.210Z] [exec] JDBC Connection pool tracingsql-pool deleted successfully [2022-04-17T15:06:57.210Z] [echo] cmd executed for server [2022-04-17T15:06:57.210Z] [2022-04-17T15:06:57.210Z] setOSConditions: [2022-04-17T15:06:57.210Z] [2022-04-17T15:06:57.210Z] setToolWin: [2022-04-17T15:06:57.210Z] [2022-04-17T15:06:57.210Z] setToolUnix: [2022-04-17T15:06:57.210Z] [2022-04-17T15:06:57.210Z] setToolProperty: [2022-04-17T15:06:57.210Z] [2022-04-17T15:06:57.210Z] setS1ASclassPath: [2022-04-17T15:06:57.210Z] [2022-04-17T15:06:57.210Z] init-common: [2022-04-17T15:06:57.210Z] [2022-04-17T15:06:57.210Z] undeploy-common: [2022-04-17T15:06:57.774Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:06:57.774Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/lib/sql-trace-listener.jar [2022-04-17T15:06:57.774Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/tracingsql/logger/sql-trace-listener.jar [2022-04-17T15:06:57.774Z] [2022-04-17T15:06:57.774Z] restart-server: [2022-04-17T15:06:57.774Z] [2022-04-17T15:06:57.774Z] setOSConditions: [2022-04-17T15:06:57.774Z] [2022-04-17T15:06:57.774Z] stop-server: [2022-04-17T15:06:57.774Z] [2022-04-17T15:06:57.774Z] stop-server-unix: [2022-04-17T15:06:57.774Z] [echo] stopping server on unix ... [2022-04-17T15:06:59.148Z] [exec] Waiting for the domain to stop . [2022-04-17T15:06:59.148Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:07:09.103Z] [2022-04-17T15:07:09.103Z] stop-server-windows: [2022-04-17T15:07:14.360Z] [2022-04-17T15:07:14.360Z] setOSConditions: [2022-04-17T15:07:14.360Z] [2022-04-17T15:07:14.360Z] start-server: [2022-04-17T15:07:14.360Z] [echo] +-----------------------------+ [2022-04-17T15:07:14.360Z] [echo] | | [2022-04-17T15:07:14.360Z] [echo] | S T A R T I N G GLASSFISH | [2022-04-17T15:07:14.360Z] [echo] | in Felix mode | [2022-04-17T15:07:14.360Z] [echo] | | [2022-04-17T15:07:14.360Z] [echo] +-----------------------------+ [2022-04-17T15:07:14.360Z] [2022-04-17T15:07:14.360Z] start-server-unix: [2022-04-17T15:07:18.543Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:07:18.543Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:07:18.543Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:07:18.543Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:07:18.543Z] [exec] Admin Port: 4848 [2022-04-17T15:07:18.543Z] [exec] Command start-domain executed successfully. [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] start-server-windows: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] all: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setOSConditions: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolWin: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolUnix: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolProperty: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setS1ASclassPath: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] init-common: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] clean: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setOSConditions: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolWin: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolUnix: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolProperty: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setS1ASclassPath: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] init-common: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] clean-common: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setOSConditions: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolWin: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolUnix: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolProperty: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setS1ASclassPath: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] init-common: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] clean-classes-common: [2022-04-17T15:07:28.497Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setOSConditions: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolWin: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolUnix: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolProperty: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setS1ASclassPath: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] init-common: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] clean-jars-common: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] compile: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setOSConditions: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolWin: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolUnix: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setToolProperty: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] setS1ASclassPath: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] init-common: [2022-04-17T15:07:28.497Z] [2022-04-17T15:07:28.497Z] compile-common: [2022-04-17T15:07:28.497Z] [echo] Current time (ISO): 2022-04-17T15:07:28.175+0000 [2022-04-17T15:07:28.497Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:07:28.497Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:07:29.865Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:07:29.865Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:29.865Z] [javac] return new Integer(1); [2022-04-17T15:07:29.865Z] [javac] ^ [2022-04-17T15:07:29.865Z] [javac] 2 warnings [2022-04-17T15:07:29.865Z] [2022-04-17T15:07:29.865Z] setOSConditions: [2022-04-17T15:07:29.865Z] [2022-04-17T15:07:29.865Z] setToolWin: [2022-04-17T15:07:29.865Z] [2022-04-17T15:07:29.865Z] setToolUnix: [2022-04-17T15:07:29.865Z] [2022-04-17T15:07:29.865Z] setToolProperty: [2022-04-17T15:07:29.865Z] [2022-04-17T15:07:29.865Z] setS1ASclassPath: [2022-04-17T15:07:29.865Z] [2022-04-17T15:07:29.865Z] init-common: [2022-04-17T15:07:29.865Z] [2022-04-17T15:07:29.865Z] compile-common: [2022-04-17T15:07:29.865Z] [echo] Current time (ISO): 2022-04-17T15:07:29.818+0000 [2022-04-17T15:07:29.865Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:07:31.779Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:07:31.779Z] [javac] 1 warning [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] build: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setOSConditions: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] fixFiles: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] convUnix: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] convWin: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolWin: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolUnix: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolProperty: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setS1ASclassPath: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] init-common: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] package-persistence-common: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] ejb-jar-common: [2022-04-17T15:07:31.779Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] package-ejbjar-common: [2022-04-17T15:07:31.779Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:07:31.779Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:07:31.779Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:07:31.779Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40-ejb.jar [2022-04-17T15:07:31.779Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] appclient-jar-common: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] package-appclientjar-common: [2022-04-17T15:07:31.779Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:07:31.779Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:07:31.779Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:07:31.779Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40-client.jar [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] webclient-war-common: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] build-ear-common: [2022-04-17T15:07:31.779Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:07:31.779Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40App.ear [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] deploy: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setOSConditions: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolWin: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolUnix: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolProperty: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setS1ASclassPath: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] init-common: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] execute-sql-common: [2022-04-17T15:07:31.779Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/datasource40/sql/create_pointbase.sql [2022-04-17T15:07:31.779Z] [sql] 0 of 0 SQL statements executed successfully [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setOSConditions: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolWin: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolUnix: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolProperty: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setS1ASclassPath: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] init-common: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] deploy-jdbc-common: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setOSConditions: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolWin: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolUnix: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setToolProperty: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] setS1ASclassPath: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] init-common: [2022-04-17T15:07:31.779Z] [2022-04-17T15:07:31.779Z] create-jdbc-connpool-common: [2022-04-17T15:07:32.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:33.415Z] [exec] JDBC connection pool ds-pool created successfully. [2022-04-17T15:07:33.415Z] [2022-04-17T15:07:33.415Z] set-derby-connpool-props: [2022-04-17T15:07:33.977Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:33.977Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.User=dbuser [2022-04-17T15:07:34.233Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:34.233Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.Password=dbpassword [2022-04-17T15:07:34.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:34.795Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.driverType=4 [2022-04-17T15:07:35.051Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:35.051Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.portNumber=1527 [2022-04-17T15:07:35.636Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:35.636Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.dataBaseName=testdb [2022-04-17T15:07:35.892Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:35.892Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:07:36.149Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:36.149Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.create=true [2022-04-17T15:07:36.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:36.744Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.property.serverName=localhost [2022-04-17T15:07:36.744Z] [2022-04-17T15:07:36.744Z] setOSConditions: [2022-04-17T15:07:36.744Z] [2022-04-17T15:07:36.744Z] setToolWin: [2022-04-17T15:07:36.744Z] [2022-04-17T15:07:36.744Z] setToolUnix: [2022-04-17T15:07:36.744Z] [2022-04-17T15:07:36.744Z] setToolProperty: [2022-04-17T15:07:36.744Z] [2022-04-17T15:07:36.744Z] setS1ASclassPath: [2022-04-17T15:07:36.744Z] [2022-04-17T15:07:36.744Z] init-common: [2022-04-17T15:07:36.744Z] [2022-04-17T15:07:36.744Z] create-jdbc-resource-common: [2022-04-17T15:07:36.744Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:37.000Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:37.000Z] [exec] JDBC resource jdbc/ds-resource created successfully. [2022-04-17T15:07:37.000Z] [echo] cmd executed for server [2022-04-17T15:07:37.000Z] [2022-04-17T15:07:37.001Z] setOSConditions: [2022-04-17T15:07:37.001Z] [2022-04-17T15:07:37.001Z] setToolWin: [2022-04-17T15:07:37.001Z] [2022-04-17T15:07:37.001Z] setToolUnix: [2022-04-17T15:07:37.001Z] [2022-04-17T15:07:37.001Z] setToolProperty: [2022-04-17T15:07:37.001Z] [2022-04-17T15:07:37.001Z] setS1ASclassPath: [2022-04-17T15:07:37.001Z] [2022-04-17T15:07:37.001Z] init-common: [2022-04-17T15:07:37.001Z] [2022-04-17T15:07:37.001Z] deploy-jdbc-common: [2022-04-17T15:07:37.290Z] [2022-04-17T15:07:37.290Z] setOSConditions: [2022-04-17T15:07:37.290Z] [2022-04-17T15:07:37.290Z] setToolWin: [2022-04-17T15:07:37.290Z] [2022-04-17T15:07:37.290Z] setToolUnix: [2022-04-17T15:07:37.290Z] [2022-04-17T15:07:37.290Z] setToolProperty: [2022-04-17T15:07:37.290Z] [2022-04-17T15:07:37.290Z] setS1ASclassPath: [2022-04-17T15:07:37.290Z] [2022-04-17T15:07:37.290Z] init-common: [2022-04-17T15:07:37.290Z] [2022-04-17T15:07:37.290Z] create-jdbc-connpool-common: [2022-04-17T15:07:37.547Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:37.547Z] [exec] JDBC connection pool xa-pool created successfully. [2022-04-17T15:07:37.547Z] [2022-04-17T15:07:37.547Z] set-derby-connpool-props: [2022-04-17T15:07:38.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:38.139Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.User=dbuser [2022-04-17T15:07:38.397Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:38.397Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.Password=dbpassword [2022-04-17T15:07:38.653Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:38.653Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.driverType=4 [2022-04-17T15:07:39.244Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:39.244Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.portNumber=1527 [2022-04-17T15:07:39.501Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:39.501Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.dataBaseName=testdb [2022-04-17T15:07:40.068Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:40.068Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:07:40.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:40.339Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.create=true [2022-04-17T15:07:40.943Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:40.943Z] [exec] domain.resources.jdbc-connection-pool.xa-pool.property.serverName=localhost [2022-04-17T15:07:40.943Z] [2022-04-17T15:07:40.943Z] setOSConditions: [2022-04-17T15:07:40.943Z] [2022-04-17T15:07:40.943Z] setToolWin: [2022-04-17T15:07:40.943Z] [2022-04-17T15:07:40.943Z] setToolUnix: [2022-04-17T15:07:40.943Z] [2022-04-17T15:07:40.943Z] setToolProperty: [2022-04-17T15:07:40.943Z] [2022-04-17T15:07:40.943Z] setS1ASclassPath: [2022-04-17T15:07:40.943Z] [2022-04-17T15:07:40.943Z] init-common: [2022-04-17T15:07:40.943Z] [2022-04-17T15:07:40.943Z] create-jdbc-resource-common: [2022-04-17T15:07:40.943Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:41.200Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:41.200Z] [exec] JDBC resource jdbc/xa-resource created successfully. [2022-04-17T15:07:41.200Z] [echo] cmd executed for server [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] setOSConditions: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] setToolWin: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] setToolUnix: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] setToolProperty: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] setS1ASclassPath: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] init-common: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] deploy-jdbc-common: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] setOSConditions: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] setToolWin: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] setToolUnix: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] setToolProperty: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] setS1ASclassPath: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] init-common: [2022-04-17T15:07:41.200Z] [2022-04-17T15:07:41.200Z] create-jdbc-connpool-common: [2022-04-17T15:07:41.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:41.762Z] [exec] JDBC connection pool cp-pool created successfully. [2022-04-17T15:07:41.762Z] [2022-04-17T15:07:41.762Z] set-derby-connpool-props: [2022-04-17T15:07:42.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:42.346Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.User=dbuser [2022-04-17T15:07:42.603Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:42.603Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.Password=dbpassword [2022-04-17T15:07:43.164Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:43.164Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.driverType=4 [2022-04-17T15:07:43.438Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:43.438Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.portNumber=1527 [2022-04-17T15:07:43.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:43.694Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.dataBaseName=testdb [2022-04-17T15:07:44.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:44.256Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:07:44.512Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:44.512Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.create=true [2022-04-17T15:07:44.768Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:44.768Z] [exec] domain.resources.jdbc-connection-pool.cp-pool.property.serverName=localhost [2022-04-17T15:07:44.768Z] [2022-04-17T15:07:44.768Z] setOSConditions: [2022-04-17T15:07:44.768Z] [2022-04-17T15:07:44.768Z] setToolWin: [2022-04-17T15:07:44.768Z] [2022-04-17T15:07:44.768Z] setToolUnix: [2022-04-17T15:07:44.768Z] [2022-04-17T15:07:44.768Z] setToolProperty: [2022-04-17T15:07:44.768Z] [2022-04-17T15:07:44.768Z] setS1ASclassPath: [2022-04-17T15:07:44.768Z] [2022-04-17T15:07:44.768Z] init-common: [2022-04-17T15:07:44.768Z] [2022-04-17T15:07:44.768Z] create-jdbc-resource-common: [2022-04-17T15:07:44.768Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:45.344Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:45.344Z] [exec] JDBC resource jdbc/cp-resource created successfully. [2022-04-17T15:07:45.344Z] [echo] cmd executed for server [2022-04-17T15:07:45.344Z] [2022-04-17T15:07:45.344Z] asadmin-common: [2022-04-17T15:07:45.344Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:45.600Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:45.600Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.steady-pool-size=1 [2022-04-17T15:07:45.600Z] [2022-04-17T15:07:45.600Z] asadmin-common: [2022-04-17T15:07:45.600Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:45.856Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:46.139Z] [exec] domain.resources.jdbc-connection-pool.ds-pool.max-pool-size=1 [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] setOSConditions: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] setToolWin: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] setToolUnix: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] setToolProperty: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] setS1ASclassPath: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] init-common: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] deploy-common: [2022-04-17T15:07:46.139Z] [echo] Current time (ISO): 2022-04-17T15:07:45.881+0000 [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] setOSConditions: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] setToolWin: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] setToolUnix: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] setToolProperty: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] setS1ASclassPath: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] init-common: [2022-04-17T15:07:46.139Z] [2022-04-17T15:07:46.139Z] deploy-common-pe: [2022-04-17T15:07:46.395Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-datasource40App.ear [2022-04-17T15:07:49.689Z] [exec] Application deployed with name ejb-bmp-datasource40App. [2022-04-17T15:07:49.689Z] [echo] Deployment on target server server successful [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] setOSConditions: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] setToolWin: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] setToolUnix: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] setToolProperty: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] setS1ASclassPath: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] init-common: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] deploy-common-ee: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] run: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] setOSConditions: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] setToolWin: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] setToolUnix: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] setToolProperty: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] setS1ASclassPath: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] init-common: [2022-04-17T15:07:49.689Z] [2022-04-17T15:07:49.689Z] runclient-common: [2022-04-17T15:07:49.689Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T15:07:50.255Z] [exec] Apr 17, 2022 3:07:50 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:07:50.255Z] [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. [2022-04-17T15:07:54.540Z] [exec] Value of key is: test1 : [2022-04-17T15:07:54.540Z] [exec] Value of key is: test2 : [2022-04-17T15:07:54.540Z] [exec] Value of key is: test3 : [2022-04-17T15:07:54.540Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:07:54.540Z] [exec] [2022-04-17T15:07:54.540Z] [exec] [2022-04-17T15:07:54.540Z] [exec] ----------------------------------------- [2022-04-17T15:07:54.540Z] [exec] - test2 : : PASS - [2022-04-17T15:07:54.540Z] [exec] - test1 : : PASS - [2022-04-17T15:07:54.540Z] [exec] - test3 : : PASS - [2022-04-17T15:07:54.540Z] [exec] ----------------------------------------- [2022-04-17T15:07:54.540Z] [exec] Total PASS: 3 [2022-04-17T15:07:54.540Z] [exec] Total FAIL: 0 [2022-04-17T15:07:54.540Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:07:54.540Z] [exec] ----------------------------------------- [2022-04-17T15:07:54.540Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:07:54.540Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] checkReporting-common: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] confirmReportPresent-common: [2022-04-17T15:07:54.540Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:07:54.540Z] [echo] Test seems to be reported fine [2022-04-17T15:07:54.540Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/datasource40/RepRunConf.txt [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] confirmMissingReport-common: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] undeploy: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] setOSConditions: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] setToolWin: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] setToolUnix: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] setToolProperty: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] setS1ASclassPath: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] init-common: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] undeploy-jdbc-common: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] setOSConditions: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] setToolWin: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] setToolUnix: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] setToolProperty: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] setS1ASclassPath: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] init-common: [2022-04-17T15:07:54.540Z] [2022-04-17T15:07:54.540Z] delete-jdbc-resource-common: [2022-04-17T15:07:54.540Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/ds-resource [2022-04-17T15:07:54.796Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:54.796Z] [exec] JDBC resource jdbc/ds-resource deleted successfully [2022-04-17T15:07:54.796Z] [echo] cmd executed for server [2022-04-17T15:07:54.796Z] [2022-04-17T15:07:54.796Z] setOSConditions: [2022-04-17T15:07:54.796Z] [2022-04-17T15:07:54.796Z] setToolWin: [2022-04-17T15:07:54.796Z] [2022-04-17T15:07:54.796Z] setToolUnix: [2022-04-17T15:07:54.796Z] [2022-04-17T15:07:54.796Z] setToolProperty: [2022-04-17T15:07:54.796Z] [2022-04-17T15:07:54.796Z] setS1ASclassPath: [2022-04-17T15:07:54.796Z] [2022-04-17T15:07:54.796Z] init-common: [2022-04-17T15:07:54.796Z] [2022-04-17T15:07:54.796Z] delete-jdbc-connpool-common: [2022-04-17T15:07:54.796Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ds-pool [2022-04-17T15:07:55.359Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:55.359Z] [exec] JDBC Connection pool ds-pool deleted successfully [2022-04-17T15:07:55.359Z] [echo] cmd executed for server [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] setOSConditions: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] setToolWin: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] setToolUnix: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] setToolProperty: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] setS1ASclassPath: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] init-common: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] undeploy-jdbc-common: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] setOSConditions: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] setToolWin: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] setToolUnix: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] setToolProperty: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] setS1ASclassPath: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] init-common: [2022-04-17T15:07:55.359Z] [2022-04-17T15:07:55.359Z] delete-jdbc-resource-common: [2022-04-17T15:07:55.359Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/cp-resource [2022-04-17T15:07:55.639Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:55.895Z] [exec] JDBC resource jdbc/cp-resource deleted successfully [2022-04-17T15:07:55.895Z] [echo] cmd executed for server [2022-04-17T15:07:55.895Z] [2022-04-17T15:07:55.895Z] setOSConditions: [2022-04-17T15:07:55.895Z] [2022-04-17T15:07:55.895Z] setToolWin: [2022-04-17T15:07:55.895Z] [2022-04-17T15:07:55.895Z] setToolUnix: [2022-04-17T15:07:55.895Z] [2022-04-17T15:07:55.895Z] setToolProperty: [2022-04-17T15:07:55.895Z] [2022-04-17T15:07:55.895Z] setS1ASclassPath: [2022-04-17T15:07:55.895Z] [2022-04-17T15:07:55.895Z] init-common: [2022-04-17T15:07:55.895Z] [2022-04-17T15:07:55.895Z] delete-jdbc-connpool-common: [2022-04-17T15:07:55.895Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true cp-pool [2022-04-17T15:07:56.151Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:56.151Z] [exec] JDBC Connection pool cp-pool deleted successfully [2022-04-17T15:07:56.151Z] [echo] cmd executed for server [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] setOSConditions: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] setToolWin: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] setToolUnix: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] setToolProperty: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] setS1ASclassPath: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] init-common: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] undeploy-jdbc-common: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] setOSConditions: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] setToolWin: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] setToolUnix: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] setToolProperty: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] setS1ASclassPath: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] init-common: [2022-04-17T15:07:56.151Z] [2022-04-17T15:07:56.151Z] delete-jdbc-resource-common: [2022-04-17T15:07:56.151Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/xa-resource [2022-04-17T15:07:56.739Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:56.739Z] [exec] JDBC resource jdbc/xa-resource deleted successfully [2022-04-17T15:07:56.739Z] [echo] cmd executed for server [2022-04-17T15:07:56.739Z] [2022-04-17T15:07:56.739Z] setOSConditions: [2022-04-17T15:07:56.739Z] [2022-04-17T15:07:56.739Z] setToolWin: [2022-04-17T15:07:56.739Z] [2022-04-17T15:07:56.739Z] setToolUnix: [2022-04-17T15:07:56.739Z] [2022-04-17T15:07:56.739Z] setToolProperty: [2022-04-17T15:07:56.739Z] [2022-04-17T15:07:56.739Z] setS1ASclassPath: [2022-04-17T15:07:56.739Z] [2022-04-17T15:07:56.739Z] init-common: [2022-04-17T15:07:56.739Z] [2022-04-17T15:07:56.739Z] delete-jdbc-connpool-common: [2022-04-17T15:07:56.739Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true xa-pool [2022-04-17T15:07:57.024Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:57.024Z] [exec] JDBC Connection pool xa-pool deleted successfully [2022-04-17T15:07:57.024Z] [echo] cmd executed for server [2022-04-17T15:07:57.024Z] [2022-04-17T15:07:57.024Z] setOSConditions: [2022-04-17T15:07:57.024Z] [2022-04-17T15:07:57.024Z] setToolWin: [2022-04-17T15:07:57.024Z] [2022-04-17T15:07:57.024Z] setToolUnix: [2022-04-17T15:07:57.024Z] [2022-04-17T15:07:57.024Z] setToolProperty: [2022-04-17T15:07:57.024Z] [2022-04-17T15:07:57.024Z] setS1ASclassPath: [2022-04-17T15:07:57.024Z] [2022-04-17T15:07:57.024Z] init-common: [2022-04-17T15:07:57.024Z] [2022-04-17T15:07:57.024Z] undeploy-common: [2022-04-17T15:07:57.588Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] all: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setOSConditions: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolWin: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolUnix: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolProperty: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setS1ASclassPath: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] init-common: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] clean: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setOSConditions: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolWin: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolUnix: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolProperty: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setS1ASclassPath: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] init-common: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] clean-common: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setOSConditions: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolWin: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolUnix: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolProperty: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setS1ASclassPath: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] init-common: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] clean-classes-common: [2022-04-17T15:07:57.588Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setOSConditions: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolWin: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolUnix: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolProperty: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setS1ASclassPath: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] init-common: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] clean-jars-common: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] compile: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setOSConditions: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolWin: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolUnix: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setToolProperty: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] setS1ASclassPath: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] init-common: [2022-04-17T15:07:57.588Z] [2022-04-17T15:07:57.588Z] compile-common: [2022-04-17T15:07:57.588Z] [echo] Current time (ISO): 2022-04-17T15:07:57.505+0000 [2022-04-17T15:07:57.588Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:07:57.588Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:07:59.502Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:07:59.502Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:07:59.502Z] [javac] return new Integer(1); [2022-04-17T15:07:59.502Z] [javac] ^ [2022-04-17T15:07:59.502Z] [javac] 2 warnings [2022-04-17T15:07:59.502Z] [2022-04-17T15:07:59.502Z] setOSConditions: [2022-04-17T15:07:59.502Z] [2022-04-17T15:07:59.502Z] setToolWin: [2022-04-17T15:07:59.502Z] [2022-04-17T15:07:59.502Z] setToolUnix: [2022-04-17T15:07:59.502Z] [2022-04-17T15:07:59.502Z] setToolProperty: [2022-04-17T15:07:59.502Z] [2022-04-17T15:07:59.502Z] setS1ASclassPath: [2022-04-17T15:07:59.502Z] [2022-04-17T15:07:59.502Z] init-common: [2022-04-17T15:07:59.502Z] [2022-04-17T15:07:59.502Z] compile-common: [2022-04-17T15:07:59.502Z] [echo] Current time (ISO): 2022-04-17T15:07:59.157+0000 [2022-04-17T15:07:59.502Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:08:00.880Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:08:00.880Z] [javac] 1 warning [2022-04-17T15:08:00.880Z] [2022-04-17T15:08:00.880Z] build: [2022-04-17T15:08:00.880Z] [2022-04-17T15:08:00.880Z] setOSConditions: [2022-04-17T15:08:00.880Z] [2022-04-17T15:08:00.880Z] fixFiles: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] convUnix: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] convWin: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolWin: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolUnix: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolProperty: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setS1ASclassPath: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] init-common: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] package-persistence-common: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] ejb-jar-common: [2022-04-17T15:08:01.140Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] package-ejbjar-common: [2022-04-17T15:08:01.140Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:08:01.140Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:08:01.140Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:08:01.140Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-ejb.jar [2022-04-17T15:08:01.140Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] appclient-jar-common: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] package-appclientjar-common: [2022-04-17T15:08:01.140Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:08:01.140Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:08:01.140Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:08:01.140Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-client.jar [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] webclient-war-common: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] build-ear-common: [2022-04-17T15:08:01.140Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:08:01.140Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalApp.ear [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] deploy: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setOSConditions: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolWin: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolUnix: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolProperty: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setS1ASclassPath: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] init-common: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] create-jdbc-stuff: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setOSConditions: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolWin: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolUnix: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolProperty: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setS1ASclassPath: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] init-common: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] deploy-jdbc-common: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setOSConditions: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolWin: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolUnix: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setToolProperty: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] setS1ASclassPath: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] init-common: [2022-04-17T15:08:01.140Z] [2022-04-17T15:08:01.140Z] create-jdbc-connpool-common: [2022-04-17T15:08:01.702Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:01.702Z] [exec] JDBC connection pool jdbc-customval created successfully. [2022-04-17T15:08:01.702Z] [2022-04-17T15:08:01.702Z] set-derby-connpool-props: [2022-04-17T15:08:01.959Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:01.959Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser [2022-04-17T15:08:02.216Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:02.216Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword [2022-04-17T15:08:02.778Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:02.778Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 [2022-04-17T15:08:03.035Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:03.035Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 [2022-04-17T15:08:03.291Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:03.291Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb [2022-04-17T15:08:03.853Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:03.853Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:08:04.109Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:04.109Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true [2022-04-17T15:08:04.671Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:04.671Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost [2022-04-17T15:08:04.671Z] [2022-04-17T15:08:04.671Z] setOSConditions: [2022-04-17T15:08:04.671Z] [2022-04-17T15:08:04.671Z] setToolWin: [2022-04-17T15:08:04.671Z] [2022-04-17T15:08:04.671Z] setToolUnix: [2022-04-17T15:08:04.671Z] [2022-04-17T15:08:04.671Z] setToolProperty: [2022-04-17T15:08:04.671Z] [2022-04-17T15:08:04.671Z] setS1ASclassPath: [2022-04-17T15:08:04.671Z] [2022-04-17T15:08:04.671Z] init-common: [2022-04-17T15:08:04.671Z] [2022-04-17T15:08:04.671Z] create-jdbc-resource-common: [2022-04-17T15:08:04.671Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:04.928Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:04.928Z] [exec] JDBC resource jdbc/customvalDB created successfully. [2022-04-17T15:08:04.928Z] [echo] cmd executed for server [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] setOSConditions: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] setToolWin: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] setToolUnix: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] setToolProperty: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] setS1ASclassPath: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] init-common: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] deploy-common: [2022-04-17T15:08:04.928Z] [echo] Current time (ISO): 2022-04-17T15:08:04.894+0000 [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] setOSConditions: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] setToolWin: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] setToolUnix: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] setToolProperty: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] setS1ASclassPath: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] init-common: [2022-04-17T15:08:04.928Z] [2022-04-17T15:08:04.928Z] deploy-common-pe: [2022-04-17T15:08:05.491Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customvalApp.ear [2022-04-17T15:08:05.747Z] [exec] Application deployed with name jdbc-customvalApp. [2022-04-17T15:08:05.747Z] [echo] Deployment on target server server successful [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setOSConditions: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setToolWin: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setToolUnix: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setToolProperty: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setS1ASclassPath: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] init-common: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] deploy-common-ee: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] run: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setOSConditions: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setToolWin: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setToolUnix: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setToolProperty: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setS1ASclassPath: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] init-common: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] execute-sql-common: [2022-04-17T15:08:05.747Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/sql/create_pointbase.sql [2022-04-17T15:08:05.747Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T15:08:05.747Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T15:08:05.747Z] [sql] 0 rows affected [2022-04-17T15:08:05.747Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setOSConditions: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setToolWin: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setToolUnix: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setToolProperty: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] setS1ASclassPath: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] init-common: [2022-04-17T15:08:05.747Z] [2022-04-17T15:08:05.747Z] runclient-common: [2022-04-17T15:08:05.747Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T15:08:06.676Z] [exec] Apr 17, 2022 3:08:06 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:08:06.676Z] [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. [2022-04-17T15:08:09.989Z] [exec] Value of key is: test-1 [2022-04-17T15:08:09.989Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:08:09.989Z] [exec] [2022-04-17T15:08:09.989Z] [exec] [2022-04-17T15:08:09.989Z] [exec] ----------------------------------------- [2022-04-17T15:08:09.989Z] [exec] - test-1 : PASS - [2022-04-17T15:08:09.989Z] [exec] ----------------------------------------- [2022-04-17T15:08:09.989Z] [exec] Total PASS: 1 [2022-04-17T15:08:09.989Z] [exec] Total FAIL: 0 [2022-04-17T15:08:09.989Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:08:09.989Z] [exec] ----------------------------------------- [2022-04-17T15:08:09.989Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:08:09.989Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] checkReporting-common: [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] confirmReportPresent-common: [2022-04-17T15:08:10.267Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:08:10.267Z] [echo] Test seems to be reported fine [2022-04-17T15:08:10.267Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] confirmMissingReport-common: [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] setOSConditions: [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] setToolWin: [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] setToolUnix: [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] setToolProperty: [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] setS1ASclassPath: [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] init-common: [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] stop-derby: [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] stop-derby-aix: [2022-04-17T15:08:10.267Z] [2022-04-17T15:08:10.267Z] stop-derby-nonaix: [2022-04-17T15:08:10.267Z] [echo] Stopping Derby DB Server ... [2022-04-17T15:08:10.530Z] [java] Sun Apr 17 15:08:10 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:08:10.530Z] [2022-04-17T15:08:10.530Z] setOSConditions: [2022-04-17T15:08:10.530Z] [2022-04-17T15:08:10.530Z] setToolWin: [2022-04-17T15:08:10.530Z] [2022-04-17T15:08:10.530Z] setToolUnix: [2022-04-17T15:08:10.530Z] [2022-04-17T15:08:10.530Z] setToolProperty: [2022-04-17T15:08:10.530Z] [2022-04-17T15:08:10.530Z] setS1ASclassPath: [2022-04-17T15:08:10.530Z] [2022-04-17T15:08:10.530Z] init-common: [2022-04-17T15:08:10.530Z] [2022-04-17T15:08:10.530Z] start-derby: [2022-04-17T15:08:10.530Z] [2022-04-17T15:08:10.530Z] start-derby-aix: [2022-04-17T15:08:10.530Z] [2022-04-17T15:08:10.530Z] start-derby-nonaix: [2022-04-17T15:08:10.530Z] [echo] Starting Derby DB Server ... [2022-04-17T15:08:28.590Z] [2022-04-17T15:08:28.590Z] setOSConditions: [2022-04-17T15:08:28.590Z] [2022-04-17T15:08:28.590Z] setToolWin: [2022-04-17T15:08:28.590Z] [2022-04-17T15:08:28.590Z] setToolUnix: [2022-04-17T15:08:28.590Z] [2022-04-17T15:08:28.590Z] setToolProperty: [2022-04-17T15:08:28.590Z] [2022-04-17T15:08:28.590Z] setS1ASclassPath: [2022-04-17T15:08:28.590Z] [2022-04-17T15:08:28.590Z] init-common: [2022-04-17T15:08:28.590Z] [2022-04-17T15:08:28.590Z] runclient-common: [2022-04-17T15:08:28.590Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T15:08:28.590Z] [exec] Apr 17, 2022 3:08:26 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:08:28.590Z] [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. [2022-04-17T15:08:29.519Z] [exec] Value of key is: test-2 [2022-04-17T15:08:29.519Z] [exec] test-2 returned false as validation is not enabled [2022-04-17T15:08:29.519Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:08:29.519Z] [exec] [2022-04-17T15:08:29.519Z] [exec] [2022-04-17T15:08:29.519Z] [exec] ----------------------------------------- [2022-04-17T15:08:29.519Z] [exec] - test-2 : PASS - [2022-04-17T15:08:29.519Z] [exec] ----------------------------------------- [2022-04-17T15:08:29.519Z] [exec] Total PASS: 1 [2022-04-17T15:08:29.519Z] [exec] Total FAIL: 0 [2022-04-17T15:08:29.519Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:08:29.519Z] [exec] ----------------------------------------- [2022-04-17T15:08:29.519Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:08:29.519Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:08:29.775Z] [2022-04-17T15:08:29.775Z] checkReporting-common: [2022-04-17T15:08:29.775Z] [2022-04-17T15:08:29.775Z] confirmReportPresent-common: [2022-04-17T15:08:29.775Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:08:29.775Z] [echo] Test seems to be reported fine [2022-04-17T15:08:29.775Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt [2022-04-17T15:08:29.775Z] [2022-04-17T15:08:29.775Z] confirmMissingReport-common: [2022-04-17T15:08:29.775Z] [2022-04-17T15:08:29.775Z] asadmin-common: [2022-04-17T15:08:29.775Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:30.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:30.295Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.connection-validation-method=custom-validation [2022-04-17T15:08:30.295Z] [2022-04-17T15:08:30.295Z] asadmin-common: [2022-04-17T15:08:30.295Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:30.552Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:30.552Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.validation-classname=org.glassfish.api.jdbc.validation.DerbyConnectionValidation [2022-04-17T15:08:30.552Z] [2022-04-17T15:08:30.552Z] asadmin-common: [2022-04-17T15:08:30.552Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:31.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:31.139Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.is-connection-validation-required=true [2022-04-17T15:08:31.139Z] [2022-04-17T15:08:31.139Z] setOSConditions: [2022-04-17T15:08:31.139Z] [2022-04-17T15:08:31.139Z] setToolWin: [2022-04-17T15:08:31.139Z] [2022-04-17T15:08:31.139Z] setToolUnix: [2022-04-17T15:08:31.139Z] [2022-04-17T15:08:31.139Z] setToolProperty: [2022-04-17T15:08:31.139Z] [2022-04-17T15:08:31.139Z] setS1ASclassPath: [2022-04-17T15:08:31.139Z] [2022-04-17T15:08:31.139Z] init-common: [2022-04-17T15:08:31.139Z] [2022-04-17T15:08:31.139Z] runclient-common: [2022-04-17T15:08:31.139Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T15:08:32.069Z] [exec] Apr 17, 2022 3:08:31 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:08:32.069Z] [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. [2022-04-17T15:08:36.292Z] [exec] Value of key is: test-3 [2022-04-17T15:08:36.292Z] [exec] test-3 returned true as validation is enabled [2022-04-17T15:08:36.292Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:08:36.292Z] [exec] [2022-04-17T15:08:36.292Z] [exec] [2022-04-17T15:08:36.292Z] [exec] ----------------------------------------- [2022-04-17T15:08:36.292Z] [exec] - test-3 : PASS - [2022-04-17T15:08:36.292Z] [exec] ----------------------------------------- [2022-04-17T15:08:36.292Z] [exec] Total PASS: 1 [2022-04-17T15:08:36.292Z] [exec] Total FAIL: 0 [2022-04-17T15:08:36.292Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:08:36.292Z] [exec] ----------------------------------------- [2022-04-17T15:08:36.292Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:08:36.292Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] checkReporting-common: [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] confirmReportPresent-common: [2022-04-17T15:08:36.292Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:08:36.292Z] [echo] Test seems to be reported fine [2022-04-17T15:08:36.292Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] confirmMissingReport-common: [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] setOSConditions: [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] setToolWin: [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] setToolUnix: [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] setToolProperty: [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] setS1ASclassPath: [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] init-common: [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] stop-derby: [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] stop-derby-aix: [2022-04-17T15:08:36.292Z] [2022-04-17T15:08:36.292Z] stop-derby-nonaix: [2022-04-17T15:08:36.292Z] [echo] Stopping Derby DB Server ... [2022-04-17T15:08:36.292Z] [java] Sun Apr 17 15:08:36 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:08:36.547Z] [2022-04-17T15:08:36.547Z] setOSConditions: [2022-04-17T15:08:36.547Z] [2022-04-17T15:08:36.547Z] setToolWin: [2022-04-17T15:08:36.547Z] [2022-04-17T15:08:36.547Z] setToolUnix: [2022-04-17T15:08:36.547Z] [2022-04-17T15:08:36.547Z] setToolProperty: [2022-04-17T15:08:36.547Z] [2022-04-17T15:08:36.547Z] setS1ASclassPath: [2022-04-17T15:08:36.547Z] [2022-04-17T15:08:36.547Z] init-common: [2022-04-17T15:08:36.547Z] [2022-04-17T15:08:36.547Z] start-derby: [2022-04-17T15:08:36.547Z] [2022-04-17T15:08:36.547Z] start-derby-aix: [2022-04-17T15:08:36.547Z] [2022-04-17T15:08:36.547Z] start-derby-nonaix: [2022-04-17T15:08:36.547Z] [echo] Starting Derby DB Server ... [2022-04-17T15:08:51.401Z] [2022-04-17T15:08:51.401Z] setOSConditions: [2022-04-17T15:08:51.401Z] [2022-04-17T15:08:51.401Z] setToolWin: [2022-04-17T15:08:51.401Z] [2022-04-17T15:08:51.401Z] setToolUnix: [2022-04-17T15:08:51.401Z] [2022-04-17T15:08:51.401Z] setToolProperty: [2022-04-17T15:08:51.401Z] [2022-04-17T15:08:51.401Z] setS1ASclassPath: [2022-04-17T15:08:51.401Z] [2022-04-17T15:08:51.401Z] init-common: [2022-04-17T15:08:51.401Z] [2022-04-17T15:08:51.401Z] runclient-common: [2022-04-17T15:08:51.401Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T15:08:52.336Z] [exec] Apr 17, 2022 3:08:52 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:08:52.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. [2022-04-17T15:08:56.521Z] [exec] Value of key is: test-4 [2022-04-17T15:08:56.521Z] [exec] test-4 returned true as validation is enabled [2022-04-17T15:08:56.521Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:08:56.521Z] [exec] [2022-04-17T15:08:56.521Z] [exec] [2022-04-17T15:08:56.521Z] [exec] ----------------------------------------- [2022-04-17T15:08:56.521Z] [exec] - test-4 : PASS - [2022-04-17T15:08:56.521Z] [exec] ----------------------------------------- [2022-04-17T15:08:56.521Z] [exec] Total PASS: 1 [2022-04-17T15:08:56.521Z] [exec] Total FAIL: 0 [2022-04-17T15:08:56.521Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:08:56.521Z] [exec] ----------------------------------------- [2022-04-17T15:08:56.521Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:08:56.521Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] checkReporting-common: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] confirmReportPresent-common: [2022-04-17T15:08:56.521Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:08:56.521Z] [echo] Test seems to be reported fine [2022-04-17T15:08:56.521Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/RepRunConf.txt [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] confirmMissingReport-common: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setOSConditions: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setToolWin: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setToolUnix: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setToolProperty: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setS1ASclassPath: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] init-common: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] execute-sql-common: [2022-04-17T15:08:56.521Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation/sql/drop_pointbase.sql [2022-04-17T15:08:56.521Z] [sql] 0 rows affected [2022-04-17T15:08:56.521Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] undeploy: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setOSConditions: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setToolWin: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setToolUnix: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setToolProperty: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setS1ASclassPath: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] init-common: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] delete-jdbc-stuff: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setOSConditions: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setToolWin: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setToolUnix: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setToolProperty: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] setS1ASclassPath: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] init-common: [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.521Z] delete-jdbc-resource-common: [2022-04-17T15:08:56.521Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/customvalDB [2022-04-17T15:08:56.521Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/customvalDB [2022-04-17T15:08:56.521Z] [exec] JDBC resource jdbc/customvalDB deleted successfully [2022-04-17T15:08:56.521Z] [echo] cmd executed for server [2022-04-17T15:08:56.521Z] [2022-04-17T15:08:56.522Z] setOSConditions: [2022-04-17T15:08:56.522Z] [2022-04-17T15:08:56.522Z] setToolWin: [2022-04-17T15:08:56.522Z] [2022-04-17T15:08:56.522Z] setToolUnix: [2022-04-17T15:08:56.522Z] [2022-04-17T15:08:56.522Z] setToolProperty: [2022-04-17T15:08:56.522Z] [2022-04-17T15:08:56.522Z] setS1ASclassPath: [2022-04-17T15:08:56.522Z] [2022-04-17T15:08:56.522Z] init-common: [2022-04-17T15:08:56.522Z] [2022-04-17T15:08:56.522Z] delete-jdbc-connpool-common: [2022-04-17T15:08:56.522Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-customval [2022-04-17T15:08:57.089Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:57.089Z] [exec] JDBC Connection pool jdbc-customval deleted successfully [2022-04-17T15:08:57.089Z] [echo] cmd executed for server [2022-04-17T15:08:57.089Z] [2022-04-17T15:08:57.089Z] setOSConditions: [2022-04-17T15:08:57.089Z] [2022-04-17T15:08:57.089Z] setToolWin: [2022-04-17T15:08:57.089Z] [2022-04-17T15:08:57.089Z] setToolUnix: [2022-04-17T15:08:57.089Z] [2022-04-17T15:08:57.089Z] setToolProperty: [2022-04-17T15:08:57.089Z] [2022-04-17T15:08:57.089Z] setS1ASclassPath: [2022-04-17T15:08:57.089Z] [2022-04-17T15:08:57.089Z] init-common: [2022-04-17T15:08:57.089Z] [2022-04-17T15:08:57.089Z] undeploy-common: [2022-04-17T15:08:57.653Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] all: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setOSConditions: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setToolWin: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setToolUnix: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setToolProperty: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setS1ASclassPath: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] init-common: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] clean: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setOSConditions: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setToolWin: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setToolUnix: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setToolProperty: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setS1ASclassPath: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] init-common: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] clean-common: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setOSConditions: [2022-04-17T15:08:57.653Z] [2022-04-17T15:08:57.653Z] setToolWin: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setToolUnix: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setToolProperty: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setS1ASclassPath: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] init-common: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] clean-classes-common: [2022-04-17T15:08:57.654Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setOSConditions: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setToolWin: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setToolUnix: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setToolProperty: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setS1ASclassPath: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] init-common: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] clean-jars-common: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] compile: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setOSConditions: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setToolWin: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setToolUnix: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setToolProperty: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] setS1ASclassPath: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] init-common: [2022-04-17T15:08:57.654Z] [2022-04-17T15:08:57.654Z] compile-common: [2022-04-17T15:08:57.654Z] [echo] Current time (ISO): 2022-04-17T15:08:57.454+0000 [2022-04-17T15:08:57.654Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:08:57.654Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:08:59.022Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:08:59.022Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:08:59.022Z] [javac] return new Integer(1); [2022-04-17T15:08:59.022Z] [javac] ^ [2022-04-17T15:08:59.022Z] [javac] 2 warnings [2022-04-17T15:08:59.022Z] [2022-04-17T15:08:59.022Z] setOSConditions: [2022-04-17T15:08:59.022Z] [2022-04-17T15:08:59.022Z] setToolWin: [2022-04-17T15:08:59.022Z] [2022-04-17T15:08:59.022Z] setToolUnix: [2022-04-17T15:08:59.022Z] [2022-04-17T15:08:59.022Z] setToolProperty: [2022-04-17T15:08:59.022Z] [2022-04-17T15:08:59.022Z] setS1ASclassPath: [2022-04-17T15:08:59.022Z] [2022-04-17T15:08:59.022Z] init-common: [2022-04-17T15:08:59.022Z] [2022-04-17T15:08:59.022Z] compile-common: [2022-04-17T15:08:59.022Z] [echo] Current time (ISO): 2022-04-17T15:08:59.008+0000 [2022-04-17T15:08:59.022Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:09:00.939Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:09:00.939Z] [javac] 1 warning [2022-04-17T15:09:00.939Z] [2022-04-17T15:09:00.939Z] setOSConditions: [2022-04-17T15:09:00.939Z] [2022-04-17T15:09:00.939Z] setToolWin: [2022-04-17T15:09:00.939Z] [2022-04-17T15:09:00.939Z] setToolUnix: [2022-04-17T15:09:00.939Z] [2022-04-17T15:09:00.939Z] setToolProperty: [2022-04-17T15:09:00.939Z] [2022-04-17T15:09:00.939Z] setS1ASclassPath: [2022-04-17T15:09:00.939Z] [2022-04-17T15:09:00.939Z] init-common: [2022-04-17T15:09:00.939Z] [2022-04-17T15:09:00.939Z] compile-common: [2022-04-17T15:09:00.939Z] [echo] Current time (ISO): 2022-04-17T15:09:00.609+0000 [2022-04-17T15:09:00.939Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:09:02.309Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:09:02.309Z] [javac] 1 warning [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] build: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] setOSConditions: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] fixFiles: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] convUnix: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] convWin: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] setToolWin: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] setToolUnix: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] setToolProperty: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] setS1ASclassPath: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] init-common: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] package-persistence-common: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] ejb-jar-common: [2022-04-17T15:09:02.309Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] package-ejbjar-common: [2022-04-17T15:09:02.309Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:09:02.309Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:09:02.309Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:09:02.309Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1-ejb.jar [2022-04-17T15:09:02.309Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] appclient-jar-common: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] package-appclientjar-common: [2022-04-17T15:09:02.309Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:09:02.309Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:09:02.309Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:09:02.309Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1-client.jar [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] webclient-war-common: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] build-ear-common: [2022-04-17T15:09:02.309Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:09:02.309Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1App.ear [2022-04-17T15:09:02.309Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/validator/myvalidator.jar [2022-04-17T15:09:02.309Z] [copyfile] DEPRECATED - The copyfile task is deprecated. Use copy instead. [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] restart-server: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] setOSConditions: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] stop-server: [2022-04-17T15:09:02.309Z] [2022-04-17T15:09:02.309Z] stop-server-unix: [2022-04-17T15:09:02.309Z] [echo] stopping server on unix ... [2022-04-17T15:09:03.678Z] [exec] Waiting for the domain to stop . [2022-04-17T15:09:03.678Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:09:13.639Z] [2022-04-17T15:09:13.639Z] stop-server-windows: [2022-04-17T15:09:18.894Z] [2022-04-17T15:09:18.894Z] setOSConditions: [2022-04-17T15:09:18.894Z] [2022-04-17T15:09:18.894Z] start-server: [2022-04-17T15:09:18.894Z] [echo] +-----------------------------+ [2022-04-17T15:09:18.894Z] [echo] | | [2022-04-17T15:09:18.894Z] [echo] | S T A R T I N G GLASSFISH | [2022-04-17T15:09:18.894Z] [echo] | in Felix mode | [2022-04-17T15:09:18.894Z] [echo] | | [2022-04-17T15:09:18.894Z] [echo] +-----------------------------+ [2022-04-17T15:09:18.894Z] [2022-04-17T15:09:18.894Z] start-server-unix: [2022-04-17T15:09:23.091Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:09:23.091Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:09:23.091Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:09:23.091Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:09:23.091Z] [exec] Admin Port: 4848 [2022-04-17T15:09:23.091Z] [exec] Command start-domain executed successfully. [2022-04-17T15:09:33.053Z] [2022-04-17T15:09:33.053Z] start-server-windows: [2022-04-17T15:09:33.053Z] [2022-04-17T15:09:33.053Z] deploy: [2022-04-17T15:09:33.053Z] [2022-04-17T15:09:33.053Z] setOSConditions: [2022-04-17T15:09:33.053Z] [2022-04-17T15:09:33.053Z] setToolWin: [2022-04-17T15:09:33.053Z] [2022-04-17T15:09:33.053Z] setToolUnix: [2022-04-17T15:09:33.053Z] [2022-04-17T15:09:33.053Z] setToolProperty: [2022-04-17T15:09:33.053Z] [2022-04-17T15:09:33.053Z] setS1ASclassPath: [2022-04-17T15:09:33.053Z] [2022-04-17T15:09:33.053Z] init-common: [2022-04-17T15:09:33.053Z] [2022-04-17T15:09:33.053Z] create-jdbc-stuff: [2022-04-17T15:09:33.053Z] [2022-04-17T15:09:33.054Z] setOSConditions: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] setToolWin: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] setToolUnix: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] setToolProperty: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] setS1ASclassPath: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] init-common: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] deploy-jdbc-common: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] setOSConditions: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] setToolWin: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] setToolUnix: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] setToolProperty: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] setS1ASclassPath: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] init-common: [2022-04-17T15:09:33.054Z] [2022-04-17T15:09:33.054Z] create-jdbc-connpool-common: [2022-04-17T15:09:33.310Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:34.677Z] [exec] JDBC connection pool jdbc-customval created successfully. [2022-04-17T15:09:34.677Z] [2022-04-17T15:09:34.678Z] set-derby-connpool-props: [2022-04-17T15:09:34.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:34.939Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.User=dbuser [2022-04-17T15:09:35.502Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:35.502Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.Password=dbpassword [2022-04-17T15:09:35.791Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:35.791Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.driverType=4 [2022-04-17T15:09:36.354Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:36.354Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.portNumber=1527 [2022-04-17T15:09:36.610Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:36.610Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.dataBaseName=testdb [2022-04-17T15:09:36.866Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:36.866Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:09:37.443Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:37.443Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.create=true [2022-04-17T15:09:37.700Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:37.700Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.property.serverName=localhost [2022-04-17T15:09:37.700Z] [2022-04-17T15:09:37.700Z] setOSConditions: [2022-04-17T15:09:37.700Z] [2022-04-17T15:09:37.700Z] setToolWin: [2022-04-17T15:09:37.700Z] [2022-04-17T15:09:37.700Z] setToolUnix: [2022-04-17T15:09:37.700Z] [2022-04-17T15:09:37.700Z] setToolProperty: [2022-04-17T15:09:37.700Z] [2022-04-17T15:09:37.700Z] setS1ASclassPath: [2022-04-17T15:09:37.700Z] [2022-04-17T15:09:37.700Z] init-common: [2022-04-17T15:09:37.700Z] [2022-04-17T15:09:37.700Z] create-jdbc-resource-common: [2022-04-17T15:09:37.700Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:38.264Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:09:38.264Z] [exec] JDBC resource jdbc/customvalDB created successfully. [2022-04-17T15:09:38.264Z] [echo] cmd executed for server [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] setOSConditions: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] setToolWin: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] setToolUnix: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] setToolProperty: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] setS1ASclassPath: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] init-common: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] deploy-common: [2022-04-17T15:09:38.264Z] [echo] Current time (ISO): 2022-04-17T15:09:38.105+0000 [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] setOSConditions: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] setToolWin: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] setToolUnix: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] setToolProperty: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] setS1ASclassPath: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] init-common: [2022-04-17T15:09:38.264Z] [2022-04-17T15:09:38.264Z] deploy-common-pe: [2022-04-17T15:09:38.539Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-customval-1App.ear [2022-04-17T15:09:41.815Z] [exec] Application deployed with name jdbc-customval-1App. [2022-04-17T15:09:41.815Z] [echo] Deployment on target server server successful [2022-04-17T15:09:41.815Z] [2022-04-17T15:09:41.815Z] setOSConditions: [2022-04-17T15:09:41.815Z] [2022-04-17T15:09:41.815Z] setToolWin: [2022-04-17T15:09:41.815Z] [2022-04-17T15:09:41.815Z] setToolUnix: [2022-04-17T15:09:41.815Z] [2022-04-17T15:09:41.815Z] setToolProperty: [2022-04-17T15:09:41.815Z] [2022-04-17T15:09:41.815Z] setS1ASclassPath: [2022-04-17T15:09:41.815Z] [2022-04-17T15:09:41.815Z] init-common: [2022-04-17T15:09:41.815Z] [2022-04-17T15:09:41.815Z] deploy-common-ee: [2022-04-17T15:09:41.815Z] [2022-04-17T15:09:41.816Z] run: [2022-04-17T15:09:41.816Z] [2022-04-17T15:09:41.816Z] setOSConditions: [2022-04-17T15:09:41.816Z] [2022-04-17T15:09:41.816Z] setToolWin: [2022-04-17T15:09:41.816Z] [2022-04-17T15:09:41.816Z] setToolUnix: [2022-04-17T15:09:41.816Z] [2022-04-17T15:09:41.816Z] setToolProperty: [2022-04-17T15:09:41.816Z] [2022-04-17T15:09:41.816Z] setS1ASclassPath: [2022-04-17T15:09:41.816Z] [2022-04-17T15:09:41.816Z] init-common: [2022-04-17T15:09:41.816Z] [2022-04-17T15:09:41.816Z] execute-sql-common: [2022-04-17T15:09:41.816Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/sql/create_pointbase.sql [2022-04-17T15:09:42.075Z] [sql] Failed to execute: Drop table O_CUSTOMER [2022-04-17T15:09:42.075Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T15:09:42.075Z] [sql] 0 rows affected [2022-04-17T15:09:42.075Z] [sql] Failed to execute: Drop table DUMMY [2022-04-17T15:09:42.075Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DUMMY' because it does not exist. [2022-04-17T15:09:42.075Z] [sql] 0 rows affected [2022-04-17T15:09:42.075Z] [sql] 1 rows affected [2022-04-17T15:09:42.075Z] [sql] 3 of 5 SQL statements executed successfully [2022-04-17T15:09:42.075Z] [2022-04-17T15:09:42.075Z] setOSConditions: [2022-04-17T15:09:42.075Z] [2022-04-17T15:09:42.075Z] setToolWin: [2022-04-17T15:09:42.075Z] [2022-04-17T15:09:42.075Z] setToolUnix: [2022-04-17T15:09:42.075Z] [2022-04-17T15:09:42.075Z] setToolProperty: [2022-04-17T15:09:42.075Z] [2022-04-17T15:09:42.075Z] setS1ASclassPath: [2022-04-17T15:09:42.075Z] [2022-04-17T15:09:42.075Z] init-common: [2022-04-17T15:09:42.075Z] [2022-04-17T15:09:42.075Z] runclient-common: [2022-04-17T15:09:42.075Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T15:09:43.006Z] [exec] Apr 17, 2022 3:09:42 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:09:43.006Z] [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. [2022-04-17T15:09:43.937Z] [exec] Apr 17, 2022 3:09:43 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:09:43.937Z] [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/glassfish6_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 [2022-04-17T15:09:47.216Z] [exec] Value of key is: test-1 [2022-04-17T15:09:47.216Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:09:47.216Z] [exec] [2022-04-17T15:09:47.216Z] [exec] [2022-04-17T15:09:47.216Z] [exec] ----------------------------------------- [2022-04-17T15:09:47.216Z] [exec] - test-1 : PASS - [2022-04-17T15:09:47.216Z] [exec] ----------------------------------------- [2022-04-17T15:09:47.216Z] [exec] Total PASS: 1 [2022-04-17T15:09:47.216Z] [exec] Total FAIL: 0 [2022-04-17T15:09:47.216Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:09:47.216Z] [exec] ----------------------------------------- [2022-04-17T15:09:47.216Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:09:47.216Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] checkReporting-common: [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] confirmReportPresent-common: [2022-04-17T15:09:47.472Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:09:47.472Z] [echo] Test seems to be reported fine [2022-04-17T15:09:47.472Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] confirmMissingReport-common: [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] setOSConditions: [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] setToolWin: [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] setToolUnix: [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] setToolProperty: [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] setS1ASclassPath: [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] init-common: [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] stop-derby: [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] stop-derby-aix: [2022-04-17T15:09:47.472Z] [2022-04-17T15:09:47.472Z] stop-derby-nonaix: [2022-04-17T15:09:47.472Z] [echo] Stopping Derby DB Server ... [2022-04-17T15:09:47.729Z] [java] Sun Apr 17 15:09:47 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:09:47.729Z] [2022-04-17T15:09:47.729Z] setOSConditions: [2022-04-17T15:09:47.729Z] [2022-04-17T15:09:47.729Z] setToolWin: [2022-04-17T15:09:47.729Z] [2022-04-17T15:09:47.729Z] setToolUnix: [2022-04-17T15:09:47.729Z] [2022-04-17T15:09:47.729Z] setToolProperty: [2022-04-17T15:09:47.729Z] [2022-04-17T15:09:47.729Z] setS1ASclassPath: [2022-04-17T15:09:47.729Z] [2022-04-17T15:09:47.729Z] init-common: [2022-04-17T15:09:47.729Z] [2022-04-17T15:09:47.729Z] start-derby: [2022-04-17T15:09:47.729Z] [2022-04-17T15:09:47.729Z] start-derby-aix: [2022-04-17T15:09:47.729Z] [2022-04-17T15:09:47.729Z] start-derby-nonaix: [2022-04-17T15:09:47.729Z] [echo] Starting Derby DB Server ... [2022-04-17T15:10:05.799Z] [2022-04-17T15:10:05.799Z] setOSConditions: [2022-04-17T15:10:05.799Z] [2022-04-17T15:10:05.799Z] setToolWin: [2022-04-17T15:10:05.799Z] [2022-04-17T15:10:05.799Z] setToolUnix: [2022-04-17T15:10:05.799Z] [2022-04-17T15:10:05.799Z] setToolProperty: [2022-04-17T15:10:05.799Z] [2022-04-17T15:10:05.799Z] setS1ASclassPath: [2022-04-17T15:10:05.799Z] [2022-04-17T15:10:05.799Z] init-common: [2022-04-17T15:10:05.799Z] [2022-04-17T15:10:05.799Z] runclient-common: [2022-04-17T15:10:05.799Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [2022-04-17T15:10:05.799Z] [exec] Apr 17, 2022 3:10:03 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:10:05.799Z] [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. [2022-04-17T15:10:05.799Z] [exec] Apr 17, 2022 3:10:04 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:10:05.799Z] [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/glassfish6_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 [2022-04-17T15:10:07.167Z] [exec] Value of key is: test-2 [2022-04-17T15:10:07.167Z] [exec] test-2 returned false as validation is not enabled [2022-04-17T15:10:07.167Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:10:07.167Z] [exec] [2022-04-17T15:10:07.167Z] [exec] [2022-04-17T15:10:07.167Z] [exec] ----------------------------------------- [2022-04-17T15:10:07.167Z] [exec] - test-2 : PASS - [2022-04-17T15:10:07.167Z] [exec] ----------------------------------------- [2022-04-17T15:10:07.167Z] [exec] Total PASS: 1 [2022-04-17T15:10:07.167Z] [exec] Total FAIL: 0 [2022-04-17T15:10:07.167Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:10:07.167Z] [exec] ----------------------------------------- [2022-04-17T15:10:07.167Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:10:07.167Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:10:07.167Z] [2022-04-17T15:10:07.167Z] checkReporting-common: [2022-04-17T15:10:07.167Z] [2022-04-17T15:10:07.167Z] confirmReportPresent-common: [2022-04-17T15:10:07.167Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:10:07.167Z] [echo] Test seems to be reported fine [2022-04-17T15:10:07.167Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt [2022-04-17T15:10:07.167Z] [2022-04-17T15:10:07.167Z] confirmMissingReport-common: [2022-04-17T15:10:07.167Z] [2022-04-17T15:10:07.167Z] asadmin-common: [2022-04-17T15:10:07.167Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:10:07.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:10:07.745Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.connection-validation-method=custom-validation [2022-04-17T15:10:07.745Z] [2022-04-17T15:10:07.745Z] asadmin-common: [2022-04-17T15:10:07.745Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:10:08.001Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:10:08.001Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.validation-classname=com.sun.s1asdev.jdbc.customval.validator.MyValidator [2022-04-17T15:10:08.001Z] [2022-04-17T15:10:08.001Z] asadmin-common: [2022-04-17T15:10:08.001Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:10:08.563Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:10:08.563Z] [exec] domain.resources.jdbc-connection-pool.jdbc-customval.is-connection-validation-required=true [2022-04-17T15:10:08.563Z] [2022-04-17T15:10:08.563Z] setOSConditions: [2022-04-17T15:10:08.563Z] [2022-04-17T15:10:08.563Z] setToolWin: [2022-04-17T15:10:08.563Z] [2022-04-17T15:10:08.563Z] setToolUnix: [2022-04-17T15:10:08.563Z] [2022-04-17T15:10:08.563Z] setToolProperty: [2022-04-17T15:10:08.563Z] [2022-04-17T15:10:08.563Z] setS1ASclassPath: [2022-04-17T15:10:08.563Z] [2022-04-17T15:10:08.563Z] init-common: [2022-04-17T15:10:08.563Z] [2022-04-17T15:10:08.564Z] runclient-common: [2022-04-17T15:10:08.564Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 3 [2022-04-17T15:10:09.505Z] [exec] Apr 17, 2022 3:10:09 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:10:09.505Z] [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. [2022-04-17T15:10:10.439Z] [exec] Apr 17, 2022 3:10:10 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:10:10.439Z] [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/glassfish6_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 [2022-04-17T15:10:13.719Z] [exec] Value of key is: test-3 [2022-04-17T15:10:13.719Z] [exec] test-3 returned true as validation is enabled [2022-04-17T15:10:13.719Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:10:13.719Z] [exec] [2022-04-17T15:10:13.719Z] [exec] [2022-04-17T15:10:13.719Z] [exec] ----------------------------------------- [2022-04-17T15:10:13.719Z] [exec] - test-3 : PASS - [2022-04-17T15:10:13.719Z] [exec] ----------------------------------------- [2022-04-17T15:10:13.719Z] [exec] Total PASS: 1 [2022-04-17T15:10:13.719Z] [exec] Total FAIL: 0 [2022-04-17T15:10:13.719Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:10:13.719Z] [exec] ----------------------------------------- [2022-04-17T15:10:13.719Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:10:13.719Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] checkReporting-common: [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] confirmReportPresent-common: [2022-04-17T15:10:13.719Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:10:13.719Z] [echo] Test seems to be reported fine [2022-04-17T15:10:13.719Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] confirmMissingReport-common: [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] setOSConditions: [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] setToolWin: [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] setToolUnix: [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] setToolProperty: [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] setS1ASclassPath: [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] init-common: [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] stop-derby: [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] stop-derby-aix: [2022-04-17T15:10:13.719Z] [2022-04-17T15:10:13.719Z] stop-derby-nonaix: [2022-04-17T15:10:13.719Z] [echo] Stopping Derby DB Server ... [2022-04-17T15:10:14.281Z] [java] Sun Apr 17 15:10:14 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:10:14.281Z] [2022-04-17T15:10:14.281Z] setOSConditions: [2022-04-17T15:10:14.281Z] [2022-04-17T15:10:14.281Z] setToolWin: [2022-04-17T15:10:14.281Z] [2022-04-17T15:10:14.281Z] setToolUnix: [2022-04-17T15:10:14.281Z] [2022-04-17T15:10:14.281Z] setToolProperty: [2022-04-17T15:10:14.281Z] [2022-04-17T15:10:14.281Z] setS1ASclassPath: [2022-04-17T15:10:14.281Z] [2022-04-17T15:10:14.281Z] init-common: [2022-04-17T15:10:14.281Z] [2022-04-17T15:10:14.281Z] start-derby: [2022-04-17T15:10:14.281Z] [2022-04-17T15:10:14.281Z] start-derby-aix: [2022-04-17T15:10:14.281Z] [2022-04-17T15:10:14.281Z] start-derby-nonaix: [2022-04-17T15:10:14.281Z] [echo] Starting Derby DB Server ... [2022-04-17T15:10:29.137Z] [2022-04-17T15:10:29.137Z] setOSConditions: [2022-04-17T15:10:29.137Z] [2022-04-17T15:10:29.137Z] setToolWin: [2022-04-17T15:10:29.137Z] [2022-04-17T15:10:29.137Z] setToolUnix: [2022-04-17T15:10:29.137Z] [2022-04-17T15:10:29.137Z] setToolProperty: [2022-04-17T15:10:29.137Z] [2022-04-17T15:10:29.137Z] setS1ASclassPath: [2022-04-17T15:10:29.137Z] [2022-04-17T15:10:29.137Z] init-common: [2022-04-17T15:10:29.137Z] [2022-04-17T15:10:29.137Z] runclient-common: [2022-04-17T15:10:29.137Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 4 [2022-04-17T15:10:30.065Z] [exec] Apr 17, 2022 3:10:29 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:10:30.065Z] [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. [2022-04-17T15:10:31.009Z] [exec] Apr 17, 2022 3:10:30 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:10:31.009Z] [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/glassfish6_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 [2022-04-17T15:10:33.529Z] [exec] Value of key is: test-4 [2022-04-17T15:10:33.529Z] [exec] test-4 returned true as validation is enabled [2022-04-17T15:10:33.529Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:10:33.529Z] [exec] [2022-04-17T15:10:33.530Z] [exec] [2022-04-17T15:10:33.530Z] [exec] ----------------------------------------- [2022-04-17T15:10:33.530Z] [exec] - test-4 : PASS - [2022-04-17T15:10:33.530Z] [exec] ----------------------------------------- [2022-04-17T15:10:33.530Z] [exec] Total PASS: 1 [2022-04-17T15:10:33.530Z] [exec] Total FAIL: 0 [2022-04-17T15:10:33.530Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:10:33.530Z] [exec] ----------------------------------------- [2022-04-17T15:10:33.530Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:10:33.530Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] checkReporting-common: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] confirmReportPresent-common: [2022-04-17T15:10:33.786Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:10:33.786Z] [echo] Test seems to be reported fine [2022-04-17T15:10:33.786Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/RepRunConf.txt [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] confirmMissingReport-common: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setOSConditions: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setToolWin: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setToolUnix: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setToolProperty: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setS1ASclassPath: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] init-common: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] execute-sql-common: [2022-04-17T15:10:33.786Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/sql/drop_pointbase.sql [2022-04-17T15:10:33.786Z] [sql] 0 rows affected [2022-04-17T15:10:33.786Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] undeploy: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setOSConditions: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setToolWin: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setToolUnix: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setToolProperty: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setS1ASclassPath: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] init-common: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] delete-jdbc-stuff: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setOSConditions: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setToolWin: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setToolUnix: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setToolProperty: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] setS1ASclassPath: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] init-common: [2022-04-17T15:10:33.786Z] [2022-04-17T15:10:33.786Z] delete-jdbc-resource-common: [2022-04-17T15:10:33.786Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/customvalDB [2022-04-17T15:10:34.348Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/customvalDB [2022-04-17T15:10:34.348Z] [exec] JDBC resource jdbc/customvalDB deleted successfully [2022-04-17T15:10:34.348Z] [echo] cmd executed for server [2022-04-17T15:10:34.348Z] [2022-04-17T15:10:34.348Z] setOSConditions: [2022-04-17T15:10:34.348Z] [2022-04-17T15:10:34.348Z] setToolWin: [2022-04-17T15:10:34.348Z] [2022-04-17T15:10:34.348Z] setToolUnix: [2022-04-17T15:10:34.348Z] [2022-04-17T15:10:34.348Z] setToolProperty: [2022-04-17T15:10:34.348Z] [2022-04-17T15:10:34.348Z] setS1ASclassPath: [2022-04-17T15:10:34.348Z] [2022-04-17T15:10:34.348Z] init-common: [2022-04-17T15:10:34.348Z] [2022-04-17T15:10:34.348Z] delete-jdbc-connpool-common: [2022-04-17T15:10:34.349Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-customval [2022-04-17T15:10:34.604Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:10:34.604Z] [exec] JDBC Connection pool jdbc-customval deleted successfully [2022-04-17T15:10:34.604Z] [echo] cmd executed for server [2022-04-17T15:10:34.861Z] [2022-04-17T15:10:34.861Z] setOSConditions: [2022-04-17T15:10:34.861Z] [2022-04-17T15:10:34.861Z] setToolWin: [2022-04-17T15:10:34.861Z] [2022-04-17T15:10:34.861Z] setToolUnix: [2022-04-17T15:10:34.861Z] [2022-04-17T15:10:34.861Z] setToolProperty: [2022-04-17T15:10:34.861Z] [2022-04-17T15:10:34.861Z] setS1ASclassPath: [2022-04-17T15:10:34.861Z] [2022-04-17T15:10:34.861Z] init-common: [2022-04-17T15:10:34.861Z] [2022-04-17T15:10:34.861Z] undeploy-common: [2022-04-17T15:10:35.118Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:10:35.118Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/lib/myvalidator.jar [2022-04-17T15:10:35.118Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/custom-validation-1/validator/myvalidator.jar [2022-04-17T15:10:35.118Z] [2022-04-17T15:10:35.118Z] restart-server: [2022-04-17T15:10:35.118Z] [2022-04-17T15:10:35.118Z] setOSConditions: [2022-04-17T15:10:35.118Z] [2022-04-17T15:10:35.118Z] stop-server: [2022-04-17T15:10:35.118Z] [2022-04-17T15:10:35.118Z] stop-server-unix: [2022-04-17T15:10:35.118Z] [echo] stopping server on unix ... [2022-04-17T15:10:36.490Z] [exec] Waiting for the domain to stop . [2022-04-17T15:10:36.490Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:10:46.443Z] [2022-04-17T15:10:46.443Z] stop-server-windows: [2022-04-17T15:10:51.698Z] [2022-04-17T15:10:51.698Z] setOSConditions: [2022-04-17T15:10:51.698Z] [2022-04-17T15:10:51.698Z] start-server: [2022-04-17T15:10:51.698Z] [echo] +-----------------------------+ [2022-04-17T15:10:51.698Z] [echo] | | [2022-04-17T15:10:51.698Z] [echo] | S T A R T I N G GLASSFISH | [2022-04-17T15:10:51.698Z] [echo] | in Felix mode | [2022-04-17T15:10:51.698Z] [echo] | | [2022-04-17T15:10:51.698Z] [echo] +-----------------------------+ [2022-04-17T15:10:51.698Z] [2022-04-17T15:10:51.698Z] start-server-unix: [2022-04-17T15:10:55.941Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:10:55.941Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:10:55.941Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:10:55.941Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:10:55.941Z] [exec] Admin Port: 4848 [2022-04-17T15:10:55.941Z] [exec] Command start-domain executed successfully. [2022-04-17T15:11:05.907Z] [2022-04-17T15:11:05.907Z] start-server-windows: [2022-04-17T15:11:05.907Z] [2022-04-17T15:11:05.907Z] all: [2022-04-17T15:11:05.907Z] [2022-04-17T15:11:05.907Z] setOSConditions: [2022-04-17T15:11:05.907Z] [2022-04-17T15:11:05.907Z] setToolWin: [2022-04-17T15:11:05.907Z] [2022-04-17T15:11:05.907Z] setToolUnix: [2022-04-17T15:11:05.907Z] [2022-04-17T15:11:05.907Z] setToolProperty: [2022-04-17T15:11:05.907Z] [2022-04-17T15:11:05.907Z] setS1ASclassPath: [2022-04-17T15:11:05.907Z] [2022-04-17T15:11:05.907Z] init-common: [2022-04-17T15:11:05.907Z] [2022-04-17T15:11:05.907Z] clean: [2022-04-17T15:11:05.907Z] [2022-04-17T15:11:05.908Z] setOSConditions: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolWin: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolUnix: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolProperty: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setS1ASclassPath: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] init-common: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] clean-common: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setOSConditions: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolWin: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolUnix: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolProperty: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setS1ASclassPath: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] init-common: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] clean-classes-common: [2022-04-17T15:11:05.908Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setOSConditions: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolWin: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolUnix: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolProperty: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setS1ASclassPath: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] init-common: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] clean-jars-common: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] compile: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setOSConditions: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolWin: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolUnix: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setToolProperty: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] setS1ASclassPath: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] init-common: [2022-04-17T15:11:05.908Z] [2022-04-17T15:11:05.908Z] compile-common: [2022-04-17T15:11:05.908Z] [echo] Current time (ISO): 2022-04-17T15:11:05.775+0000 [2022-04-17T15:11:05.908Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:11:05.908Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:11:07.802Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:11:07.802Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:07.802Z] [javac] return new Integer(1); [2022-04-17T15:11:07.802Z] [javac] ^ [2022-04-17T15:11:07.802Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/ejb/SimpleBMPBean.java uses unchecked or unsafe operations. [2022-04-17T15:11:07.802Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:11:07.802Z] [javac] 2 warnings [2022-04-17T15:11:07.802Z] [2022-04-17T15:11:07.802Z] setOSConditions: [2022-04-17T15:11:07.802Z] [2022-04-17T15:11:07.802Z] setToolWin: [2022-04-17T15:11:07.802Z] [2022-04-17T15:11:07.802Z] setToolUnix: [2022-04-17T15:11:07.802Z] [2022-04-17T15:11:07.802Z] setToolProperty: [2022-04-17T15:11:07.802Z] [2022-04-17T15:11:07.802Z] setS1ASclassPath: [2022-04-17T15:11:07.802Z] [2022-04-17T15:11:07.807Z] init-common: [2022-04-17T15:11:07.807Z] [2022-04-17T15:11:07.807Z] compile-common: [2022-04-17T15:11:07.807Z] [echo] Current time (ISO): 2022-04-17T15:11:07.561+0000 [2022-04-17T15:11:07.807Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:11:09.176Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:11:09.436Z] [javac] 1 warning [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] build: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setOSConditions: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] fixFiles: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] convUnix: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] convWin: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolWin: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolUnix: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolProperty: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setS1ASclassPath: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] init-common: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] package-persistence-common: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] ejb-jar-common: [2022-04-17T15:11:09.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] package-ejbjar-common: [2022-04-17T15:11:09.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:09.436Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:09.436Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:09.436Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpool-ejb.jar [2022-04-17T15:11:09.436Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] appclient-jar-common: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] package-appclientjar-common: [2022-04-17T15:11:09.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:09.436Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:09.436Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:09.436Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpool-client.jar [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] webclient-war-common: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] build-ear-common: [2022-04-17T15:11:09.436Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:09.436Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolApp.ear [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] deploy: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setOSConditions: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolWin: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolUnix: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolProperty: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setS1ASclassPath: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] init-common: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] execute-sql-common: [2022-04-17T15:11:09.436Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/create_pointbase.sql [2022-04-17T15:11:09.436Z] [sql] Failed to execute: Drop table flush_connection_pool [2022-04-17T15:11:09.436Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'FLUSH_CONNECTION_POOL' because it does not exist. [2022-04-17T15:11:09.436Z] [sql] 0 rows affected [2022-04-17T15:11:09.436Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setOSConditions: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolWin: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolUnix: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolProperty: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setS1ASclassPath: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] init-common: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setup: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setOSConditions: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolWin: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolUnix: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolProperty: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setS1ASclassPath: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] init-common: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] deploy-jdbc-common: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setOSConditions: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolWin: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolUnix: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setToolProperty: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] setS1ASclassPath: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] init-common: [2022-04-17T15:11:09.436Z] [2022-04-17T15:11:09.436Z] create-jdbc-connpool-common: [2022-04-17T15:11:09.998Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:11.377Z] [exec] JDBC connection pool jdbc-flushconnectionpool-pool created successfully. [2022-04-17T15:11:11.377Z] [2022-04-17T15:11:11.377Z] set-derby-connpool-props: [2022-04-17T15:11:11.633Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:11.633Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.User=dbuser [2022-04-17T15:11:12.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:12.238Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.Password=dbpassword [2022-04-17T15:11:12.494Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:12.494Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.driverType=4 [2022-04-17T15:11:13.056Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:13.056Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.portNumber=1527 [2022-04-17T15:11:13.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:13.340Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.dataBaseName=testdb [2022-04-17T15:11:13.596Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:13.596Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:11:14.158Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:14.158Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.create=true [2022-04-17T15:11:14.415Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:14.415Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.property.serverName=localhost [2022-04-17T15:11:14.415Z] [2022-04-17T15:11:14.415Z] setOSConditions: [2022-04-17T15:11:14.415Z] [2022-04-17T15:11:14.415Z] setToolWin: [2022-04-17T15:11:14.415Z] [2022-04-17T15:11:14.415Z] setToolUnix: [2022-04-17T15:11:14.415Z] [2022-04-17T15:11:14.415Z] setToolProperty: [2022-04-17T15:11:14.415Z] [2022-04-17T15:11:14.415Z] setS1ASclassPath: [2022-04-17T15:11:14.415Z] [2022-04-17T15:11:14.415Z] init-common: [2022-04-17T15:11:14.415Z] [2022-04-17T15:11:14.415Z] create-jdbc-resource-common: [2022-04-17T15:11:14.415Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:14.977Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:14.977Z] [exec] JDBC resource jdbc/flushconnectionpool created successfully. [2022-04-17T15:11:14.977Z] [echo] cmd executed for server [2022-04-17T15:11:14.977Z] [2022-04-17T15:11:14.977Z] asadmin-common: [2022-04-17T15:11:14.977Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:15.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:15.494Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.steady-pool-size=1 [2022-04-17T15:11:15.494Z] [2022-04-17T15:11:15.494Z] asadmin-common: [2022-04-17T15:11:15.494Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:15.750Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:15.750Z] [exec] domain.resources.jdbc-connection-pool.jdbc-flushconnectionpool-pool.max-pool-size=1 [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] setOSConditions: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] setToolWin: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] setToolUnix: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] setToolProperty: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] setS1ASclassPath: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] init-common: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] deploy-common: [2022-04-17T15:11:15.750Z] [echo] Current time (ISO): 2022-04-17T15:11:15.686+0000 [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] setOSConditions: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] setToolWin: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] setToolUnix: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] setToolProperty: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] setS1ASclassPath: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] init-common: [2022-04-17T15:11:15.750Z] [2022-04-17T15:11:15.750Z] deploy-common-pe: [2022-04-17T15:11:16.006Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-flushconnectionpoolApp.ear [2022-04-17T15:11:19.289Z] [exec] Application deployed with name jdbc-flushconnectionpoolApp. [2022-04-17T15:11:19.289Z] [echo] Deployment on target server server successful [2022-04-17T15:11:19.289Z] [2022-04-17T15:11:19.289Z] setOSConditions: [2022-04-17T15:11:19.289Z] [2022-04-17T15:11:19.289Z] setToolWin: [2022-04-17T15:11:19.289Z] [2022-04-17T15:11:19.289Z] setToolUnix: [2022-04-17T15:11:19.289Z] [2022-04-17T15:11:19.289Z] setToolProperty: [2022-04-17T15:11:19.289Z] [2022-04-17T15:11:19.289Z] setS1ASclassPath: [2022-04-17T15:11:19.289Z] [2022-04-17T15:11:19.289Z] init-common: [2022-04-17T15:11:19.289Z] [2022-04-17T15:11:19.289Z] deploy-common-ee: [2022-04-17T15:11:19.289Z] [2022-04-17T15:11:19.289Z] run: [2022-04-17T15:11:19.289Z] [2022-04-17T15:11:19.289Z] setOSConditions: [2022-04-17T15:11:19.289Z] [2022-04-17T15:11:19.290Z] setToolWin: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] setToolUnix: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] setToolProperty: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] setS1ASclassPath: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] init-common: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] execute-sql-common: [2022-04-17T15:11:19.290Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/create_pointbase.sql [2022-04-17T15:11:19.290Z] [sql] 0 rows affected [2022-04-17T15:11:19.290Z] [sql] 0 rows affected [2022-04-17T15:11:19.290Z] [sql] 2 of 2 SQL statements executed successfully [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] setOSConditions: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] setToolWin: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] setToolUnix: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] setToolProperty: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] setS1ASclassPath: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] init-common: [2022-04-17T15:11:19.290Z] [2022-04-17T15:11:19.290Z] runclient-common: [2022-04-17T15:11:19.290Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T15:11:20.237Z] [exec] Apr 17, 2022 3:11:20 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:11:20.237Z] [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. [2022-04-17T15:11:24.442Z] [exec] Value of key is: Flush Connection Pool - (test1): [2022-04-17T15:11:24.442Z] [exec] Value of key is: Flush Connection Pool - (test2): [2022-04-17T15:11:24.442Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:11:24.442Z] [exec] [2022-04-17T15:11:24.442Z] [exec] [2022-04-17T15:11:24.442Z] [exec] ----------------------------------------- [2022-04-17T15:11:24.442Z] [exec] - Flush Connection Pool - (test1): : PASS - [2022-04-17T15:11:24.442Z] [exec] - Flush Connection Pool - (test2): : PASS - [2022-04-17T15:11:24.442Z] [exec] ----------------------------------------- [2022-04-17T15:11:24.442Z] [exec] Total PASS: 2 [2022-04-17T15:11:24.442Z] [exec] Total FAIL: 0 [2022-04-17T15:11:24.442Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:11:24.442Z] [exec] ----------------------------------------- [2022-04-17T15:11:24.442Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:11:24.442Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:11:24.698Z] [2022-04-17T15:11:24.698Z] checkReporting-common: [2022-04-17T15:11:24.698Z] [2022-04-17T15:11:24.698Z] confirmReportPresent-common: [2022-04-17T15:11:24.698Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:11:24.698Z] [echo] Test seems to be reported fine [2022-04-17T15:11:24.698Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/RepRunConf.txt [2022-04-17T15:11:24.698Z] [2022-04-17T15:11:24.698Z] confirmMissingReport-common: [2022-04-17T15:11:24.698Z] [2022-04-17T15:11:24.698Z] asadmin-common: [2022-04-17T15:11:24.698Z] [echo] asadmin flush-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc-flushconnectionpool-pool [2022-04-17T15:11:25.261Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true flush-connection-pool jdbc-flushconnectionpool-pool [2022-04-17T15:11:25.261Z] [2022-04-17T15:11:25.261Z] setOSConditions: [2022-04-17T15:11:25.261Z] [2022-04-17T15:11:25.261Z] setToolWin: [2022-04-17T15:11:25.261Z] [2022-04-17T15:11:25.261Z] setToolUnix: [2022-04-17T15:11:25.261Z] [2022-04-17T15:11:25.261Z] setToolProperty: [2022-04-17T15:11:25.261Z] [2022-04-17T15:11:25.261Z] setS1ASclassPath: [2022-04-17T15:11:25.261Z] [2022-04-17T15:11:25.261Z] init-common: [2022-04-17T15:11:25.261Z] [2022-04-17T15:11:25.261Z] runclient-common: [2022-04-17T15:11:25.261Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T15:11:26.205Z] [exec] Apr 17, 2022 3:11:25 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:11:26.205Z] [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. [2022-04-17T15:11:29.515Z] [exec] Value of key is: Flush Connection Pool - (test1): [2022-04-17T15:11:29.515Z] [exec] Value of key is: Flush Connection Pool - (test2): [2022-04-17T15:11:29.515Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:11:29.515Z] [exec] [2022-04-17T15:11:29.515Z] [exec] [2022-04-17T15:11:29.515Z] [exec] ----------------------------------------- [2022-04-17T15:11:29.515Z] [exec] - Flush Connection Pool - (test1): : PASS - [2022-04-17T15:11:29.515Z] [exec] - Flush Connection Pool - (test2): : PASS - [2022-04-17T15:11:29.515Z] [exec] ----------------------------------------- [2022-04-17T15:11:29.515Z] [exec] Total PASS: 2 [2022-04-17T15:11:29.515Z] [exec] Total FAIL: 0 [2022-04-17T15:11:29.515Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:11:29.515Z] [exec] ----------------------------------------- [2022-04-17T15:11:29.515Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:11:29.515Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] checkReporting-common: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] confirmReportPresent-common: [2022-04-17T15:11:29.771Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:11:29.771Z] [echo] Test seems to be reported fine [2022-04-17T15:11:29.771Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/RepRunConf.txt [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] confirmMissingReport-common: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] undeploy: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] setOSConditions: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] setToolWin: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] setToolUnix: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] setToolProperty: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] setS1ASclassPath: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] init-common: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] execute-sql-common: [2022-04-17T15:11:29.771Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/flushconnectionpool/sql/drop_pointbase.sql [2022-04-17T15:11:29.771Z] [sql] 0 rows affected [2022-04-17T15:11:29.771Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] unsetup: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] setOSConditions: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] setToolWin: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] setToolUnix: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] setToolProperty: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] setS1ASclassPath: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] init-common: [2022-04-17T15:11:29.771Z] [2022-04-17T15:11:29.771Z] delete-jdbc-resource-common: [2022-04-17T15:11:29.771Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/flushconnectionpool [2022-04-17T15:11:30.345Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/flushconnectionpool [2022-04-17T15:11:30.345Z] [exec] JDBC resource jdbc/flushconnectionpool deleted successfully [2022-04-17T15:11:30.345Z] [echo] cmd executed for server [2022-04-17T15:11:30.345Z] [2022-04-17T15:11:30.345Z] setOSConditions: [2022-04-17T15:11:30.345Z] [2022-04-17T15:11:30.345Z] setToolWin: [2022-04-17T15:11:30.345Z] [2022-04-17T15:11:30.345Z] setToolUnix: [2022-04-17T15:11:30.345Z] [2022-04-17T15:11:30.345Z] setToolProperty: [2022-04-17T15:11:30.345Z] [2022-04-17T15:11:30.345Z] setS1ASclassPath: [2022-04-17T15:11:30.345Z] [2022-04-17T15:11:30.345Z] init-common: [2022-04-17T15:11:30.345Z] [2022-04-17T15:11:30.345Z] delete-jdbc-connpool-common: [2022-04-17T15:11:30.345Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-flushconnectionpool-pool [2022-04-17T15:11:30.601Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:30.601Z] [exec] JDBC Connection pool jdbc-flushconnectionpool-pool deleted successfully [2022-04-17T15:11:30.601Z] [echo] cmd executed for server [2022-04-17T15:11:30.601Z] [2022-04-17T15:11:30.601Z] setOSConditions: [2022-04-17T15:11:30.601Z] [2022-04-17T15:11:30.601Z] setToolWin: [2022-04-17T15:11:30.601Z] [2022-04-17T15:11:30.601Z] setToolUnix: [2022-04-17T15:11:30.601Z] [2022-04-17T15:11:30.601Z] setToolProperty: [2022-04-17T15:11:30.601Z] [2022-04-17T15:11:30.601Z] setS1ASclassPath: [2022-04-17T15:11:30.601Z] [2022-04-17T15:11:30.601Z] init-common: [2022-04-17T15:11:30.601Z] [2022-04-17T15:11:30.601Z] undeploy-common: [2022-04-17T15:11:31.164Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] all: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setOSConditions: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolWin: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolUnix: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolProperty: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setS1ASclassPath: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] init-common: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] clean: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setOSConditions: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolWin: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolUnix: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolProperty: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setS1ASclassPath: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] init-common: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] clean-common: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setOSConditions: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolWin: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolUnix: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolProperty: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setS1ASclassPath: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] init-common: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] clean-classes-common: [2022-04-17T15:11:31.164Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setOSConditions: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolWin: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolUnix: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolProperty: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setS1ASclassPath: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] init-common: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] clean-jars-common: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] compile: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setOSConditions: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolWin: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolUnix: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setToolProperty: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] setS1ASclassPath: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] init-common: [2022-04-17T15:11:31.164Z] [2022-04-17T15:11:31.164Z] compile-common: [2022-04-17T15:11:31.164Z] [echo] Current time (ISO): 2022-04-17T15:11:30.973+0000 [2022-04-17T15:11:31.164Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:11:31.164Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:11:33.098Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:11:33.098Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:33.098Z] [javac] return new Integer(1); [2022-04-17T15:11:33.098Z] [javac] ^ [2022-04-17T15:11:33.098Z] [javac] 2 warnings [2022-04-17T15:11:33.098Z] [2022-04-17T15:11:33.098Z] setOSConditions: [2022-04-17T15:11:33.098Z] [2022-04-17T15:11:33.098Z] setToolWin: [2022-04-17T15:11:33.098Z] [2022-04-17T15:11:33.098Z] setToolUnix: [2022-04-17T15:11:33.098Z] [2022-04-17T15:11:33.098Z] setToolProperty: [2022-04-17T15:11:33.098Z] [2022-04-17T15:11:33.098Z] setS1ASclassPath: [2022-04-17T15:11:33.098Z] [2022-04-17T15:11:33.098Z] init-common: [2022-04-17T15:11:33.098Z] [2022-04-17T15:11:33.098Z] compile-common: [2022-04-17T15:11:33.098Z] [echo] Current time (ISO): 2022-04-17T15:11:32.745+0000 [2022-04-17T15:11:33.098Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:11:34.475Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:11:34.475Z] [javac] 1 warning [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] build: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] setOSConditions: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] fixFiles: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] convUnix: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] convWin: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] setToolWin: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] setToolUnix: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] setToolProperty: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] setS1ASclassPath: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] init-common: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] package-persistence-common: [2022-04-17T15:11:34.737Z] [2022-04-17T15:11:34.737Z] ejb-jar-common: [2022-04-17T15:11:34.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] package-ejbjar-common: [2022-04-17T15:11:34.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:34.738Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:34.738Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:34.738Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-ejb.jar [2022-04-17T15:11:34.738Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] appclient-jar-common: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] package-appclientjar-common: [2022-04-17T15:11:34.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:34.738Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:34.738Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:34.738Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapper-client.jar [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] webclient-war-common: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] build-ear-common: [2022-04-17T15:11:34.738Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:11:34.738Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] deploy: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setOSConditions: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setToolWin: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setToolUnix: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setToolProperty: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setS1ASclassPath: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] init-common: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] execute-sql-common: [2022-04-17T15:11:34.738Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/sql/create_pointbase.sql [2022-04-17T15:11:34.738Z] [sql] Failed to execute: Drop table O_Customer [2022-04-17T15:11:34.738Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'O_CUSTOMER' because it does not exist. [2022-04-17T15:11:34.738Z] [sql] 0 rows affected [2022-04-17T15:11:34.738Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setOSConditions: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setToolWin: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setToolUnix: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setToolProperty: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setS1ASclassPath: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] init-common: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] deploy-jdbc-common: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setOSConditions: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setToolWin: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setToolUnix: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setToolProperty: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] setS1ASclassPath: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] init-common: [2022-04-17T15:11:34.738Z] [2022-04-17T15:11:34.738Z] create-jdbc-connpool-common: [2022-04-17T15:11:34.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:34.994Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:11:34.994Z] [2022-04-17T15:11:34.994Z] set-derby-connpool-props: [2022-04-17T15:11:35.557Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:11:35.557Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:11:36.140Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:11:36.140Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:11:36.396Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:11:36.396Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:11:36.653Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:11:36.653Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:11:37.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:11:37.246Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:11:37.502Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:11:37.502Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:11:38.064Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:11:38.064Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:11:38.321Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:11:38.321Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:11:38.321Z] [2022-04-17T15:11:38.321Z] setOSConditions: [2022-04-17T15:11:38.321Z] [2022-04-17T15:11:38.321Z] setToolWin: [2022-04-17T15:11:38.321Z] [2022-04-17T15:11:38.321Z] setToolUnix: [2022-04-17T15:11:38.321Z] [2022-04-17T15:11:38.321Z] setToolProperty: [2022-04-17T15:11:38.321Z] [2022-04-17T15:11:38.321Z] setS1ASclassPath: [2022-04-17T15:11:38.321Z] [2022-04-17T15:11:38.321Z] init-common: [2022-04-17T15:11:38.321Z] [2022-04-17T15:11:38.321Z] create-jdbc-resource-common: [2022-04-17T15:11:38.322Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:38.884Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:38.884Z] [exec] JDBC resource jdbc/s1qeDB created successfully. [2022-04-17T15:11:38.884Z] [echo] cmd executed for server [2022-04-17T15:11:38.884Z] [2022-04-17T15:11:38.884Z] asadmin-common: [2022-04-17T15:11:38.884Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:39.448Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T15:11:39.448Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.max-pool-size=10 [2022-04-17T15:11:39.448Z] [2022-04-17T15:11:39.448Z] asadmin-common: [2022-04-17T15:11:39.448Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:39.704Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T15:11:39.704Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.steady-pool-size=10 [2022-04-17T15:11:39.704Z] [2022-04-17T15:11:39.704Z] asadmin-common: [2022-04-17T15:11:39.704Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:40.267Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T15:11:40.267Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.idle-timeout-in-seconds=0 [2022-04-17T15:11:40.267Z] [2022-04-17T15:11:40.267Z] asadmin-common: [2022-04-17T15:11:40.267Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:40.523Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T15:11:40.523Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection-leak-timeout-in-seconds=10 [2022-04-17T15:11:40.523Z] [2022-04-17T15:11:40.523Z] asadmin-common: [2022-04-17T15:11:40.523Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:11:41.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-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 [2022-04-17T15:11:41.139Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.connection-leak-reclaim=true [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] setOSConditions: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] setToolWin: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] setToolUnix: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] setToolProperty: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] setS1ASclassPath: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] init-common: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] deploy-common: [2022-04-17T15:11:41.139Z] [echo] Current time (ISO): 2022-04-17T15:11:40.854+0000 [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] setOSConditions: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] setToolWin: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] setToolUnix: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] setToolProperty: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] setS1ASclassPath: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] init-common: [2022-04-17T15:11:41.139Z] [2022-04-17T15:11:41.139Z] deploy-common-pe: [2022-04-17T15:11:41.395Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-bmp-statementwrapperApp.ear [2022-04-17T15:11:41.651Z] [exec] Application deployed with name ejb-bmp-statementwrapperApp. [2022-04-17T15:11:41.651Z] [echo] Deployment on target server server successful [2022-04-17T15:11:41.651Z] [2022-04-17T15:11:41.651Z] setOSConditions: [2022-04-17T15:11:41.651Z] [2022-04-17T15:11:41.651Z] setToolWin: [2022-04-17T15:11:41.651Z] [2022-04-17T15:11:41.651Z] setToolUnix: [2022-04-17T15:11:41.651Z] [2022-04-17T15:11:41.651Z] setToolProperty: [2022-04-17T15:11:41.651Z] [2022-04-17T15:11:41.651Z] setS1ASclassPath: [2022-04-17T15:11:41.651Z] [2022-04-17T15:11:41.651Z] init-common: [2022-04-17T15:11:41.651Z] [2022-04-17T15:11:41.652Z] deploy-common-ee: [2022-04-17T15:11:41.652Z] [2022-04-17T15:11:41.652Z] run: [2022-04-17T15:11:41.652Z] [2022-04-17T15:11:41.652Z] setOSConditions: [2022-04-17T15:11:41.652Z] [2022-04-17T15:11:41.652Z] setToolWin: [2022-04-17T15:11:41.652Z] [2022-04-17T15:11:41.652Z] setToolUnix: [2022-04-17T15:11:41.652Z] [2022-04-17T15:11:41.652Z] setToolProperty: [2022-04-17T15:11:41.652Z] [2022-04-17T15:11:41.652Z] setS1ASclassPath: [2022-04-17T15:11:41.652Z] [2022-04-17T15:11:41.652Z] init-common: [2022-04-17T15:11:41.652Z] [2022-04-17T15:11:41.652Z] runclient-common: [2022-04-17T15:11:41.652Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T15:11:42.580Z] [exec] Apr 17, 2022 3:11:42 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:11:42.580Z] [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. [2022-04-17T15:12:50.239Z] [exec] Value of key is: test1 : [2022-04-17T15:12:50.239Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:12:50.239Z] [exec] [2022-04-17T15:12:50.239Z] [exec] [2022-04-17T15:12:50.239Z] [exec] ----------------------------------------- [2022-04-17T15:12:50.239Z] [exec] - test1 : : PASS - [2022-04-17T15:12:50.239Z] [exec] ----------------------------------------- [2022-04-17T15:12:50.239Z] [exec] Total PASS: 1 [2022-04-17T15:12:50.239Z] [exec] Total FAIL: 0 [2022-04-17T15:12:50.239Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:12:50.239Z] [exec] ----------------------------------------- [2022-04-17T15:12:50.239Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:12:50.239Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] checkReporting-common: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] confirmReportPresent-common: [2022-04-17T15:12:50.239Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:12:50.239Z] [echo] Test seems to be reported fine [2022-04-17T15:12:50.239Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/RepRunConf.txt [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] confirmMissingReport-common: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] undeploy: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setOSConditions: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolWin: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolUnix: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolProperty: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setS1ASclassPath: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] init-common: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] execute-sql-common: [2022-04-17T15:12:50.239Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/connleakreclaimnotify/sql/drop_pointbase.sql [2022-04-17T15:12:50.239Z] [sql] 0 rows affected [2022-04-17T15:12:50.239Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setOSConditions: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolWin: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolUnix: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolProperty: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setS1ASclassPath: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] init-common: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] undeploy-jdbc-common: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setOSConditions: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolWin: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolUnix: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolProperty: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setS1ASclassPath: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] init-common: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] delete-jdbc-resource-common: [2022-04-17T15:12:50.239Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/s1qeDB [2022-04-17T15:12:50.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/s1qeDB [2022-04-17T15:12:50.239Z] [exec] JDBC resource jdbc/s1qeDB deleted successfully [2022-04-17T15:12:50.239Z] [echo] cmd executed for server [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setOSConditions: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolWin: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolUnix: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setToolProperty: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] setS1ASclassPath: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] init-common: [2022-04-17T15:12:50.239Z] [2022-04-17T15:12:50.239Z] delete-jdbc-connpool-common: [2022-04-17T15:12:50.239Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:12:50.240Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:50.240Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:12:50.240Z] [echo] cmd executed for server [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setOSConditions: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolWin: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolUnix: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolProperty: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setS1ASclassPath: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] init-common: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] undeploy-common: [2022-04-17T15:12:50.240Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] all: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setOSConditions: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolWin: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolUnix: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolProperty: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setS1ASclassPath: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] init-common: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] clean: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setOSConditions: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolWin: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolUnix: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolProperty: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setS1ASclassPath: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] init-common: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] clean-common: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setOSConditions: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolWin: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolUnix: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolProperty: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setS1ASclassPath: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] init-common: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] clean-classes-common: [2022-04-17T15:12:50.240Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setOSConditions: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolWin: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolUnix: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setToolProperty: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] setS1ASclassPath: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] init-common: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] clean-jars-common: [2022-04-17T15:12:50.240Z] [2022-04-17T15:12:50.240Z] compile: [2022-04-17T15:12:50.496Z] [2022-04-17T15:12:50.496Z] setOSConditions: [2022-04-17T15:12:50.496Z] [2022-04-17T15:12:50.496Z] setToolWin: [2022-04-17T15:12:50.496Z] [2022-04-17T15:12:50.496Z] setToolUnix: [2022-04-17T15:12:50.496Z] [2022-04-17T15:12:50.496Z] setToolProperty: [2022-04-17T15:12:50.496Z] [2022-04-17T15:12:50.496Z] setS1ASclassPath: [2022-04-17T15:12:50.496Z] [2022-04-17T15:12:50.496Z] init-common: [2022-04-17T15:12:50.496Z] [2022-04-17T15:12:50.496Z] compile-common: [2022-04-17T15:12:50.496Z] [echo] Current time (ISO): 2022-04-17T15:12:50.239+0000 [2022-04-17T15:12:50.496Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:12:50.496Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:12:52.402Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:12:52.402Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:52.402Z] [javac] return new Integer(1); [2022-04-17T15:12:52.402Z] [javac] ^ [2022-04-17T15:12:52.402Z] [javac] 2 warnings [2022-04-17T15:12:52.402Z] [2022-04-17T15:12:52.402Z] setOSConditions: [2022-04-17T15:12:52.402Z] [2022-04-17T15:12:52.402Z] setToolWin: [2022-04-17T15:12:52.402Z] [2022-04-17T15:12:52.402Z] setToolUnix: [2022-04-17T15:12:52.402Z] [2022-04-17T15:12:52.402Z] setToolProperty: [2022-04-17T15:12:52.402Z] [2022-04-17T15:12:52.402Z] setS1ASclassPath: [2022-04-17T15:12:52.402Z] [2022-04-17T15:12:52.402Z] init-common: [2022-04-17T15:12:52.402Z] [2022-04-17T15:12:52.402Z] compile-common: [2022-04-17T15:12:52.402Z] [echo] Current time (ISO): 2022-04-17T15:12:52.082+0000 [2022-04-17T15:12:52.402Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:12:53.773Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:12:54.037Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:54.037Z] [javac] return new Integer(returnValue.get("count").toString()); [2022-04-17T15:12:54.037Z] [javac] ^ [2022-04-17T15:12:54.037Z] [javac] 2 warnings [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] build: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] setOSConditions: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] fixFiles: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] convUnix: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] convWin: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] setToolWin: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] setToolUnix: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] setToolProperty: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] setS1ASclassPath: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] init-common: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] package-persistence-common: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] ejb-jar-common: [2022-04-17T15:12:54.038Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] package-ejbjar-common: [2022-04-17T15:12:54.038Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:12:54.038Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:12:54.038Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:12:54.038Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar [2022-04-17T15:12:54.038Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] appclient-jar-common: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] package-appclientjar-common: [2022-04-17T15:12:54.038Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:12:54.038Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:12:54.038Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:12:54.038Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] webclient-war-common: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] build-ear-common: [2022-04-17T15:12:54.038Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:12:54.038Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] deploy: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] setOSConditions: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] setToolWin: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] setToolUnix: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] setToolProperty: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] setS1ASclassPath: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] init-common: [2022-04-17T15:12:54.038Z] [2022-04-17T15:12:54.038Z] execute-sql-common: [2022-04-17T15:12:54.038Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/sql/create_pointbase.sql [2022-04-17T15:12:54.038Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 [2022-04-17T15:12:54.038Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. [2022-04-17T15:12:54.038Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 [2022-04-17T15:12:54.038Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. [2022-04-17T15:12:54.038Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 [2022-04-17T15:12:54.038Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. [2022-04-17T15:12:54.038Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 [2022-04-17T15:12:54.038Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. [2022-04-17T15:12:54.038Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 [2022-04-17T15:12:54.038Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. [2022-04-17T15:12:54.038Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 [2022-04-17T15:12:54.038Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. [2022-04-17T15:12:54.038Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 [2022-04-17T15:12:54.038Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. [2022-04-17T15:12:54.038Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 [2022-04-17T15:12:54.038Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. [2022-04-17T15:12:54.038Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 [2022-04-17T15:12:54.038Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. [2022-04-17T15:12:54.038Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 [2022-04-17T15:12:54.038Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. [2022-04-17T15:12:54.038Z] [sql] 0 rows affected [2022-04-17T15:12:54.038Z] [sql] 1 rows affected [2022-04-17T15:12:54.038Z] [sql] 0 rows affected [2022-04-17T15:12:54.038Z] [sql] 1 rows affected [2022-04-17T15:12:54.038Z] [sql] 0 rows affected [2022-04-17T15:12:54.038Z] [sql] 1 rows affected [2022-04-17T15:12:54.038Z] [sql] 0 rows affected [2022-04-17T15:12:54.038Z] [sql] 1 rows affected [2022-04-17T15:12:54.038Z] [sql] 0 rows affected [2022-04-17T15:12:54.038Z] [sql] 1 rows affected [2022-04-17T15:12:54.038Z] [sql] 0 rows affected [2022-04-17T15:12:54.038Z] [sql] 1 rows affected [2022-04-17T15:12:54.294Z] [sql] 0 rows affected [2022-04-17T15:12:54.294Z] [sql] 1 rows affected [2022-04-17T15:12:54.294Z] [sql] 0 rows affected [2022-04-17T15:12:54.294Z] [sql] 1 rows affected [2022-04-17T15:12:54.294Z] [sql] 0 rows affected [2022-04-17T15:12:54.294Z] [sql] 1 rows affected [2022-04-17T15:12:54.294Z] [sql] 0 rows affected [2022-04-17T15:12:54.294Z] [sql] 1 rows affected [2022-04-17T15:12:54.294Z] [sql] 20 of 30 SQL statements executed successfully [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setOSConditions: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setToolWin: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setToolUnix: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setToolProperty: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setS1ASclassPath: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] init-common: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setup: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setOSConditions: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setToolWin: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setToolUnix: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setToolProperty: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setS1ASclassPath: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] init-common: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] deploy-jdbc-common: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setOSConditions: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setToolWin: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setToolUnix: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setToolProperty: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] setS1ASclassPath: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] init-common: [2022-04-17T15:12:54.294Z] [2022-04-17T15:12:54.294Z] create-jdbc-connpool-common: [2022-04-17T15:12:54.550Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:54.550Z] [exec] JDBC connection pool jdbc/jdbc-stmtcaching_hit_miss-pool created successfully. [2022-04-17T15:12:54.550Z] [2022-04-17T15:12:54.550Z] set-derby-connpool-props: [2022-04-17T15:12:55.141Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:55.141Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.User=dbuser [2022-04-17T15:12:55.397Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:55.397Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword [2022-04-17T15:12:55.960Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:55.960Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.driverType=4 [2022-04-17T15:12:56.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:56.239Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 [2022-04-17T15:12:56.495Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:56.495Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb [2022-04-17T15:12:57.056Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:57.056Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:12:57.313Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:57.313Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.create=true [2022-04-17T15:12:57.876Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:57.876Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost [2022-04-17T15:12:57.876Z] [2022-04-17T15:12:57.876Z] setOSConditions: [2022-04-17T15:12:57.876Z] [2022-04-17T15:12:57.876Z] setToolWin: [2022-04-17T15:12:57.876Z] [2022-04-17T15:12:57.876Z] setToolUnix: [2022-04-17T15:12:57.876Z] [2022-04-17T15:12:57.876Z] setToolProperty: [2022-04-17T15:12:57.876Z] [2022-04-17T15:12:57.876Z] setS1ASclassPath: [2022-04-17T15:12:57.876Z] [2022-04-17T15:12:57.876Z] init-common: [2022-04-17T15:12:57.876Z] [2022-04-17T15:12:57.876Z] create-jdbc-resource-common: [2022-04-17T15:12:57.876Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:58.133Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:58.133Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. [2022-04-17T15:12:58.133Z] [echo] cmd executed for server [2022-04-17T15:12:58.133Z] [2022-04-17T15:12:58.133Z] asadmin-common: [2022-04-17T15:12:58.133Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:58.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:58.694Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 [2022-04-17T15:12:58.694Z] [2022-04-17T15:12:58.694Z] asadmin-common: [2022-04-17T15:12:58.695Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:58.955Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:58.955Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true [2022-04-17T15:12:58.955Z] [2022-04-17T15:12:58.955Z] asadmin-common: [2022-04-17T15:12:58.955Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:59.544Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:12:59.545Z] [exec] domain.resources.jdbc-connection-pool.jdbc/jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] setOSConditions: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] setToolWin: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] setToolUnix: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] setToolProperty: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] setS1ASclassPath: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] init-common: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] deploy-common: [2022-04-17T15:12:59.545Z] [echo] Current time (ISO): 2022-04-17T15:12:59.364+0000 [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] setOSConditions: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] setToolWin: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] setToolUnix: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] setToolProperty: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] setS1ASclassPath: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] init-common: [2022-04-17T15:12:59.545Z] [2022-04-17T15:12:59.545Z] deploy-common-pe: [2022-04-17T15:12:59.800Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T15:13:00.056Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. [2022-04-17T15:13:00.056Z] [echo] Deployment on target server server successful [2022-04-17T15:13:00.056Z] [2022-04-17T15:13:00.056Z] setOSConditions: [2022-04-17T15:13:00.056Z] [2022-04-17T15:13:00.056Z] setToolWin: [2022-04-17T15:13:00.056Z] [2022-04-17T15:13:00.057Z] setToolUnix: [2022-04-17T15:13:00.057Z] [2022-04-17T15:13:00.057Z] setToolProperty: [2022-04-17T15:13:00.057Z] [2022-04-17T15:13:00.057Z] setS1ASclassPath: [2022-04-17T15:13:00.057Z] [2022-04-17T15:13:00.057Z] init-common: [2022-04-17T15:13:00.057Z] [2022-04-17T15:13:00.057Z] deploy-common-ee: [2022-04-17T15:13:00.057Z] [2022-04-17T15:13:00.057Z] run: [2022-04-17T15:13:00.057Z] [2022-04-17T15:13:00.057Z] asadmin-common: [2022-04-17T15:13:00.057Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:00.640Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:00.640Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF [2022-04-17T15:13:00.640Z] [2022-04-17T15:13:00.640Z] asadmin-common: [2022-04-17T15:13:00.640Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:00.896Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:00.896Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH [2022-04-17T15:13:00.896Z] [2022-04-17T15:13:00.896Z] setOSConditions: [2022-04-17T15:13:00.896Z] [2022-04-17T15:13:00.896Z] setToolWin: [2022-04-17T15:13:00.896Z] [2022-04-17T15:13:00.896Z] setToolUnix: [2022-04-17T15:13:00.896Z] [2022-04-17T15:13:00.896Z] setToolProperty: [2022-04-17T15:13:00.896Z] [2022-04-17T15:13:00.896Z] setS1ASclassPath: [2022-04-17T15:13:00.896Z] [2022-04-17T15:13:00.896Z] init-common: [2022-04-17T15:13:00.896Z] [2022-04-17T15:13:00.896Z] runclient-common: [2022-04-17T15:13:00.896Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T15:13:02.260Z] [exec] Apr 17, 2022 3:13:01 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:13:02.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. [2022-04-17T15:13:06.491Z] [exec] >>>numstatementcachehit=1 [2022-04-17T15:13:06.491Z] [exec] >>>numstatementcachemiss=5 [2022-04-17T15:13:06.491Z] [exec] HIT pass [2022-04-17T15:13:06.491Z] [exec] Value of key is: Statement Caching - (Hit): [2022-04-17T15:13:06.491Z] [exec] >>>numstatementcachehit=6 [2022-04-17T15:13:06.491Z] [exec] >>>numstatementcachemiss=7 [2022-04-17T15:13:06.491Z] [exec] MISS pass [2022-04-17T15:13:06.491Z] [exec] Value of key is: Statement Caching - (Miss): [2022-04-17T15:13:06.491Z] [exec] >>>numstatementcachehit=7 [2022-04-17T15:13:06.491Z] [exec] >>>numstatementcachemiss=12 [2022-04-17T15:13:06.491Z] [exec] columnIndexes pass [2022-04-17T15:13:06.491Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : [2022-04-17T15:13:06.491Z] [exec] >>>numstatementcachehit=8 [2022-04-17T15:13:06.491Z] [exec] >>>numstatementcachemiss=17 [2022-04-17T15:13:06.491Z] [exec] columnNames pass [2022-04-17T15:13:06.491Z] [exec] Value of key is: Statement Caching - (hit columnNames) : [2022-04-17T15:13:06.491Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:13:06.491Z] [exec] [2022-04-17T15:13:06.491Z] [exec] [2022-04-17T15:13:06.491Z] [exec] ----------------------------------------- [2022-04-17T15:13:06.491Z] [exec] - Statement Caching - (Hit): : PASS - [2022-04-17T15:13:06.491Z] [exec] - Statement Caching - (Miss): : PASS - [2022-04-17T15:13:06.491Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - [2022-04-17T15:13:06.491Z] [exec] - Statement Caching - (hit columnNames) : : PASS - [2022-04-17T15:13:06.491Z] [exec] ----------------------------------------- [2022-04-17T15:13:06.491Z] [exec] Total PASS: 4 [2022-04-17T15:13:06.491Z] [exec] Total FAIL: 0 [2022-04-17T15:13:06.491Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:13:06.491Z] [exec] ----------------------------------------- [2022-04-17T15:13:06.491Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:13:06.491Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] checkReporting-common: [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] confirmReportPresent-common: [2022-04-17T15:13:06.747Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:13:06.747Z] [echo] Test seems to be reported fine [2022-04-17T15:13:06.747Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/RepRunConf.txt [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] confirmMissingReport-common: [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] undeploy: [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] setOSConditions: [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] setToolWin: [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] setToolUnix: [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] setToolProperty: [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] setS1ASclassPath: [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] init-common: [2022-04-17T15:13:06.747Z] [2022-04-17T15:13:06.747Z] execute-sql-common: [2022-04-17T15:13:06.747Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.monitoring/sql/drop_pointbase.sql [2022-04-17T15:13:06.747Z] [sql] 0 rows affected [2022-04-17T15:13:06.747Z] [sql] 0 rows affected [2022-04-17T15:13:06.747Z] [sql] 0 rows affected [2022-04-17T15:13:06.747Z] [sql] 0 rows affected [2022-04-17T15:13:06.747Z] [sql] 0 rows affected [2022-04-17T15:13:06.747Z] [sql] 0 rows affected [2022-04-17T15:13:06.747Z] [sql] 0 rows affected [2022-04-17T15:13:06.747Z] [sql] 0 rows affected [2022-04-17T15:13:06.747Z] [sql] 0 rows affected [2022-04-17T15:13:06.747Z] [sql] 0 rows affected [2022-04-17T15:13:07.003Z] [sql] 10 of 10 SQL statements executed successfully [2022-04-17T15:13:07.003Z] [2022-04-17T15:13:07.003Z] unsetup: [2022-04-17T15:13:07.003Z] [2022-04-17T15:13:07.003Z] asadmin-common: [2022-04-17T15:13:07.003Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:07.566Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:07.566Z] [exec] server.monitoring-service.module-monitoring-levels.jdbc-connection-pool=OFF [2022-04-17T15:13:07.566Z] [2022-04-17T15:13:07.566Z] setOSConditions: [2022-04-17T15:13:07.566Z] [2022-04-17T15:13:07.566Z] setToolWin: [2022-04-17T15:13:07.566Z] [2022-04-17T15:13:07.566Z] setToolUnix: [2022-04-17T15:13:07.566Z] [2022-04-17T15:13:07.566Z] setToolProperty: [2022-04-17T15:13:07.566Z] [2022-04-17T15:13:07.566Z] setS1ASclassPath: [2022-04-17T15:13:07.566Z] [2022-04-17T15:13:07.566Z] init-common: [2022-04-17T15:13:07.566Z] [2022-04-17T15:13:07.566Z] delete-jdbc-resource-common: [2022-04-17T15:13:07.566Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:08.145Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:08.145Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully [2022-04-17T15:13:08.145Z] [echo] cmd executed for server [2022-04-17T15:13:08.145Z] [2022-04-17T15:13:08.145Z] setOSConditions: [2022-04-17T15:13:08.145Z] [2022-04-17T15:13:08.145Z] setToolWin: [2022-04-17T15:13:08.145Z] [2022-04-17T15:13:08.145Z] setToolUnix: [2022-04-17T15:13:08.145Z] [2022-04-17T15:13:08.145Z] setToolProperty: [2022-04-17T15:13:08.145Z] [2022-04-17T15:13:08.145Z] setS1ASclassPath: [2022-04-17T15:13:08.145Z] [2022-04-17T15:13:08.145Z] init-common: [2022-04-17T15:13:08.145Z] [2022-04-17T15:13:08.145Z] delete-jdbc-connpool-common: [2022-04-17T15:13:08.145Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:08.402Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:08.402Z] [exec] JDBC Connection pool jdbc/jdbc-stmtcaching_hit_miss-pool deleted successfully [2022-04-17T15:13:08.402Z] [echo] cmd executed for server [2022-04-17T15:13:08.402Z] [2022-04-17T15:13:08.402Z] setOSConditions: [2022-04-17T15:13:08.402Z] [2022-04-17T15:13:08.402Z] setToolWin: [2022-04-17T15:13:08.402Z] [2022-04-17T15:13:08.402Z] setToolUnix: [2022-04-17T15:13:08.402Z] [2022-04-17T15:13:08.402Z] setToolProperty: [2022-04-17T15:13:08.402Z] [2022-04-17T15:13:08.402Z] setS1ASclassPath: [2022-04-17T15:13:08.402Z] [2022-04-17T15:13:08.402Z] init-common: [2022-04-17T15:13:08.402Z] [2022-04-17T15:13:08.402Z] undeploy-common: [2022-04-17T15:13:08.663Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:13:08.663Z] [2022-04-17T15:13:08.663Z] all: [2022-04-17T15:13:08.663Z] [2022-04-17T15:13:08.663Z] setOSConditions: [2022-04-17T15:13:08.663Z] [2022-04-17T15:13:08.663Z] setToolWin: [2022-04-17T15:13:08.663Z] [2022-04-17T15:13:08.663Z] setToolUnix: [2022-04-17T15:13:08.663Z] [2022-04-17T15:13:08.663Z] setToolProperty: [2022-04-17T15:13:08.663Z] [2022-04-17T15:13:08.663Z] setS1ASclassPath: [2022-04-17T15:13:08.663Z] [2022-04-17T15:13:08.663Z] init-common: [2022-04-17T15:13:08.663Z] [2022-04-17T15:13:08.663Z] ejb-setup: [2022-04-17T15:13:08.663Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/ejb [2022-04-17T15:13:08.663Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/client [2022-04-17T15:13:08.663Z] [2022-04-17T15:13:08.663Z] clean: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setOSConditions: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolWin: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolUnix: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolProperty: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setS1ASclassPath: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] init-common: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] clean-common: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setOSConditions: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolWin: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolUnix: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolProperty: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setS1ASclassPath: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] init-common: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] clean-classes-common: [2022-04-17T15:13:08.919Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setOSConditions: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolWin: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolUnix: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolProperty: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setS1ASclassPath: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] init-common: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] clean-jars-common: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] compile: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setOSConditions: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolWin: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolUnix: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setToolProperty: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] setS1ASclassPath: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] init-common: [2022-04-17T15:13:08.919Z] [2022-04-17T15:13:08.919Z] compile-common: [2022-04-17T15:13:08.919Z] [echo] Current time (ISO): 2022-04-17T15:13:08.684+0000 [2022-04-17T15:13:08.919Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:13:08.919Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:13:10.813Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:13:10.813Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:13:10.813Z] [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. [2022-04-17T15:13:10.813Z] [javac] 2 warnings [2022-04-17T15:13:10.813Z] [2022-04-17T15:13:10.813Z] setOSConditions: [2022-04-17T15:13:10.813Z] [2022-04-17T15:13:10.813Z] setToolWin: [2022-04-17T15:13:10.813Z] [2022-04-17T15:13:10.813Z] setToolUnix: [2022-04-17T15:13:10.813Z] [2022-04-17T15:13:10.813Z] setToolProperty: [2022-04-17T15:13:10.813Z] [2022-04-17T15:13:10.813Z] setS1ASclassPath: [2022-04-17T15:13:10.813Z] [2022-04-17T15:13:10.813Z] init-common: [2022-04-17T15:13:10.813Z] [2022-04-17T15:13:10.813Z] compile-common: [2022-04-17T15:13:10.813Z] [echo] Current time (ISO): 2022-04-17T15:13:10.699+0000 [2022-04-17T15:13:10.813Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:13:12.703Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:13:12.703Z] [javac] 1 warning [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] build: [2022-04-17T15:13:12.703Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib [2022-04-17T15:13:12.703Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-lib.jar [2022-04-17T15:13:12.703Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-par1.jar [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setOSConditions: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] fixFiles: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] convUnix: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] convWin: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolWin: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolUnix: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolProperty: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setS1ASclassPath: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] init-common: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] package-persistence-common: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] ejb-jar-common: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] package-ejbjar-common: [2022-04-17T15:13:12.703Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:12.703Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-ejb.jar [2022-04-17T15:13:12.703Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] appclient-jar-common: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] package-appclientjar-common: [2022-04-17T15:13:12.703Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:12.703Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-client.jar [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] webclient-war-common: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] build-ear-common: [2022-04-17T15:13:12.703Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T15:13:12.703Z] [jar] Updating jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setup: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setOSConditions: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolWin: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolUnix: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolProperty: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setS1ASclassPath: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] init-common: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] execute-sql-common: [2022-04-17T15:13:12.703Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/create.sql [2022-04-17T15:13:12.703Z] [sql] 0 rows affected [2022-04-17T15:13:12.703Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] deploy: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setOSConditions: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolWin: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolUnix: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolProperty: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setS1ASclassPath: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] init-common: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] deploy-common: [2022-04-17T15:13:12.703Z] [echo] Current time (ISO): 2022-04-17T15:13:12.495+0000 [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setOSConditions: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolWin: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolUnix: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setToolProperty: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] setS1ASclassPath: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] init-common: [2022-04-17T15:13:12.703Z] [2022-04-17T15:13:12.703Z] deploy-common-pe: [2022-04-17T15:13:12.992Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T15:13:15.564Z] [exec] Application deployed with name ejb-ejb30-persistence-tx_propagationApp. [2022-04-17T15:13:15.564Z] [echo] Deployment on target server server successful [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] setOSConditions: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] setToolWin: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] setToolUnix: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] setToolProperty: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] setS1ASclassPath: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] init-common: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] deploy-common-ee: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] run: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] setOSConditions: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] setToolWin: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] setToolUnix: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] setToolProperty: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] setS1ASclassPath: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] init-common: [2022-04-17T15:13:15.564Z] [2022-04-17T15:13:15.564Z] runclient-common: [2022-04-17T15:13:15.564Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:13:16.141Z] [exec] Apr 17, 2022 3:13:15 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:13:16.142Z] [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. [2022-04-17T15:13:17.070Z] [exec] Apr 17, 2022 3:13:16 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:13:17.070Z] [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/glassfish6_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 [2022-04-17T15:13:19.607Z] [exec] I am in client [2022-04-17T15:13:19.868Z] [exec] Apr 17, 2022 3:13:19 PM org.hibernate.validator.internal.util.Version [2022-04-17T15:13:19.868Z] [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T15:13:20.126Z] [exec] calling createPerson(duke) [2022-04-17T15:13:20.126Z] [exec] created [2022-04-17T15:13:20.126Z] [exec] utx.begin called [2022-04-17T15:13:20.381Z] [exec] inserted 1,1 into table [2022-04-17T15:13:20.381Z] [exec] calling utx.rollback [2022-04-17T15:13:20.638Z] [exec] Value of key is: delegateFoundMe [2022-04-17T15:13:20.638Z] [exec] Value of key is: findDelegateCreatedPerson [2022-04-17T15:13:20.638Z] [exec] utx.rollback called [2022-04-17T15:13:20.638Z] [exec] I am in client [2022-04-17T15:13:20.638Z] [exec] calling createPerson(duke) [2022-04-17T15:13:20.638Z] [exec] created [2022-04-17T15:13:20.638Z] [exec] utx.begin called [2022-04-17T15:13:20.638Z] [exec] inserted 1,1 into table [2022-04-17T15:13:20.638Z] [exec] Value of key is: delegateFoundMe [2022-04-17T15:13:20.638Z] [exec] Value of key is: findDelegateCreatedPerson [2022-04-17T15:13:20.638Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:13:20.638Z] [exec] [2022-04-17T15:13:20.638Z] [exec] calling utx.commit [2022-04-17T15:13:20.638Z] [exec] utx.commit called [2022-04-17T15:13:20.638Z] [exec] Apr 17, 2022 3:13:20 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter [2022-04-17T15:13:20.638Z] [exec] INFO: RAR7094: __xa_jdbc_ra shutdown successful. [2022-04-17T15:13:20.638Z] [exec] [2022-04-17T15:13:20.638Z] [exec] ----------------------------------------- [2022-04-17T15:13:20.638Z] [exec] - delegateFoundMe: PASS - [2022-04-17T15:13:20.638Z] [exec] - findDelegateCreatedPerson: PASS - [2022-04-17T15:13:20.638Z] [exec] ----------------------------------------- [2022-04-17T15:13:20.638Z] [exec] Total PASS: 2 [2022-04-17T15:13:20.638Z] [exec] Total FAIL: 0 [2022-04-17T15:13:20.638Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:13:20.638Z] [exec] ----------------------------------------- [2022-04-17T15:13:20.638Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:13:20.638Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] checkReporting-common: [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] confirmReportPresent-common: [2022-04-17T15:13:21.200Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:13:21.200Z] [echo] Test seems to be reported fine [2022-04-17T15:13:21.200Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/RepRunConf.txt [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] confirmMissingReport-common: [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] undeploy: [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] setOSConditions: [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] setToolWin: [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] setToolUnix: [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] setToolProperty: [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] setS1ASclassPath: [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] init-common: [2022-04-17T15:13:21.200Z] [2022-04-17T15:13:21.200Z] undeploy-common: [2022-04-17T15:13:21.456Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] unsetup: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setOSConditions: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolWin: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolUnix: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolProperty: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setS1ASclassPath: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] init-common: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] execute-sql-common: [2022-04-17T15:13:21.456Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/drop.sql [2022-04-17T15:13:21.456Z] [sql] 0 rows affected [2022-04-17T15:13:21.456Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] all: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setOSConditions: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolWin: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolUnix: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolProperty: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setS1ASclassPath: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] init-common: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] appclient-setup: [2022-04-17T15:13:21.456Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/client [2022-04-17T15:13:21.456Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/ejb [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] clean: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setOSConditions: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolWin: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolUnix: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolProperty: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setS1ASclassPath: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] init-common: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] clean-common: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setOSConditions: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolWin: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolUnix: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolProperty: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setS1ASclassPath: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] init-common: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] clean-classes-common: [2022-04-17T15:13:21.456Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setOSConditions: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolWin: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolUnix: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolProperty: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setS1ASclassPath: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] init-common: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] clean-jars-common: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] compile: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setOSConditions: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolWin: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolUnix: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setToolProperty: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] setS1ASclassPath: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] init-common: [2022-04-17T15:13:21.456Z] [2022-04-17T15:13:21.456Z] compile-common: [2022-04-17T15:13:21.456Z] [echo] Current time (ISO): 2022-04-17T15:13:21.405+0000 [2022-04-17T15:13:21.456Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:13:21.456Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:13:23.370Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:13:23.370Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:13:23.370Z] [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. [2022-04-17T15:13:23.370Z] [javac] 2 warnings [2022-04-17T15:13:23.370Z] [2022-04-17T15:13:23.370Z] setOSConditions: [2022-04-17T15:13:23.370Z] [2022-04-17T15:13:23.370Z] setToolWin: [2022-04-17T15:13:23.370Z] [2022-04-17T15:13:23.370Z] setToolUnix: [2022-04-17T15:13:23.370Z] [2022-04-17T15:13:23.370Z] setToolProperty: [2022-04-17T15:13:23.370Z] [2022-04-17T15:13:23.370Z] setS1ASclassPath: [2022-04-17T15:13:23.370Z] [2022-04-17T15:13:23.370Z] init-common: [2022-04-17T15:13:23.370Z] [2022-04-17T15:13:23.370Z] compile-common: [2022-04-17T15:13:23.370Z] [echo] Current time (ISO): 2022-04-17T15:13:23.324+0000 [2022-04-17T15:13:23.370Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:13:25.267Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:13:25.267Z] [javac] 1 warning [2022-04-17T15:13:25.267Z] [2022-04-17T15:13:25.267Z] build: [2022-04-17T15:13:25.268Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib [2022-04-17T15:13:25.268Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-lib.jar [2022-04-17T15:13:25.268Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/ejb-ejb30-persistence-tx_propagation-par1.jar [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setOSConditions: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] fixFiles: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] convUnix: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] convWin: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolWin: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolUnix: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolProperty: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setS1ASclassPath: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] init-common: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] package-persistence-common: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] ejb-jar-common: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] package-ejbjar-common: [2022-04-17T15:13:25.268Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:25.268Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-ejb.jar [2022-04-17T15:13:25.268Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] appclient-jar-common: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] package-appclientjar-common: [2022-04-17T15:13:25.268Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:25.268Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagation-client.jar [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] webclient-war-common: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] build-ear-common: [2022-04-17T15:13:25.268Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T15:13:25.268Z] [jar] Updating jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setup: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setOSConditions: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolWin: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolUnix: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolProperty: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setS1ASclassPath: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] init-common: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] execute-sql-common: [2022-04-17T15:13:25.268Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/create.sql [2022-04-17T15:13:25.268Z] [sql] 0 rows affected [2022-04-17T15:13:25.268Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] deploy: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setOSConditions: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolWin: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolUnix: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolProperty: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setS1ASclassPath: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] init-common: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] deploy-common: [2022-04-17T15:13:25.268Z] [echo] Current time (ISO): 2022-04-17T15:13:25.242+0000 [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setOSConditions: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolWin: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolUnix: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setToolProperty: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] setS1ASclassPath: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] init-common: [2022-04-17T15:13:25.268Z] [2022-04-17T15:13:25.268Z] deploy-common-pe: [2022-04-17T15:13:25.843Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-ejb30-persistence-tx_propagationApp.ear [2022-04-17T15:13:26.445Z] [exec] Application deployed with name ejb-ejb30-persistence-tx_propagationApp. [2022-04-17T15:13:26.445Z] [echo] Deployment on target server server successful [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] setOSConditions: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] setToolWin: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] setToolUnix: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] setToolProperty: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] setS1ASclassPath: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] init-common: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] deploy-common-ee: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] run: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] setOSConditions: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] setToolWin: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] setToolUnix: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] setToolProperty: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] setS1ASclassPath: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] init-common: [2022-04-17T15:13:26.445Z] [2022-04-17T15:13:26.445Z] runclient-common: [2022-04-17T15:13:26.445Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:13:27.373Z] [exec] Apr 17, 2022 3:13:27 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:13:27.373Z] [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. [2022-04-17T15:13:28.310Z] [exec] Apr 17, 2022 3:13:27 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:13:28.310Z] [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/glassfish6_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 [2022-04-17T15:13:30.840Z] [exec] I am in client [2022-04-17T15:13:31.096Z] [exec] Apr 17, 2022 3:13:30 PM org.hibernate.validator.internal.util.Version [2022-04-17T15:13:31.096Z] [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T15:13:31.352Z] [exec] calling createPerson(duke) [2022-04-17T15:13:31.352Z] [exec] created [2022-04-17T15:13:31.352Z] [exec] utx.begin called [2022-04-17T15:13:31.638Z] [exec] inserted 1,1 into table [2022-04-17T15:13:31.638Z] [exec] Value of key is: delegateFoundMe [2022-04-17T15:13:31.638Z] [exec] Value of key is: findDelegateCreatedPerson [2022-04-17T15:13:31.638Z] [exec] calling utx.rollback [2022-04-17T15:13:31.638Z] [exec] utx.rollback called [2022-04-17T15:13:31.638Z] [exec] I am in client [2022-04-17T15:13:31.895Z] [exec] Value of key is: delegateFoundMe [2022-04-17T15:13:31.895Z] [exec] Value of key is: findDelegateCreatedPerson [2022-04-17T15:13:31.895Z] [exec] calling createPerson(duke) [2022-04-17T15:13:31.895Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xmlcreated [2022-04-17T15:13:31.895Z] [exec] utx.begin called [2022-04-17T15:13:31.895Z] [exec] inserted 1,1 into table [2022-04-17T15:13:31.895Z] [exec] calling utx.commit [2022-04-17T15:13:31.895Z] [exec] utx.commit called [2022-04-17T15:13:31.895Z] [exec] [2022-04-17T15:13:31.895Z] [exec] [2022-04-17T15:13:31.895Z] [exec] [2022-04-17T15:13:31.895Z] [exec] ----------------------------------------- [2022-04-17T15:13:31.895Z] [exec] - delegateFoundMe: PASS - [2022-04-17T15:13:31.895Z] [exec] - findDelegateCreatedPerson: PASS - [2022-04-17T15:13:31.895Z] [exec] ----------------------------------------- [2022-04-17T15:13:31.895Z] [exec] Total PASS: 2 [2022-04-17T15:13:31.895Z] [exec] Total FAIL: 0 [2022-04-17T15:13:31.895Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:13:31.895Z] [exec] ----------------------------------------- [2022-04-17T15:13:31.895Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:13:31.895Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:13:31.895Z] [exec] Apr 17, 2022 3:13:31 PM com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl sendStopToResourceAdapter [2022-04-17T15:13:31.895Z] [exec] INFO: RAR7094: __xa_jdbc_ra shutdown successful. [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] checkReporting-common: [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] confirmReportPresent-common: [2022-04-17T15:13:32.151Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:13:32.151Z] [echo] Test seems to be reported fine [2022-04-17T15:13:32.151Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/RepRunConf.txt [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] confirmMissingReport-common: [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] undeploy: [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] setOSConditions: [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] setToolWin: [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] setToolUnix: [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] setToolProperty: [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] setS1ASclassPath: [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] init-common: [2022-04-17T15:13:32.151Z] [2022-04-17T15:13:32.151Z] undeploy-common: [2022-04-17T15:13:32.713Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] unsetup: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setOSConditions: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolWin: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolUnix: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolProperty: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setS1ASclassPath: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] init-common: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] execute-sql-common: [2022-04-17T15:13:32.713Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/sql/drop.sql [2022-04-17T15:13:32.713Z] [sql] 0 rows affected [2022-04-17T15:13:32.713Z] [sql] 1 of 1 SQL statements executed successfully [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] all-appclient-exposed-dsd: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setOSConditions: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolWin: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolUnix: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolProperty: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setS1ASclassPath: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] init-common: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] clean: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setOSConditions: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolWin: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolUnix: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolProperty: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setS1ASclassPath: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] init-common: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] clean-common: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setOSConditions: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolWin: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolUnix: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolProperty: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setS1ASclassPath: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] init-common: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] clean-classes-common: [2022-04-17T15:13:32.713Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setOSConditions: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolWin: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolUnix: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolProperty: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setS1ASclassPath: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] init-common: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] clean-jars-common: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] compile: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setOSConditions: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolWin: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolUnix: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setToolProperty: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] setS1ASclassPath: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] init-common: [2022-04-17T15:13:32.713Z] [2022-04-17T15:13:32.713Z] compile-common: [2022-04-17T15:13:32.713Z] [echo] Current time (ISO): 2022-04-17T15:13:32.560+0000 [2022-04-17T15:13:32.713Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:13:32.713Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:13:34.079Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:13:34.079Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:34.079Z] [javac] return new Integer(1); [2022-04-17T15:13:34.079Z] [javac] ^ [2022-04-17T15:13:34.335Z] [javac] 2 warnings [2022-04-17T15:13:34.335Z] [2022-04-17T15:13:34.335Z] setOSConditions: [2022-04-17T15:13:34.335Z] [2022-04-17T15:13:34.335Z] setToolWin: [2022-04-17T15:13:34.335Z] [2022-04-17T15:13:34.335Z] setToolUnix: [2022-04-17T15:13:34.335Z] [2022-04-17T15:13:34.335Z] setToolProperty: [2022-04-17T15:13:34.335Z] [2022-04-17T15:13:34.335Z] setS1ASclassPath: [2022-04-17T15:13:34.335Z] [2022-04-17T15:13:34.335Z] init-common: [2022-04-17T15:13:34.335Z] [2022-04-17T15:13:34.335Z] compile-common: [2022-04-17T15:13:34.335Z] [echo] Current time (ISO): 2022-04-17T15:13:34.224+0000 [2022-04-17T15:13:34.335Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:13:36.239Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:13:36.239Z] [javac] 1 warning [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] build: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] setOSConditions: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] fixFiles: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] convUnix: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] convWin: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] setToolWin: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] setToolUnix: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] setToolProperty: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] setS1ASclassPath: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] init-common: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] package-persistence-common: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] ejb-jar-common: [2022-04-17T15:13:36.239Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] package-ejbjar-common: [2022-04-17T15:13:36.239Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:36.239Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:36.239Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:36.239Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-ejb.jar [2022-04-17T15:13:36.239Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] appclient-jar-common: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] package-appclientjar-common: [2022-04-17T15:13:36.239Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:36.239Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:36.239Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:36.239Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_miss-client.jar [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] webclient-war-common: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] build-ear-common: [2022-04-17T15:13:36.239Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:13:36.239Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] deploy: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] setOSConditions: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] setToolWin: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] setToolUnix: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] setToolProperty: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] setS1ASclassPath: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] init-common: [2022-04-17T15:13:36.239Z] [2022-04-17T15:13:36.239Z] execute-sql-common: [2022-04-17T15:13:36.239Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/sql/create_pointbase.sql [2022-04-17T15:13:36.239Z] [sql] Failed to execute: drop table customer_stmt_wrapper1 [2022-04-17T15:13:36.239Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER1' because it does not exist. [2022-04-17T15:13:36.239Z] [sql] Failed to execute: drop table customer_stmt_wrapper2 [2022-04-17T15:13:36.239Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER2' because it does not exist. [2022-04-17T15:13:36.239Z] [sql] Failed to execute: drop table customer_stmt_wrapper3 [2022-04-17T15:13:36.239Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER3' because it does not exist. [2022-04-17T15:13:36.239Z] [sql] Failed to execute: drop table customer_stmt_wrapper4 [2022-04-17T15:13:36.239Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER4' because it does not exist. [2022-04-17T15:13:36.239Z] [sql] Failed to execute: drop table customer_stmt_wrapper5 [2022-04-17T15:13:36.239Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER5' because it does not exist. [2022-04-17T15:13:36.239Z] [sql] Failed to execute: drop table customer_stmt_wrapper6 [2022-04-17T15:13:36.239Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER6' because it does not exist. [2022-04-17T15:13:36.239Z] [sql] Failed to execute: drop table customer_stmt_wrapper7 [2022-04-17T15:13:36.239Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER7' because it does not exist. [2022-04-17T15:13:36.239Z] [sql] Failed to execute: drop table customer_stmt_wrapper8 [2022-04-17T15:13:36.239Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER8' because it does not exist. [2022-04-17T15:13:36.239Z] [sql] Failed to execute: drop table customer_stmt_wrapper9 [2022-04-17T15:13:36.239Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER9' because it does not exist. [2022-04-17T15:13:36.239Z] [sql] Failed to execute: drop table customer_stmt_wrapper10 [2022-04-17T15:13:36.239Z] [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_STMT_WRAPPER10' because it does not exist. [2022-04-17T15:13:36.239Z] [sql] 0 rows affected [2022-04-17T15:13:36.239Z] [sql] 1 rows affected [2022-04-17T15:13:36.239Z] [sql] 0 rows affected [2022-04-17T15:13:36.239Z] [sql] 1 rows affected [2022-04-17T15:13:36.239Z] [sql] 0 rows affected [2022-04-17T15:13:36.239Z] [sql] 1 rows affected [2022-04-17T15:13:36.240Z] [sql] 0 rows affected [2022-04-17T15:13:36.240Z] [sql] 1 rows affected [2022-04-17T15:13:36.240Z] [sql] 0 rows affected [2022-04-17T15:13:36.240Z] [sql] 1 rows affected [2022-04-17T15:13:36.240Z] [sql] 0 rows affected [2022-04-17T15:13:36.240Z] [sql] 1 rows affected [2022-04-17T15:13:36.240Z] [sql] 0 rows affected [2022-04-17T15:13:36.240Z] [sql] 1 rows affected [2022-04-17T15:13:36.240Z] [sql] 0 rows affected [2022-04-17T15:13:36.240Z] [sql] 1 rows affected [2022-04-17T15:13:36.240Z] [sql] 0 rows affected [2022-04-17T15:13:36.240Z] [sql] 1 rows affected [2022-04-17T15:13:36.240Z] [sql] 0 rows affected [2022-04-17T15:13:36.240Z] [sql] 1 rows affected [2022-04-17T15:13:36.240Z] [sql] 20 of 30 SQL statements executed successfully [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setOSConditions: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setToolWin: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setToolUnix: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setToolProperty: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setS1ASclassPath: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] init-common: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setup: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setOSConditions: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setToolWin: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setToolUnix: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setToolProperty: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setS1ASclassPath: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] init-common: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] deploy-jdbc-common: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setOSConditions: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setToolWin: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setToolUnix: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setToolProperty: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] setS1ASclassPath: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] init-common: [2022-04-17T15:13:36.240Z] [2022-04-17T15:13:36.240Z] create-jdbc-connpool-common: [2022-04-17T15:13:36.495Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:36.495Z] [exec] JDBC connection pool jdbc-stmtcaching_hit_miss-pool created successfully. [2022-04-17T15:13:36.495Z] [2022-04-17T15:13:36.496Z] set-derby-connpool-props: [2022-04-17T15:13:37.056Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:37.056Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.User=dbuser [2022-04-17T15:13:37.312Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:37.312Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.Password=dbpassword [2022-04-17T15:13:37.874Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:37.874Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.driverType=4 [2022-04-17T15:13:38.130Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:38.130Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.portNumber=1527 [2022-04-17T15:13:38.386Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:38.386Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.dataBaseName=testdb [2022-04-17T15:13:38.953Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:38.953Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:13:39.209Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:39.210Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.create=true [2022-04-17T15:13:39.771Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:39.771Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.property.serverName=localhost [2022-04-17T15:13:39.771Z] [2022-04-17T15:13:39.771Z] setOSConditions: [2022-04-17T15:13:39.771Z] [2022-04-17T15:13:39.771Z] setToolWin: [2022-04-17T15:13:39.771Z] [2022-04-17T15:13:39.771Z] setToolUnix: [2022-04-17T15:13:39.771Z] [2022-04-17T15:13:39.771Z] setToolProperty: [2022-04-17T15:13:39.771Z] [2022-04-17T15:13:39.771Z] setS1ASclassPath: [2022-04-17T15:13:39.771Z] [2022-04-17T15:13:39.771Z] init-common: [2022-04-17T15:13:39.771Z] [2022-04-17T15:13:39.771Z] create-jdbc-resource-common: [2022-04-17T15:13:39.771Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:40.027Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:40.027Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss created successfully. [2022-04-17T15:13:40.027Z] [echo] cmd executed for server [2022-04-17T15:13:40.027Z] [2022-04-17T15:13:40.027Z] asadmin-common: [2022-04-17T15:13:40.027Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:40.590Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:40.590Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-size=5 [2022-04-17T15:13:40.590Z] [2022-04-17T15:13:40.590Z] asadmin-common: [2022-04-17T15:13:40.590Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:40.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:40.846Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.statement-cache-type=FIXED [2022-04-17T15:13:40.846Z] [2022-04-17T15:13:40.846Z] asadmin-common: [2022-04-17T15:13:40.846Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:41.438Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:41.438Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.wrap-jdbc-objects=true [2022-04-17T15:13:41.438Z] [2022-04-17T15:13:41.438Z] asadmin-common: [2022-04-17T15:13:41.438Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:41.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:41.694Z] [exec] domain.resources.jdbc-connection-pool.jdbc-stmtcaching_hit_miss-pool.idle-timeout-in-seconds=3000 [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] setOSConditions: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] setToolWin: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] setToolUnix: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] setToolProperty: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] setS1ASclassPath: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] init-common: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] deploy-common: [2022-04-17T15:13:41.694Z] [echo] Current time (ISO): 2022-04-17T15:13:41.560+0000 [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] setOSConditions: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] setToolWin: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] setToolUnix: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] setToolProperty: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] setS1ASclassPath: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] init-common: [2022-04-17T15:13:41.694Z] [2022-04-17T15:13:41.694Z] deploy-common-pe: [2022-04-17T15:13:42.258Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/jdbc-stmtcaching_hit_missApp.ear [2022-04-17T15:13:42.258Z] [exec] Application deployed with name jdbc-stmtcaching_hit_missApp. [2022-04-17T15:13:42.258Z] [echo] Deployment on target server server successful [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] setOSConditions: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] setToolWin: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] setToolUnix: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] setToolProperty: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] setS1ASclassPath: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] init-common: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] deploy-common-ee: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] run: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] setOSConditions: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] setToolWin: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] setToolUnix: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] setToolProperty: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] setS1ASclassPath: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] init-common: [2022-04-17T15:13:42.258Z] [2022-04-17T15:13:42.258Z] runclient-common: [2022-04-17T15:13:42.258Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 12 [2022-04-17T15:13:43.205Z] [exec] Apr 17, 2022 3:13:42 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:13:43.205Z] [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. [2022-04-17T15:13:46.491Z] [exec] Value of key is: Statement Caching - (Hit): [2022-04-17T15:13:46.491Z] [exec] Value of key is: Statement Caching - (Miss): [2022-04-17T15:13:46.491Z] [exec] Value of key is: Statement Caching - (hit columnIndexes) : [2022-04-17T15:13:46.491Z] [exec] Value of key is: Statement Caching - (hit columnNames) : [2022-04-17T15:13:46.492Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:13:46.492Z] [exec] [2022-04-17T15:13:46.492Z] [exec] [2022-04-17T15:13:46.492Z] [exec] ----------------------------------------- [2022-04-17T15:13:46.492Z] [exec] - Statement Caching - (Hit): : PASS - [2022-04-17T15:13:46.492Z] [exec] - Statement Caching - (Miss): : PASS - [2022-04-17T15:13:46.492Z] [exec] - Statement Caching - (hit columnIndexes) : : PASS - [2022-04-17T15:13:46.492Z] [exec] - Statement Caching - (hit columnNames) : : PASS - [2022-04-17T15:13:46.492Z] [exec] ----------------------------------------- [2022-04-17T15:13:46.492Z] [exec] Total PASS: 4 [2022-04-17T15:13:46.492Z] [exec] Total FAIL: 0 [2022-04-17T15:13:46.492Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:13:46.492Z] [exec] ----------------------------------------- [2022-04-17T15:13:46.492Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:13:46.492Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] checkReporting-common: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] confirmReportPresent-common: [2022-04-17T15:13:46.748Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:13:46.748Z] [echo] Test seems to be reported fine [2022-04-17T15:13:46.748Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/RepRunConf.txt [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] confirmMissingReport-common: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] undeploy: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] setOSConditions: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] setToolWin: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] setToolUnix: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] setToolProperty: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] setS1ASclassPath: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] init-common: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] execute-sql-common: [2022-04-17T15:13:46.748Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/stmtCaching_hit_miss.fixed/sql/drop_pointbase.sql [2022-04-17T15:13:46.748Z] [sql] 0 rows affected [2022-04-17T15:13:46.748Z] [sql] 0 rows affected [2022-04-17T15:13:46.748Z] [sql] 0 rows affected [2022-04-17T15:13:46.748Z] [sql] 0 rows affected [2022-04-17T15:13:46.748Z] [sql] 0 rows affected [2022-04-17T15:13:46.748Z] [sql] 0 rows affected [2022-04-17T15:13:46.748Z] [sql] 0 rows affected [2022-04-17T15:13:46.748Z] [sql] 0 rows affected [2022-04-17T15:13:46.748Z] [sql] 0 rows affected [2022-04-17T15:13:46.748Z] [sql] 0 rows affected [2022-04-17T15:13:46.748Z] [sql] 10 of 10 SQL statements executed successfully [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] unsetup: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] setOSConditions: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] setToolWin: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] setToolUnix: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] setToolProperty: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] setS1ASclassPath: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] init-common: [2022-04-17T15:13:46.748Z] [2022-04-17T15:13:46.748Z] delete-jdbc-resource-common: [2022-04-17T15:13:46.748Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:47.337Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:47.337Z] [exec] JDBC resource jdbc/jdbc-stmtcaching_hit_miss deleted successfully [2022-04-17T15:13:47.337Z] [echo] cmd executed for server [2022-04-17T15:13:47.337Z] [2022-04-17T15:13:47.337Z] setOSConditions: [2022-04-17T15:13:47.337Z] [2022-04-17T15:13:47.337Z] setToolWin: [2022-04-17T15:13:47.337Z] [2022-04-17T15:13:47.337Z] setToolUnix: [2022-04-17T15:13:47.337Z] [2022-04-17T15:13:47.337Z] setToolProperty: [2022-04-17T15:13:47.337Z] [2022-04-17T15:13:47.337Z] setS1ASclassPath: [2022-04-17T15:13:47.337Z] [2022-04-17T15:13:47.337Z] init-common: [2022-04-17T15:13:47.338Z] [2022-04-17T15:13:47.338Z] delete-jdbc-connpool-common: [2022-04-17T15:13:47.338Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:47.594Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:13:47.594Z] [exec] JDBC Connection pool jdbc-stmtcaching_hit_miss-pool deleted successfully [2022-04-17T15:13:47.594Z] [echo] cmd executed for server [2022-04-17T15:13:47.594Z] [2022-04-17T15:13:47.594Z] setOSConditions: [2022-04-17T15:13:47.594Z] [2022-04-17T15:13:47.594Z] setToolWin: [2022-04-17T15:13:47.594Z] [2022-04-17T15:13:47.594Z] setToolUnix: [2022-04-17T15:13:47.594Z] [2022-04-17T15:13:47.594Z] setToolProperty: [2022-04-17T15:13:47.594Z] [2022-04-17T15:13:47.594Z] setS1ASclassPath: [2022-04-17T15:13:47.594Z] [2022-04-17T15:13:47.594Z] init-common: [2022-04-17T15:13:47.594Z] [2022-04-17T15:13:47.594Z] undeploy-common: [2022-04-17T15:13:48.156Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:13:48.156Z] [2022-04-17T15:13:48.156Z] all: [2022-04-17T15:13:48.156Z] [2022-04-17T15:13:48.156Z] report: [2022-04-17T15:13:48.156Z] [echo] Comparing results with expected results [2022-04-17T15:13:48.156Z] [xslt] Processing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [2022-04-17T15:13:48.156Z] [xslt] Loading stylesheet /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/j2eeReporter.xsl [2022-04-17T15:13:48.417Z] [2022-04-17T15:13:48.417Z] report-sh: [2022-04-17T15:13:48.417Z] [exec] input file=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:13:48.417Z] [exec] ------------------------ [2022-04-17T15:13:48.417Z] [exec] TOTAL = 230 [2022-04-17T15:13:48.417Z] [exec] ------------------------ [2022-04-17T15:13:48.417Z] [exec] PASSED = 209 [2022-04-17T15:13:48.417Z] [exec] FAILED = 0 [2022-04-17T15:13:48.417Z] [exec] DID NOT RUN = 21 [2022-04-17T15:13:48.417Z] [exec] ------------------------ [2022-04-17T15:13:48.417Z] [2022-04-17T15:13:48.417Z] BUILD SUCCESSFUL [2022-04-17T15:13:48.417Z] Total time: 27 minutes 16 seconds [2022-04-17T15:13:48.678Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin stop-domain domain1 [2022-04-17T15:13:49.807Z] Waiting for the domain to stop . [2022-04-17T15:13:49.807Z] Command stop-domain executed successfully. [2022-04-17T15:13:49.807Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin stop-database [2022-04-17T15:13:50.736Z] Sun Apr 17 15:13:50 UTC 2022 : Connection obtained for host: 0.0.0.0, port number 1527. [2022-04-17T15:13:50.991Z] Sun Apr 17 15:13:50 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:13:51.247Z] Command stop-database executed successfully. [2022-04-17T15:13:51.247Z] + check_successful_run [2022-04-17T15:13:51.247Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' [2022-04-17T15:13:51.247Z] [2022-04-17T15:13:51.247Z] ===== CHECK SUCCESSFUL RUN ===== [2022-04-17T15:13:51.247Z] [2022-04-17T15:13:51.247Z] + FILE=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [2022-04-17T15:13:51.247Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' [2022-04-17T15:13:51.247Z] + echo 'File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' [2022-04-17T15:13:51.247Z] File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful [2022-04-17T15:13:51.247Z] + generate_junit_report jdbc_all [2022-04-17T15:13:51.247Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' [2022-04-17T15:13:51.247Z] [2022-04-17T15:13:51.247Z] ===== GENERATE JUNIT REPORT ===== [2022-04-17T15:13:51.247Z] [2022-04-17T15:13:51.248Z] + TD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:13:51.248Z] + JUD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml [2022-04-17T15:13:51.248Z] + TESTSUITE_NAME=jdbc_all [2022-04-17T15:13:51.248Z] + cat /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:13:51.248Z] + awk -v suitename=jdbc_all ' [2022-04-17T15:13:51.248Z] BEGIN { [2022-04-17T15:13:51.248Z] totaltests = 0; [2022-04-17T15:13:51.248Z] totalfailures = 0; [2022-04-17T15:13:51.248Z] totalerrors = 0; [2022-04-17T15:13:51.248Z] } [2022-04-17T15:13:51.248Z] function getPropVal(str){ [2022-04-17T15:13:51.248Z] split(str, a, "="); [2022-04-17T15:13:51.248Z] val = a[2]; [2022-04-17T15:13:51.248Z] # remove quotes [2022-04-17T15:13:51.248Z] gsub("\"","",val); [2022-04-17T15:13:51.248Z] return val; [2022-04-17T15:13:51.248Z] } [2022-04-17T15:13:51.248Z] function removeXMLTag(str){ [2022-04-17T15:13:51.248Z] # remove xml tag quotes [2022-04-17T15:13:51.248Z] gsub("","",str); [2022-04-17T15:13:51.248Z] gsub("<.*>","",str); [2022-04-17T15:13:51.248Z] gsub(">","",str); [2022-04-17T15:13:51.248Z] return str; [2022-04-17T15:13:51.248Z] } [2022-04-17T15:13:51.248Z] /status value=/ { [2022-04-17T15:13:51.248Z] result=getPropVal($0); [2022-04-17T15:13:51.248Z] result=removeXMLTag(result); [2022-04-17T15:13:51.248Z] } [2022-04-17T15:13:51.248Z] // { [2022-04-17T15:13:51.248Z] getline; [2022-04-17T15:13:51.248Z] getline; [2022-04-17T15:13:51.248Z] testunit=removeXMLTag($0); [2022-04-17T15:13:51.248Z] gsub("\"","",testunit); [2022-04-17T15:13:51.248Z] } [2022-04-17T15:13:51.248Z] // { [2022-04-17T15:13:51.248Z] getline; [2022-04-17T15:13:51.248Z] testname=removeXMLTag($0); [2022-04-17T15:13:51.248Z] gsub("\"","",testname); [2022-04-17T15:13:51.248Z] } [2022-04-17T15:13:51.248Z] /<\/testcase>/{ [2022-04-17T15:13:51.248Z] classname=testunit [2022-04-17T15:13:51.248Z] # printing testcase to out [2022-04-17T15:13:51.248Z] out = out sprintf(" \n", classname, testname); [2022-04-17T15:13:51.248Z] if (result == "fail") { [2022-04-17T15:13:51.248Z] out = out " \n"; [2022-04-17T15:13:51.248Z] totalfailures++; [2022-04-17T15:13:51.248Z] } else if (result == "did_not_run") { [2022-04-17T15:13:51.248Z] out = out " \n"; [2022-04-17T15:13:51.248Z] totalerrors++; [2022-04-17T15:13:51.248Z] } [2022-04-17T15:13:51.248Z] out = out " \n"; [2022-04-17T15:13:51.248Z] [2022-04-17T15:13:51.248Z] totaltests++; [2022-04-17T15:13:51.248Z] result=""; [2022-04-17T15:13:51.248Z] testname=""; [2022-04-17T15:13:51.248Z] } [2022-04-17T15:13:51.248Z] END { [2022-04-17T15:13:51.248Z] print "" [2022-04-17T15:13:51.248Z] printf "\n", totaltests, totalfailures, totalerrors, suitename; [2022-04-17T15:13:51.248Z] printf "%s", out; [2022-04-17T15:13:51.248Z] print "" [2022-04-17T15:13:51.248Z] }' [2022-04-17T15:13:51.248Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:13:51.248Z] + change_junit_report_class_names [2022-04-17T15:13:51.248Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T15:13:51.248Z] + sed -i 's/\bclassname="/classname="jdbc_all./g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T15:13:51.248Z] + copy_test_artifacts jdbc_all [2022-04-17T15:13:51.248Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' [2022-04-17T15:13:51.248Z] [2022-04-17T15:13:51.248Z] ===== COPY TEST ARTIFACTS ===== [2022-04-17T15:13:51.248Z] [2022-04-17T15:13:51.248Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:13:51.248Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains [2022-04-17T15:13:51.248Z] tar: Removing leading `/' from member names [2022-04-17T15:13:51.811Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:13:51.811Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:13:51.811Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:13:51.811Z] ++ pwd [2022-04-17T15:13:51.811Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:13:51.811Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*logs.zip': No such file or directory [2022-04-17T15:13:51.811Z] + true [2022-04-17T15:13:51.811Z] ++ pwd [2022-04-17T15:13:51.811Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:13:51.811Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/jdbc/*/*/*logs.zip': No such file or directory [2022-04-17T15:13:51.811Z] + true [2022-04-17T15:13:51.811Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/jdbc_all-results.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results [2022-04-17T15:13:51.811Z] tar: Removing leading `/' from member names [2022-04-17T15:13:52.741Z] + break [2022-04-17T15:13:52.741Z] + [[ true = false ]] [2022-04-17T15:13:52.741Z] + git reset --hard [2022-04-17T15:13:52.741Z] HEAD is now at d56ff92b9 Merge pull request #23899 from dmatej/mvn-annotation-processing [Pipeline] } [Pipeline] // timestamps [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (connector_all) [Pipeline] sh + rm -rf glassfish6 + true + export MAVEN_ARGS=-Pstaging + MAVEN_ARGS=-Pstaging + ./gftest.sh connector_group_1 WORKSPACE = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18 S1AS_HOME = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish APS_HOME = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests TEST_RUN_LOG = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/tests-run.log Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish Running tests for: * connector_group_1 Running tests from dir /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18 ************************************** Start Running connector_group_1 ************************************** + '[' '!' -z /var/jenkins ']' ++ mktemp -t XXXgf-internal-env + readonly GF_INTERNAL_ENV_SH=/tmp/ZQIgf-internal-env + GF_INTERNAL_ENV_SH=/tmp/ZQIgf-internal-env + '[' '!' -z '' ']' + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles/maven-repo.tar.gz ']' + tar -xzf /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish' Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist + export GF_VERSION=6.2.6-SNAPSHOT + GF_VERSION=6.2.6-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/glassfish6_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/glassfish6_build-and-test_jdk18/bundles/glassfish.zip == *.zip* ]] + unzip -qq -o /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish -type f + xargs touch + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant + echo APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests + java -version openjdk version "18-ea" 2022-03-22 OpenJDK Runtime Environment (build 18-ea+27-1924) OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) + ant -version Apache Ant(TM) version 1.9.16 compiled on July 10 2021 + mkdir -p /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3 + ROOT=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3 + echo /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3 /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3 + ant startDomain startDerby Buildfile: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles startDomainUnix: [echo] Starting DAS [exec] Waiting for domain1 to start .... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_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/glassfish6_build-and-test_jdk18/tests-run.log Buildfile: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-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/glassfish6_build-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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] remote failure: A JDBC connection pool named jdbc-pointbase-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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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): 2022-04-17T15:14:24.915+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/ra/generic-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:14:27.037+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector15-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/app/src/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector15-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:14:35.177+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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): 2022-04-17T15:14:41.384+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5/ra/generic-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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): 2022-04-17T15:14:43.409+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-client.jar build-ear: [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:14:49.362+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [exec] Apr 17, 2022 3:15:00 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] [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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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): 2022-04-17T15:15:07.771+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/embeddedweb/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --objecttype user web-subclassingApp#connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2022-04-17T15:15:43.154+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] Error : Test was added before only. Still allowing. Old value of the test will be overridden [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 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/glassfish6_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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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/glassfish6_build-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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] Command stop-domain executed successfully. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: startDomainUnix: [echo] Starting DAS [exec] Waiting for domain1 to start .... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_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): 2022-04-17T15:16:34.999+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:16:36.792+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mq-cmt-excpt-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:16:44.409+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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] Apr 17, 2022 3:16:48 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] Apr 17, 2022 3:16:52 PM org.hibernate.validator.internal.util.Version [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [exec] Apr 17, 2022 3:16:52 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.2.0 (Build 1-a) Compile: August 11 2021 [exec] Apr 17, 2022 3:16:52 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] Apr 17, 2022 3:16:52 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:17:05.471+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:17:07.068+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestress-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:17:10.723+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [exec] Apr 17, 2022 3:17:12 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] Apr 17, 2022 3:17:17 PM org.hibernate.validator.internal.util.Version [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [exec] Apr 17, 2022 3:17:17 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.2.0 (Build 1-a) Compile: August 11 2021 [exec] Apr 17, 2022 3:17:17 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] Apr 17, 2022 3:17:17 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [exec] Sending message: This is message 10 [exec] Sending message: This is message 42 [exec] Sending message: This is message 20 [exec] Sending message: This is message 30 [exec] Sending message: This is message 13 [exec] Sending message: This is message 49 [exec] Sending message: This is message 38 [exec] Sending message: This is message 28 [exec] Sending message: This is message 23 [exec] Sending message: This is message 22 [exec] Sending message: This is message 31 [exec] Sending message: This is message 7 [exec] Sending message: This is message 19 [exec] Sending message: This is message 3 [exec] Sending message: This is message 6 [exec] Sending message: This is message 12 [exec] Sending message: This is message 45 [exec] Sending message: This is message 27 [exec] Sending message: This is message 29 [exec] Sending message: This is message 16 [exec] Sending message: This is message 1 [exec] Sending message: This is message 4 [exec] Sending message: This is message 0 [exec] Sending message: This is message 35 [exec] Sending message: This is message 46 [exec] Sending message: This is message 9 [exec] Sending message: This is message 26 [exec] Sending message: This is message 39 [exec] Sending message: This is message 48 [exec] Sending message: This is message 2 [exec] Sending message: This is message 47 [exec] Sending message: This is message 36 [exec] Sending message: This is message 8 [exec] Sending message: This is message 34 [exec] Sending message: This is message 32 [exec] Sending message: This is message 33 [exec] Sending message: This is message 17 [exec] Sending message: This is message 25 [exec] Sending message: This is message 44 [exec] Sending message: This is message 21 [exec] Sending message: This is message 14 [exec] Sending message: This is message 5 [exec] Sending message: This is message 40 [exec] Sending message: This is message 37 [exec] Sending message: This is message 11 [exec] Received :::::: Reply for : This is message 13 [exec] Received :::::: Reply for : This is message 49 [exec] Received :::::: Reply for : This is message 30 [exec] Received :::::: Reply for : This is message 20 [exec] Received :::::: Reply for : This is message 42 [exec] Received :::::: Reply for : This is message 28 [exec] Received :::::: Reply for : This is message 22 [exec] Received :::::: Reply for : This is message 23 [exec] Received :::::: Reply for : This is message 38 [exec] Received :::::: Reply for : This is message 7 [exec] Received :::::: Reply for : This is message 31 [exec] Received :::::: Reply for : This is message 19 [exec] Received :::::: Reply for : This is message 3 [exec] Received :::::: Reply for : This is message 6 [exec] Received :::::: Reply for : This is message 12 [exec] Received :::::: Reply for : This is message 45 [exec] Received :::::: Reply for : This is message 27 [exec] Received :::::: Reply for : This is message 16 [exec] Received :::::: Reply for : This is message 29 [exec] Received :::::: Reply for : This is message 1 [exec] Received :::::: Reply for : This is message 4 [exec] Received :::::: Reply for : This is message 35 [exec] Received :::::: Reply for : This is message 0 [exec] Sending message: This is message 43 [exec] Received :::::: Reply for : This is message 9 [exec] Received :::::: Reply for : This is message 46 [exec] Sending message: This is message 18 [exec] Received :::::: Reply for : This is message 26 [exec] Received :::::: Reply for : This is message 39 [exec] Received :::::: Reply for : This is message 48 [exec] Received :::::: Reply for : This is message 2 [exec] Received :::::: Reply for : This is message 47 [exec] Received :::::: Reply for : This is message 36 [exec] Received :::::: Reply for : This is message 34 [exec] Received :::::: Reply for : This is message 8 [exec] Received :::::: Reply for : This is message 32 [exec] Received :::::: Reply for : This is message 33 [exec] Received :::::: Reply for : This is message 25 [exec] Received :::::: Reply for : This is message 17 [exec] Received :::::: Reply for : This is message 21 [exec] Received :::::: Reply for : This is message 44 [exec] Received :::::: Reply for : This is message 14 [exec] Received :::::: Reply for : This is message 5 [exec] Received :::::: Reply for : This is message 37 [exec] Received :::::: Reply for : This is message 40 [exec] Received :::::: Reply for : This is message 11 [exec] Received :::::: Reply for : This is message 43 [exec] Received :::::: Reply for : This is message 18 [exec] Sending message: This is message 24 [exec] Sending message: This is message 41 [exec] Received :::::: Reply for : This is message 24 [exec] Received :::::: Reply for : This is message 41 [exec] Sending message: This is message 15 [exec] Received :::::: Reply for : This is message 15 [exec] Received null so waiting. [exec] Received :::::: Reply for : This is message 10 [exec] Value of key is: Stress test [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:18:23.841+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:18:25.447+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-mq-simplestress-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:18:29.205+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [exec] Apr 17, 2022 3:18:30 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] Apr 17, 2022 3:18:34 PM org.hibernate.validator.internal.util.Version [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [exec] Apr 17, 2022 3:18:35 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.2.0 (Build 1-a) Compile: August 11 2021 [exec] Apr 17, 2022 3:18: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] Apr 17, 2022 3:18:35 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [exec] Received all messages in :38241 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:19:37.814+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --classpath /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] Command stop-domain executed successfully. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: startDomainUnix: [echo] Starting DAS [exec] Waiting for domain1 to start ....... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_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): 2022-04-17T15:19:58.181+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:19:59.787+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mq-cmt-excpt-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:20:01.376+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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] Apr 17, 2022 3:20:06 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:20:10.142+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:20:11.794+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb30-hello-mdb-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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 --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/glassfish6_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 --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/glassfish6_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 --force=false jms/ejb_ejb30_hello_mdb_OutQueue [exec] Administered object jms/ejb_ejb30_hello_mdb_OutQueue created. [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:20:14.173+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 5 [exec] Apr 17, 2022 3:20: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] Apr 17, 2022 3:20:17 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/glassfish6_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] Apr 17, 2022 3:20:20 PM org.hibernate.validator.internal.util.Version [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [exec] Apr 17, 2022 3:20:20 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.2.0 (Build 1-a) Compile: August 11 2021 [exec] Apr 17, 2022 3:20:20 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] Apr 17, 2022 3:20:20 PM com.sun.messaging.jms.ra.ResourceAdapter start [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [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 1650208821263 [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 1650208821277 [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 1650208821277 [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 1650208821278 [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 1650208821278 [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 1650208821279 [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 1650208821279 [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 1650208821280 [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 1650208821280 [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 1650208821280 [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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --cascade=false jms/ejb_ejb30_hello_mdb_QCF [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/mq/ejb30mdb/asadminuserpassword.txt --interactive=false --echo=true --terse=true delete-jms-resource --cascade=false jms/ejb_ejb30_hello_mdb_OutQueue [exec] Administered object jms/ejb_ejb30_hello_mdb_OutQueue deleted. [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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): 2022-04-17T15:20:22.989+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:20:24.657+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/nonacc-simple-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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: [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonacc/descriptor/sun-application.xml to copy. [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonacc/${glassfish-resources-ear.xml} to copy. [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:20:27.507+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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] Value of key is: mdb main [java] Apr 17, 2022 3:20:28 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] Apr 17, 2022 3:20:31 PM org.hibernate.validator.internal.util.Version [java] INFO: HV000001: Hibernate Validator 7.0.2.Final [java] Apr 17, 2022 3:20:31 PM com.sun.messaging.jms.ra.ResourceAdapter start [java] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.2.0 (Build 1-a) Compile: August 11 2021 [java] Apr 17, 2022 3:20:31 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] Apr 17, 2022 3:20:31 PM com.sun.messaging.jms.ra.ResourceAdapter start [java] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:20:33.681+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/web2connector/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --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/glassfish6_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/glassfish6_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:20:38.493+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource 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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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): 2022-04-17T15:20:45.063+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --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/glassfish6_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/glassfish6_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:20:49.598+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource 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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/internal/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/lib compile: [javac] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:20:54.698+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/lib [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/publish/lib/jdbcra.rar [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-subclassing-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true web-subclassingApp#jdbcra [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --objecttype user web-subclassingApp#jdbcra setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2022-04-17T15:21:31.980+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] 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] Error : Test was added before only. Still allowing. Old value of the test will be overridden [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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource 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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true web-subclassingApp#jdbcra [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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/glassfish6_build-and-test_jdk18/appserver/tests/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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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): 2022-04-17T15:22:12.092+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonstringraproperties/ra/src/classes [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/nonstringraproperties/ra/generic-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:22:26.566+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:22:28.347+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/internal/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib compile: [javac] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-txlevelswitch-test1-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib/jdbc-ra-xa.rar [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/publish/lib [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc-ra-xa [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:22:33.785+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [exec] Apr 17, 2022 3:22:38 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: test1 : [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [exec] Apr 17, 2022 3:22:44 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: test1 : [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 2 [exec] Apr 17, 2022 3:22:49 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] app threw exception******** [exec] Value of key is: test2 : [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource 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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true jdbc-ra-xa [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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): 2022-04-17T15:22:56.257+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/threadpool/ra/src/classes [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/threadpool/ra/threadpooltest-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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): 2022-04-17T15:22:58.109+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/worktest-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] Command stop-domain executed successfully. setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: startDomainUnix: [echo] Starting DAS [exec] Waiting for domain1 to start .... [exec] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --threadpoolid test-thread-pool --objecttype user threadpooltest-ra asadmin-common: [echo] asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:23:14.463+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [exec] Apr 17, 2022 3:23:18 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] Value of key is: Connector ThreadPool test [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config threadpooltest-ra asadmin-common: [echo] asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2022-04-17T15:23:33.060+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:23:34.792+0000 [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:23:36.404+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb32-mdb-ejb.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb32-mdb-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb32-mdb-ra.rar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb32-mdb.ear [exec] Application deployed with name ejb32-mdb. run: [java] Apr 17, 2022 3:23:40 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] 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:23:45.334+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 7 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-cci-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-cci-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:23:47.692+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded build-embedded-ear: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cci-embedded-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/rar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 7 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cci-embedded-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:23:51.055+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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): 2022-04-17T15:23:52.279+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:23:54.016+0000 [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:23:55.665+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-serializable-test-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/connector-serializable-test-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/classes/lib build: [javac] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/src/tmp-notx [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/classes/blackbox.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/src/tmp-tx [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/rar/src/tmp-xa [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:24:00.263+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource 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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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): 2022-04-17T15:24:02.599+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:24:04.197+0000 [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:24:05.840+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/config-property-accessor-test-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/config-property-accessor-test-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/config-property-accessor-testApp.ear [javac] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/rar/classes/lib build: [javac] /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:24:11.001+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource 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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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): 2022-04-17T15:24:13.388+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:24:15.339+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/annotation-connector16-mixed-mode-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app/src/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/annotation-connector16-mixed-mode-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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: [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app/${sun-application.xml} to copy. [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:24:24.594+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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): 2022-04-17T15:24:29.680+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:24:29.686+0000 [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_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): 2022-04-17T15:24:31.304+0000 [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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): 2022-04-17T15:24:33.000+0000 [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/redeployRar/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/redeployRar/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/redeploy-rar-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/redeploy-rar-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --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/glassfish6_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/glassfish6_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:24:36.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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --objecttype user connectors-ra-redeploy-rars [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:24:39.782+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --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/glassfish6_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/glassfish6_build-and-test_jdk18/bundles/connectors-ra-redeploy-rars.rar [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:24:43.263+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:24:46.655+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true connectors-ra-redeploy-rars [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_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): 2022-04-17T15:24:48.849+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/annotation-embeddedweb/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-annotation-subclassing-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-annotation-subclassing-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --objecttype user web-annotation-subclassingApp#connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2022-04-17T15:25:25.200+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource 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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --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/glassfish6_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/glassfish6_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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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/glassfish6_build-and-test_jdk18/appserver/tests/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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [exec] Command start-domain executed successfully. start-server-windows: compile: setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: compile-common: [echo] Current time (ISO): 2022-04-17T15:26:38.922+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/installed-libraries-embedded/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/installed-libraries-embedded-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/installed-libraries-embedded-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true create-resource-adapter-config --property RAProperty=VALID --objecttype user installed-libraries-embeddedApp#connectors-ra-redeploy-rars setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common: [echo] Current time (ISO): 2022-04-17T15:27:14.299+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-resource 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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-connector-connection-pool --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/glassfish6_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/glassfish6_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/glassfish6_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] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-resource-adapter-config 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/glassfish6_build-and-test_jdk18/appserver/tests/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/glassfish6_build-and-test_jdk18/glassfish6/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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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): 2022-04-17T15:28:26.084+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/ra/generic-ra.jar [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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): 2022-04-17T15:28:27.930+0000 [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive package-ejbjar-common: [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-ejb.jar [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app/src/lib [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app/src/docroot [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-web.war [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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): 2022-04-17T15:29:07.176+0000 setOSConditions: setToolWin: setToolUnix: setToolProperty: setS1ASclassPath: init-common: deploy-common-pe: [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-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] 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] Successfully started the domain : domain1 [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [exec] Admin Port: 4848 [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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [xslt] Loading stylesheet /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/j2eeReporter.xsl report-sh: [exec] input file=/home/jenkins/agent/workspace/glassfish6_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: 15 minutes 31 seconds real 15m31.564s user 7m14.088s sys 2m12.475s + antStatus=0 + ant stopDomain stopDerby Buildfile: /home/jenkins/agent/workspace/glassfish6_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] 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 Apr 17 15:29:48 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [java] Sun Apr 17 15:29:48 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown BUILD SUCCESSFUL Total time: 3 seconds + check_successful_run + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' ===== CHECK SUCCESSFUL RUN ===== + FILE=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' + echo 'File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' File /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml + JUD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml + TESTSUITE_NAME=connector_group_1 + cat /home/jenkins/agent/workspace/glassfish6_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); } // { getline; getline; testunit=removeXMLTag($0); gsub("\"","",testunit); } // { getline; testname=removeXMLTag($0); gsub("\"","",testname); } /<\/testcase>/{ classname=testunit # printing testcase to out out = out sprintf(" \n", classname, testname); if (result == "fail") { out = out " \n"; totalfailures++; } else if (result == "did_not_run") { out = out " \n"; totalerrors++; } out = out " \n"; totaltests++; result=""; testname=""; } END { print "" printf "\n", totaltests, totalfailures, totalerrors, suitename; printf "%s", out; print "" }' + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports + change_junit_report_class_names + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/test_results_junit.xml + sed -i 's/\bclassname="/classname="connector_group_1./g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/test_results_junit.xml + copy_test_artifacts connector_group_1 + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' ===== COPY TEST ARTIFACTS ===== + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains tar: Removing leading `/' from member names + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/tests-run.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ ++ pwd + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/connector/v3/*/*/*logs.zip': No such file or directory + true + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/connector_group_1-results.tar.gz /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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 [2022-04-17T15:29:58.307Z] + rm -rf glassfish6 [2022-04-17T15:29:58.308Z] + true [2022-04-17T15:29:58.308Z] + export MAVEN_ARGS=-Pstaging [2022-04-17T15:29:58.308Z] + MAVEN_ARGS=-Pstaging [2022-04-17T15:29:58.308Z] + ./runtests.sh persistence_all [2022-04-17T15:29:58.308Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven [2022-04-17T15:29:58.308Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command [2022-04-17T15:29:58.308Z] Second argument is a test set id, one of: [2022-04-17T15:29:58.308Z] cdi_all, ql_gf_full_profile_all, \n [2022-04-17T15:29:58.308Z] \n [2022-04-17T15:29:58.308Z] web_jsp, deployment_all, \n [2022-04-17T15:29:58.308Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n [2022-04-17T15:29:58.308Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, connector_group_1, connector_group_2, connector_group_3, connector_group_4 [2022-04-17T15:29:58.308Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. [2022-04-17T15:29:58.308Z] [2022-04-17T15:29:58.308Z] POM file "/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist [2022-04-17T15:30:02.477Z] [INFO] Scanning for projects... [2022-04-17T15:30:02.477Z] [INFO] [2022-04-17T15:30:02.477Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [2022-04-17T15:30:02.477Z] [INFO] Building GlassFish Project 6.2.6-SNAPSHOT [2022-04-17T15:30:02.477Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-04-17T15:30:02.477Z] [INFO] [2022-04-17T15:30:02.477Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- [2022-04-17T15:30:03.046Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.7:jar [2022-04-17T15:30:03.046Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.7:jar already exists in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:30:03.046Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:30:03.046Z] [INFO] BUILD SUCCESS [2022-04-17T15:30:03.046Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:30:03.046Z] [INFO] Total time: 0.971 s [2022-04-17T15:30:03.046Z] [INFO] Finished at: 2022-04-17T15:30:02Z [2022-04-17T15:30:03.046Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:30:03.046Z] + '[' '!' -z /var/jenkins ']' [2022-04-17T15:30:03.046Z] ++ mktemp -t XXXgf-internal-env [2022-04-17T15:30:03.046Z] + readonly GF_INTERNAL_ENV_SH=/tmp/VaIgf-internal-env [2022-04-17T15:30:03.046Z] + GF_INTERNAL_ENV_SH=/tmp/VaIgf-internal-env [2022-04-17T15:30:03.046Z] + '[' '!' -z '' ']' [2022-04-17T15:30:03.046Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T15:30:03.046Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T15:30:03.046Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' [2022-04-17T15:30:03.046Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish' [2022-04-17T15:30:03.046Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:30:03.046Z] + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:30:03.046Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' [2022-04-17T15:30:03.046Z] + '[' -z 6.2.6-SNAPSHOT ']' [2022-04-17T15:30:03.046Z] + '[' -z /home/jenkins/.m2/repository ']' [2022-04-17T15:30:03.046Z] + run_test persistence_all [2022-04-17T15:30:03.046Z] + local testid=persistence_all [2022-04-17T15:30:03.046Z] + local found=false [2022-04-17T15:30:03.046Z] ++ find . -name run_test.sh [2022-04-17T15:30:03.303Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:30:03.303Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids [2022-04-17T15:30:03.303Z] + OPT=list_test_ids [2022-04-17T15:30:03.303Z] + TEST_ID= [2022-04-17T15:30:03.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh [2022-04-17T15:30:03.303Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh [2022-04-17T15:30:03.303Z] +++ uname [2022-04-17T15:30:03.303Z] +++ grep -i sunos [2022-04-17T15:30:03.303Z] +++ wc -l [2022-04-17T15:30:03.303Z] +++ awk '{print $1}' [2022-04-17T15:30:03.303Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.303Z] ++ GREP=grep [2022-04-17T15:30:03.303Z] ++ AWK=awk [2022-04-17T15:30:03.303Z] ++ SED=sed [2022-04-17T15:30:03.303Z] ++ BC=bc [2022-04-17T15:30:03.303Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.303Z] + case ${OPT} in [2022-04-17T15:30:03.303Z] + list_test_ids [2022-04-17T15:30:03.303Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ admin_cli_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ admin-cli-group-1 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ admin-cli-group-2 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ admin-cli-group-3 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ admin-cli-group-4 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ admin-cli-group-5 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + [[ false = true ]] [2022-04-17T15:30:03.303Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:30:03.303Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids [2022-04-17T15:30:03.303Z] + OPT=list_test_ids [2022-04-17T15:30:03.303Z] + TEST_ID= [2022-04-17T15:30:03.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh [2022-04-17T15:30:03.303Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh [2022-04-17T15:30:03.303Z] +++ uname [2022-04-17T15:30:03.303Z] +++ grep -i sunos [2022-04-17T15:30:03.303Z] +++ awk '{print $1}' [2022-04-17T15:30:03.303Z] +++ wc -l [2022-04-17T15:30:03.303Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.303Z] ++ GREP=grep [2022-04-17T15:30:03.303Z] ++ AWK=awk [2022-04-17T15:30:03.303Z] ++ SED=sed [2022-04-17T15:30:03.303Z] ++ BC=bc [2022-04-17T15:30:03.303Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.303Z] + case ${OPT} in [2022-04-17T15:30:03.303Z] + list_test_ids [2022-04-17T15:30:03.303Z] + echo batch_all [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ batch_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + [[ false = true ]] [2022-04-17T15:30:03.303Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:30:03.303Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids [2022-04-17T15:30:03.303Z] + OPT=list_test_ids [2022-04-17T15:30:03.303Z] + TEST_ID= [2022-04-17T15:30:03.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh [2022-04-17T15:30:03.303Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh [2022-04-17T15:30:03.303Z] +++ uname [2022-04-17T15:30:03.303Z] +++ grep -i sunos [2022-04-17T15:30:03.303Z] +++ wc -l [2022-04-17T15:30:03.303Z] +++ awk '{print $1}' [2022-04-17T15:30:03.303Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.303Z] ++ GREP=grep [2022-04-17T15:30:03.303Z] ++ AWK=awk [2022-04-17T15:30:03.303Z] ++ SED=sed [2022-04-17T15:30:03.303Z] ++ BC=bc [2022-04-17T15:30:03.303Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.303Z] + case ${OPT} in [2022-04-17T15:30:03.303Z] + list_test_ids [2022-04-17T15:30:03.303Z] + echo cdi_all [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ cdi_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + [[ false = true ]] [2022-04-17T15:30:03.303Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:30:03.303Z] ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids [2022-04-17T15:30:03.303Z] + OPT=list_test_ids [2022-04-17T15:30:03.303Z] + TEST_ID= [2022-04-17T15:30:03.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh [2022-04-17T15:30:03.303Z] + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh [2022-04-17T15:30:03.303Z] +++ uname [2022-04-17T15:30:03.303Z] +++ grep -i sunos [2022-04-17T15:30:03.303Z] +++ wc -l [2022-04-17T15:30:03.303Z] +++ awk '{print $1}' [2022-04-17T15:30:03.303Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.303Z] ++ GREP=grep [2022-04-17T15:30:03.303Z] ++ AWK=awk [2022-04-17T15:30:03.303Z] ++ SED=sed [2022-04-17T15:30:03.303Z] ++ BC=bc [2022-04-17T15:30:03.303Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.303Z] + case ${OPT} in [2022-04-17T15:30:03.303Z] + list_test_ids [2022-04-17T15:30:03.303Z] + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ connector_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ connector_group_1 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ connector_group_2 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ connector_group_3 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ connector_group_4 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + [[ false = true ]] [2022-04-17T15:30:03.303Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:30:03.303Z] ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids [2022-04-17T15:30:03.303Z] + OPT=list_test_ids [2022-04-17T15:30:03.303Z] + TEST_ID= [2022-04-17T15:30:03.303Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh [2022-04-17T15:30:03.303Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh [2022-04-17T15:30:03.303Z] +++ uname [2022-04-17T15:30:03.303Z] +++ grep -i sunos [2022-04-17T15:30:03.303Z] +++ wc -l [2022-04-17T15:30:03.303Z] +++ awk '{print $1}' [2022-04-17T15:30:03.303Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.303Z] ++ GREP=grep [2022-04-17T15:30:03.303Z] ++ AWK=awk [2022-04-17T15:30:03.303Z] ++ SED=sed [2022-04-17T15:30:03.303Z] ++ BC=bc [2022-04-17T15:30:03.303Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.303Z] + case ${OPT} in [2022-04-17T15:30:03.303Z] + list_test_ids [2022-04-17T15:30:03.303Z] + echo deployment_all deployment_cluster_all [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ deployment_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.303Z] + [[ deployment_cluster_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.303Z] + [[ false = true ]] [2022-04-17T15:30:03.303Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:30:03.303Z] ++ ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh list_test_ids [2022-04-17T15:30:03.559Z] + OPT=list_test_ids [2022-04-17T15:30:03.559Z] + TEST_ID= [2022-04-17T15:30:03.559Z] ++ dirname ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh [2022-04-17T15:30:03.559Z] + source ./appserver/tests/appserv-tests/devtests/ejb/../../../common_test.sh [2022-04-17T15:30:03.559Z] +++ uname [2022-04-17T15:30:03.559Z] +++ grep -i sunos [2022-04-17T15:30:03.559Z] +++ wc -l [2022-04-17T15:30:03.559Z] +++ awk '{print $1}' [2022-04-17T15:30:03.559Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.559Z] ++ GREP=grep [2022-04-17T15:30:03.559Z] ++ AWK=awk [2022-04-17T15:30:03.559Z] ++ SED=sed [2022-04-17T15:30:03.559Z] ++ BC=bc [2022-04-17T15:30:03.559Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.559Z] + case ${OPT} in [2022-04-17T15:30:03.559Z] + list_test_ids [2022-04-17T15:30:03.559Z] + echo ejb_all ejb_timer_cluster_all ejb_web_all ejb_group_1 ejb_group_2 ejb_group_3 ejb_group_embedded [2022-04-17T15:30:03.559Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.559Z] + [[ ejb_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.559Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.559Z] + [[ ejb_timer_cluster_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.559Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.559Z] + [[ ejb_web_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.559Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.559Z] + [[ ejb_group_1 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.559Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.559Z] + [[ ejb_group_2 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.559Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.559Z] + [[ ejb_group_3 = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.559Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.559Z] + [[ ejb_group_embedded = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.559Z] + [[ false = true ]] [2022-04-17T15:30:03.559Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:30:03.559Z] ++ ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh list_test_ids [2022-04-17T15:30:03.559Z] + OPT=list_test_ids [2022-04-17T15:30:03.559Z] + TEST_ID= [2022-04-17T15:30:03.559Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh [2022-04-17T15:30:03.559Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh [2022-04-17T15:30:03.559Z] +++ uname [2022-04-17T15:30:03.559Z] +++ grep -i sunos [2022-04-17T15:30:03.559Z] +++ wc -l [2022-04-17T15:30:03.559Z] +++ awk '{print $1}' [2022-04-17T15:30:03.559Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.559Z] ++ GREP=grep [2022-04-17T15:30:03.559Z] ++ AWK=awk [2022-04-17T15:30:03.559Z] ++ SED=sed [2022-04-17T15:30:03.560Z] ++ BC=bc [2022-04-17T15:30:03.560Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.560Z] + case ${OPT} in [2022-04-17T15:30:03.560Z] + list_test_ids [2022-04-17T15:30:03.560Z] + echo jdbc_all [2022-04-17T15:30:03.560Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.560Z] + [[ jdbc_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.560Z] + [[ false = true ]] [2022-04-17T15:30:03.560Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:30:03.560Z] ++ ./appserver/tests/appserv-tests/devtests/jms/run_test.sh list_test_ids [2022-04-17T15:30:03.560Z] + OPT=list_test_ids [2022-04-17T15:30:03.560Z] + TEST_ID= [2022-04-17T15:30:03.560Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jms/run_test.sh [2022-04-17T15:30:03.560Z] + source ./appserver/tests/appserv-tests/devtests/jms/../../../common_test.sh [2022-04-17T15:30:03.560Z] +++ uname [2022-04-17T15:30:03.560Z] +++ grep -i sunos [2022-04-17T15:30:03.560Z] +++ wc -l [2022-04-17T15:30:03.560Z] +++ awk '{print $1}' [2022-04-17T15:30:03.560Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.560Z] ++ GREP=grep [2022-04-17T15:30:03.560Z] ++ AWK=awk [2022-04-17T15:30:03.560Z] ++ SED=sed [2022-04-17T15:30:03.560Z] ++ BC=bc [2022-04-17T15:30:03.560Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.560Z] + case ${OPT} in [2022-04-17T15:30:03.560Z] + list_test_ids [2022-04-17T15:30:03.560Z] + echo jms_all [2022-04-17T15:30:03.560Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.560Z] + [[ jms_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.560Z] + [[ false = true ]] [2022-04-17T15:30:03.560Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:30:03.560Z] ++ ./appserver/tests/appserv-tests/devtests/naming/run_test.sh list_test_ids [2022-04-17T15:30:03.560Z] + OPT=list_test_ids [2022-04-17T15:30:03.560Z] + TEST_ID= [2022-04-17T15:30:03.560Z] ++ dirname ./appserver/tests/appserv-tests/devtests/naming/run_test.sh [2022-04-17T15:30:03.560Z] + source ./appserver/tests/appserv-tests/devtests/naming/../../../common_test.sh [2022-04-17T15:30:03.560Z] +++ uname [2022-04-17T15:30:03.560Z] +++ grep -i sunos [2022-04-17T15:30:03.560Z] +++ wc -l [2022-04-17T15:30:03.560Z] +++ awk '{print $1}' [2022-04-17T15:30:03.560Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.560Z] ++ GREP=grep [2022-04-17T15:30:03.560Z] ++ AWK=awk [2022-04-17T15:30:03.560Z] ++ SED=sed [2022-04-17T15:30:03.560Z] ++ BC=bc [2022-04-17T15:30:03.560Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.560Z] + case ${OPT} in [2022-04-17T15:30:03.560Z] + list_test_ids [2022-04-17T15:30:03.560Z] + echo naming_all [2022-04-17T15:30:03.560Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.560Z] + [[ naming_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.560Z] + [[ false = true ]] [2022-04-17T15:30:03.560Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:30:03.560Z] ++ ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh list_test_ids [2022-04-17T15:30:03.560Z] + OPT=list_test_ids [2022-04-17T15:30:03.560Z] + TEST_ID= [2022-04-17T15:30:03.560Z] ++ dirname ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh [2022-04-17T15:30:03.560Z] + source ./appserver/tests/appserv-tests/devtests/persistence/../../../common_test.sh [2022-04-17T15:30:03.560Z] +++ uname [2022-04-17T15:30:03.560Z] +++ grep -i sunos [2022-04-17T15:30:03.560Z] +++ wc -l [2022-04-17T15:30:03.560Z] +++ awk '{print $1}' [2022-04-17T15:30:03.560Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.560Z] ++ GREP=grep [2022-04-17T15:30:03.560Z] ++ AWK=awk [2022-04-17T15:30:03.560Z] ++ SED=sed [2022-04-17T15:30:03.560Z] ++ BC=bc [2022-04-17T15:30:03.560Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.560Z] + case ${OPT} in [2022-04-17T15:30:03.560Z] + list_test_ids [2022-04-17T15:30:03.560Z] + echo persistence_all [2022-04-17T15:30:03.560Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:30:03.560Z] + [[ persistence_all = \p\e\r\s\i\s\t\e\n\c\e\_\a\l\l ]] [2022-04-17T15:30:03.560Z] + found=true [2022-04-17T15:30:03.560Z] + break [2022-04-17T15:30:03.560Z] + [[ true = true ]] [2022-04-17T15:30:03.560Z] + ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh run_test_id persistence_all [2022-04-17T15:30:03.560Z] + OPT=run_test_id [2022-04-17T15:30:03.560Z] + TEST_ID=persistence_all [2022-04-17T15:30:03.560Z] ++ dirname ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh [2022-04-17T15:30:03.560Z] + source ./appserver/tests/appserv-tests/devtests/persistence/../../../common_test.sh [2022-04-17T15:30:03.560Z] +++ uname [2022-04-17T15:30:03.560Z] +++ grep -i sunos [2022-04-17T15:30:03.560Z] +++ wc -l [2022-04-17T15:30:03.560Z] +++ awk '{print $1}' [2022-04-17T15:30:03.560Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:30:03.560Z] ++ GREP=grep [2022-04-17T15:30:03.560Z] ++ AWK=awk [2022-04-17T15:30:03.560Z] ++ SED=sed [2022-04-17T15:30:03.560Z] ++ BC=bc [2022-04-17T15:30:03.560Z] ++ export GREP AWK SED BC [2022-04-17T15:30:03.560Z] + case ${OPT} in [2022-04-17T15:30:03.560Z] + trap 'copy_test_artifacts persistence_all' EXIT [2022-04-17T15:30:03.560Z] + run_test_id persistence_all [2022-04-17T15:30:03.560Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip [2022-04-17T15:30:03.560Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' [2022-04-17T15:30:03.560Z] [2022-04-17T15:30:03.560Z] ===== UNZIP TEST RESOURCES ===== [2022-04-17T15:30:03.560Z] [2022-04-17T15:30:03.560Z] + for i in "${@}" [2022-04-17T15:30:03.560Z] + [[ /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] [2022-04-17T15:30:03.560Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target [2022-04-17T15:30:04.488Z] ++ dirname ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh [2022-04-17T15:30:04.488Z] + cd ./appserver/tests/appserv-tests/devtests/persistence [2022-04-17T15:30:04.488Z] + test_init [2022-04-17T15:30:04.488Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' [2022-04-17T15:30:04.488Z] [2022-04-17T15:30:04.488Z] ===== V2 DEVTESTS INIT ===== [2022-04-17T15:30:04.488Z] [2022-04-17T15:30:04.488Z] + find /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish -type f [2022-04-17T15:30:04.488Z] + xargs touch [2022-04-17T15:30:04.488Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:30:04.488Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:30:04.488Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T15:30:04.488Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T15:30:04.488Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T15:30:04.488Z] APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T15:30:04.488Z] + java -version [2022-04-17T15:30:04.488Z] openjdk version "18-ea" 2022-03-22 [2022-04-17T15:30:04.488Z] OpenJDK Runtime Environment (build 18-ea+27-1924) [2022-04-17T15:30:04.488Z] OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) [2022-04-17T15:30:04.488Z] + ant -version [2022-04-17T15:30:04.488Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 [2022-04-17T15:30:04.488Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:30:04.488Z] + printf '\n\n' [2022-04-17T15:30:04.488Z] [2022-04-17T15:30:04.488Z] [2022-04-17T15:30:04.488Z] + get_test_target persistence_all [2022-04-17T15:30:04.488Z] + case ${1} in [2022-04-17T15:30:04.488Z] + TARGET=all [2022-04-17T15:30:04.488Z] + export TARGET [2022-04-17T15:30:04.488Z] + test_run [2022-04-17T15:30:04.488Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-domain [2022-04-17T15:30:09.148Z] Waiting for domain1 to start .... [2022-04-17T15:30:09.148Z] Successfully started the domain : domain1 [2022-04-17T15:30:09.148Z] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:30:09.148Z] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:30:09.148Z] Admin Port: 4848 [2022-04-17T15:30:09.148Z] Command start-domain executed successfully. [2022-04-17T15:30:09.441Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-database [2022-04-17T15:30:10.368Z] Starting database in Network Server mode on host 0.0.0.0 and port 1527. [2022-04-17T15:30:12.934Z] --------- Derby Network Server Information -------- [2022-04-17T15:30:12.934Z] Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 [2022-04-17T15:30:12.934Z] -- listing properties -- [2022-04-17T15:30:12.934Z] derby.drda.timeSlice=0 [2022-04-17T15:30:12.934Z] derby.drda.portNumber=1527 [2022-04-17T15:30:12.934Z] derby.drda.minThreads=0 [2022-04-17T15:30:12.934Z] derby.drda.sslMode=off [2022-04-17T15:30:12.934Z] derby.drda.traceAll=false [2022-04-17T15:30:12.934Z] derby.drda.keepAlive=true [2022-04-17T15:30:12.934Z] derby.drda.maxThreads=0 [2022-04-17T15:30:12.934Z] derby.drda.logConnections=false [2022-04-17T15:30:12.934Z] derby.drda.startNetworkServer=false [2022-04-17T15:30:12.934Z] derby.drda.host=0.0.0.0 [2022-04-17T15:30:12.934Z] derby.drda.traceDirectory=/home/jenkins/agent/workspace/glassfi... [2022-04-17T15:30:12.934Z] ------------------ Java Information ------------------ [2022-04-17T15:30:12.934Z] Java Version: 18-ea [2022-04-17T15:30:12.934Z] Java Vendor: Oracle Corporation [2022-04-17T15:30:12.934Z] Java home: /opt/tools/java/openjdk/jdk-18/18-ea+27 [2022-04-17T15:30:12.934Z] Java classpath: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derby.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyclient.jar [2022-04-17T15:30:12.934Z] OS name: Linux [2022-04-17T15:30:12.934Z] OS architecture: amd64 [2022-04-17T15:30:12.934Z] OS version: 5.14.14-200.fc34.x86_64 [2022-04-17T15:30:12.934Z] Java user name: jenkins [2022-04-17T15:30:12.934Z] Java user home: /home/jenkins [2022-04-17T15:30:12.934Z] Java user dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence [2022-04-17T15:30:12.934Z] java.specification.name: Java Platform API Specification [2022-04-17T15:30:12.934Z] java.specification.version: 18 [2022-04-17T15:30:12.934Z] java.runtime.version: 18-ea+27-1924 [2022-04-17T15:30:12.934Z] --------- Derby Information -------- [2022-04-17T15:30:12.934Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derby.jar] 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] ------------------------------------------------------ [2022-04-17T15:30:12.934Z] ----------------- Locale Information ----------------- [2022-04-17T15:30:12.934Z] Current Locale : [English/United States [en_US]] [2022-04-17T15:30:12.934Z] Found support for locale: [cs] [2022-04-17T15:30:12.934Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] Found support for locale: [de_DE] [2022-04-17T15:30:12.934Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] Found support for locale: [es] [2022-04-17T15:30:12.934Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] Found support for locale: [fr] [2022-04-17T15:30:12.934Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] Found support for locale: [hu] [2022-04-17T15:30:12.934Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] Found support for locale: [it] [2022-04-17T15:30:12.934Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] Found support for locale: [ja_JP] [2022-04-17T15:30:12.934Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.934Z] Found support for locale: [ko_KR] [2022-04-17T15:30:12.935Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.935Z] Found support for locale: [pl] [2022-04-17T15:30:12.935Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.935Z] Found support for locale: [pt_BR] [2022-04-17T15:30:12.935Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.935Z] Found support for locale: [ru] [2022-04-17T15:30:12.935Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.935Z] Found support for locale: [zh_CN] [2022-04-17T15:30:12.935Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.935Z] Found support for locale: [zh_TW] [2022-04-17T15:30:12.935Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:30:12.935Z] ------------------------------------------------------ [2022-04-17T15:30:12.935Z] ------------------------------------------------------ [2022-04-17T15:30:12.935Z] [2022-04-17T15:30:12.935Z] Starting database in the background. [2022-04-17T15:30:12.935Z] Log redirected to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.log. [2022-04-17T15:30:12.935Z] Command start-database executed successfully. [2022-04-17T15:30:12.935Z] + cd /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging [2022-04-17T15:30:12.935Z] + ant all [2022-04-17T15:30:12.935Z] + tee /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log [2022-04-17T15:30:13.190Z] Buildfile: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/build.xml [2022-04-17T15:30:13.445Z] [2022-04-17T15:30:13.445Z] all: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setOSConditions: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setToolWin: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setToolUnix: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setToolProperty: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setS1ASclassPath: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] init-common: [2022-04-17T15:30:13.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:30:13.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:30:13.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:30:13.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:30:13.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:30:13.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setup: [2022-04-17T15:30:13.701Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEarLibTest/descriptor [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setOSConditions: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setToolWin: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setToolUnix: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setToolProperty: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] setS1ASclassPath: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] init-common: [2022-04-17T15:30:13.701Z] [2022-04-17T15:30:13.701Z] create-jdbc-persistence-connpool-common: [2022-04-17T15:30:14.262Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:30:14.262Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:30:14.262Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:15.239Z] [exec] JDBC connection pool pkgEarLibTest-pool created successfully. [2022-04-17T15:30:15.239Z] [2022-04-17T15:30:15.239Z] setOSConditions: [2022-04-17T15:30:15.239Z] [2022-04-17T15:30:15.239Z] setToolWin: [2022-04-17T15:30:15.239Z] [2022-04-17T15:30:15.239Z] setToolUnix: [2022-04-17T15:30:15.239Z] [2022-04-17T15:30:15.239Z] setToolProperty: [2022-04-17T15:30:15.239Z] [2022-04-17T15:30:15.239Z] setS1ASclassPath: [2022-04-17T15:30:15.239Z] [2022-04-17T15:30:15.239Z] init-common: [2022-04-17T15:30:15.239Z] [2022-04-17T15:30:15.239Z] create-jdbc-resource-common: [2022-04-17T15:30:15.239Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:15.847Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:15.847Z] [exec] JDBC resource jdbc/pkgEarLibTest created successfully. [2022-04-17T15:30:15.847Z] [echo] cmd executed for server [2022-04-17T15:30:15.847Z] [2022-04-17T15:30:15.847Z] clean: [2022-04-17T15:30:15.847Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:15.847Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:15.847Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:30:15.847Z] [2022-04-17T15:30:15.847Z] compile: [2022-04-17T15:30:15.847Z] [2022-04-17T15:30:15.847Z] setOSConditions: [2022-04-17T15:30:15.847Z] [2022-04-17T15:30:15.847Z] setToolWin: [2022-04-17T15:30:15.847Z] [2022-04-17T15:30:15.847Z] setToolUnix: [2022-04-17T15:30:15.847Z] [2022-04-17T15:30:15.847Z] setToolProperty: [2022-04-17T15:30:15.847Z] [2022-04-17T15:30:15.847Z] setS1ASclassPath: [2022-04-17T15:30:15.847Z] [2022-04-17T15:30:15.847Z] init-common: [2022-04-17T15:30:15.847Z] [2022-04-17T15:30:15.847Z] compile-common: [2022-04-17T15:30:15.847Z] [echo] Current time (ISO): 2022-04-17T15:30:15.794+0000 [2022-04-17T15:30:15.847Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:16.102Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:18.000Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:30:18.000Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:30:18.000Z] [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. [2022-04-17T15:30:18.000Z] [javac] 2 warnings [2022-04-17T15:30:18.000Z] [2022-04-17T15:30:18.000Z] setOSConditions: [2022-04-17T15:30:18.000Z] [2022-04-17T15:30:18.000Z] setToolWin: [2022-04-17T15:30:18.000Z] [2022-04-17T15:30:18.001Z] setToolUnix: [2022-04-17T15:30:18.001Z] [2022-04-17T15:30:18.001Z] setToolProperty: [2022-04-17T15:30:18.001Z] [2022-04-17T15:30:18.001Z] setS1ASclassPath: [2022-04-17T15:30:18.001Z] [2022-04-17T15:30:18.001Z] init-common: [2022-04-17T15:30:18.001Z] [2022-04-17T15:30:18.001Z] compile-common: [2022-04-17T15:30:18.001Z] [echo] Current time (ISO): 2022-04-17T15:30:17.764+0000 [2022-04-17T15:30:18.001Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:19.900Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:30:19.900Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:30:19.900Z] [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. [2022-04-17T15:30:19.900Z] [javac] 2 warnings [2022-04-17T15:30:19.900Z] [2022-04-17T15:30:19.900Z] setOSConditions: [2022-04-17T15:30:19.900Z] [2022-04-17T15:30:19.900Z] setToolWin: [2022-04-17T15:30:19.900Z] [2022-04-17T15:30:19.900Z] setToolUnix: [2022-04-17T15:30:19.900Z] [2022-04-17T15:30:19.900Z] setToolProperty: [2022-04-17T15:30:19.900Z] [2022-04-17T15:30:19.900Z] setS1ASclassPath: [2022-04-17T15:30:19.900Z] [2022-04-17T15:30:19.900Z] init-common: [2022-04-17T15:30:19.900Z] [2022-04-17T15:30:19.900Z] compile-common: [2022-04-17T15:30:19.900Z] [echo] Current time (ISO): 2022-04-17T15:30:19.682+0000 [2022-04-17T15:30:19.900Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:21.803Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:30:21.803Z] [javac] 1 warning [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] pkg-pu: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] setOSConditions: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] setToolWin: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] setToolUnix: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] setToolProperty: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] setS1ASclassPath: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] init-common: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] package-pu-common: [2022-04-17T15:30:21.803Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes, /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, descriptor/persistence.xml [2022-04-17T15:30:21.803Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:30:21.803Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:21.803Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:21.803Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/entity.jar [2022-04-17T15:30:21.803Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] build: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] setOSConditions: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] fixFiles: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] convUnix: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] convWin: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] setToolWin: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] setToolUnix: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] setToolProperty: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] setS1ASclassPath: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] init-common: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] ejb-jar-common: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] package-ejbjar-common: [2022-04-17T15:30:21.803Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:21.803Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:21.803Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEarLibTest-ejb.jar [2022-04-17T15:30:21.803Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] appclient-jar-common: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] package-appclientjar-common: [2022-04-17T15:30:21.803Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:21.803Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEarLibTest-client.jar [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] webclient-war-common: [2022-04-17T15:30:21.803Z] [2022-04-17T15:30:21.803Z] build-entity-earlib: [2022-04-17T15:30:21.803Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib [2022-04-17T15:30:21.803Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib [2022-04-17T15:30:21.804Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEarLibTest/descriptor/application.xml to copy. [2022-04-17T15:30:21.804Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEarLibTest/${glassfish-resources.xml} to copy. [2022-04-17T15:30:21.804Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEarLibTestApp.ear [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] deploy: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] setOSConditions: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] setToolWin: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] setToolUnix: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] setToolProperty: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] setS1ASclassPath: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] init-common: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] deploy-common: [2022-04-17T15:30:21.804Z] [echo] Current time (ISO): 2022-04-17T15:30:21.572+0000 [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] setOSConditions: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] setToolWin: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] setToolUnix: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] setToolProperty: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] setS1ASclassPath: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] init-common: [2022-04-17T15:30:21.804Z] [2022-04-17T15:30:21.804Z] deploy-common-pe: [2022-04-17T15:30:22.091Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEarLibTestApp.ear [2022-04-17T15:30:30.188Z] [exec] Application deployed with name ejb-cmp-pkgEarLibTestApp. [2022-04-17T15:30:30.188Z] [echo] Deployment on target server server successful [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] setOSConditions: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] setToolWin: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] setToolUnix: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] setToolProperty: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] setS1ASclassPath: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] init-common: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] deploy-common-ee: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] run: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] setOSConditions: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] setToolWin: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] setToolUnix: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] setToolProperty: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] setS1ASclassPath: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] init-common: [2022-04-17T15:30:30.188Z] [2022-04-17T15:30:30.188Z] runclient-common: [2022-04-17T15:30:30.188Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml EJB3_pkgEarLibTest [2022-04-17T15:30:30.188Z] [exec] Apr 17, 2022 3:30:29 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:30:30.188Z] [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. [2022-04-17T15:30:30.750Z] [exec] Apr 17, 2022 3:30:30 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:30:30.750Z] [exec] WARNING: ACC001: Using the only client [ejb-cmp-pkgEarLibTest-client] with main class [client.AppClient] in file:/home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:33.292Z] [exec] args ->[Ljava.lang.String;@4b7ab7ab [2022-04-17T15:30:33.292Z] [exec] args0 ->EJB3_pkgEarLibTest [2022-04-17T15:30:33.292Z] [exec] Inserting Customer and Orders... OK [2022-04-17T15:30:33.292Z] [exec] Value of key is:EJB3_pkgEarLibTest-InsertCustomer [2022-04-17T15:30:33.292Z] [exec] Verifying that all are inserted... OK [2022-04-17T15:30:33.292Z] [exec] Value of key is:EJB3_pkgEarLibTest-VerifyCustomerInsert [2022-04-17T15:30:33.292Z] [exec] Removing all... OK [2022-04-17T15:30:33.292Z] [exec] Value of key is:EJB3_pkgEarLibTest-DeleteCustomer [2022-04-17T15:30:33.292Z] [exec] Verifying that all are removed... OK [2022-04-17T15:30:33.292Z] [exec] Value of key is:EJB3_pkgEarLibTest-VerifyDeleteCustomer [2022-04-17T15:30:33.292Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:30:33.292Z] [exec] [2022-04-17T15:30:33.292Z] [exec] [2022-04-17T15:30:33.292Z] [exec] ----------------------------------------- [2022-04-17T15:30:33.292Z] [exec] - EJB3_pkgEarLibTest-InsertCustomer: PASS - [2022-04-17T15:30:33.292Z] [exec] - EJB3_pkgEarLibTest-VerifyDeleteCustomer: PASS - [2022-04-17T15:30:33.292Z] [exec] - EJB3_pkgEarLibTest-VerifyCustomerInsert: PASS - [2022-04-17T15:30:33.292Z] [exec] - EJB3_pkgEarLibTest-DeleteCustomer: PASS - [2022-04-17T15:30:33.292Z] [exec] ----------------------------------------- [2022-04-17T15:30:33.292Z] [exec] Total PASS: 4 [2022-04-17T15:30:33.292Z] [exec] Total FAIL: 0 [2022-04-17T15:30:33.292Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:30:33.292Z] [exec] ----------------------------------------- [2022-04-17T15:30:33.292Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:30:33.549Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] checkReporting-common: [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] confirmReportPresent-common: [2022-04-17T15:30:33.806Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:30:33.806Z] [echo] Test seems to be reported fine [2022-04-17T15:30:33.806Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEarLibTest/RepRunConf.txt [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] confirmMissingReport-common: [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] undeploy: [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] setOSConditions: [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] setToolWin: [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] setToolUnix: [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] setToolProperty: [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] setS1ASclassPath: [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] init-common: [2022-04-17T15:30:33.806Z] [2022-04-17T15:30:33.806Z] undeploy-common: [2022-04-17T15:30:34.068Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:30:34.339Z] [2022-04-17T15:30:34.339Z] unsetup: [2022-04-17T15:30:34.339Z] [2022-04-17T15:30:34.339Z] setOSConditions: [2022-04-17T15:30:34.339Z] [2022-04-17T15:30:34.339Z] setToolWin: [2022-04-17T15:30:34.339Z] [2022-04-17T15:30:34.339Z] setToolUnix: [2022-04-17T15:30:34.339Z] [2022-04-17T15:30:34.339Z] setToolProperty: [2022-04-17T15:30:34.339Z] [2022-04-17T15:30:34.339Z] setS1ASclassPath: [2022-04-17T15:30:34.339Z] [2022-04-17T15:30:34.339Z] init-common: [2022-04-17T15:30:34.339Z] [2022-04-17T15:30:34.339Z] delete-jdbc-resource-common: [2022-04-17T15:30:34.339Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/pkgEarLibTest [2022-04-17T15:30:34.902Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/pkgEarLibTest [2022-04-17T15:30:34.902Z] [exec] JDBC resource jdbc/pkgEarLibTest deleted successfully [2022-04-17T15:30:34.902Z] [echo] cmd executed for server [2022-04-17T15:30:34.902Z] [2022-04-17T15:30:34.902Z] setOSConditions: [2022-04-17T15:30:34.902Z] [2022-04-17T15:30:34.902Z] setToolWin: [2022-04-17T15:30:34.902Z] [2022-04-17T15:30:34.902Z] setToolUnix: [2022-04-17T15:30:34.902Z] [2022-04-17T15:30:34.902Z] setToolProperty: [2022-04-17T15:30:34.902Z] [2022-04-17T15:30:34.902Z] setS1ASclassPath: [2022-04-17T15:30:34.902Z] [2022-04-17T15:30:34.902Z] init-common: [2022-04-17T15:30:34.902Z] [2022-04-17T15:30:34.902Z] delete-jdbc-connpool-common: [2022-04-17T15:30:34.902Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true pkgEarLibTest-pool [2022-04-17T15:30:35.159Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:35.437Z] [exec] JDBC Connection pool pkgEarLibTest-pool deleted successfully [2022-04-17T15:30:35.437Z] [echo] cmd executed for server [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] all: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setOSConditions: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setToolWin: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setToolUnix: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setToolProperty: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setS1ASclassPath: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] init-common: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setup: [2022-04-17T15:30:35.437Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEjbTest/descriptor [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setOSConditions: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setToolWin: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setToolUnix: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setToolProperty: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] setS1ASclassPath: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] init-common: [2022-04-17T15:30:35.437Z] [2022-04-17T15:30:35.437Z] create-jdbc-persistence-connpool-common: [2022-04-17T15:30:35.693Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:30:35.693Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:30:35.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:35.694Z] [exec] JDBC connection pool pkgEjbTest-pool created successfully. [2022-04-17T15:30:35.694Z] [2022-04-17T15:30:35.694Z] setOSConditions: [2022-04-17T15:30:35.694Z] [2022-04-17T15:30:35.694Z] setToolWin: [2022-04-17T15:30:35.694Z] [2022-04-17T15:30:35.694Z] setToolUnix: [2022-04-17T15:30:35.694Z] [2022-04-17T15:30:35.694Z] setToolProperty: [2022-04-17T15:30:35.694Z] [2022-04-17T15:30:35.694Z] setS1ASclassPath: [2022-04-17T15:30:35.694Z] [2022-04-17T15:30:35.694Z] init-common: [2022-04-17T15:30:35.694Z] [2022-04-17T15:30:35.694Z] create-jdbc-resource-common: [2022-04-17T15:30:35.694Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:36.256Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:36.256Z] [exec] JDBC resource jdbc/pkgEjbTest created successfully. [2022-04-17T15:30:36.256Z] [echo] cmd executed for server [2022-04-17T15:30:36.256Z] [2022-04-17T15:30:36.256Z] clean: [2022-04-17T15:30:36.256Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:36.256Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:36.256Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:30:36.256Z] [2022-04-17T15:30:36.256Z] compile: [2022-04-17T15:30:36.256Z] [2022-04-17T15:30:36.256Z] setOSConditions: [2022-04-17T15:30:36.256Z] [2022-04-17T15:30:36.256Z] setToolWin: [2022-04-17T15:30:36.256Z] [2022-04-17T15:30:36.256Z] setToolUnix: [2022-04-17T15:30:36.256Z] [2022-04-17T15:30:36.256Z] setToolProperty: [2022-04-17T15:30:36.256Z] [2022-04-17T15:30:36.256Z] setS1ASclassPath: [2022-04-17T15:30:36.256Z] [2022-04-17T15:30:36.256Z] init-common: [2022-04-17T15:30:36.256Z] [2022-04-17T15:30:36.256Z] compile-common: [2022-04-17T15:30:36.256Z] [echo] Current time (ISO): 2022-04-17T15:30:35.993+0000 [2022-04-17T15:30:36.256Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:36.256Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:38.167Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:30:38.167Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:30:38.167Z] [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. [2022-04-17T15:30:38.167Z] [javac] 2 warnings [2022-04-17T15:30:38.167Z] [2022-04-17T15:30:38.167Z] setOSConditions: [2022-04-17T15:30:38.167Z] [2022-04-17T15:30:38.167Z] setToolWin: [2022-04-17T15:30:38.167Z] [2022-04-17T15:30:38.167Z] setToolUnix: [2022-04-17T15:30:38.167Z] [2022-04-17T15:30:38.168Z] setToolProperty: [2022-04-17T15:30:38.168Z] [2022-04-17T15:30:38.168Z] setS1ASclassPath: [2022-04-17T15:30:38.168Z] [2022-04-17T15:30:38.168Z] init-common: [2022-04-17T15:30:38.168Z] [2022-04-17T15:30:38.168Z] compile-common: [2022-04-17T15:30:38.168Z] [echo] Current time (ISO): 2022-04-17T15:30:37.884+0000 [2022-04-17T15:30:38.168Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:40.076Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:30:40.076Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:30:40.076Z] [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. [2022-04-17T15:30:40.076Z] [javac] 2 warnings [2022-04-17T15:30:40.076Z] [2022-04-17T15:30:40.076Z] setOSConditions: [2022-04-17T15:30:40.076Z] [2022-04-17T15:30:40.076Z] setToolWin: [2022-04-17T15:30:40.076Z] [2022-04-17T15:30:40.076Z] setToolUnix: [2022-04-17T15:30:40.076Z] [2022-04-17T15:30:40.076Z] setToolProperty: [2022-04-17T15:30:40.076Z] [2022-04-17T15:30:40.076Z] setS1ASclassPath: [2022-04-17T15:30:40.076Z] [2022-04-17T15:30:40.076Z] init-common: [2022-04-17T15:30:40.076Z] [2022-04-17T15:30:40.076Z] compile-common: [2022-04-17T15:30:40.076Z] [echo] Current time (ISO): 2022-04-17T15:30:39.844+0000 [2022-04-17T15:30:40.076Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:41.447Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:30:41.703Z] [javac] 1 warning [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] pkg-pu: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setOSConditions: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolWin: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolUnix: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolProperty: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setS1ASclassPath: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] init-common: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] package-entity-ejb: [2022-04-17T15:30:41.703Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:30:41.703Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:41.703Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:41.703Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEjbTest-ejb.jar [2022-04-17T15:30:41.703Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] appclient-jar-common: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] package-appclientjar-common: [2022-04-17T15:30:41.703Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:30:41.703Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEjbTest-client.jar [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] build: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setOSConditions: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] fixFiles: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] convUnix: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] convWin: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolWin: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolUnix: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolProperty: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setS1ASclassPath: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] init-common: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] webclient-war-common: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] build-ear-persistence: [2022-04-17T15:30:41.703Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEjbTest/descriptor/application.xml to copy. [2022-04-17T15:30:41.703Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEjbTestApp.ear [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] deploy: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setOSConditions: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolWin: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolUnix: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolProperty: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setS1ASclassPath: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] init-common: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] deploy-common: [2022-04-17T15:30:41.703Z] [echo] Current time (ISO): 2022-04-17T15:30:41.646+0000 [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setOSConditions: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolWin: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolUnix: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setToolProperty: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] setS1ASclassPath: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] init-common: [2022-04-17T15:30:41.703Z] [2022-04-17T15:30:41.703Z] deploy-common-pe: [2022-04-17T15:30:42.267Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgEjbTestApp.ear [2022-04-17T15:30:42.842Z] [exec] Application deployed with name ejb-cmp-pkgEjbTestApp. [2022-04-17T15:30:42.842Z] [echo] Deployment on target server server successful [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] setOSConditions: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] setToolWin: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] setToolUnix: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] setToolProperty: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] setS1ASclassPath: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] init-common: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] deploy-common-ee: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] run: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] setOSConditions: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] setToolWin: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] setToolUnix: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] setToolProperty: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] setS1ASclassPath: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] init-common: [2022-04-17T15:30:42.842Z] [2022-04-17T15:30:42.842Z] runclient-common: [2022-04-17T15:30:42.842Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml EJB3_pkgEjbTest [2022-04-17T15:30:43.772Z] [exec] Apr 17, 2022 3:30:43 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:30:43.772Z] [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. [2022-04-17T15:30:44.710Z] [exec] Apr 17, 2022 3:30:44 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:30:44.710Z] [exec] WARNING: ACC001: Using the only client [ejb-cmp-pkgEjbTest-client] with main class [client.AppClient] in file:/home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:47.267Z] [exec] args ->[Ljava.lang.String;@4a4ff5ed [2022-04-17T15:30:47.267Z] [exec] args0 ->EJB3_pkgEjbTest [2022-04-17T15:30:47.267Z] [exec] Inserting Customer and Orders... OK [2022-04-17T15:30:47.267Z] [exec] Value of key is:EJB3_pkgEjbTest-InsertCustomer [2022-04-17T15:30:47.267Z] [exec] Verifying that all are inserted... OK [2022-04-17T15:30:47.267Z] [exec] Value of key is:EJB3_pkgEjbTest-VerifyCustomerInsert [2022-04-17T15:30:47.267Z] [exec] Removing all... OK [2022-04-17T15:30:47.267Z] [exec] Value of key is:EJB3_pkgEjbTest-DeleteCustomer [2022-04-17T15:30:47.267Z] [exec] Verifying that all are removed... OK [2022-04-17T15:30:47.267Z] [exec] Value of key is:EJB3_pkgEjbTest-VerifyDeleteCustomer [2022-04-17T15:30:47.267Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:30:47.267Z] [exec] [2022-04-17T15:30:47.267Z] [exec] [2022-04-17T15:30:47.267Z] [exec] ----------------------------------------- [2022-04-17T15:30:47.267Z] [exec] - EJB3_pkgEjbTest-InsertCustomer: PASS - [2022-04-17T15:30:47.267Z] [exec] - EJB3_pkgEjbTest-DeleteCustomer: PASS - [2022-04-17T15:30:47.267Z] [exec] - EJB3_pkgEjbTest-VerifyDeleteCustomer: PASS - [2022-04-17T15:30:47.267Z] [exec] - EJB3_pkgEjbTest-VerifyCustomerInsert: PASS - [2022-04-17T15:30:47.267Z] [exec] ----------------------------------------- [2022-04-17T15:30:47.267Z] [exec] Total PASS: 4 [2022-04-17T15:30:47.267Z] [exec] Total FAIL: 0 [2022-04-17T15:30:47.267Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:30:47.267Z] [exec] ----------------------------------------- [2022-04-17T15:30:47.267Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:30:47.267Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:30:47.524Z] [2022-04-17T15:30:47.525Z] checkReporting-common: [2022-04-17T15:30:47.525Z] [2022-04-17T15:30:47.525Z] confirmReportPresent-common: [2022-04-17T15:30:47.525Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:30:47.525Z] [echo] Test seems to be reported fine [2022-04-17T15:30:47.525Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgEjbTest/RepRunConf.txt [2022-04-17T15:30:47.525Z] [2022-04-17T15:30:47.525Z] confirmMissingReport-common: [2022-04-17T15:30:47.525Z] [2022-04-17T15:30:47.525Z] undeploy: [2022-04-17T15:30:47.525Z] [2022-04-17T15:30:47.525Z] setOSConditions: [2022-04-17T15:30:47.525Z] [2022-04-17T15:30:47.525Z] setToolWin: [2022-04-17T15:30:47.525Z] [2022-04-17T15:30:47.525Z] setToolUnix: [2022-04-17T15:30:47.525Z] [2022-04-17T15:30:47.525Z] setToolProperty: [2022-04-17T15:30:47.525Z] [2022-04-17T15:30:47.525Z] setS1ASclassPath: [2022-04-17T15:30:47.525Z] [2022-04-17T15:30:47.525Z] init-common: [2022-04-17T15:30:47.525Z] [2022-04-17T15:30:47.525Z] undeploy-common: [2022-04-17T15:30:47.792Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:30:48.048Z] [2022-04-17T15:30:48.048Z] unsetup: [2022-04-17T15:30:48.048Z] [2022-04-17T15:30:48.048Z] setOSConditions: [2022-04-17T15:30:48.048Z] [2022-04-17T15:30:48.048Z] setToolWin: [2022-04-17T15:30:48.048Z] [2022-04-17T15:30:48.048Z] setToolUnix: [2022-04-17T15:30:48.048Z] [2022-04-17T15:30:48.048Z] setToolProperty: [2022-04-17T15:30:48.048Z] [2022-04-17T15:30:48.048Z] setS1ASclassPath: [2022-04-17T15:30:48.048Z] [2022-04-17T15:30:48.048Z] init-common: [2022-04-17T15:30:48.048Z] [2022-04-17T15:30:48.048Z] delete-jdbc-resource-common: [2022-04-17T15:30:48.048Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/pkgEjbTest [2022-04-17T15:30:48.648Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/pkgEjbTest [2022-04-17T15:30:48.648Z] [exec] JDBC resource jdbc/pkgEjbTest deleted successfully [2022-04-17T15:30:48.648Z] [echo] cmd executed for server [2022-04-17T15:30:48.648Z] [2022-04-17T15:30:48.648Z] setOSConditions: [2022-04-17T15:30:48.648Z] [2022-04-17T15:30:48.648Z] setToolWin: [2022-04-17T15:30:48.648Z] [2022-04-17T15:30:48.648Z] setToolUnix: [2022-04-17T15:30:48.648Z] [2022-04-17T15:30:48.648Z] setToolProperty: [2022-04-17T15:30:48.648Z] [2022-04-17T15:30:48.648Z] setS1ASclassPath: [2022-04-17T15:30:48.648Z] [2022-04-17T15:30:48.648Z] init-common: [2022-04-17T15:30:48.648Z] [2022-04-17T15:30:48.648Z] delete-jdbc-connpool-common: [2022-04-17T15:30:48.648Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true pkgEjbTest-pool [2022-04-17T15:30:48.904Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:48.904Z] [exec] JDBC Connection pool pkgEjbTest-pool deleted successfully [2022-04-17T15:30:48.904Z] [echo] cmd executed for server [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] all: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setOSConditions: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setToolWin: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setToolUnix: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setToolProperty: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setS1ASclassPath: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] init-common: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setup: [2022-04-17T15:30:48.904Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgWarTest/descriptor [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setOSConditions: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setToolWin: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setToolUnix: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setToolProperty: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] setS1ASclassPath: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] init-common: [2022-04-17T15:30:48.904Z] [2022-04-17T15:30:48.904Z] create-jdbc-persistence-connpool-common: [2022-04-17T15:30:49.467Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:30:49.467Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:30:49.467Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:49.467Z] [exec] JDBC connection pool pkgWarTest-pool created successfully. [2022-04-17T15:30:49.467Z] [2022-04-17T15:30:49.467Z] setOSConditions: [2022-04-17T15:30:49.467Z] [2022-04-17T15:30:49.467Z] setToolWin: [2022-04-17T15:30:49.467Z] [2022-04-17T15:30:49.467Z] setToolUnix: [2022-04-17T15:30:49.467Z] [2022-04-17T15:30:49.467Z] setToolProperty: [2022-04-17T15:30:49.467Z] [2022-04-17T15:30:49.467Z] setS1ASclassPath: [2022-04-17T15:30:49.467Z] [2022-04-17T15:30:49.467Z] init-common: [2022-04-17T15:30:49.467Z] [2022-04-17T15:30:49.467Z] create-jdbc-resource-common: [2022-04-17T15:30:49.467Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:49.724Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:49.724Z] [exec] JDBC resource jdbc/pkgWarTest created successfully. [2022-04-17T15:30:49.724Z] [echo] cmd executed for server [2022-04-17T15:30:49.724Z] [2022-04-17T15:30:49.724Z] clean: [2022-04-17T15:30:49.724Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:49.724Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:49.724Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:30:49.724Z] [2022-04-17T15:30:49.724Z] compile: [2022-04-17T15:30:49.724Z] [2022-04-17T15:30:49.724Z] setOSConditions: [2022-04-17T15:30:49.724Z] [2022-04-17T15:30:49.724Z] setToolWin: [2022-04-17T15:30:49.724Z] [2022-04-17T15:30:49.724Z] setToolUnix: [2022-04-17T15:30:49.724Z] [2022-04-17T15:30:49.724Z] setToolProperty: [2022-04-17T15:30:49.724Z] [2022-04-17T15:30:49.724Z] setS1ASclassPath: [2022-04-17T15:30:49.724Z] [2022-04-17T15:30:49.724Z] init-common: [2022-04-17T15:30:49.724Z] [2022-04-17T15:30:49.724Z] compile-common: [2022-04-17T15:30:49.724Z] [echo] Current time (ISO): 2022-04-17T15:30:49.675+0000 [2022-04-17T15:30:49.724Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:49.724Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:51.297Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:30:51.553Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:51.553Z] [javac] status = new Boolean((Boolean)o).booleanValue(); [2022-04-17T15:30:51.553Z] [javac] ^ [2022-04-17T15:30:51.553Z] [javac] 2 warnings [2022-04-17T15:30:51.553Z] [2022-04-17T15:30:51.553Z] setOSConditions: [2022-04-17T15:30:51.553Z] [2022-04-17T15:30:51.553Z] setToolWin: [2022-04-17T15:30:51.553Z] [2022-04-17T15:30:51.553Z] setToolUnix: [2022-04-17T15:30:51.553Z] [2022-04-17T15:30:51.553Z] setToolProperty: [2022-04-17T15:30:51.553Z] [2022-04-17T15:30:51.553Z] setS1ASclassPath: [2022-04-17T15:30:51.553Z] [2022-04-17T15:30:51.553Z] init-common: [2022-04-17T15:30:51.553Z] [2022-04-17T15:30:51.553Z] compile-common: [2022-04-17T15:30:51.553Z] [echo] Current time (ISO): 2022-04-17T15:30:51.435+0000 [2022-04-17T15:30:51.553Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:53.500Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:30:53.500Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:30:53.500Z] [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. [2022-04-17T15:30:53.500Z] [javac] 2 warnings [2022-04-17T15:30:53.500Z] [2022-04-17T15:30:53.500Z] setOSConditions: [2022-04-17T15:30:53.500Z] [2022-04-17T15:30:53.500Z] setToolWin: [2022-04-17T15:30:53.500Z] [2022-04-17T15:30:53.500Z] setToolUnix: [2022-04-17T15:30:53.500Z] [2022-04-17T15:30:53.501Z] setToolProperty: [2022-04-17T15:30:53.501Z] [2022-04-17T15:30:53.501Z] setS1ASclassPath: [2022-04-17T15:30:53.501Z] [2022-04-17T15:30:53.501Z] init-common: [2022-04-17T15:30:53.501Z] [2022-04-17T15:30:53.501Z] compile-common: [2022-04-17T15:30:53.501Z] [echo] Current time (ISO): 2022-04-17T15:30:53.266+0000 [2022-04-17T15:30:53.501Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:55.402Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:30:55.402Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:30:55.402Z] [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. [2022-04-17T15:30:55.402Z] [javac] 2 warnings [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] build: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] setOSConditions: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] setToolWin: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] setToolUnix: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] setToolProperty: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] setS1ASclassPath: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] init-common: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] webclient-pu-war: [2022-04-17T15:30:55.402Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] setOSConditions: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] setToolWin: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] setToolUnix: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] setToolProperty: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] setS1ASclassPath: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] init-common: [2022-04-17T15:30:55.402Z] [2022-04-17T15:30:55.402Z] package-pu-war: [2022-04-17T15:30:55.402Z] [echo] my build classes dir is:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:55.402Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes [2022-04-17T15:30:55.402Z] [echo] webclient.war.classes=**/JpaServlet.class,**/Order.classes,**/Customer.class [2022-04-17T15:30:55.402Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF [2022-04-17T15:30:55.402Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes/META-INF [2022-04-17T15:30:55.402Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes/META-INF [2022-04-17T15:30:55.402Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes [2022-04-17T15:30:55.402Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest-web.war [2022-04-17T15:30:55.402Z] [echo] created war file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest-web.war [2022-04-17T15:30:55.402Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF [2022-04-17T15:30:55.402Z] [echo] my webclient war classes are:**/JpaServlet.class,**/Order.classes,**/Customer.class [2022-04-17T15:30:55.402Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:55.402Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:55.964Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:30:55.964Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:30:56.239Z] [2022-04-17T15:30:56.239Z] deploy: [2022-04-17T15:30:56.239Z] [2022-04-17T15:30:56.239Z] deploy-war-common: [2022-04-17T15:30:56.239Z] [2022-04-17T15:30:56.239Z] setOSConditions: [2022-04-17T15:30:56.239Z] [2022-04-17T15:30:56.239Z] setToolWin: [2022-04-17T15:30:56.239Z] [2022-04-17T15:30:56.239Z] setToolUnix: [2022-04-17T15:30:56.239Z] [2022-04-17T15:30:56.239Z] setToolProperty: [2022-04-17T15:30:56.239Z] [2022-04-17T15:30:56.239Z] setS1ASclassPath: [2022-04-17T15:30:56.239Z] [2022-04-17T15:30:56.239Z] init-common: [2022-04-17T15:30:56.239Z] [2022-04-17T15:30:56.239Z] deploy-war-commonpe: [2022-04-17T15:30:56.860Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest-web.war [2022-04-17T15:30:59.388Z] [exec] Application deployed with name ejb-cmp-pkgWarTest-web. [2022-04-17T15:30:59.388Z] [2022-04-17T15:30:59.388Z] deploy-war-commonee: [2022-04-17T15:30:59.388Z] [2022-04-17T15:30:59.388Z] run: [2022-04-17T15:30:59.644Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest-web/jpa?case=testInsert [2022-04-17T15:30:59.644Z] [java] Value of key is:EJB3_pkgWarTesttestInsert [2022-04-17T15:30:59.644Z] [java] Value of key is:EJB3_pkgWarTesttestInsert [2022-04-17T15:30:59.644Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest-web/jpa?case=verifyInsert [2022-04-17T15:30:59.644Z] [java] Value of key is:EJB3_pkgWarTestverifyInsert [2022-04-17T15:30:59.644Z] [java] Value of key is:EJB3_pkgWarTestverifyInsert [2022-04-17T15:30:59.644Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest-web/jpa?case=testDelete [2022-04-17T15:30:59.900Z] [java] Value of key is:EJB3_pkgWarTesttestDelete [2022-04-17T15:30:59.900Z] [java] Value of key is:EJB3_pkgWarTesttestDelete [2022-04-17T15:30:59.900Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest-web/jpa?case=verifyDelete [2022-04-17T15:30:59.900Z] [java] Value of key is:EJB3_pkgWarTestverifyDelete [2022-04-17T15:30:59.900Z] [java] Value of key is:EJB3_pkgWarTestverifyDelete [2022-04-17T15:30:59.900Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:30:59.900Z] [java] [2022-04-17T15:30:59.901Z] [java] [2022-04-17T15:30:59.901Z] [java] ----------------------------------------- [2022-04-17T15:30:59.901Z] [java] - EJB3_pkgWarTesttestDelete: PASS - [2022-04-17T15:30:59.901Z] [java] - EJB3_pkgWarTesttestInsert: PASS - [2022-04-17T15:30:59.901Z] [java] - EJB3_pkgWarTestverifyInsert: PASS - [2022-04-17T15:30:59.901Z] [java] - EJB3_pkgWarTestverifyDelete: PASS - [2022-04-17T15:30:59.901Z] [java] ----------------------------------------- [2022-04-17T15:30:59.901Z] [java] Total PASS: 4 [2022-04-17T15:30:59.901Z] [java] Total FAIL: 0 [2022-04-17T15:30:59.901Z] [java] Total DID NOT RUN: 0 [2022-04-17T15:30:59.901Z] [java] ----------------------------------------- [2022-04-17T15:30:59.901Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:30:59.901Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:30:59.901Z] [2022-04-17T15:30:59.901Z] undeploy: [2022-04-17T15:30:59.901Z] [2022-04-17T15:30:59.901Z] setOSConditions: [2022-04-17T15:30:59.901Z] [2022-04-17T15:30:59.901Z] setToolWin: [2022-04-17T15:30:59.901Z] [2022-04-17T15:30:59.901Z] setToolUnix: [2022-04-17T15:30:59.901Z] [2022-04-17T15:30:59.901Z] setToolProperty: [2022-04-17T15:30:59.901Z] [2022-04-17T15:30:59.901Z] setS1ASclassPath: [2022-04-17T15:30:59.901Z] [2022-04-17T15:30:59.901Z] init-common: [2022-04-17T15:30:59.901Z] [2022-04-17T15:30:59.901Z] undeploy-war-common: [2022-04-17T15:31:00.160Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:31:00.438Z] [2022-04-17T15:31:00.438Z] unsetup: [2022-04-17T15:31:00.438Z] [2022-04-17T15:31:00.438Z] setOSConditions: [2022-04-17T15:31:00.438Z] [2022-04-17T15:31:00.438Z] setToolWin: [2022-04-17T15:31:00.438Z] [2022-04-17T15:31:00.438Z] setToolUnix: [2022-04-17T15:31:00.438Z] [2022-04-17T15:31:00.438Z] setToolProperty: [2022-04-17T15:31:00.438Z] [2022-04-17T15:31:00.438Z] setS1ASclassPath: [2022-04-17T15:31:00.438Z] [2022-04-17T15:31:00.438Z] init-common: [2022-04-17T15:31:00.438Z] [2022-04-17T15:31:00.438Z] delete-jdbc-resource-common: [2022-04-17T15:31:00.438Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/pkgWarTest [2022-04-17T15:31:00.694Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/pkgWarTest [2022-04-17T15:31:00.951Z] [exec] JDBC resource jdbc/pkgWarTest deleted successfully [2022-04-17T15:31:00.951Z] [echo] cmd executed for server [2022-04-17T15:31:00.951Z] [2022-04-17T15:31:00.951Z] setOSConditions: [2022-04-17T15:31:00.951Z] [2022-04-17T15:31:00.951Z] setToolWin: [2022-04-17T15:31:00.951Z] [2022-04-17T15:31:00.951Z] setToolUnix: [2022-04-17T15:31:00.951Z] [2022-04-17T15:31:00.951Z] setToolProperty: [2022-04-17T15:31:00.951Z] [2022-04-17T15:31:00.951Z] setS1ASclassPath: [2022-04-17T15:31:00.951Z] [2022-04-17T15:31:00.951Z] init-common: [2022-04-17T15:31:00.951Z] [2022-04-17T15:31:00.951Z] delete-jdbc-connpool-common: [2022-04-17T15:31:00.951Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true pkgWarTest-pool [2022-04-17T15:31:01.207Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:31:01.207Z] [exec] JDBC Connection pool pkgWarTest-pool deleted successfully [2022-04-17T15:31:01.207Z] [echo] cmd executed for server [2022-04-17T15:31:01.207Z] [2022-04-17T15:31:01.207Z] all: [2022-04-17T15:31:01.207Z] [2022-04-17T15:31:01.207Z] setOSConditions: [2022-04-17T15:31:01.207Z] [2022-04-17T15:31:01.207Z] setToolWin: [2022-04-17T15:31:01.207Z] [2022-04-17T15:31:01.207Z] setToolUnix: [2022-04-17T15:31:01.207Z] [2022-04-17T15:31:01.207Z] setToolProperty: [2022-04-17T15:31:01.207Z] [2022-04-17T15:31:01.207Z] setS1ASclassPath: [2022-04-17T15:31:01.207Z] [2022-04-17T15:31:01.207Z] init-common: [2022-04-17T15:31:01.465Z] [2022-04-17T15:31:01.465Z] setup: [2022-04-17T15:31:01.465Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgWarTest1/descriptor [2022-04-17T15:31:01.465Z] [2022-04-17T15:31:01.465Z] setOSConditions: [2022-04-17T15:31:01.465Z] [2022-04-17T15:31:01.465Z] setToolWin: [2022-04-17T15:31:01.465Z] [2022-04-17T15:31:01.465Z] setToolUnix: [2022-04-17T15:31:01.465Z] [2022-04-17T15:31:01.465Z] setToolProperty: [2022-04-17T15:31:01.465Z] [2022-04-17T15:31:01.465Z] setS1ASclassPath: [2022-04-17T15:31:01.465Z] [2022-04-17T15:31:01.465Z] init-common: [2022-04-17T15:31:01.465Z] [2022-04-17T15:31:01.465Z] create-jdbc-persistence-connpool-common: [2022-04-17T15:31:01.722Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:31:01.722Z] [exec] CLI031: Warning: Option "target" is obsolete and will be ignored. [2022-04-17T15:31:01.722Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:31:01.722Z] [exec] JDBC connection pool pkgWarTest1-pool created successfully. [2022-04-17T15:31:01.722Z] [2022-04-17T15:31:01.722Z] setOSConditions: [2022-04-17T15:31:01.722Z] [2022-04-17T15:31:01.722Z] setToolWin: [2022-04-17T15:31:01.722Z] [2022-04-17T15:31:01.722Z] setToolUnix: [2022-04-17T15:31:01.722Z] [2022-04-17T15:31:01.722Z] setToolProperty: [2022-04-17T15:31:01.722Z] [2022-04-17T15:31:01.722Z] setS1ASclassPath: [2022-04-17T15:31:01.722Z] [2022-04-17T15:31:01.722Z] init-common: [2022-04-17T15:31:01.722Z] [2022-04-17T15:31:01.722Z] create-jdbc-resource-common: [2022-04-17T15:31:01.722Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:31:01.978Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:31:01.978Z] [exec] JDBC resource jdbc/pkgWarTest1 created successfully. [2022-04-17T15:31:01.978Z] [echo] cmd executed for server [2022-04-17T15:31:01.978Z] [2022-04-17T15:31:01.978Z] clean: [2022-04-17T15:31:01.978Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:01.978Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:01.978Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:31:01.978Z] [2022-04-17T15:31:01.978Z] compile: [2022-04-17T15:31:02.237Z] [2022-04-17T15:31:02.237Z] setOSConditions: [2022-04-17T15:31:02.237Z] [2022-04-17T15:31:02.237Z] setToolWin: [2022-04-17T15:31:02.237Z] [2022-04-17T15:31:02.237Z] setToolUnix: [2022-04-17T15:31:02.237Z] [2022-04-17T15:31:02.237Z] setToolProperty: [2022-04-17T15:31:02.237Z] [2022-04-17T15:31:02.237Z] setS1ASclassPath: [2022-04-17T15:31:02.237Z] [2022-04-17T15:31:02.237Z] init-common: [2022-04-17T15:31:02.237Z] [2022-04-17T15:31:02.237Z] compile-common: [2022-04-17T15:31:02.237Z] [echo] Current time (ISO): 2022-04-17T15:31:01.981+0000 [2022-04-17T15:31:02.237Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:02.237Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:04.139Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:31:04.139Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:31:04.139Z] [javac] status = new Boolean((Boolean)o).booleanValue(); [2022-04-17T15:31:04.139Z] [javac] ^ [2022-04-17T15:31:04.139Z] [javac] 2 warnings [2022-04-17T15:31:04.139Z] [2022-04-17T15:31:04.139Z] setOSConditions: [2022-04-17T15:31:04.139Z] [2022-04-17T15:31:04.139Z] setToolWin: [2022-04-17T15:31:04.139Z] [2022-04-17T15:31:04.139Z] setToolUnix: [2022-04-17T15:31:04.139Z] [2022-04-17T15:31:04.139Z] setToolProperty: [2022-04-17T15:31:04.139Z] [2022-04-17T15:31:04.139Z] setS1ASclassPath: [2022-04-17T15:31:04.139Z] [2022-04-17T15:31:04.139Z] init-common: [2022-04-17T15:31:04.139Z] [2022-04-17T15:31:04.139Z] compile-common: [2022-04-17T15:31:04.139Z] [echo] Current time (ISO): 2022-04-17T15:31:03.867+0000 [2022-04-17T15:31:04.139Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:06.039Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:31:06.039Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:31:06.039Z] [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. [2022-04-17T15:31:06.039Z] [javac] 2 warnings [2022-04-17T15:31:06.039Z] [2022-04-17T15:31:06.039Z] setOSConditions: [2022-04-17T15:31:06.039Z] [2022-04-17T15:31:06.039Z] setToolWin: [2022-04-17T15:31:06.039Z] [2022-04-17T15:31:06.039Z] setToolUnix: [2022-04-17T15:31:06.039Z] [2022-04-17T15:31:06.039Z] setToolProperty: [2022-04-17T15:31:06.039Z] [2022-04-17T15:31:06.039Z] setS1ASclassPath: [2022-04-17T15:31:06.039Z] [2022-04-17T15:31:06.039Z] init-common: [2022-04-17T15:31:06.039Z] [2022-04-17T15:31:06.039Z] compile-common: [2022-04-17T15:31:06.039Z] [echo] Current time (ISO): 2022-04-17T15:31:05.664+0000 [2022-04-17T15:31:06.039Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:07.436Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:31:07.436Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:31:07.436Z] [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. [2022-04-17T15:31:07.693Z] [javac] 2 warnings [2022-04-17T15:31:07.693Z] [2022-04-17T15:31:07.693Z] pkg-pu: [2022-04-17T15:31:07.693Z] [2022-04-17T15:31:07.693Z] setOSConditions: [2022-04-17T15:31:07.693Z] [2022-04-17T15:31:07.693Z] setToolWin: [2022-04-17T15:31:07.693Z] [2022-04-17T15:31:07.693Z] setToolUnix: [2022-04-17T15:31:07.693Z] [2022-04-17T15:31:07.693Z] setToolProperty: [2022-04-17T15:31:07.693Z] [2022-04-17T15:31:07.693Z] setS1ASclassPath: [2022-04-17T15:31:07.693Z] [2022-04-17T15:31:07.693Z] init-common: [2022-04-17T15:31:07.693Z] [2022-04-17T15:31:07.693Z] package-pu-common: [2022-04-17T15:31:07.693Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes, /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive, descriptor/persistence.xml [2022-04-17T15:31:07.694Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:31:07.694Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:31:07.694Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:31:07.694Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/entity.jar [2022-04-17T15:31:07.694Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] build: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setOSConditions: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setToolWin: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setToolUnix: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setToolProperty: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setS1ASclassPath: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] init-common: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] webclient-pu-warlib: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setOSConditions: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setToolWin: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setToolUnix: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setToolProperty: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setS1ASclassPath: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] init-common: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] package-pu-warlib: [2022-04-17T15:31:07.694Z] [echo] my build classes dir is:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:07.694Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes [2022-04-17T15:31:07.694Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/lib [2022-04-17T15:31:07.694Z] [echo] webclient.war.classes=**/JpaServlet.class [2022-04-17T15:31:07.694Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF [2022-04-17T15:31:07.694Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes/META-INF [2022-04-17T15:31:07.694Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/lib [2022-04-17T15:31:07.694Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF/classes [2022-04-17T15:31:07.694Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest1-web.war [2022-04-17T15:31:07.694Z] [echo] created war file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest1-web.war [2022-04-17T15:31:07.694Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/WEB-INF [2022-04-17T15:31:07.694Z] [echo] my webclient war classes are:**/JpaServlet.class [2022-04-17T15:31:07.694Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:31:07.694Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:07.694Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:31:07.694Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] deploy: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] deploy-war-common: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setOSConditions: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setToolWin: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setToolUnix: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setToolProperty: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] setS1ASclassPath: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] init-common: [2022-04-17T15:31:07.694Z] [2022-04-17T15:31:07.694Z] deploy-war-commonpe: [2022-04-17T15:31:08.257Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/ejb-cmp-pkgWarTest1-web.war [2022-04-17T15:31:09.651Z] [exec] Application deployed with name ejb-cmp-pkgWarTest1-web. [2022-04-17T15:31:09.651Z] [2022-04-17T15:31:09.651Z] deploy-war-commonee: [2022-04-17T15:31:09.651Z] [2022-04-17T15:31:09.651Z] run: [2022-04-17T15:31:09.651Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest1-web/jpa?case=testInsert [2022-04-17T15:31:09.651Z] [java] Value of key is:EJB3_pkgWarTest1testInsert [2022-04-17T15:31:09.651Z] [java] Value of key is:EJB3_pkgWarTest1testInsert [2022-04-17T15:31:09.651Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest1-web/jpa?case=verifyInsert [2022-04-17T15:31:09.651Z] [java] Value of key is:EJB3_pkgWarTest1verifyInsert [2022-04-17T15:31:09.651Z] [java] Value of key is:EJB3_pkgWarTest1verifyInsert [2022-04-17T15:31:09.651Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest1-web/jpa?case=testDelete [2022-04-17T15:31:09.651Z] [java] Value of key is:EJB3_pkgWarTest1testDelete [2022-04-17T15:31:09.651Z] [java] Value of key is:EJB3_pkgWarTest1testDelete [2022-04-17T15:31:09.651Z] [java] url=http://localhost:8080/ejb-cmp-pkgWarTest1-web/jpa?case=verifyDelete [2022-04-17T15:31:09.651Z] [java] Value of key is:EJB3_pkgWarTest1verifyDelete [2022-04-17T15:31:09.651Z] [java] Value of key is:EJB3_pkgWarTest1verifyDelete [2022-04-17T15:31:09.651Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:31:09.651Z] [java] [2022-04-17T15:31:09.651Z] [java] [2022-04-17T15:31:09.651Z] [java] ----------------------------------------- [2022-04-17T15:31:09.651Z] [java] - EJB3_pkgWarTest1verifyDelete: PASS - [2022-04-17T15:31:09.651Z] [java] - EJB3_pkgWarTest1testInsert: PASS - [2022-04-17T15:31:09.651Z] [java] - EJB3_pkgWarTest1verifyInsert: PASS - [2022-04-17T15:31:09.651Z] [java] - EJB3_pkgWarTest1testDelete: PASS - [2022-04-17T15:31:09.651Z] [java] ----------------------------------------- [2022-04-17T15:31:09.651Z] [java] Total PASS: 4 [2022-04-17T15:31:09.651Z] [java] Total FAIL: 0 [2022-04-17T15:31:09.651Z] [java] Total DID NOT RUN: 0 [2022-04-17T15:31:09.651Z] [java] ----------------------------------------- [2022-04-17T15:31:09.651Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:31:09.938Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:31:09.938Z] [2022-04-17T15:31:09.938Z] undeploy: [2022-04-17T15:31:09.938Z] [2022-04-17T15:31:09.938Z] setOSConditions: [2022-04-17T15:31:09.938Z] [2022-04-17T15:31:09.938Z] setToolWin: [2022-04-17T15:31:09.938Z] [2022-04-17T15:31:09.938Z] setToolUnix: [2022-04-17T15:31:09.938Z] [2022-04-17T15:31:09.938Z] setToolProperty: [2022-04-17T15:31:09.938Z] [2022-04-17T15:31:09.938Z] setS1ASclassPath: [2022-04-17T15:31:09.938Z] [2022-04-17T15:31:09.938Z] init-common: [2022-04-17T15:31:09.938Z] [2022-04-17T15:31:09.938Z] undeploy-war-common: [2022-04-17T15:31:10.197Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:31:10.197Z] [2022-04-17T15:31:10.197Z] unsetup: [2022-04-17T15:31:10.197Z] [2022-04-17T15:31:10.197Z] setOSConditions: [2022-04-17T15:31:10.197Z] [2022-04-17T15:31:10.197Z] setToolWin: [2022-04-17T15:31:10.197Z] [2022-04-17T15:31:10.197Z] setToolUnix: [2022-04-17T15:31:10.197Z] [2022-04-17T15:31:10.197Z] setToolProperty: [2022-04-17T15:31:10.197Z] [2022-04-17T15:31:10.197Z] setS1ASclassPath: [2022-04-17T15:31:10.197Z] [2022-04-17T15:31:10.197Z] init-common: [2022-04-17T15:31:10.197Z] [2022-04-17T15:31:10.197Z] delete-jdbc-resource-common: [2022-04-17T15:31:10.197Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/pkgWarTest1 [2022-04-17T15:31:10.759Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/pkgWarTest1 [2022-04-17T15:31:10.759Z] [exec] JDBC resource jdbc/pkgWarTest1 deleted successfully [2022-04-17T15:31:10.759Z] [echo] cmd executed for server [2022-04-17T15:31:10.759Z] [2022-04-17T15:31:10.759Z] setOSConditions: [2022-04-17T15:31:10.759Z] [2022-04-17T15:31:10.759Z] setToolWin: [2022-04-17T15:31:10.759Z] [2022-04-17T15:31:10.759Z] setToolUnix: [2022-04-17T15:31:10.759Z] [2022-04-17T15:31:10.759Z] setToolProperty: [2022-04-17T15:31:10.759Z] [2022-04-17T15:31:10.759Z] setS1ASclassPath: [2022-04-17T15:31:10.759Z] [2022-04-17T15:31:10.759Z] init-common: [2022-04-17T15:31:10.759Z] [2022-04-17T15:31:10.759Z] delete-jdbc-connpool-common: [2022-04-17T15:31:10.759Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true pkgWarTest1-pool [2022-04-17T15:31:11.015Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:31:11.015Z] [exec] JDBC Connection pool pkgWarTest1-pool deleted successfully [2022-04-17T15:31:11.015Z] [echo] cmd executed for server [2022-04-17T15:31:11.015Z] [2022-04-17T15:31:11.015Z] all: [2022-04-17T15:31:11.015Z] [2022-04-17T15:31:11.015Z] report: [2022-04-17T15:31:11.015Z] [echo] Comparing results with expected results [2022-04-17T15:31:11.015Z] [xslt] Processing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [2022-04-17T15:31:11.015Z] [xslt] Loading stylesheet /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/j2eeReporter.xsl [2022-04-17T15:31:11.271Z] [2022-04-17T15:31:11.271Z] report-sh: [2022-04-17T15:31:11.271Z] [exec] input file=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:31:11.271Z] [exec] [2022-04-17T15:31:11.271Z] [exec] ************************ [2022-04-17T15:31:11.271Z] [exec] PASSED= 16 [2022-04-17T15:31:11.271Z] [exec] ------------ ========= [2022-04-17T15:31:11.271Z] [exec] FAILED= 0 [2022-04-17T15:31:11.271Z] [exec] ------------ ========= [2022-04-17T15:31:11.271Z] [exec] DID NOT RUN= 0 [2022-04-17T15:31:11.271Z] [exec] ------------ ========= [2022-04-17T15:31:11.271Z] [exec] Total Expected=16 [2022-04-17T15:31:11.271Z] [exec] ************************ [2022-04-17T15:31:11.271Z] [exec] [2022-04-17T15:31:11.271Z] [2022-04-17T15:31:11.271Z] BUILD SUCCESSFUL [2022-04-17T15:31:11.271Z] Total time: 58 seconds [2022-04-17T15:31:11.537Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin stop-database [2022-04-17T15:31:12.100Z] Sun Apr 17 15:31:12 UTC 2022 : Connection obtained for host: 0.0.0.0, port number 1527. [2022-04-17T15:31:12.661Z] Sun Apr 17 15:31:12 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:31:12.661Z] Command stop-database executed successfully. [2022-04-17T15:31:12.661Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin stop-domain [2022-04-17T15:31:13.752Z] Waiting for the domain to stop . [2022-04-17T15:31:13.752Z] Command stop-domain executed successfully. [2022-04-17T15:31:13.752Z] + check_successful_run [2022-04-17T15:31:13.752Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' [2022-04-17T15:31:13.752Z] [2022-04-17T15:31:13.752Z] ===== CHECK SUCCESSFUL RUN ===== [2022-04-17T15:31:13.752Z] [2022-04-17T15:31:13.752Z] + FILE=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [2022-04-17T15:31:13.752Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' [2022-04-17T15:31:13.752Z] + echo 'File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' [2022-04-17T15:31:13.752Z] File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful [2022-04-17T15:31:13.752Z] + generate_junit_report persistence_all [2022-04-17T15:31:13.752Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' [2022-04-17T15:31:13.752Z] [2022-04-17T15:31:13.752Z] ===== GENERATE JUNIT REPORT ===== [2022-04-17T15:31:13.752Z] [2022-04-17T15:31:13.752Z] + TD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:31:13.752Z] + JUD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml [2022-04-17T15:31:13.752Z] + TESTSUITE_NAME=persistence_all [2022-04-17T15:31:13.752Z] + cat /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:31:13.752Z] + awk -v suitename=persistence_all ' [2022-04-17T15:31:13.752Z] BEGIN { [2022-04-17T15:31:13.752Z] totaltests = 0; [2022-04-17T15:31:13.752Z] totalfailures = 0; [2022-04-17T15:31:13.752Z] totalerrors = 0; [2022-04-17T15:31:13.752Z] } [2022-04-17T15:31:13.752Z] function getPropVal(str){ [2022-04-17T15:31:13.752Z] split(str, a, "="); [2022-04-17T15:31:13.752Z] val = a[2]; [2022-04-17T15:31:13.752Z] # remove quotes [2022-04-17T15:31:13.752Z] gsub("\"","",val); [2022-04-17T15:31:13.752Z] return val; [2022-04-17T15:31:13.752Z] } [2022-04-17T15:31:13.752Z] function removeXMLTag(str){ [2022-04-17T15:31:13.752Z] # remove xml tag quotes [2022-04-17T15:31:13.752Z] gsub("","",str); [2022-04-17T15:31:13.752Z] gsub("<.*>","",str); [2022-04-17T15:31:13.752Z] gsub(">","",str); [2022-04-17T15:31:13.752Z] return str; [2022-04-17T15:31:13.752Z] } [2022-04-17T15:31:13.752Z] /status value=/ { [2022-04-17T15:31:13.752Z] result=getPropVal($0); [2022-04-17T15:31:13.752Z] result=removeXMLTag(result); [2022-04-17T15:31:13.752Z] } [2022-04-17T15:31:13.752Z] // { [2022-04-17T15:31:13.752Z] getline; [2022-04-17T15:31:13.752Z] getline; [2022-04-17T15:31:13.752Z] testunit=removeXMLTag($0); [2022-04-17T15:31:13.752Z] gsub("\"","",testunit); [2022-04-17T15:31:13.752Z] } [2022-04-17T15:31:13.752Z] // { [2022-04-17T15:31:13.752Z] getline; [2022-04-17T15:31:13.752Z] testname=removeXMLTag($0); [2022-04-17T15:31:13.752Z] gsub("\"","",testname); [2022-04-17T15:31:13.752Z] } [2022-04-17T15:31:13.752Z] /<\/testcase>/{ [2022-04-17T15:31:13.752Z] classname=testunit [2022-04-17T15:31:13.752Z] # printing testcase to out [2022-04-17T15:31:13.752Z] out = out sprintf(" \n", classname, testname); [2022-04-17T15:31:13.752Z] if (result == "fail") { [2022-04-17T15:31:13.752Z] out = out " \n"; [2022-04-17T15:31:13.752Z] totalfailures++; [2022-04-17T15:31:13.752Z] } else if (result == "did_not_run") { [2022-04-17T15:31:13.752Z] out = out " \n"; [2022-04-17T15:31:13.752Z] totalerrors++; [2022-04-17T15:31:13.752Z] } [2022-04-17T15:31:13.752Z] out = out " \n"; [2022-04-17T15:31:13.752Z] [2022-04-17T15:31:13.752Z] totaltests++; [2022-04-17T15:31:13.752Z] result=""; [2022-04-17T15:31:13.752Z] testname=""; [2022-04-17T15:31:13.752Z] } [2022-04-17T15:31:13.752Z] END { [2022-04-17T15:31:13.752Z] print "" [2022-04-17T15:31:13.752Z] printf "\n", totaltests, totalfailures, totalerrors, suitename; [2022-04-17T15:31:13.752Z] printf "%s", out; [2022-04-17T15:31:13.752Z] print "" [2022-04-17T15:31:13.752Z] }' [2022-04-17T15:31:13.752Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:31:13.752Z] + change_junit_report_class_names [2022-04-17T15:31:13.752Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T15:31:13.752Z] + sed -i 's/\bclassname="/classname="persistence_all./g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T15:31:13.752Z] + copy_test_artifacts persistence_all [2022-04-17T15:31:13.753Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' [2022-04-17T15:31:13.753Z] [2022-04-17T15:31:13.753Z] ===== COPY TEST ARTIFACTS ===== [2022-04-17T15:31:13.753Z] [2022-04-17T15:31:13.753Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:31:13.753Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains [2022-04-17T15:31:13.753Z] tar: Removing leading `/' from member names [2022-04-17T15:31:14.009Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:31:14.009Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:31:14.009Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:31:14.009Z] ++ pwd [2022-04-17T15:31:14.009Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:31:14.009Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/*/*logs.zip': No such file or directory [2022-04-17T15:31:14.009Z] + true [2022-04-17T15:31:14.009Z] ++ pwd [2022-04-17T15:31:14.009Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:31:14.009Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/persistence/tests/packaging/*/*/*logs.zip': No such file or directory [2022-04-17T15:31:14.009Z] + true [2022-04-17T15:31:14.009Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/persistence_all-results.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results [2022-04-17T15:31:14.009Z] tar: Removing leading `/' from member names [2022-04-17T15:31:14.009Z] + break [2022-04-17T15:31:14.009Z] + [[ true = false ]] [2022-04-17T15:31:14.009Z] + git reset --hard [2022-04-17T15:31:14.265Z] HEAD is now at d56ff92b9 Merge pull request #23899 from dmatej/mvn-annotation-processing [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 [2022-04-17T15:31:24.287Z] + rm -rf glassfish6 [2022-04-17T15:31:24.287Z] + true [2022-04-17T15:31:24.287Z] + export MAVEN_ARGS=-Pstaging [2022-04-17T15:31:24.287Z] + MAVEN_ARGS=-Pstaging [2022-04-17T15:31:24.287Z] + ./runtests.sh cdi_all [2022-04-17T15:31:24.287Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven [2022-04-17T15:31:24.287Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command [2022-04-17T15:31:24.287Z] Second argument is a test set id, one of: [2022-04-17T15:31:24.287Z] cdi_all, ql_gf_full_profile_all, \n [2022-04-17T15:31:24.287Z] \n [2022-04-17T15:31:24.287Z] web_jsp, deployment_all, \n [2022-04-17T15:31:24.287Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n [2022-04-17T15:31:24.287Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, connector_group_1, connector_group_2, connector_group_3, connector_group_4 [2022-04-17T15:31:24.287Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. [2022-04-17T15:31:24.287Z] [2022-04-17T15:31:24.287Z] POM file "/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist [2022-04-17T15:31:28.473Z] [INFO] Scanning for projects... [2022-04-17T15:31:28.473Z] [INFO] [2022-04-17T15:31:28.473Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [2022-04-17T15:31:28.473Z] [INFO] Building GlassFish Project 6.2.6-SNAPSHOT [2022-04-17T15:31:28.473Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-04-17T15:31:28.473Z] [INFO] [2022-04-17T15:31:28.473Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- [2022-04-17T15:31:29.044Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.7:jar [2022-04-17T15:31:29.044Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.7:jar already exists in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:31:29.044Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:31:29.044Z] [INFO] BUILD SUCCESS [2022-04-17T15:31:29.044Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:31:29.044Z] [INFO] Total time: 1.053 s [2022-04-17T15:31:29.044Z] [INFO] Finished at: 2022-04-17T15:31:28Z [2022-04-17T15:31:29.044Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:31:29.044Z] + '[' '!' -z /var/jenkins ']' [2022-04-17T15:31:29.044Z] ++ mktemp -t XXXgf-internal-env [2022-04-17T15:31:29.044Z] + readonly GF_INTERNAL_ENV_SH=/tmp/yO8gf-internal-env [2022-04-17T15:31:29.044Z] + GF_INTERNAL_ENV_SH=/tmp/yO8gf-internal-env [2022-04-17T15:31:29.044Z] + '[' '!' -z '' ']' [2022-04-17T15:31:29.044Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T15:31:29.044Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T15:31:29.044Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' [2022-04-17T15:31:29.044Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish' [2022-04-17T15:31:29.044Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:31:29.044Z] + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:31:29.044Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' [2022-04-17T15:31:29.044Z] + '[' -z 6.2.6-SNAPSHOT ']' [2022-04-17T15:31:29.044Z] + '[' -z /home/jenkins/.m2/repository ']' [2022-04-17T15:31:29.044Z] + run_test cdi_all [2022-04-17T15:31:29.044Z] + local testid=cdi_all [2022-04-17T15:31:29.044Z] + local found=false [2022-04-17T15:31:29.044Z] ++ find . -name run_test.sh [2022-04-17T15:31:29.300Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:31:29.300Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids [2022-04-17T15:31:29.300Z] + OPT=list_test_ids [2022-04-17T15:31:29.300Z] + TEST_ID= [2022-04-17T15:31:29.300Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh [2022-04-17T15:31:29.300Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh [2022-04-17T15:31:29.300Z] +++ uname [2022-04-17T15:31:29.300Z] +++ grep -i sunos [2022-04-17T15:31:29.300Z] +++ wc -l [2022-04-17T15:31:29.300Z] +++ awk '{print $1}' [2022-04-17T15:31:29.300Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:31:29.300Z] ++ GREP=grep [2022-04-17T15:31:29.300Z] ++ AWK=awk [2022-04-17T15:31:29.300Z] ++ SED=sed [2022-04-17T15:31:29.300Z] ++ BC=bc [2022-04-17T15:31:29.300Z] ++ export GREP AWK SED BC [2022-04-17T15:31:29.300Z] + case ${OPT} in [2022-04-17T15:31:29.300Z] + list_test_ids [2022-04-17T15:31:29.300Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 [2022-04-17T15:31:29.300Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:31:29.300Z] + [[ admin_cli_all = \c\d\i\_\a\l\l ]] [2022-04-17T15:31:29.300Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:31:29.300Z] + [[ admin-cli-group-1 = \c\d\i\_\a\l\l ]] [2022-04-17T15:31:29.300Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:31:29.300Z] + [[ admin-cli-group-2 = \c\d\i\_\a\l\l ]] [2022-04-17T15:31:29.300Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:31:29.300Z] + [[ admin-cli-group-3 = \c\d\i\_\a\l\l ]] [2022-04-17T15:31:29.300Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:31:29.300Z] + [[ admin-cli-group-4 = \c\d\i\_\a\l\l ]] [2022-04-17T15:31:29.300Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:31:29.300Z] + [[ admin-cli-group-5 = \c\d\i\_\a\l\l ]] [2022-04-17T15:31:29.300Z] + [[ false = true ]] [2022-04-17T15:31:29.300Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:31:29.300Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids [2022-04-17T15:31:29.300Z] + OPT=list_test_ids [2022-04-17T15:31:29.300Z] + TEST_ID= [2022-04-17T15:31:29.300Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh [2022-04-17T15:31:29.300Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh [2022-04-17T15:31:29.300Z] +++ uname [2022-04-17T15:31:29.300Z] +++ grep -i sunos [2022-04-17T15:31:29.300Z] +++ wc -l [2022-04-17T15:31:29.300Z] +++ awk '{print $1}' [2022-04-17T15:31:29.300Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:31:29.300Z] ++ GREP=grep [2022-04-17T15:31:29.300Z] ++ AWK=awk [2022-04-17T15:31:29.300Z] ++ SED=sed [2022-04-17T15:31:29.300Z] ++ BC=bc [2022-04-17T15:31:29.300Z] ++ export GREP AWK SED BC [2022-04-17T15:31:29.300Z] + case ${OPT} in [2022-04-17T15:31:29.300Z] + list_test_ids [2022-04-17T15:31:29.300Z] + echo batch_all [2022-04-17T15:31:29.300Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:31:29.300Z] + [[ batch_all = \c\d\i\_\a\l\l ]] [2022-04-17T15:31:29.300Z] + [[ false = true ]] [2022-04-17T15:31:29.300Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:31:29.300Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids [2022-04-17T15:31:29.300Z] + OPT=list_test_ids [2022-04-17T15:31:29.300Z] + TEST_ID= [2022-04-17T15:31:29.300Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh [2022-04-17T15:31:29.300Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh [2022-04-17T15:31:29.300Z] +++ uname [2022-04-17T15:31:29.300Z] +++ grep -i sunos [2022-04-17T15:31:29.300Z] +++ wc -l [2022-04-17T15:31:29.300Z] +++ awk '{print $1}' [2022-04-17T15:31:29.300Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:31:29.300Z] ++ GREP=grep [2022-04-17T15:31:29.300Z] ++ AWK=awk [2022-04-17T15:31:29.300Z] ++ SED=sed [2022-04-17T15:31:29.300Z] ++ BC=bc [2022-04-17T15:31:29.300Z] ++ export GREP AWK SED BC [2022-04-17T15:31:29.300Z] + case ${OPT} in [2022-04-17T15:31:29.300Z] + list_test_ids [2022-04-17T15:31:29.300Z] + echo cdi_all [2022-04-17T15:31:29.300Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:31:29.300Z] + [[ cdi_all = \c\d\i\_\a\l\l ]] [2022-04-17T15:31:29.300Z] + found=true [2022-04-17T15:31:29.300Z] + break [2022-04-17T15:31:29.300Z] + [[ true = true ]] [2022-04-17T15:31:29.300Z] + ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh run_test_id cdi_all [2022-04-17T15:31:29.300Z] + OPT=run_test_id [2022-04-17T15:31:29.300Z] + TEST_ID=cdi_all [2022-04-17T15:31:29.300Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh [2022-04-17T15:31:29.300Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh [2022-04-17T15:31:29.300Z] +++ uname [2022-04-17T15:31:29.300Z] +++ grep -i sunos [2022-04-17T15:31:29.300Z] +++ wc -l [2022-04-17T15:31:29.300Z] +++ awk '{print $1}' [2022-04-17T15:31:29.300Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:31:29.300Z] ++ GREP=grep [2022-04-17T15:31:29.300Z] ++ AWK=awk [2022-04-17T15:31:29.300Z] ++ SED=sed [2022-04-17T15:31:29.300Z] ++ BC=bc [2022-04-17T15:31:29.300Z] ++ export GREP AWK SED BC [2022-04-17T15:31:29.300Z] + case ${OPT} in [2022-04-17T15:31:29.300Z] + trap 'copy_test_artifacts cdi_all' EXIT [2022-04-17T15:31:29.300Z] + run_test_id cdi_all [2022-04-17T15:31:29.300Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip [2022-04-17T15:31:29.301Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' [2022-04-17T15:31:29.301Z] [2022-04-17T15:31:29.301Z] ===== UNZIP TEST RESOURCES ===== [2022-04-17T15:31:29.301Z] [2022-04-17T15:31:29.301Z] + for i in "${@}" [2022-04-17T15:31:29.301Z] + [[ /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] [2022-04-17T15:31:29.301Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target [2022-04-17T15:31:30.229Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh [2022-04-17T15:31:30.229Z] + cd ./appserver/tests/appserv-tests/devtests/cdi [2022-04-17T15:31:30.229Z] + test_init [2022-04-17T15:31:30.229Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' [2022-04-17T15:31:30.229Z] [2022-04-17T15:31:30.229Z] ===== V2 DEVTESTS INIT ===== [2022-04-17T15:31:30.229Z] [2022-04-17T15:31:30.229Z] + find /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish -type f [2022-04-17T15:31:30.229Z] + xargs touch [2022-04-17T15:31:30.229Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:31:30.229Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:31:30.229Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T15:31:30.229Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T15:31:30.229Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T15:31:30.229Z] APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T15:31:30.229Z] + java -version [2022-04-17T15:31:30.485Z] openjdk version "18-ea" 2022-03-22 [2022-04-17T15:31:30.485Z] OpenJDK Runtime Environment (build 18-ea+27-1924) [2022-04-17T15:31:30.485Z] OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) [2022-04-17T15:31:30.485Z] + ant -version [2022-04-17T15:31:30.485Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 [2022-04-17T15:31:30.485Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:31:30.485Z] + printf '\n\n' [2022-04-17T15:31:30.485Z] [2022-04-17T15:31:30.485Z] [2022-04-17T15:31:30.485Z] + get_test_target cdi_all [2022-04-17T15:31:30.485Z] + printf '\n%s \n\n' '===== GETTING TEST TARGET =====' [2022-04-17T15:31:30.485Z] [2022-04-17T15:31:30.485Z] ===== GETTING TEST TARGET ===== [2022-04-17T15:31:30.485Z] [2022-04-17T15:31:30.485Z] + case ${1} in [2022-04-17T15:31:30.485Z] + TARGET=all [2022-04-17T15:31:30.485Z] + export TARGET [2022-04-17T15:31:30.485Z] + test_run [2022-04-17T15:31:30.485Z] + printf '\n%s \n\n' '===== TEST RUN - MAIN =====' [2022-04-17T15:31:30.485Z] [2022-04-17T15:31:30.485Z] ===== TEST RUN - MAIN ===== [2022-04-17T15:31:30.485Z] [2022-04-17T15:31:30.485Z] + echo '' [2022-04-17T15:31:30.485Z] + find . -name RepRunConf.txt [2022-04-17T15:31:30.485Z] + xargs rm -f [2022-04-17T15:31:30.485Z] + rm -rf '*.output' alltests.res /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml [2022-04-17T15:31:30.485Z] + set +e [2022-04-17T15:31:30.485Z] + ant clean -e -q [2022-04-17T15:31:34.686Z] + printf '\n%s \n\n' '===== TEST RUN - STARTING GLASSFISH AND DB =====' [2022-04-17T15:31:34.686Z] [2022-04-17T15:31:34.686Z] ===== TEST RUN - STARTING GLASSFISH AND DB ===== [2022-04-17T15:31:34.686Z] [2022-04-17T15:31:34.686Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-domain [2022-04-17T15:31:39.046Z] Waiting for domain1 to start .... [2022-04-17T15:31:39.046Z] Successfully started the domain : domain1 [2022-04-17T15:31:39.046Z] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:31:39.046Z] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:31:39.046Z] Admin Port: 4848 [2022-04-17T15:31:39.046Z] Command start-domain executed successfully. [2022-04-17T15:31:39.339Z] + '[' true = true ']' [2022-04-17T15:31:39.339Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-jvm-options '-javaagent\:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/org.jacoco.agent.jar=destfile=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/cdi.exec,append=true,includes=org/glassfish/**\:com/sun/enterprise/**' [2022-04-17T15:31:40.752Z] Created 1 option(s) [2022-04-17T15:31:40.752Z] Command create-jvm-options executed successfully. [2022-04-17T15:31:40.752Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin restart-domain [2022-04-17T15:31:50.798Z] Successfully restarted the domain [2022-04-17T15:31:50.798Z] Command restart-domain executed successfully. [2022-04-17T15:31:50.798Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-database [2022-04-17T15:31:51.726Z] Starting database in Network Server mode on host 0.0.0.0 and port 1527. [2022-04-17T15:31:54.330Z] --------- Derby Network Server Information -------- [2022-04-17T15:31:54.330Z] Version: CSS10150/10.15.2.0 - (1873585) Build: 1873585 DRDA Product Id: CSS10150 [2022-04-17T15:31:54.330Z] -- listing properties -- [2022-04-17T15:31:54.330Z] derby.drda.timeSlice=0 [2022-04-17T15:31:54.330Z] derby.drda.portNumber=1527 [2022-04-17T15:31:54.330Z] derby.drda.minThreads=0 [2022-04-17T15:31:54.330Z] derby.drda.sslMode=off [2022-04-17T15:31:54.330Z] derby.drda.traceAll=false [2022-04-17T15:31:54.330Z] derby.drda.keepAlive=true [2022-04-17T15:31:54.330Z] derby.drda.maxThreads=0 [2022-04-17T15:31:54.330Z] derby.drda.logConnections=false [2022-04-17T15:31:54.330Z] derby.drda.startNetworkServer=false [2022-04-17T15:31:54.330Z] derby.drda.host=0.0.0.0 [2022-04-17T15:31:54.330Z] derby.drda.traceDirectory=/home/jenkins/agent/workspace/glassfi... [2022-04-17T15:31:54.330Z] ------------------ Java Information ------------------ [2022-04-17T15:31:54.330Z] Java Version: 18-ea [2022-04-17T15:31:54.330Z] Java Vendor: Oracle Corporation [2022-04-17T15:31:54.330Z] Java home: /opt/tools/java/openjdk/jdk-18/18-ea+27 [2022-04-17T15:31:54.330Z] Java classpath: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derby.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyclient.jar [2022-04-17T15:31:54.330Z] OS name: Linux [2022-04-17T15:31:54.330Z] OS architecture: amd64 [2022-04-17T15:31:54.330Z] OS version: 5.14.14-200.fc34.x86_64 [2022-04-17T15:31:54.330Z] Java user name: jenkins [2022-04-17T15:31:54.330Z] Java user home: /home/jenkins [2022-04-17T15:31:54.330Z] Java user dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi [2022-04-17T15:31:54.330Z] java.specification.name: Java Platform API Specification [2022-04-17T15:31:54.330Z] java.specification.version: 18 [2022-04-17T15:31:54.330Z] java.runtime.version: 18-ea+27-1924 [2022-04-17T15:31:54.330Z] --------- Derby Information -------- [2022-04-17T15:31:54.330Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derby.jar] 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbytools.jar] 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbynet.jar] 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyclient.jar] 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/javadb/lib/derbyshared.jar] 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] ------------------------------------------------------ [2022-04-17T15:31:54.330Z] ----------------- Locale Information ----------------- [2022-04-17T15:31:54.330Z] Current Locale : [English/United States [en_US]] [2022-04-17T15:31:54.330Z] Found support for locale: [cs] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [de_DE] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [es] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [fr] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [hu] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [it] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [ja_JP] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [ko_KR] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [pl] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [pt_BR] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [ru] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [zh_CN] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] Found support for locale: [zh_TW] [2022-04-17T15:31:54.330Z] version: 10.15.2.0 - (1873585) [2022-04-17T15:31:54.330Z] ------------------------------------------------------ [2022-04-17T15:31:54.330Z] ------------------------------------------------------ [2022-04-17T15:31:54.330Z] [2022-04-17T15:31:54.330Z] Starting database in the background. [2022-04-17T15:31:54.330Z] Log redirected to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/databases/derby.log. [2022-04-17T15:31:54.330Z] Command start-database executed successfully. [2022-04-17T15:31:54.587Z] + printf '\n%s \n\n' '===== TEST RUN - RUNNING TESTS for all =====' [2022-04-17T15:31:54.587Z] [2022-04-17T15:31:54.587Z] ===== TEST RUN - RUNNING TESTS for all ===== [2022-04-17T15:31:54.587Z] [2022-04-17T15:31:54.587Z] + ant all [2022-04-17T15:31:54.587Z] + tee /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log [2022-04-17T15:31:54.587Z] Buildfile: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/build.xml [2022-04-17T15:31:55.149Z] [2022-04-17T15:31:55.149Z] all: [2022-04-17T15:31:55.149Z] [2022-04-17T15:31:55.149Z] cdi: [2022-04-17T15:31:55.149Z] [echo] @@## Running all CDI developer tests##@@ [2022-04-17T15:31:55.149Z] [echo] Running smoke-tests [2022-04-17T15:31:55.149Z] [2022-04-17T15:31:55.149Z] all: [2022-04-17T15:31:55.149Z] [2022-04-17T15:31:55.149Z] smoke: [2022-04-17T15:31:55.405Z] [echo] Excluding testcase simple-wab-with-cdi [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setOSConditions: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolWin: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolUnix: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolProperty: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setS1ASclassPath: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] init-common: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] clean: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setOSConditions: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolWin: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolUnix: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolProperty: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setS1ASclassPath: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] init-common: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] clean-common: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setOSConditions: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolWin: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolUnix: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolProperty: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setS1ASclassPath: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] init-common: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] clean-classes-common: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setOSConditions: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolWin: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolUnix: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolProperty: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setS1ASclassPath: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] init-common: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] clean-jars-common: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] compile: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setOSConditions: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolWin: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolUnix: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setToolProperty: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] setS1ASclassPath: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] init-common: [2022-04-17T15:31:55.405Z] [2022-04-17T15:31:55.405Z] compile-common: [2022-04-17T15:31:55.405Z] [echo] Current time (ISO): 2022-04-17T15:31:55.307+0000 [2022-04-17T15:31:55.405Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:55.405Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:31:57.938Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:31:57.938Z] [javac] 1 warning [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] build: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] setOSConditions: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] setToolWin: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] setToolUnix: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] setToolProperty: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] setS1ASclassPath: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] init-common: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] webclient-war-common: [2022-04-17T15:31:57.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] clear: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] test-tlds-exist: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] copy-tlds: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] test-tagfiles-exist: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] copy-tagfiles: [2022-04-17T15:31:57.938Z] [2022-04-17T15:31:57.938Z] package-war-common: [2022-04-17T15:31:57.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:31:57.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:31:57.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:31:57.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:31:57.938Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:31:57.938Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:31:57.938Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:31:57.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/slf4j-visibility/docroot [2022-04-17T15:31:57.938Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-slf4j-visibility-web.war [2022-04-17T15:31:57.938Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:31:57.938Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:31:57.938Z] [javac] Compiling 1 source file [2022-04-17T15:31:58.194Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/slf4j-visibility/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:31:58.194Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:31:58.194Z] [2022-04-17T15:31:58.194Z] deploy: [2022-04-17T15:31:58.194Z] [2022-04-17T15:31:58.194Z] deploy-war-common: [2022-04-17T15:31:58.451Z] [2022-04-17T15:31:58.451Z] setOSConditions: [2022-04-17T15:31:58.451Z] [2022-04-17T15:31:58.451Z] setToolWin: [2022-04-17T15:31:58.451Z] [2022-04-17T15:31:58.451Z] setToolUnix: [2022-04-17T15:31:58.451Z] [2022-04-17T15:31:58.451Z] setToolProperty: [2022-04-17T15:31:58.451Z] [2022-04-17T15:31:58.451Z] setS1ASclassPath: [2022-04-17T15:31:58.451Z] [2022-04-17T15:31:58.451Z] init-common: [2022-04-17T15:31:58.451Z] [2022-04-17T15:31:58.451Z] deploy-war-commonpe: [2022-04-17T15:31:58.707Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-slf4j-visibility-web.war [2022-04-17T15:32:02.888Z] [exec] Application deployed with name cdi-slf4j-visibility-web. [2022-04-17T15:32:02.888Z] [2022-04-17T15:32:02.888Z] deploy-war-commonee: [2022-04-17T15:32:02.888Z] [2022-04-17T15:32:02.888Z] run: [2022-04-17T15:32:02.888Z] [java] opening connection to http://localhost:8080/cdi-slf4j-visibility/myurl [2022-04-17T15:32:02.888Z] [java] line = [ Hello World is logged by an instance of class org.jboss.logging.JDKLogger, which is loaded by org.jboss.logging.jboss-logging [163]] [2022-04-17T15:32:02.888Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:02.888Z] [java] [2022-04-17T15:32:02.888Z] [java] [2022-04-17T15:32:02.888Z] [java] ----------------------------------------- [2022-04-17T15:32:02.888Z] [java] - slf4j-visibility: PASS - [2022-04-17T15:32:02.888Z] [java] ----------------------------------------- [2022-04-17T15:32:02.888Z] [java] - Total PASS : 1 - [2022-04-17T15:32:02.888Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:02.888Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:02.888Z] [java] ----------------------------------------- [2022-04-17T15:32:02.888Z] [2022-04-17T15:32:02.888Z] undeploy: [2022-04-17T15:32:02.888Z] [2022-04-17T15:32:02.888Z] setOSConditions: [2022-04-17T15:32:02.888Z] [2022-04-17T15:32:02.888Z] setToolWin: [2022-04-17T15:32:02.888Z] [2022-04-17T15:32:02.888Z] setToolUnix: [2022-04-17T15:32:02.888Z] [2022-04-17T15:32:02.888Z] setToolProperty: [2022-04-17T15:32:02.888Z] [2022-04-17T15:32:02.888Z] setS1ASclassPath: [2022-04-17T15:32:02.888Z] [2022-04-17T15:32:02.888Z] init-common: [2022-04-17T15:32:02.888Z] [2022-04-17T15:32:02.888Z] undeploy-war-common: [2022-04-17T15:32:02.888Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:03.143Z] [2022-04-17T15:32:03.143Z] all: [2022-04-17T15:32:03.143Z] [2022-04-17T15:32:03.143Z] setOSConditions: [2022-04-17T15:32:03.143Z] [2022-04-17T15:32:03.143Z] setToolWin: [2022-04-17T15:32:03.143Z] [2022-04-17T15:32:03.143Z] setToolUnix: [2022-04-17T15:32:03.143Z] [2022-04-17T15:32:03.143Z] setToolProperty: [2022-04-17T15:32:03.143Z] [2022-04-17T15:32:03.143Z] setS1ASclassPath: [2022-04-17T15:32:03.143Z] [2022-04-17T15:32:03.143Z] init-common: [2022-04-17T15:32:03.143Z] [2022-04-17T15:32:03.143Z] clean: [2022-04-17T15:32:03.143Z] [2022-04-17T15:32:03.144Z] setOSConditions: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolWin: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolUnix: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolProperty: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setS1ASclassPath: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] init-common: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] clean-common: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setOSConditions: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolWin: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolUnix: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolProperty: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setS1ASclassPath: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] init-common: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] clean-classes-common: [2022-04-17T15:32:03.144Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setOSConditions: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolWin: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolUnix: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolProperty: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setS1ASclassPath: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] init-common: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] clean-jars-common: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] compile: [2022-04-17T15:32:03.144Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ejb-cdi/client [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setOSConditions: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolWin: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolUnix: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setToolProperty: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] setS1ASclassPath: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] init-common: [2022-04-17T15:32:03.144Z] [2022-04-17T15:32:03.144Z] compile-common: [2022-04-17T15:32:03.144Z] [echo] Current time (ISO): 2022-04-17T15:32:03.094+0000 [2022-04-17T15:32:03.144Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:03.144Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:05.034Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:05.034Z] [javac] 1 warning [2022-04-17T15:32:05.034Z] [2022-04-17T15:32:05.034Z] setOSConditions: [2022-04-17T15:32:05.034Z] [2022-04-17T15:32:05.034Z] setToolWin: [2022-04-17T15:32:05.034Z] [2022-04-17T15:32:05.034Z] setToolUnix: [2022-04-17T15:32:05.034Z] [2022-04-17T15:32:05.034Z] setToolProperty: [2022-04-17T15:32:05.034Z] [2022-04-17T15:32:05.034Z] setS1ASclassPath: [2022-04-17T15:32:05.034Z] [2022-04-17T15:32:05.034Z] init-common: [2022-04-17T15:32:05.034Z] [2022-04-17T15:32:05.034Z] compile-common: [2022-04-17T15:32:05.034Z] [echo] Current time (ISO): 2022-04-17T15:32:04.793+0000 [2022-04-17T15:32:05.034Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:06.959Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:06.959Z] [javac] 1 warning [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] build: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setOSConditions: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] fixFiles: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] convUnix: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] convWin: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setToolWin: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setToolUnix: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setToolProperty: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setS1ASclassPath: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] init-common: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] package-persistence-common: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] ejb-jar-common: [2022-04-17T15:32:06.959Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] package-ejbjar-common: [2022-04-17T15:32:06.959Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:32:06.959Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:32:06.959Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-cdi-ejb.jar [2022-04-17T15:32:06.959Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] appclient-jar-common: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] package-appclientjar-common: [2022-04-17T15:32:06.959Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:32:06.959Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-cdi-client.jar [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] webclient-war-common: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] build-ear-common: [2022-04-17T15:32:06.959Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-cdiApp.ear [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] deploy: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setOSConditions: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setToolWin: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setToolUnix: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setToolProperty: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setS1ASclassPath: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] init-common: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] deploy-common: [2022-04-17T15:32:06.959Z] [echo] Current time (ISO): 2022-04-17T15:32:06.653+0000 [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setOSConditions: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setToolWin: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setToolUnix: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setToolProperty: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] setS1ASclassPath: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] init-common: [2022-04-17T15:32:06.959Z] [2022-04-17T15:32:06.959Z] deploy-common-pe: [2022-04-17T15:32:07.215Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-cdiApp.ear [2022-04-17T15:32:10.518Z] [exec] Application deployed with name simple-ejb-cdiApp. [2022-04-17T15:32:10.518Z] [echo] Deployment on target server server successful [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] setOSConditions: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] setToolWin: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] setToolUnix: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] setToolProperty: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] setS1ASclassPath: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] init-common: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] deploy-common-ee: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] run: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] setOSConditions: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] setToolWin: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] setToolUnix: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] setToolProperty: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] setS1ASclassPath: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] init-common: [2022-04-17T15:32:10.518Z] [2022-04-17T15:32:10.518Z] runclient-common: [2022-04-17T15:32:10.518Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:32:11.448Z] [exec] Apr 17, 2022 3:32:11 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:32:11.448Z] [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. [2022-04-17T15:32:12.041Z] [exec] Apr 17, 2022 3:32:11 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:32:12.041Z] [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/glassfish6_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 [2022-04-17T15:32:15.339Z] [exec] Creating InitialContext() [2022-04-17T15:32:15.339Z] [exec] Value of key is: stateful [2022-04-17T15:32:15.339Z] [exec] Value of key is: stateless [2022-04-17T15:32:15.339Z] [exec] Value of key is: stateless2 [2022-04-17T15:32:15.339Z] [exec] ensuring that sless1 and sless2 are not equal [2022-04-17T15:32:15.339Z] [exec] Value of key is: stateless3 [2022-04-17T15:32:15.339Z] [exec] Value of key is: stateless4 [2022-04-17T15:32:15.339Z] [exec] test complete [2022-04-17T15:32:15.339Z] [exec] Value of key is: main [2022-04-17T15:32:15.339Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:15.339Z] [exec] [2022-04-17T15:32:15.339Z] [exec] [2022-04-17T15:32:15.339Z] [exec] ----------------------------------------- [2022-04-17T15:32:15.339Z] [exec] - stateful: PASS - [2022-04-17T15:32:15.339Z] [exec] - stateless4: PASS - [2022-04-17T15:32:15.339Z] [exec] - main: PASS - [2022-04-17T15:32:15.339Z] [exec] - stateless: PASS - [2022-04-17T15:32:15.339Z] [exec] - stateless2: PASS - [2022-04-17T15:32:15.339Z] [exec] - stateless3: PASS - [2022-04-17T15:32:15.339Z] [exec] ----------------------------------------- [2022-04-17T15:32:15.339Z] [exec] Total PASS: 6 [2022-04-17T15:32:15.339Z] [exec] Total FAIL: 0 [2022-04-17T15:32:15.339Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:32:15.339Z] [exec] ----------------------------------------- [2022-04-17T15:32:15.339Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:32:15.339Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] checkReporting-common: [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] confirmReportPresent-common: [2022-04-17T15:32:15.339Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:32:15.339Z] [echo] Test seems to be reported fine [2022-04-17T15:32:15.339Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ejb-cdi/RepRunConf.txt [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] confirmMissingReport-common: [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] undeploy: [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] setOSConditions: [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] setToolWin: [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] setToolUnix: [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] setToolProperty: [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] setS1ASclassPath: [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] init-common: [2022-04-17T15:32:15.339Z] [2022-04-17T15:32:15.339Z] undeploy-common: [2022-04-17T15:32:15.595Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] all: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setOSConditions: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolWin: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolUnix: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolProperty: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setS1ASclassPath: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] init-common: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] clean: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setOSConditions: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolWin: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolUnix: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolProperty: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setS1ASclassPath: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] init-common: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] clean-common: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setOSConditions: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolWin: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolUnix: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolProperty: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setS1ASclassPath: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] init-common: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] clean-classes-common: [2022-04-17T15:32:15.595Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setOSConditions: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolWin: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolUnix: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setToolProperty: [2022-04-17T15:32:15.595Z] [2022-04-17T15:32:15.595Z] setS1ASclassPath: [2022-04-17T15:32:15.596Z] [2022-04-17T15:32:15.596Z] init-common: [2022-04-17T15:32:15.596Z] [2022-04-17T15:32:15.596Z] clean-jars-common: [2022-04-17T15:32:15.596Z] [2022-04-17T15:32:15.596Z] compile: [2022-04-17T15:32:15.851Z] [2022-04-17T15:32:15.851Z] setOSConditions: [2022-04-17T15:32:15.851Z] [2022-04-17T15:32:15.851Z] setToolWin: [2022-04-17T15:32:15.851Z] [2022-04-17T15:32:15.851Z] setToolUnix: [2022-04-17T15:32:15.851Z] [2022-04-17T15:32:15.851Z] setToolProperty: [2022-04-17T15:32:15.851Z] [2022-04-17T15:32:15.851Z] setS1ASclassPath: [2022-04-17T15:32:15.851Z] [2022-04-17T15:32:15.851Z] init-common: [2022-04-17T15:32:15.851Z] [2022-04-17T15:32:15.851Z] compile-common: [2022-04-17T15:32:15.852Z] [echo] Current time (ISO): 2022-04-17T15:32:15.598+0000 [2022-04-17T15:32:15.852Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:15.852Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:17.764Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:17.764Z] [javac] 1 warning [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] build: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] setOSConditions: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] setToolWin: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] setToolUnix: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] setToolProperty: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] setS1ASclassPath: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] init-common: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] webclient-war-common: [2022-04-17T15:32:17.764Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] clear: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] test-tlds-exist: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] copy-tlds: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] test-tagfiles-exist: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] copy-tagfiles: [2022-04-17T15:32:17.764Z] [2022-04-17T15:32:17.764Z] package-war-common: [2022-04-17T15:32:17.764Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:17.764Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:17.764Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:17.764Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:17.764Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/lib [2022-04-17T15:32:17.764Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:17.764Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:17.764Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/docroot [2022-04-17T15:32:17.764Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-web.war [2022-04-17T15:32:17.764Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:17.765Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:17.765Z] [javac] Compiling 1 source file [2022-04-17T15:32:17.765Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:32:17.765Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:17.765Z] [2022-04-17T15:32:17.765Z] deploy: [2022-04-17T15:32:17.765Z] [2022-04-17T15:32:17.765Z] deploy-war-common: [2022-04-17T15:32:17.765Z] [2022-04-17T15:32:17.765Z] setOSConditions: [2022-04-17T15:32:17.765Z] [2022-04-17T15:32:17.765Z] setToolWin: [2022-04-17T15:32:17.765Z] [2022-04-17T15:32:17.765Z] setToolUnix: [2022-04-17T15:32:17.765Z] [2022-04-17T15:32:17.765Z] setToolProperty: [2022-04-17T15:32:17.765Z] [2022-04-17T15:32:17.765Z] setS1ASclassPath: [2022-04-17T15:32:17.765Z] [2022-04-17T15:32:17.765Z] init-common: [2022-04-17T15:32:17.765Z] [2022-04-17T15:32:17.765Z] deploy-war-commonpe: [2022-04-17T15:32:18.040Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-web.war [2022-04-17T15:32:19.438Z] [exec] Application deployed with name cdi-simple-managed-bean-web. [2022-04-17T15:32:19.438Z] [2022-04-17T15:32:19.438Z] deploy-war-commonee: [2022-04-17T15:32:19.438Z] [2022-04-17T15:32:19.438Z] run: [2022-04-17T15:32:19.439Z] [java] opening connection to http://localhost:8080/cdi-simple-managed-bean/myurl [2022-04-17T15:32:19.439Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:32:19.439Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:19.439Z] [java] [2022-04-17T15:32:19.439Z] [java] [2022-04-17T15:32:19.439Z] [java] ----------------------------------------- [2022-04-17T15:32:19.439Z] [java] - simple-managed-bean: PASS - [2022-04-17T15:32:19.439Z] [java] ----------------------------------------- [2022-04-17T15:32:19.439Z] [java] - Total PASS : 1 - [2022-04-17T15:32:19.439Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:19.439Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:19.439Z] [java] ----------------------------------------- [2022-04-17T15:32:19.439Z] [2022-04-17T15:32:19.439Z] undeploy: [2022-04-17T15:32:19.439Z] [2022-04-17T15:32:19.439Z] setOSConditions: [2022-04-17T15:32:19.439Z] [2022-04-17T15:32:19.439Z] setToolWin: [2022-04-17T15:32:19.439Z] [2022-04-17T15:32:19.439Z] setToolUnix: [2022-04-17T15:32:19.439Z] [2022-04-17T15:32:19.439Z] setToolProperty: [2022-04-17T15:32:19.439Z] [2022-04-17T15:32:19.439Z] setS1ASclassPath: [2022-04-17T15:32:19.439Z] [2022-04-17T15:32:19.439Z] init-common: [2022-04-17T15:32:19.439Z] [2022-04-17T15:32:19.439Z] undeploy-war-common: [2022-04-17T15:32:19.695Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] all: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setOSConditions: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolWin: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolUnix: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolProperty: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setS1ASclassPath: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] init-common: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] clean: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setOSConditions: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolWin: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolUnix: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolProperty: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setS1ASclassPath: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] init-common: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] clean-common: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setOSConditions: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolWin: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolUnix: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolProperty: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setS1ASclassPath: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] init-common: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] clean-classes-common: [2022-04-17T15:32:19.695Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setOSConditions: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolWin: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolUnix: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setToolProperty: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] setS1ASclassPath: [2022-04-17T15:32:19.695Z] [2022-04-17T15:32:19.695Z] init-common: [2022-04-17T15:32:19.951Z] [2022-04-17T15:32:19.951Z] clean-jars-common: [2022-04-17T15:32:19.951Z] [2022-04-17T15:32:19.951Z] compile: [2022-04-17T15:32:19.951Z] [2022-04-17T15:32:19.951Z] setOSConditions: [2022-04-17T15:32:19.951Z] [2022-04-17T15:32:19.951Z] setToolWin: [2022-04-17T15:32:19.951Z] [2022-04-17T15:32:19.951Z] setToolUnix: [2022-04-17T15:32:19.951Z] [2022-04-17T15:32:19.951Z] setToolProperty: [2022-04-17T15:32:19.951Z] [2022-04-17T15:32:19.951Z] setS1ASclassPath: [2022-04-17T15:32:19.951Z] [2022-04-17T15:32:19.951Z] init-common: [2022-04-17T15:32:19.951Z] [2022-04-17T15:32:19.951Z] compile-common: [2022-04-17T15:32:19.951Z] [echo] Current time (ISO): 2022-04-17T15:32:19.735+0000 [2022-04-17T15:32:19.951Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:19.951Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:21.861Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:21.861Z] [javac] 1 warning [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] build: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] setOSConditions: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] setToolWin: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] setToolUnix: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] setToolProperty: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] setS1ASclassPath: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] init-common: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] webclient-war-common: [2022-04-17T15:32:21.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] clear: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] test-tlds-exist: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] copy-tlds: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] test-tagfiles-exist: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] copy-tagfiles: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] package-war-common: [2022-04-17T15:32:21.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:21.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:21.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:21.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:21.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/lib [2022-04-17T15:32:21.861Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:21.861Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:21.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/docroot [2022-04-17T15:32:21.861Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-interceptor-with-non-default-packages-web.war [2022-04-17T15:32:21.861Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:21.861Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:21.861Z] [javac] Compiling 1 source file [2022-04-17T15:32:21.861Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:32:21.861Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] deploy: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] deploy-war-common: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] setOSConditions: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] setToolWin: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.861Z] setToolUnix: [2022-04-17T15:32:21.861Z] [2022-04-17T15:32:21.862Z] setToolProperty: [2022-04-17T15:32:21.862Z] [2022-04-17T15:32:21.862Z] setS1ASclassPath: [2022-04-17T15:32:21.862Z] [2022-04-17T15:32:21.862Z] init-common: [2022-04-17T15:32:21.862Z] [2022-04-17T15:32:21.862Z] deploy-war-commonpe: [2022-04-17T15:32:22.118Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-interceptor-with-non-default-packages-web.war [2022-04-17T15:32:22.681Z] [exec] Application deployed with name cdi-simple-managed-bean-interceptor-with-non-default-packages-web. [2022-04-17T15:32:22.681Z] [2022-04-17T15:32:22.681Z] deploy-war-commonee: [2022-04-17T15:32:22.681Z] [2022-04-17T15:32:22.681Z] run: [2022-04-17T15:32:22.937Z] [java] opening connection to http://localhost:8080/cdi-simple-managed-bean-interceptor-with-non-default-packages/myurl [2022-04-17T15:32:22.937Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:32:22.937Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:22.937Z] [java] [2022-04-17T15:32:22.937Z] [java] [2022-04-17T15:32:22.937Z] [java] ----------------------------------------- [2022-04-17T15:32:22.937Z] [java] - simple-managed-bean-interceptor-with-non-default-packaged-beans: PASS - [2022-04-17T15:32:22.937Z] [java] ----------------------------------------- [2022-04-17T15:32:22.937Z] [java] - Total PASS : 1 - [2022-04-17T15:32:22.937Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:22.937Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:22.937Z] [java] ----------------------------------------- [2022-04-17T15:32:22.937Z] [2022-04-17T15:32:22.937Z] undeploy: [2022-04-17T15:32:22.937Z] [2022-04-17T15:32:22.937Z] setOSConditions: [2022-04-17T15:32:22.937Z] [2022-04-17T15:32:22.937Z] setToolWin: [2022-04-17T15:32:22.937Z] [2022-04-17T15:32:22.937Z] setToolUnix: [2022-04-17T15:32:22.937Z] [2022-04-17T15:32:22.937Z] setToolProperty: [2022-04-17T15:32:22.937Z] [2022-04-17T15:32:22.937Z] setS1ASclassPath: [2022-04-17T15:32:22.937Z] [2022-04-17T15:32:22.937Z] init-common: [2022-04-17T15:32:22.937Z] [2022-04-17T15:32:22.937Z] undeploy-war-common: [2022-04-17T15:32:23.498Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:23.498Z] [2022-04-17T15:32:23.498Z] all: [2022-04-17T15:32:23.498Z] [2022-04-17T15:32:23.498Z] setOSConditions: [2022-04-17T15:32:23.498Z] [2022-04-17T15:32:23.498Z] setToolWin: [2022-04-17T15:32:23.498Z] [2022-04-17T15:32:23.498Z] setToolUnix: [2022-04-17T15:32:23.498Z] [2022-04-17T15:32:23.498Z] setToolProperty: [2022-04-17T15:32:23.498Z] [2022-04-17T15:32:23.498Z] setS1ASclassPath: [2022-04-17T15:32:23.498Z] [2022-04-17T15:32:23.498Z] init-common: [2022-04-17T15:32:23.498Z] [2022-04-17T15:32:23.498Z] clean: [2022-04-17T15:32:23.498Z] [2022-04-17T15:32:23.498Z] setOSConditions: [2022-04-17T15:32:23.498Z] [2022-04-17T15:32:23.499Z] setToolWin: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolUnix: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolProperty: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setS1ASclassPath: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] init-common: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] clean-common: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setOSConditions: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolWin: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolUnix: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolProperty: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setS1ASclassPath: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] init-common: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] clean-classes-common: [2022-04-17T15:32:23.499Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setOSConditions: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolWin: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolUnix: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolProperty: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setS1ASclassPath: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] init-common: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] clean-jars-common: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] compile: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setOSConditions: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolWin: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolUnix: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setToolProperty: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] setS1ASclassPath: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] init-common: [2022-04-17T15:32:23.499Z] [2022-04-17T15:32:23.499Z] compile-common: [2022-04-17T15:32:23.499Z] [echo] Current time (ISO): 2022-04-17T15:32:23.320+0000 [2022-04-17T15:32:23.499Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:23.499Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:25.399Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:25.399Z] [javac] 1 warning [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] build: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] setOSConditions: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] setToolWin: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] setToolUnix: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] setToolProperty: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] setS1ASclassPath: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] init-common: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] webclient-war-common: [2022-04-17T15:32:25.399Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] clear: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] test-tlds-exist: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] copy-tlds: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] test-tagfiles-exist: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] copy-tagfiles: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] package-war-common: [2022-04-17T15:32:25.399Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:25.399Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:25.399Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:25.399Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:25.399Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:25.399Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:25.399Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:25.399Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-3.0-annotation/docroot [2022-04-17T15:32:25.399Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-web.war [2022-04-17T15:32:25.399Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:25.399Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:25.399Z] [javac] Compiling 1 source file [2022-04-17T15:32:25.399Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:32:25.399Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] deploy: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] deploy-war-common: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] setOSConditions: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] setToolWin: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] setToolUnix: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] setToolProperty: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] setS1ASclassPath: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] init-common: [2022-04-17T15:32:25.399Z] [2022-04-17T15:32:25.399Z] deploy-war-commonpe: [2022-04-17T15:32:25.655Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-web.war [2022-04-17T15:32:25.911Z] [exec] Application deployed with name cdi-servlet-annotation-web. [2022-04-17T15:32:26.168Z] [2022-04-17T15:32:26.168Z] deploy-war-commonee: [2022-04-17T15:32:26.168Z] [2022-04-17T15:32:26.168Z] run: [2022-04-17T15:32:26.168Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation/myurl [2022-04-17T15:32:26.168Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:32:26.168Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:26.168Z] [java] [2022-04-17T15:32:26.168Z] [java] [2022-04-17T15:32:26.168Z] [java] ----------------------------------------- [2022-04-17T15:32:26.168Z] [java] - cdi-servlet-annotation: PASS - [2022-04-17T15:32:26.168Z] [java] ----------------------------------------- [2022-04-17T15:32:26.168Z] [java] - Total PASS : 1 - [2022-04-17T15:32:26.168Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:26.168Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:26.168Z] [java] ----------------------------------------- [2022-04-17T15:32:26.168Z] [2022-04-17T15:32:26.168Z] undeploy: [2022-04-17T15:32:26.168Z] [2022-04-17T15:32:26.168Z] setOSConditions: [2022-04-17T15:32:26.168Z] [2022-04-17T15:32:26.168Z] setToolWin: [2022-04-17T15:32:26.168Z] [2022-04-17T15:32:26.168Z] setToolUnix: [2022-04-17T15:32:26.168Z] [2022-04-17T15:32:26.168Z] setToolProperty: [2022-04-17T15:32:26.168Z] [2022-04-17T15:32:26.168Z] setS1ASclassPath: [2022-04-17T15:32:26.168Z] [2022-04-17T15:32:26.168Z] init-common: [2022-04-17T15:32:26.168Z] [2022-04-17T15:32:26.168Z] undeploy-war-common: [2022-04-17T15:32:26.743Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] all: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setOSConditions: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolWin: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolUnix: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolProperty: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setS1ASclassPath: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] init-common: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] clean: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setOSConditions: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolWin: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolUnix: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolProperty: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setS1ASclassPath: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] init-common: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] clean-common: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setOSConditions: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolWin: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolUnix: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolProperty: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setS1ASclassPath: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] init-common: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] clean-classes-common: [2022-04-17T15:32:26.743Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setOSConditions: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolWin: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolUnix: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setToolProperty: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] setS1ASclassPath: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] init-common: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.743Z] clean-jars-common: [2022-04-17T15:32:26.743Z] [2022-04-17T15:32:26.744Z] compile: [2022-04-17T15:32:26.744Z] [2022-04-17T15:32:26.744Z] setOSConditions: [2022-04-17T15:32:26.744Z] [2022-04-17T15:32:26.744Z] setToolWin: [2022-04-17T15:32:26.744Z] [2022-04-17T15:32:26.744Z] setToolUnix: [2022-04-17T15:32:26.744Z] [2022-04-17T15:32:26.744Z] setToolProperty: [2022-04-17T15:32:26.744Z] [2022-04-17T15:32:26.744Z] setS1ASclassPath: [2022-04-17T15:32:26.744Z] [2022-04-17T15:32:26.744Z] init-common: [2022-04-17T15:32:26.744Z] [2022-04-17T15:32:26.744Z] compile-common: [2022-04-17T15:32:26.744Z] [echo] Current time (ISO): 2022-04-17T15:32:26.640+0000 [2022-04-17T15:32:26.744Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:26.744Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:28.661Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:28.661Z] [javac] 1 warning [2022-04-17T15:32:28.661Z] [2022-04-17T15:32:28.661Z] build: [2022-04-17T15:32:28.661Z] [2022-04-17T15:32:28.661Z] setOSConditions: [2022-04-17T15:32:28.661Z] [2022-04-17T15:32:28.661Z] setToolWin: [2022-04-17T15:32:28.661Z] [2022-04-17T15:32:28.661Z] setToolUnix: [2022-04-17T15:32:28.661Z] [2022-04-17T15:32:28.661Z] setToolProperty: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] setS1ASclassPath: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] init-common: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] webclient-war-common: [2022-04-17T15:32:28.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] clear: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] test-tlds-exist: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] copy-tlds: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] test-tagfiles-exist: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] copy-tagfiles: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] package-war-common: [2022-04-17T15:32:28.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:28.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:28.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:28.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:28.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-filter-3.0-annotation/lib [2022-04-17T15:32:28.662Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:28.662Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:28.662Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-filter-3.0-annotation/docroot [2022-04-17T15:32:28.662Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-filter-annotation-web.war [2022-04-17T15:32:28.662Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:28.662Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:28.662Z] [javac] Compiling 1 source file [2022-04-17T15:32:28.662Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:32:28.662Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] deploy: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] deploy-war-common: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] setOSConditions: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] setToolWin: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] setToolUnix: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] setToolProperty: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] setS1ASclassPath: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] init-common: [2022-04-17T15:32:28.662Z] [2022-04-17T15:32:28.662Z] deploy-war-commonpe: [2022-04-17T15:32:28.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-filter-annotation-web.war [2022-04-17T15:32:29.195Z] [exec] Application deployed with name cdi-servlet-filter-annotation-web. [2022-04-17T15:32:29.195Z] [2022-04-17T15:32:29.195Z] deploy-war-commonee: [2022-04-17T15:32:29.195Z] [2022-04-17T15:32:29.195Z] run: [2022-04-17T15:32:29.195Z] [java] opening connection to http://localhost:8080/cdi-servlet-filter-annotation/myurl [2022-04-17T15:32:29.456Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:32:29.456Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:29.456Z] [java] [2022-04-17T15:32:29.456Z] [java] [2022-04-17T15:32:29.456Z] [java] ----------------------------------------- [2022-04-17T15:32:29.456Z] [java] - cdi-servlet-filter-annotation: PASS - [2022-04-17T15:32:29.456Z] [java] ----------------------------------------- [2022-04-17T15:32:29.456Z] [java] - Total PASS : 1 - [2022-04-17T15:32:29.456Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:29.456Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:29.456Z] [java] ----------------------------------------- [2022-04-17T15:32:29.456Z] [2022-04-17T15:32:29.456Z] undeploy: [2022-04-17T15:32:29.456Z] [2022-04-17T15:32:29.456Z] setOSConditions: [2022-04-17T15:32:29.456Z] [2022-04-17T15:32:29.456Z] setToolWin: [2022-04-17T15:32:29.456Z] [2022-04-17T15:32:29.456Z] setToolUnix: [2022-04-17T15:32:29.456Z] [2022-04-17T15:32:29.456Z] setToolProperty: [2022-04-17T15:32:29.456Z] [2022-04-17T15:32:29.456Z] setS1ASclassPath: [2022-04-17T15:32:29.456Z] [2022-04-17T15:32:29.456Z] init-common: [2022-04-17T15:32:29.456Z] [2022-04-17T15:32:29.456Z] undeploy-war-common: [2022-04-17T15:32:30.043Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] all: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setOSConditions: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolWin: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolUnix: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolProperty: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setS1ASclassPath: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] init-common: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] clean: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setOSConditions: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolWin: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolUnix: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolProperty: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setS1ASclassPath: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] init-common: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] clean-common: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setOSConditions: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolWin: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolUnix: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolProperty: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setS1ASclassPath: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] init-common: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] clean-classes-common: [2022-04-17T15:32:30.043Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setOSConditions: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolWin: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolUnix: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolProperty: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setS1ASclassPath: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] init-common: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] clean-jars-common: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] compile: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setOSConditions: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolWin: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolUnix: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setToolProperty: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] setS1ASclassPath: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] init-common: [2022-04-17T15:32:30.043Z] [2022-04-17T15:32:30.043Z] compile-common: [2022-04-17T15:32:30.043Z] [echo] Current time (ISO): 2022-04-17T15:32:29.890+0000 [2022-04-17T15:32:30.043Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:30.043Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:31.962Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:31.962Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:32:31.962Z] [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. [2022-04-17T15:32:31.962Z] [javac] 2 warnings [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] setOSConditions: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] setToolWin: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] setToolUnix: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] setToolProperty: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] setS1ASclassPath: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] init-common: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] webclient-war-common: [2022-04-17T15:32:31.962Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] clear: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] test-tlds-exist: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] copy-tlds: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] test-tagfiles-exist: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] copy-tagfiles: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] package-war-common: [2022-04-17T15:32:31.962Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:31.962Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:31.962Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:31.962Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:31.962Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/lib [2022-04-17T15:32:31.962Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:31.962Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:31.962Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/docroot [2022-04-17T15:32:31.962Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-web.war [2022-04-17T15:32:31.962Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] setOSConditions: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] setToolWin: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] setToolUnix: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] setToolProperty: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] setS1ASclassPath: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] init-common: [2022-04-17T15:32:31.962Z] [2022-04-17T15:32:31.962Z] compile-common: [2022-04-17T15:32:31.962Z] [echo] Current time (ISO): 2022-04-17T15:32:31.899+0000 [2022-04-17T15:32:31.962Z] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:33.874Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:33.874Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:32:33.874Z] [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. [2022-04-17T15:32:34.139Z] [javac] 2 warnings [2022-04-17T15:32:34.139Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:34.139Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] build: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setOSConditions: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolWin: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolUnix: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolProperty: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setS1ASclassPath: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] init-common: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] ejb-jar-common: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] package-ejbjar-common: [2022-04-17T15:32:34.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:32:34.702Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:32:34.702Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-ejb.jar [2022-04-17T15:32:34.702Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setOSConditions: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] fixFiles: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] convUnix: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] convWin: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolWin: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolUnix: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolProperty: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setS1ASclassPath: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] init-common: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] ear-common: [2022-04-17T15:32:34.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:32:34.702Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/descriptor/sun-application.xml to copy. [2022-04-17T15:32:34.702Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/${glassfish-resources-ear.xml} to copy. [2022-04-17T15:32:34.702Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] deploy: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setOSConditions: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolWin: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolUnix: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolProperty: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setS1ASclassPath: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] init-common: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] deploy-common: [2022-04-17T15:32:34.702Z] [echo] Current time (ISO): 2022-04-17T15:32:34.598+0000 [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setOSConditions: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolWin: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolUnix: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setToolProperty: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] setS1ASclassPath: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] init-common: [2022-04-17T15:32:34.702Z] [2022-04-17T15:32:34.702Z] deploy-common-pe: [2022-04-17T15:32:35.265Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear [2022-04-17T15:32:36.677Z] [exec] Application deployed with name cdi-full-earApp. [2022-04-17T15:32:36.677Z] [exec] there are no files to retrieve for application cdi-full-earApp [2022-04-17T15:32:36.677Z] [echo] Deployment on target server server successful [2022-04-17T15:32:36.677Z] [2022-04-17T15:32:36.677Z] setOSConditions: [2022-04-17T15:32:36.677Z] [2022-04-17T15:32:36.677Z] setToolWin: [2022-04-17T15:32:36.677Z] [2022-04-17T15:32:36.677Z] setToolUnix: [2022-04-17T15:32:36.677Z] [2022-04-17T15:32:36.677Z] setToolProperty: [2022-04-17T15:32:36.677Z] [2022-04-17T15:32:36.677Z] setS1ASclassPath: [2022-04-17T15:32:36.677Z] [2022-04-17T15:32:36.677Z] init-common: [2022-04-17T15:32:36.677Z] [2022-04-17T15:32:36.677Z] deploy-common-ee: [2022-04-17T15:32:36.677Z] [2022-04-17T15:32:36.677Z] run: [2022-04-17T15:32:36.677Z] [java] invoking webclient servlet at http://localhost:8080/cdi-full-ear/HelloServlet [2022-04-17T15:32:36.677Z] [java] : [2022-04-17T15:32:36.677Z] [java] Value of key is: main [2022-04-17T15:32:36.677Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:36.677Z] [java] [2022-04-17T15:32:36.677Z] [java] [2022-04-17T15:32:36.677Z] [java] ----------------------------------------- [2022-04-17T15:32:36.677Z] [java] - main: PASS - [2022-04-17T15:32:36.677Z] [java] ----------------------------------------- [2022-04-17T15:32:36.677Z] [java] Total PASS: 1 [2022-04-17T15:32:36.677Z] [java] Total FAIL: 0 [2022-04-17T15:32:36.677Z] [java] Total DID NOT RUN: 0 [2022-04-17T15:32:36.677Z] [java] ----------------------------------------- [2022-04-17T15:32:36.677Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:32:36.939Z] [java] appLevelViaLookup = 'null' [2022-04-17T15:32:36.939Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:32:36.939Z] [2022-04-17T15:32:36.939Z] undeploy: [2022-04-17T15:32:36.939Z] [2022-04-17T15:32:36.939Z] setOSConditions: [2022-04-17T15:32:36.939Z] [2022-04-17T15:32:36.939Z] setToolWin: [2022-04-17T15:32:36.939Z] [2022-04-17T15:32:36.939Z] setToolUnix: [2022-04-17T15:32:36.939Z] [2022-04-17T15:32:36.939Z] setToolProperty: [2022-04-17T15:32:36.939Z] [2022-04-17T15:32:36.939Z] setS1ASclassPath: [2022-04-17T15:32:36.939Z] [2022-04-17T15:32:36.939Z] init-common: [2022-04-17T15:32:36.939Z] [2022-04-17T15:32:36.939Z] undeploy-common: [2022-04-17T15:32:37.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:37.195Z] [2022-04-17T15:32:37.195Z] all: [2022-04-17T15:32:37.195Z] [2022-04-17T15:32:37.195Z] setOSConditions: [2022-04-17T15:32:37.195Z] [2022-04-17T15:32:37.195Z] setToolWin: [2022-04-17T15:32:37.195Z] [2022-04-17T15:32:37.195Z] setToolUnix: [2022-04-17T15:32:37.195Z] [2022-04-17T15:32:37.195Z] setToolProperty: [2022-04-17T15:32:37.195Z] [2022-04-17T15:32:37.195Z] setS1ASclassPath: [2022-04-17T15:32:37.195Z] [2022-04-17T15:32:37.195Z] init-common: [2022-04-17T15:32:37.195Z] [2022-04-17T15:32:37.195Z] clean: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setOSConditions: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolWin: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolUnix: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolProperty: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setS1ASclassPath: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] init-common: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] clean-common: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setOSConditions: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolWin: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolUnix: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolProperty: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setS1ASclassPath: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] init-common: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] clean-classes-common: [2022-04-17T15:32:37.491Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setOSConditions: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolWin: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolUnix: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolProperty: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setS1ASclassPath: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] init-common: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] clean-jars-common: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] compile: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setOSConditions: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolWin: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolUnix: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setToolProperty: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] setS1ASclassPath: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] init-common: [2022-04-17T15:32:37.491Z] [2022-04-17T15:32:37.491Z] compile-common: [2022-04-17T15:32:37.491Z] [echo] Current time (ISO): 2022-04-17T15:32:37.257+0000 [2022-04-17T15:32:37.491Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:37.491Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:39.383Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:39.383Z] [javac] 1 warning [2022-04-17T15:32:39.383Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/ClassUnavailableAtRuntime.class [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] build: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] setOSConditions: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] setToolWin: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] setToolUnix: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] setToolProperty: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] setS1ASclassPath: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] init-common: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] webclient-war-common: [2022-04-17T15:32:39.383Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] clear: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] test-tlds-exist: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] copy-tlds: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] test-tagfiles-exist: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] copy-tagfiles: [2022-04-17T15:32:39.383Z] [2022-04-17T15:32:39.383Z] package-war-common: [2022-04-17T15:32:39.383Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:39.383Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:39.383Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:39.383Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:39.383Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:39.383Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:39.383Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:39.383Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/optional-unbundled-beans/docroot [2022-04-17T15:32:39.383Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-optional-unbundled-beans-web.war [2022-04-17T15:32:39.383Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:39.383Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:39.384Z] [javac] Compiling 1 source file [2022-04-17T15:32:39.384Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/smoke-tests/optional-unbundled-beans/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:32:39.384Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:39.384Z] [2022-04-17T15:32:39.384Z] deploy: [2022-04-17T15:32:39.384Z] [2022-04-17T15:32:39.384Z] deploy-war-common: [2022-04-17T15:32:39.384Z] [2022-04-17T15:32:39.384Z] setOSConditions: [2022-04-17T15:32:39.384Z] [2022-04-17T15:32:39.384Z] setToolWin: [2022-04-17T15:32:39.384Z] [2022-04-17T15:32:39.384Z] setToolUnix: [2022-04-17T15:32:39.384Z] [2022-04-17T15:32:39.384Z] setToolProperty: [2022-04-17T15:32:39.384Z] [2022-04-17T15:32:39.384Z] setS1ASclassPath: [2022-04-17T15:32:39.384Z] [2022-04-17T15:32:39.384Z] init-common: [2022-04-17T15:32:39.384Z] [2022-04-17T15:32:39.384Z] deploy-war-commonpe: [2022-04-17T15:32:39.643Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-optional-unbundled-beans-web.war [2022-04-17T15:32:40.205Z] [exec] Application deployed with name cdi-optional-unbundled-beans-web. [2022-04-17T15:32:40.205Z] [2022-04-17T15:32:40.205Z] deploy-war-commonee: [2022-04-17T15:32:40.205Z] [2022-04-17T15:32:40.205Z] run: [2022-04-17T15:32:40.205Z] [java] opening connection to http://localhost:8080/cdi-optional-unbundled-beans/myurl [2022-04-17T15:32:40.205Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:32:40.205Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:40.205Z] [java] [2022-04-17T15:32:40.205Z] [java] [2022-04-17T15:32:40.205Z] [java] ----------------------------------------- [2022-04-17T15:32:40.205Z] [java] - optional-unbundled-beans: PASS - [2022-04-17T15:32:40.205Z] [java] ----------------------------------------- [2022-04-17T15:32:40.205Z] [java] - Total PASS : 1 - [2022-04-17T15:32:40.205Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:40.205Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:40.205Z] [java] ----------------------------------------- [2022-04-17T15:32:40.205Z] [2022-04-17T15:32:40.205Z] undeploy: [2022-04-17T15:32:40.205Z] [2022-04-17T15:32:40.205Z] setOSConditions: [2022-04-17T15:32:40.205Z] [2022-04-17T15:32:40.205Z] setToolWin: [2022-04-17T15:32:40.205Z] [2022-04-17T15:32:40.205Z] setToolUnix: [2022-04-17T15:32:40.205Z] [2022-04-17T15:32:40.205Z] setToolProperty: [2022-04-17T15:32:40.205Z] [2022-04-17T15:32:40.205Z] setS1ASclassPath: [2022-04-17T15:32:40.205Z] [2022-04-17T15:32:40.205Z] init-common: [2022-04-17T15:32:40.205Z] [2022-04-17T15:32:40.205Z] undeploy-war-common: [2022-04-17T15:32:40.781Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] all: [2022-04-17T15:32:40.781Z] [echo] Running qualifiers [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setOSConditions: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolWin: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolUnix: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolProperty: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setS1ASclassPath: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] init-common: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] clean: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setOSConditions: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolWin: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolUnix: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolProperty: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setS1ASclassPath: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] init-common: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] clean-common: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setOSConditions: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolWin: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolUnix: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolProperty: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setS1ASclassPath: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] init-common: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] clean-classes-common: [2022-04-17T15:32:40.781Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setOSConditions: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolWin: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolUnix: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolProperty: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setS1ASclassPath: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] init-common: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] clean-jars-common: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] compile: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setOSConditions: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolWin: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolUnix: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setToolProperty: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] setS1ASclassPath: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] init-common: [2022-04-17T15:32:40.781Z] [2022-04-17T15:32:40.781Z] compile-common: [2022-04-17T15:32:40.781Z] [echo] Current time (ISO): 2022-04-17T15:32:40.760+0000 [2022-04-17T15:32:40.781Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:40.781Z] [javac] Compiling 16 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:42.700Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:42.700Z] [javac] 1 warning [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] build: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] setOSConditions: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] setToolWin: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] setToolUnix: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] setToolProperty: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] setS1ASclassPath: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] init-common: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] webclient-war-common: [2022-04-17T15:32:42.700Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] clear: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] test-tlds-exist: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] copy-tlds: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] test-tagfiles-exist: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] copy-tagfiles: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] package-war-common: [2022-04-17T15:32:42.700Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:42.700Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:42.700Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:42.700Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:42.700Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/qualifiers/lib [2022-04-17T15:32:42.700Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:42.700Z] [copy] Copying 16 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:42.700Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/qualifiers/docroot [2022-04-17T15:32:42.700Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-qualifiers-servlet-annotation-web.war [2022-04-17T15:32:42.700Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:42.700Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:42.700Z] [javac] Compiling 1 source file [2022-04-17T15:32:42.700Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/qualifiers/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:32:42.700Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] deploy: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] deploy-war-common: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] setOSConditions: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] setToolWin: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] setToolUnix: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] setToolProperty: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] setS1ASclassPath: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] init-common: [2022-04-17T15:32:42.700Z] [2022-04-17T15:32:42.700Z] deploy-war-commonpe: [2022-04-17T15:32:43.262Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-qualifiers-servlet-annotation-web.war [2022-04-17T15:32:43.538Z] [exec] Application deployed with name cdi-qualifiers-servlet-annotation-web. [2022-04-17T15:32:43.538Z] [2022-04-17T15:32:43.538Z] deploy-war-commonee: [2022-04-17T15:32:43.538Z] [2022-04-17T15:32:43.538Z] run: [2022-04-17T15:32:43.794Z] [java] opening connection to http://localhost:8080/cdi-qualifiers-servlet-annotation/myurl [2022-04-17T15:32:43.794Z] [java] TESTNAME qualifier-tests [2022-04-17T15:32:43.794Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:32:43.794Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:43.794Z] [java] [2022-04-17T15:32:43.794Z] [java] [2022-04-17T15:32:43.794Z] [java] ----------------------------------------- [2022-04-17T15:32:43.794Z] [java] - qualifier-tests: PASS - [2022-04-17T15:32:43.794Z] [java] ----------------------------------------- [2022-04-17T15:32:43.794Z] [java] - Total PASS : 1 - [2022-04-17T15:32:43.794Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:43.794Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:43.794Z] [java] ----------------------------------------- [2022-04-17T15:32:43.794Z] [2022-04-17T15:32:43.794Z] undeploy: [2022-04-17T15:32:43.794Z] [2022-04-17T15:32:43.794Z] setOSConditions: [2022-04-17T15:32:43.794Z] [2022-04-17T15:32:43.794Z] setToolWin: [2022-04-17T15:32:43.794Z] [2022-04-17T15:32:43.794Z] setToolUnix: [2022-04-17T15:32:43.794Z] [2022-04-17T15:32:43.794Z] setToolProperty: [2022-04-17T15:32:43.794Z] [2022-04-17T15:32:43.794Z] setS1ASclassPath: [2022-04-17T15:32:43.794Z] [2022-04-17T15:32:43.794Z] init-common: [2022-04-17T15:32:43.794Z] [2022-04-17T15:32:43.794Z] undeploy-war-common: [2022-04-17T15:32:44.397Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] all: [2022-04-17T15:32:44.397Z] [echo] Running events [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] all: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] events: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setOSConditions: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolWin: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolUnix: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolProperty: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setS1ASclassPath: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] init-common: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] clean: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setOSConditions: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolWin: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolUnix: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolProperty: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setS1ASclassPath: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] init-common: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] clean-common: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setOSConditions: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolWin: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolUnix: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolProperty: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setS1ASclassPath: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] init-common: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] clean-classes-common: [2022-04-17T15:32:44.397Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setOSConditions: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolWin: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolUnix: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolProperty: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setS1ASclassPath: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] init-common: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] clean-jars-common: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] compile: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setOSConditions: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolWin: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolUnix: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setToolProperty: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] setS1ASclassPath: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] init-common: [2022-04-17T15:32:44.397Z] [2022-04-17T15:32:44.397Z] compile-common: [2022-04-17T15:32:44.397Z] [echo] Current time (ISO): 2022-04-17T15:32:44.248+0000 [2022-04-17T15:32:44.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:44.397Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:45.776Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:46.039Z] [javac] 1 warning [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] build: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] setOSConditions: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] setToolWin: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] setToolUnix: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] setToolProperty: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] setS1ASclassPath: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] init-common: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] webclient-war-common: [2022-04-17T15:32:46.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] clear: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] test-tlds-exist: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] copy-tlds: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] test-tagfiles-exist: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] copy-tagfiles: [2022-04-17T15:32:46.039Z] [2022-04-17T15:32:46.039Z] package-war-common: [2022-04-17T15:32:46.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:46.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:46.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:46.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:46.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/simple-event-observers/lib [2022-04-17T15:32:46.039Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:46.039Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:46.039Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/simple-event-observers/docroot [2022-04-17T15:32:46.039Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-event-observer-web.war [2022-04-17T15:32:46.039Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:46.040Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:46.040Z] [javac] Compiling 1 source file [2022-04-17T15:32:46.040Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:32:46.040Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:46.040Z] [2022-04-17T15:32:46.040Z] deploy: [2022-04-17T15:32:46.040Z] [2022-04-17T15:32:46.040Z] deploy-war-common: [2022-04-17T15:32:46.040Z] [2022-04-17T15:32:46.040Z] setOSConditions: [2022-04-17T15:32:46.040Z] [2022-04-17T15:32:46.040Z] setToolWin: [2022-04-17T15:32:46.040Z] [2022-04-17T15:32:46.040Z] setToolUnix: [2022-04-17T15:32:46.040Z] [2022-04-17T15:32:46.040Z] setToolProperty: [2022-04-17T15:32:46.040Z] [2022-04-17T15:32:46.040Z] setS1ASclassPath: [2022-04-17T15:32:46.040Z] [2022-04-17T15:32:46.040Z] init-common: [2022-04-17T15:32:46.040Z] [2022-04-17T15:32:46.040Z] deploy-war-commonpe: [2022-04-17T15:32:46.641Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-event-observer-web.war [2022-04-17T15:32:46.897Z] [exec] Application deployed with name cdi-simple-event-observer-web. [2022-04-17T15:32:46.897Z] [2022-04-17T15:32:46.897Z] deploy-war-commonee: [2022-04-17T15:32:46.897Z] [2022-04-17T15:32:46.897Z] run: [2022-04-17T15:32:46.897Z] [java] opening connection to http://localhost:8080/cdi-simple-event-observer/myurl [2022-04-17T15:32:46.897Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:32:46.897Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:46.897Z] [java] [2022-04-17T15:32:46.897Z] [java] [2022-04-17T15:32:46.897Z] [java] ----------------------------------------- [2022-04-17T15:32:46.897Z] [java] - events-simple-event-observer: PASS - [2022-04-17T15:32:46.897Z] [java] ----------------------------------------- [2022-04-17T15:32:46.897Z] [java] - Total PASS : 1 - [2022-04-17T15:32:46.897Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:46.897Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:46.897Z] [java] ----------------------------------------- [2022-04-17T15:32:46.897Z] [2022-04-17T15:32:46.897Z] undeploy: [2022-04-17T15:32:47.155Z] [2022-04-17T15:32:47.155Z] setOSConditions: [2022-04-17T15:32:47.155Z] [2022-04-17T15:32:47.155Z] setToolWin: [2022-04-17T15:32:47.155Z] [2022-04-17T15:32:47.155Z] setToolUnix: [2022-04-17T15:32:47.155Z] [2022-04-17T15:32:47.155Z] setToolProperty: [2022-04-17T15:32:47.155Z] [2022-04-17T15:32:47.155Z] setS1ASclassPath: [2022-04-17T15:32:47.155Z] [2022-04-17T15:32:47.155Z] init-common: [2022-04-17T15:32:47.155Z] [2022-04-17T15:32:47.155Z] undeploy-war-common: [2022-04-17T15:32:47.743Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] all: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setOSConditions: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolWin: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolUnix: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolProperty: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setS1ASclassPath: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] init-common: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] clean: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setOSConditions: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolWin: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolUnix: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolProperty: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setS1ASclassPath: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] init-common: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] clean-common: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setOSConditions: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolWin: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolUnix: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolProperty: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setS1ASclassPath: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] init-common: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] clean-classes-common: [2022-04-17T15:32:47.743Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setOSConditions: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolWin: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolUnix: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolProperty: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setS1ASclassPath: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] init-common: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] clean-jars-common: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] compile: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setOSConditions: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolWin: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolUnix: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setToolProperty: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] setS1ASclassPath: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] init-common: [2022-04-17T15:32:47.743Z] [2022-04-17T15:32:47.743Z] compile-common: [2022-04-17T15:32:47.743Z] [echo] Current time (ISO): 2022-04-17T15:32:47.510+0000 [2022-04-17T15:32:47.743Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:47.743Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:49.139Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:49.395Z] [javac] 1 warning [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] build: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] setOSConditions: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] setToolWin: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] setToolUnix: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] setToolProperty: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] setS1ASclassPath: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] init-common: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] webclient-war-common: [2022-04-17T15:32:49.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] clear: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] test-tlds-exist: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] copy-tlds: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] test-tagfiles-exist: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] copy-tagfiles: [2022-04-17T15:32:49.395Z] [2022-04-17T15:32:49.395Z] package-war-common: [2022-04-17T15:32:49.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:49.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:49.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:49.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:49.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/event-producers/lib [2022-04-17T15:32:49.395Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:49.395Z] [copy] Copying 11 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:49.396Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/event-producers/docroot [2022-04-17T15:32:49.396Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-event-producers-web.war [2022-04-17T15:32:49.396Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:49.396Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:49.396Z] [javac] Compiling 1 source file [2022-04-17T15:32:49.396Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/event-producers/client/test/client/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:32:49.396Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:49.396Z] [2022-04-17T15:32:49.396Z] deploy: [2022-04-17T15:32:49.396Z] [2022-04-17T15:32:49.396Z] deploy-war-common: [2022-04-17T15:32:49.396Z] [2022-04-17T15:32:49.396Z] setOSConditions: [2022-04-17T15:32:49.396Z] [2022-04-17T15:32:49.396Z] setToolWin: [2022-04-17T15:32:49.396Z] [2022-04-17T15:32:49.396Z] setToolUnix: [2022-04-17T15:32:49.396Z] [2022-04-17T15:32:49.396Z] setToolProperty: [2022-04-17T15:32:49.396Z] [2022-04-17T15:32:49.396Z] setS1ASclassPath: [2022-04-17T15:32:49.396Z] [2022-04-17T15:32:49.396Z] init-common: [2022-04-17T15:32:49.396Z] [2022-04-17T15:32:49.396Z] deploy-war-commonpe: [2022-04-17T15:32:49.958Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-event-producers-web.war [2022-04-17T15:32:49.958Z] [exec] Application deployed with name cdi-event-producers-web. [2022-04-17T15:32:50.239Z] [2022-04-17T15:32:50.239Z] deploy-war-commonee: [2022-04-17T15:32:50.239Z] [2022-04-17T15:32:50.239Z] run: [2022-04-17T15:32:50.239Z] [java] opening connection to http://localhost:8080/cdi-event-producers/myurl [2022-04-17T15:32:50.540Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:32:50.540Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:50.540Z] [java] [2022-04-17T15:32:50.540Z] [java] [2022-04-17T15:32:50.540Z] [java] ----------------------------------------- [2022-04-17T15:32:50.540Z] [java] - events-simple-event-producer: PASS - [2022-04-17T15:32:50.540Z] [java] ----------------------------------------- [2022-04-17T15:32:50.540Z] [java] - Total PASS : 1 - [2022-04-17T15:32:50.540Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:50.540Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:50.540Z] [java] ----------------------------------------- [2022-04-17T15:32:50.540Z] [2022-04-17T15:32:50.541Z] undeploy: [2022-04-17T15:32:50.541Z] [2022-04-17T15:32:50.541Z] setOSConditions: [2022-04-17T15:32:50.541Z] [2022-04-17T15:32:50.541Z] setToolWin: [2022-04-17T15:32:50.541Z] [2022-04-17T15:32:50.541Z] setToolUnix: [2022-04-17T15:32:50.541Z] [2022-04-17T15:32:50.541Z] setToolProperty: [2022-04-17T15:32:50.541Z] [2022-04-17T15:32:50.541Z] setS1ASclassPath: [2022-04-17T15:32:50.541Z] [2022-04-17T15:32:50.541Z] init-common: [2022-04-17T15:32:50.541Z] [2022-04-17T15:32:50.541Z] undeploy-war-common: [2022-04-17T15:32:50.797Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:50.797Z] [2022-04-17T15:32:50.797Z] all: [2022-04-17T15:32:50.797Z] [2022-04-17T15:32:50.797Z] setOSConditions: [2022-04-17T15:32:50.797Z] [2022-04-17T15:32:50.797Z] setToolWin: [2022-04-17T15:32:50.797Z] [2022-04-17T15:32:50.797Z] setToolUnix: [2022-04-17T15:32:50.797Z] [2022-04-17T15:32:50.797Z] setToolProperty: [2022-04-17T15:32:50.797Z] [2022-04-17T15:32:50.797Z] setS1ASclassPath: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] init-common: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] clean: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setOSConditions: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolWin: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolUnix: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolProperty: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setS1ASclassPath: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] init-common: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] clean-common: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setOSConditions: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolWin: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolUnix: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolProperty: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setS1ASclassPath: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] init-common: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] clean-classes-common: [2022-04-17T15:32:51.053Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setOSConditions: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolWin: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolUnix: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolProperty: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setS1ASclassPath: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] init-common: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] clean-jars-common: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] compile: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setOSConditions: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolWin: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolUnix: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setToolProperty: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] setS1ASclassPath: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] init-common: [2022-04-17T15:32:51.053Z] [2022-04-17T15:32:51.053Z] compile-common: [2022-04-17T15:32:51.053Z] [echo] Current time (ISO): 2022-04-17T15:32:50.837+0000 [2022-04-17T15:32:51.053Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:51.053Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:52.964Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:52.964Z] [javac] 1 warning [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] build: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] setOSConditions: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] setToolWin: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] setToolUnix: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] setToolProperty: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] setS1ASclassPath: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] init-common: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] webclient-war-common: [2022-04-17T15:32:52.964Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] clear: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] test-tlds-exist: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] copy-tlds: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] test-tagfiles-exist: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] copy-tagfiles: [2022-04-17T15:32:52.964Z] [2022-04-17T15:32:52.964Z] package-war-common: [2022-04-17T15:32:52.964Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:52.964Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:52.964Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:52.964Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:52.964Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/multiple-event-qualifiers/lib [2022-04-17T15:32:52.964Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:52.964Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:52.964Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/events/multiple-event-qualifiers/docroot [2022-04-17T15:32:52.964Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-event-qualifiers-web.war [2022-04-17T15:32:52.964Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:52.964Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:52.965Z] [javac] Compiling 1 source file [2022-04-17T15:32:52.965Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:32:52.965Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:52.965Z] [2022-04-17T15:32:52.965Z] deploy: [2022-04-17T15:32:52.965Z] [2022-04-17T15:32:52.965Z] deploy-war-common: [2022-04-17T15:32:52.965Z] [2022-04-17T15:32:52.965Z] setOSConditions: [2022-04-17T15:32:52.965Z] [2022-04-17T15:32:52.965Z] setToolWin: [2022-04-17T15:32:52.965Z] [2022-04-17T15:32:52.965Z] setToolUnix: [2022-04-17T15:32:52.965Z] [2022-04-17T15:32:52.965Z] setToolProperty: [2022-04-17T15:32:52.965Z] [2022-04-17T15:32:52.965Z] setS1ASclassPath: [2022-04-17T15:32:52.965Z] [2022-04-17T15:32:52.965Z] init-common: [2022-04-17T15:32:52.965Z] [2022-04-17T15:32:52.965Z] deploy-war-commonpe: [2022-04-17T15:32:53.239Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-event-qualifiers-web.war [2022-04-17T15:32:53.495Z] [exec] Application deployed with name cdi-multiple-event-qualifiers-web. [2022-04-17T15:32:53.495Z] [2022-04-17T15:32:53.495Z] deploy-war-commonee: [2022-04-17T15:32:53.495Z] [2022-04-17T15:32:53.495Z] run: [2022-04-17T15:32:53.752Z] [java] opening connection to http://localhost:8080/cdi-multiple-event-qualifiers/myurl [2022-04-17T15:32:53.752Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:32:53.752Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:53.752Z] [java] [2022-04-17T15:32:53.752Z] [java] [2022-04-17T15:32:53.752Z] [java] ----------------------------------------- [2022-04-17T15:32:53.752Z] [java] - events-multiple-event-qualifiers: PASS - [2022-04-17T15:32:53.752Z] [java] ----------------------------------------- [2022-04-17T15:32:53.752Z] [java] - Total PASS : 1 - [2022-04-17T15:32:53.752Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:53.752Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:53.752Z] [java] ----------------------------------------- [2022-04-17T15:32:53.752Z] [2022-04-17T15:32:53.752Z] undeploy: [2022-04-17T15:32:53.752Z] [2022-04-17T15:32:53.752Z] setOSConditions: [2022-04-17T15:32:53.752Z] [2022-04-17T15:32:53.752Z] setToolWin: [2022-04-17T15:32:53.752Z] [2022-04-17T15:32:53.752Z] setToolUnix: [2022-04-17T15:32:53.752Z] [2022-04-17T15:32:53.752Z] setToolProperty: [2022-04-17T15:32:53.752Z] [2022-04-17T15:32:53.752Z] setS1ASclassPath: [2022-04-17T15:32:53.752Z] [2022-04-17T15:32:53.752Z] init-common: [2022-04-17T15:32:53.752Z] [2022-04-17T15:32:53.752Z] undeploy-war-common: [2022-04-17T15:32:54.340Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] all: [2022-04-17T15:32:54.340Z] [echo] Running injection-point [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setOSConditions: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolWin: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolUnix: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolProperty: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setS1ASclassPath: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] init-common: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] clean: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setOSConditions: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolWin: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolUnix: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolProperty: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setS1ASclassPath: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] init-common: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] clean-common: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setOSConditions: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolWin: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolUnix: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolProperty: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setS1ASclassPath: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] init-common: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] clean-classes-common: [2022-04-17T15:32:54.340Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setOSConditions: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolWin: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolUnix: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolProperty: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setS1ASclassPath: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] init-common: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] clean-jars-common: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] compile: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setOSConditions: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolWin: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolUnix: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setToolProperty: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] setS1ASclassPath: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] init-common: [2022-04-17T15:32:54.340Z] [2022-04-17T15:32:54.340Z] compile-common: [2022-04-17T15:32:54.340Z] [echo] Current time (ISO): 2022-04-17T15:32:54.164+0000 [2022-04-17T15:32:54.340Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:54.340Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:55.738Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:55.994Z] [javac] 1 warning [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] build: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] setOSConditions: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] setToolWin: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] setToolUnix: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] setToolProperty: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] setS1ASclassPath: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] init-common: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] webclient-war-common: [2022-04-17T15:32:55.994Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] clear: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] test-tlds-exist: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] copy-tlds: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] test-tagfiles-exist: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] copy-tagfiles: [2022-04-17T15:32:55.994Z] [2022-04-17T15:32:55.994Z] package-war-common: [2022-04-17T15:32:55.994Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:55.994Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:55.994Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:55.994Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:55.994Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/injection-point/lib [2022-04-17T15:32:55.994Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:55.994Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:55.994Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/injection-point/docroot [2022-04-17T15:32:55.994Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-programmatic-lookup-servlet-annotation-web.war [2022-04-17T15:32:55.994Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:55.994Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:32:55.994Z] [javac] Compiling 1 source file [2022-04-17T15:32:55.995Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/injection-point/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:32:55.995Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:55.995Z] [2022-04-17T15:32:55.995Z] deploy: [2022-04-17T15:32:55.995Z] [2022-04-17T15:32:55.995Z] deploy-war-common: [2022-04-17T15:32:55.995Z] [2022-04-17T15:32:55.995Z] setOSConditions: [2022-04-17T15:32:55.995Z] [2022-04-17T15:32:55.995Z] setToolWin: [2022-04-17T15:32:55.995Z] [2022-04-17T15:32:55.995Z] setToolUnix: [2022-04-17T15:32:55.995Z] [2022-04-17T15:32:55.995Z] setToolProperty: [2022-04-17T15:32:55.995Z] [2022-04-17T15:32:55.995Z] setS1ASclassPath: [2022-04-17T15:32:55.995Z] [2022-04-17T15:32:55.995Z] init-common: [2022-04-17T15:32:55.995Z] [2022-04-17T15:32:55.995Z] deploy-war-commonpe: [2022-04-17T15:32:56.557Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-programmatic-lookup-servlet-annotation-web.war [2022-04-17T15:32:56.853Z] [exec] Application deployed with name cdi-programmatic-lookup-servlet-annotation-web. [2022-04-17T15:32:56.853Z] [2022-04-17T15:32:56.853Z] deploy-war-commonee: [2022-04-17T15:32:56.853Z] [2022-04-17T15:32:56.853Z] run: [2022-04-17T15:32:56.854Z] [java] opening connection to http://localhost:8080/cdi-programmatic-lookup-servlet-annotation/myurl?username=scott&password=tiger [2022-04-17T15:32:56.854Z] [java] TESTNAME injection-point-tests [2022-04-17T15:32:56.854Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:32:56.854Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:32:56.854Z] [java] [2022-04-17T15:32:56.854Z] [java] [2022-04-17T15:32:56.854Z] [java] ----------------------------------------- [2022-04-17T15:32:56.854Z] [java] - injection-point-tests: PASS - [2022-04-17T15:32:56.854Z] [java] ----------------------------------------- [2022-04-17T15:32:56.854Z] [java] - Total PASS : 1 - [2022-04-17T15:32:56.854Z] [java] - Total FAIL : 0 - [2022-04-17T15:32:56.854Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:32:56.854Z] [java] ----------------------------------------- [2022-04-17T15:32:56.854Z] [2022-04-17T15:32:56.854Z] undeploy: [2022-04-17T15:32:56.854Z] [2022-04-17T15:32:56.854Z] setOSConditions: [2022-04-17T15:32:56.854Z] [2022-04-17T15:32:56.854Z] setToolWin: [2022-04-17T15:32:56.854Z] [2022-04-17T15:32:56.854Z] setToolUnix: [2022-04-17T15:32:56.854Z] [2022-04-17T15:32:56.854Z] setToolProperty: [2022-04-17T15:32:56.854Z] [2022-04-17T15:32:56.854Z] setS1ASclassPath: [2022-04-17T15:32:56.854Z] [2022-04-17T15:32:56.854Z] init-common: [2022-04-17T15:32:56.854Z] [2022-04-17T15:32:56.854Z] undeploy-war-common: [2022-04-17T15:32:57.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] all: [2022-04-17T15:32:57.445Z] [echo] Running interceptors [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] all: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] interceptors: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setOSConditions: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolWin: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolUnix: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolProperty: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setS1ASclassPath: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] init-common: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] clean: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setOSConditions: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolWin: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolUnix: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolProperty: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setS1ASclassPath: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] init-common: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] clean-common: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setOSConditions: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolWin: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolUnix: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolProperty: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setS1ASclassPath: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] init-common: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] clean-classes-common: [2022-04-17T15:32:57.445Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setOSConditions: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolWin: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolUnix: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolProperty: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setS1ASclassPath: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] init-common: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] clean-jars-common: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] compile: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setOSConditions: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolWin: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolUnix: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setToolProperty: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] setS1ASclassPath: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] init-common: [2022-04-17T15:32:57.445Z] [2022-04-17T15:32:57.445Z] compile-common: [2022-04-17T15:32:57.445Z] [echo] Current time (ISO): 2022-04-17T15:32:57.383+0000 [2022-04-17T15:32:57.445Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:57.445Z] [javac] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:32:59.400Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:32:59.400Z] [javac] 1 warning [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] build: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] setOSConditions: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] setToolWin: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] setToolUnix: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] setToolProperty: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] setS1ASclassPath: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] init-common: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] webclient-war-common: [2022-04-17T15:32:59.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] clear: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] test-tlds-exist: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] copy-tlds: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] test-tagfiles-exist: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] copy-tagfiles: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] package-war-common: [2022-04-17T15:32:59.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:32:59.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:59.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:59.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:32:59.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-bean-validation/lib [2022-04-17T15:32:59.400Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:59.400Z] [copy] Copying 13 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:32:59.400Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-bean-validation/docroot [2022-04-17T15:32:59.400Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-bean-validation-web.war [2022-04-17T15:32:59.400Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:32:59.400Z] [javac] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-bean-validation/build.xml:62: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [2022-04-17T15:32:59.400Z] [javac] Compiling 1 source file [2022-04-17T15:32:59.400Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-bean-validation/client/test/client/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:32:59.400Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] deploy: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] deploy-war-common: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] setOSConditions: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] setToolWin: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] setToolUnix: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] setToolProperty: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] setS1ASclassPath: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] init-common: [2022-04-17T15:32:59.400Z] [2022-04-17T15:32:59.400Z] deploy-war-commonpe: [2022-04-17T15:32:59.657Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-bean-validation --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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-bean-validation-web.war [2022-04-17T15:33:00.243Z] [exec] Application deployed with name cdi-bean-validation-web. [2022-04-17T15:33:00.243Z] [2022-04-17T15:33:00.243Z] deploy-war-commonee: [2022-04-17T15:33:00.243Z] [2022-04-17T15:33:00.243Z] run: [2022-04-17T15:33:00.243Z] [java] Listening for transport dt_socket at address: 5009 [2022-04-17T15:33:00.243Z] [java] opening connection to http://localhost:8080/cdi-bean-validation/myurl [2022-04-17T15:33:00.501Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:00.501Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:00.501Z] [java] [2022-04-17T15:33:00.501Z] [java] [2022-04-17T15:33:00.501Z] [java] ----------------------------------------- [2022-04-17T15:33:00.501Z] [java] - interceptors-bean-validation: PASS - [2022-04-17T15:33:00.501Z] [java] ----------------------------------------- [2022-04-17T15:33:00.501Z] [java] - Total PASS : 1 - [2022-04-17T15:33:00.501Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:00.501Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:00.501Z] [java] ----------------------------------------- [2022-04-17T15:33:00.761Z] [2022-04-17T15:33:00.761Z] undeploy: [2022-04-17T15:33:00.761Z] [2022-04-17T15:33:00.761Z] setOSConditions: [2022-04-17T15:33:00.761Z] [2022-04-17T15:33:00.761Z] setToolWin: [2022-04-17T15:33:00.761Z] [2022-04-17T15:33:00.761Z] setToolUnix: [2022-04-17T15:33:00.761Z] [2022-04-17T15:33:00.761Z] setToolProperty: [2022-04-17T15:33:00.761Z] [2022-04-17T15:33:00.761Z] setS1ASclassPath: [2022-04-17T15:33:00.761Z] [2022-04-17T15:33:00.761Z] init-common: [2022-04-17T15:33:00.761Z] [2022-04-17T15:33:00.761Z] undeploy-war-common: [2022-04-17T15:33:01.039Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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-validation-web [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] all: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setOSConditions: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolWin: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolUnix: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolProperty: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setS1ASclassPath: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] init-common: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] clean: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setOSConditions: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolWin: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolUnix: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolProperty: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setS1ASclassPath: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] init-common: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] clean-common: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setOSConditions: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolWin: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolUnix: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolProperty: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setS1ASclassPath: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] init-common: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] clean-classes-common: [2022-04-17T15:33:01.296Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setOSConditions: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolWin: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolUnix: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolProperty: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setS1ASclassPath: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] init-common: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] clean-jars-common: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] compile: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setOSConditions: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolWin: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolUnix: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setToolProperty: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] setS1ASclassPath: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] init-common: [2022-04-17T15:33:01.296Z] [2022-04-17T15:33:01.296Z] compile-common: [2022-04-17T15:33:01.296Z] [echo] Current time (ISO): 2022-04-17T15:33:01.089+0000 [2022-04-17T15:33:01.296Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:01.296Z] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:03.201Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:03.201Z] [javac] 1 warning [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] build: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] setOSConditions: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] setToolWin: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] setToolUnix: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] setToolProperty: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] setS1ASclassPath: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] init-common: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] webclient-war-common: [2022-04-17T15:33:03.201Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] clear: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] test-tlds-exist: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] copy-tlds: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] test-tagfiles-exist: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] copy-tagfiles: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] package-war-common: [2022-04-17T15:33:03.201Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:03.201Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:03.201Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:03.201Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:03.201Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-inheritance/lib [2022-04-17T15:33:03.201Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:03.201Z] [copy] Copying 12 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:03.201Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-inheritance/docroot [2022-04-17T15:33:03.201Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-interceptor-binding-type-inheritance-web.war [2022-04-17T15:33:03.201Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:03.201Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:03.201Z] [javac] Compiling 1 source file [2022-04-17T15:33:03.201Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:03.201Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] deploy: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] deploy-war-common: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] setOSConditions: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] setToolWin: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] setToolUnix: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] setToolProperty: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] setS1ASclassPath: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] init-common: [2022-04-17T15:33:03.201Z] [2022-04-17T15:33:03.201Z] deploy-war-commonpe: [2022-04-17T15:33:03.457Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-interceptor-binding-type-inheritance-web.war [2022-04-17T15:33:03.713Z] [exec] Application deployed with name cdi-interceptor-binding-type-inheritance-web. [2022-04-17T15:33:03.713Z] [2022-04-17T15:33:03.713Z] deploy-war-commonee: [2022-04-17T15:33:03.713Z] [2022-04-17T15:33:03.713Z] run: [2022-04-17T15:33:03.969Z] [java] opening connection to http://localhost:8080/cdi-interceptor-binding-type-inheritance/myurl [2022-04-17T15:33:03.969Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:03.969Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:03.969Z] [java] [2022-04-17T15:33:03.969Z] [java] [2022-04-17T15:33:03.969Z] [java] ----------------------------------------- [2022-04-17T15:33:03.969Z] [java] - interceptors-interceptor-binding-type-inheritance: PASS - [2022-04-17T15:33:03.969Z] [java] ----------------------------------------- [2022-04-17T15:33:03.969Z] [java] - Total PASS : 1 - [2022-04-17T15:33:03.969Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:03.969Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:03.969Z] [java] ----------------------------------------- [2022-04-17T15:33:03.969Z] [2022-04-17T15:33:03.969Z] undeploy: [2022-04-17T15:33:03.969Z] [2022-04-17T15:33:03.969Z] setOSConditions: [2022-04-17T15:33:03.969Z] [2022-04-17T15:33:03.969Z] setToolWin: [2022-04-17T15:33:03.969Z] [2022-04-17T15:33:03.969Z] setToolUnix: [2022-04-17T15:33:03.969Z] [2022-04-17T15:33:03.969Z] setToolProperty: [2022-04-17T15:33:03.969Z] [2022-04-17T15:33:03.969Z] setS1ASclassPath: [2022-04-17T15:33:03.969Z] [2022-04-17T15:33:03.969Z] init-common: [2022-04-17T15:33:03.969Z] [2022-04-17T15:33:03.969Z] undeploy-war-common: [2022-04-17T15:33:04.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:04.238Z] [2022-04-17T15:33:04.238Z] all: [2022-04-17T15:33:04.238Z] [2022-04-17T15:33:04.238Z] setOSConditions: [2022-04-17T15:33:04.238Z] [2022-04-17T15:33:04.238Z] setToolWin: [2022-04-17T15:33:04.238Z] [2022-04-17T15:33:04.238Z] setToolUnix: [2022-04-17T15:33:04.238Z] [2022-04-17T15:33:04.238Z] setToolProperty: [2022-04-17T15:33:04.238Z] [2022-04-17T15:33:04.238Z] setS1ASclassPath: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] init-common: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] clean: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setOSConditions: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolWin: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolUnix: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolProperty: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setS1ASclassPath: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] init-common: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] clean-common: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setOSConditions: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolWin: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolUnix: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolProperty: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setS1ASclassPath: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] init-common: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] clean-classes-common: [2022-04-17T15:33:04.494Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setOSConditions: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolWin: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolUnix: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolProperty: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setS1ASclassPath: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] init-common: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] clean-jars-common: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] compile: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setOSConditions: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolWin: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolUnix: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setToolProperty: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] setS1ASclassPath: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] init-common: [2022-04-17T15:33:04.494Z] [2022-04-17T15:33:04.494Z] compile-common: [2022-04-17T15:33:04.494Z] [echo] Current time (ISO): 2022-04-17T15:33:04.263+0000 [2022-04-17T15:33:04.494Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:04.494Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:06.401Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:06.401Z] [javac] 1 warning [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] build: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] setOSConditions: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] setToolWin: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] setToolUnix: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] setToolProperty: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] setS1ASclassPath: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] init-common: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] webclient-war-common: [2022-04-17T15:33:06.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] clear: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] test-tlds-exist: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] copy-tlds: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] test-tagfiles-exist: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] copy-tagfiles: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] package-war-common: [2022-04-17T15:33:06.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:06.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:06.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:06.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:06.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-with-members/lib [2022-04-17T15:33:06.401Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:06.401Z] [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:06.401Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-with-members/docroot [2022-04-17T15:33:06.401Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-binding-types-with-members-web.war [2022-04-17T15:33:06.401Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:06.401Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:06.401Z] [javac] Compiling 1 source file [2022-04-17T15:33:06.401Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:06.401Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] deploy: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] deploy-war-common: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] setOSConditions: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] setToolWin: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] setToolUnix: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] setToolProperty: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] setS1ASclassPath: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] init-common: [2022-04-17T15:33:06.401Z] [2022-04-17T15:33:06.401Z] deploy-war-commonpe: [2022-04-17T15:33:06.657Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-binding-types-with-members-web.war [2022-04-17T15:33:06.938Z] [exec] Application deployed with name cdi-binding-types-with-members-web. [2022-04-17T15:33:06.938Z] [2022-04-17T15:33:06.938Z] deploy-war-commonee: [2022-04-17T15:33:06.938Z] [2022-04-17T15:33:06.938Z] run: [2022-04-17T15:33:06.938Z] [java] opening connection to http://localhost:8080/cdi-binding-types-with-members/myurl [2022-04-17T15:33:06.938Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:06.938Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:06.938Z] [java] [2022-04-17T15:33:06.938Z] [java] [2022-04-17T15:33:06.938Z] [java] ----------------------------------------- [2022-04-17T15:33:06.938Z] [java] - interceptors-business-method-interceptors: PASS - [2022-04-17T15:33:06.938Z] [java] ----------------------------------------- [2022-04-17T15:33:06.938Z] [java] - Total PASS : 1 - [2022-04-17T15:33:06.938Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:06.938Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:06.938Z] [java] ----------------------------------------- [2022-04-17T15:33:06.938Z] [2022-04-17T15:33:06.938Z] undeploy: [2022-04-17T15:33:07.239Z] [2022-04-17T15:33:07.239Z] setOSConditions: [2022-04-17T15:33:07.239Z] [2022-04-17T15:33:07.239Z] setToolWin: [2022-04-17T15:33:07.239Z] [2022-04-17T15:33:07.239Z] setToolUnix: [2022-04-17T15:33:07.239Z] [2022-04-17T15:33:07.239Z] setToolProperty: [2022-04-17T15:33:07.239Z] [2022-04-17T15:33:07.239Z] setS1ASclassPath: [2022-04-17T15:33:07.239Z] [2022-04-17T15:33:07.239Z] init-common: [2022-04-17T15:33:07.239Z] [2022-04-17T15:33:07.239Z] undeploy-war-common: [2022-04-17T15:33:07.495Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] all: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setOSConditions: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setToolWin: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setToolUnix: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setToolProperty: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setS1ASclassPath: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] init-common: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] clean: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setOSConditions: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setToolWin: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setToolUnix: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setToolProperty: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setS1ASclassPath: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] init-common: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] clean-common: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.495Z] setOSConditions: [2022-04-17T15:33:07.495Z] [2022-04-17T15:33:07.496Z] setToolWin: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setToolUnix: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setToolProperty: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setS1ASclassPath: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] init-common: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] clean-classes-common: [2022-04-17T15:33:07.496Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setOSConditions: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setToolWin: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setToolUnix: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setToolProperty: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setS1ASclassPath: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] init-common: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] clean-jars-common: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] compile: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setOSConditions: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setToolWin: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setToolUnix: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setToolProperty: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] setS1ASclassPath: [2022-04-17T15:33:07.496Z] [2022-04-17T15:33:07.496Z] init-common: [2022-04-17T15:33:07.752Z] [2022-04-17T15:33:07.752Z] compile-common: [2022-04-17T15:33:07.752Z] [echo] Current time (ISO): 2022-04-17T15:33:07.495+0000 [2022-04-17T15:33:07.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:07.752Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:09.674Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:09.674Z] [javac] 1 warning [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] build: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] setOSConditions: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] setToolWin: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] setToolUnix: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] setToolProperty: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] setS1ASclassPath: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] init-common: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] webclient-war-common: [2022-04-17T15:33:09.674Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] clear: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] test-tlds-exist: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] copy-tlds: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] test-tagfiles-exist: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] copy-tagfiles: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] package-war-common: [2022-04-17T15:33:09.674Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:09.674Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:09.674Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:09.674Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:09.674Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-business-method-interception/lib [2022-04-17T15:33:09.674Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:09.674Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:09.674Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-business-method-interception/docroot [2022-04-17T15:33:09.674Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-business-method-interceptors-web.war [2022-04-17T15:33:09.674Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:09.674Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:09.674Z] [javac] Compiling 1 source file [2022-04-17T15:33:09.674Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:09.674Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] deploy: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] deploy-war-common: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] setOSConditions: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] setToolWin: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] setToolUnix: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] setToolProperty: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] setS1ASclassPath: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] init-common: [2022-04-17T15:33:09.674Z] [2022-04-17T15:33:09.674Z] deploy-war-commonpe: [2022-04-17T15:33:10.265Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-business-method-interceptors-web.war [2022-04-17T15:33:10.265Z] [exec] Application deployed with name cdi-business-method-interceptors-web. [2022-04-17T15:33:10.265Z] [2022-04-17T15:33:10.265Z] deploy-war-commonee: [2022-04-17T15:33:10.265Z] [2022-04-17T15:33:10.265Z] run: [2022-04-17T15:33:10.525Z] [java] opening connection to http://localhost:8080/cdi-business-method-interceptors/myurl [2022-04-17T15:33:10.525Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:10.525Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:10.525Z] [java] [2022-04-17T15:33:10.525Z] [java] [2022-04-17T15:33:10.525Z] [java] ----------------------------------------- [2022-04-17T15:33:10.525Z] [java] - interceptors-business-method-interceptors: PASS - [2022-04-17T15:33:10.525Z] [java] ----------------------------------------- [2022-04-17T15:33:10.525Z] [java] - Total PASS : 1 - [2022-04-17T15:33:10.525Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:10.525Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:10.525Z] [java] ----------------------------------------- [2022-04-17T15:33:10.525Z] [2022-04-17T15:33:10.525Z] undeploy: [2022-04-17T15:33:10.525Z] [2022-04-17T15:33:10.525Z] setOSConditions: [2022-04-17T15:33:10.525Z] [2022-04-17T15:33:10.525Z] setToolWin: [2022-04-17T15:33:10.525Z] [2022-04-17T15:33:10.525Z] setToolUnix: [2022-04-17T15:33:10.525Z] [2022-04-17T15:33:10.525Z] setToolProperty: [2022-04-17T15:33:10.525Z] [2022-04-17T15:33:10.525Z] setS1ASclassPath: [2022-04-17T15:33:10.525Z] [2022-04-17T15:33:10.525Z] init-common: [2022-04-17T15:33:10.525Z] [2022-04-17T15:33:10.525Z] undeploy-war-common: [2022-04-17T15:33:11.148Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] all: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setOSConditions: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolWin: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolUnix: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolProperty: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setS1ASclassPath: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] init-common: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] clean: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setOSConditions: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolWin: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolUnix: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolProperty: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setS1ASclassPath: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] init-common: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] clean-common: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setOSConditions: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolWin: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolUnix: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolProperty: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setS1ASclassPath: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] init-common: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] clean-classes-common: [2022-04-17T15:33:11.148Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setOSConditions: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolWin: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolUnix: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolProperty: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setS1ASclassPath: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] init-common: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] clean-jars-common: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] compile: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setOSConditions: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolWin: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolUnix: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setToolProperty: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] setS1ASclassPath: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] init-common: [2022-04-17T15:33:11.148Z] [2022-04-17T15:33:11.148Z] compile-common: [2022-04-17T15:33:11.148Z] [echo] Current time (ISO): 2022-04-17T15:33:10.990+0000 [2022-04-17T15:33:11.148Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:11.148Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:13.075Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:13.075Z] [javac] 1 warning [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] build: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] setOSConditions: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] setToolWin: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] setToolUnix: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] setToolProperty: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] setS1ASclassPath: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] init-common: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] webclient-war-common: [2022-04-17T15:33:13.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] clear: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] test-tlds-exist: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] copy-tlds: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] test-tagfiles-exist: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] copy-tagfiles: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] package-war-common: [2022-04-17T15:33:13.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:13.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:13.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:13.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:13.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-invalid-interceptor-specified-at-beans-xml/lib [2022-04-17T15:33:13.075Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:13.075Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:13.075Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-invalid-interceptor-specified-at-beans-xml/docroot [2022-04-17T15:33:13.075Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-invalid-interceptor-in-beans-xml-web.war [2022-04-17T15:33:13.075Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:13.075Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:13.075Z] [javac] Compiling 1 source file [2022-04-17T15:33:13.075Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:13.075Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] deploy: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] deploy-war-common: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] setOSConditions: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] setToolWin: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] setToolUnix: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] setToolProperty: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] setS1ASclassPath: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] init-common: [2022-04-17T15:33:13.075Z] [2022-04-17T15:33:13.075Z] deploy-war-commonpe: [2022-04-17T15:33:13.644Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-invalid-interceptor-in-beans-xml-web.war [2022-04-17T15:33:13.644Z] [exec] remote failure: Error occurred during deployment: Exception while loading the app : CDI deployment failure:WELD-000123: Error loading test.beans.INVALIDInterceptor defined in <{http://java.sun.com/xml/ns/javaee}class>test.beans.INVALIDInterceptor in file:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/applications/cdi-invalid-interceptor-in-beans-xml-web/WEB-INF/beans.xml@26. Please see server.log for more details. [2022-04-17T15:33:13.644Z] [exec] Result: 1 [2022-04-17T15:33:13.644Z] [2022-04-17T15:33:13.644Z] deploy-war-commonee: [2022-04-17T15:33:13.644Z] [2022-04-17T15:33:13.644Z] run: [2022-04-17T15:33:13.901Z] [java] opening connection to http://localhost:8080/cdi-invalid-interceptor-in-beans-xml/myurl [2022-04-17T15:33:13.901Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:13.901Z] [java] [2022-04-17T15:33:13.901Z] [java] [2022-04-17T15:33:13.901Z] [java] ----------------------------------------- [2022-04-17T15:33:13.901Z] [java] - interceptors-invalid-interceptor-specified-in-beans-xml: PASS - [2022-04-17T15:33:13.901Z] [java] ----------------------------------------- [2022-04-17T15:33:13.901Z] [java] - Total PASS : 1 - [2022-04-17T15:33:13.901Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:13.901Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:13.901Z] [java] ----------------------------------------- [2022-04-17T15:33:13.901Z] [2022-04-17T15:33:13.901Z] undeploy: [2022-04-17T15:33:13.901Z] [2022-04-17T15:33:13.901Z] setOSConditions: [2022-04-17T15:33:13.901Z] [2022-04-17T15:33:13.901Z] setToolWin: [2022-04-17T15:33:13.901Z] [2022-04-17T15:33:13.901Z] setToolUnix: [2022-04-17T15:33:13.901Z] [2022-04-17T15:33:13.901Z] setToolProperty: [2022-04-17T15:33:13.901Z] [2022-04-17T15:33:13.901Z] setS1ASclassPath: [2022-04-17T15:33:13.901Z] [2022-04-17T15:33:13.901Z] init-common: [2022-04-17T15:33:13.901Z] [2022-04-17T15:33:13.901Z] undeploy-war-common: [2022-04-17T15:33:14.157Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:14.157Z] [exec] remote failure: Application cdi-invalid-interceptor-in-beans-xml-web is not deployed on this target [server] [2022-04-17T15:33:14.157Z] [exec] Result: 1 [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] all: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setOSConditions: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolWin: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolUnix: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolProperty: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setS1ASclassPath: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] init-common: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] clean: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setOSConditions: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolWin: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolUnix: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolProperty: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setS1ASclassPath: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] init-common: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] clean-common: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setOSConditions: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolWin: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolUnix: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolProperty: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setS1ASclassPath: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] init-common: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] clean-classes-common: [2022-04-17T15:33:14.157Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setOSConditions: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolWin: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolUnix: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolProperty: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setS1ASclassPath: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] init-common: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] clean-jars-common: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] compile: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setOSConditions: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolWin: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolUnix: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setToolProperty: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] setS1ASclassPath: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] init-common: [2022-04-17T15:33:14.157Z] [2022-04-17T15:33:14.157Z] compile-common: [2022-04-17T15:33:14.157Z] [echo] Current time (ISO): 2022-04-17T15:33:14.117+0000 [2022-04-17T15:33:14.157Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:14.157Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:16.099Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:16.099Z] [javac] 1 warning [2022-04-17T15:33:16.099Z] [2022-04-17T15:33:16.100Z] build: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] setOSConditions: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] setToolWin: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] setToolUnix: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] setToolProperty: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] setS1ASclassPath: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] init-common: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] webclient-war-common: [2022-04-17T15:33:16.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] clear: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] test-tlds-exist: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] copy-tlds: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] test-tagfiles-exist: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] copy-tagfiles: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] package-war-common: [2022-04-17T15:33:16.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:16.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:16.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:16.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:16.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptor-binding-annotations/lib [2022-04-17T15:33:16.100Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:16.100Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:16.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptor-binding-annotations/docroot [2022-04-17T15:33:16.100Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-interceptor-binding-annotations-web.war [2022-04-17T15:33:16.100Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:16.100Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:16.100Z] [javac] Compiling 1 source file [2022-04-17T15:33:16.100Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:16.100Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] deploy: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] deploy-war-common: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] setOSConditions: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] setToolWin: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] setToolUnix: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] setToolProperty: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] setS1ASclassPath: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] init-common: [2022-04-17T15:33:16.100Z] [2022-04-17T15:33:16.100Z] deploy-war-commonpe: [2022-04-17T15:33:16.356Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-interceptor-binding-annotations-web.war [2022-04-17T15:33:16.612Z] [exec] Application deployed with name cdi-multiple-interceptor-binding-annotations-web. [2022-04-17T15:33:16.612Z] [2022-04-17T15:33:16.612Z] deploy-war-commonee: [2022-04-17T15:33:16.612Z] [2022-04-17T15:33:16.612Z] run: [2022-04-17T15:33:16.868Z] [java] opening connection to http://localhost:8080/cdi-multiple-interceptor-binding-annotations/myurl [2022-04-17T15:33:16.868Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:16.868Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:16.868Z] [java] [2022-04-17T15:33:16.868Z] [java] [2022-04-17T15:33:16.868Z] [java] ----------------------------------------- [2022-04-17T15:33:16.868Z] [java] - interceptors-multiple-interceptor-binding-annotations: PASS - [2022-04-17T15:33:16.868Z] [java] ----------------------------------------- [2022-04-17T15:33:16.868Z] [java] - Total PASS : 1 - [2022-04-17T15:33:16.868Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:16.868Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:16.868Z] [java] ----------------------------------------- [2022-04-17T15:33:16.868Z] [2022-04-17T15:33:16.868Z] undeploy: [2022-04-17T15:33:16.868Z] [2022-04-17T15:33:16.868Z] setOSConditions: [2022-04-17T15:33:16.868Z] [2022-04-17T15:33:16.868Z] setToolWin: [2022-04-17T15:33:16.868Z] [2022-04-17T15:33:16.868Z] setToolUnix: [2022-04-17T15:33:16.868Z] [2022-04-17T15:33:16.868Z] setToolProperty: [2022-04-17T15:33:16.868Z] [2022-04-17T15:33:16.868Z] setS1ASclassPath: [2022-04-17T15:33:16.868Z] [2022-04-17T15:33:16.868Z] init-common: [2022-04-17T15:33:16.868Z] [2022-04-17T15:33:16.868Z] undeploy-war-common: [2022-04-17T15:33:17.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] all: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setOSConditions: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolWin: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolUnix: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolProperty: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setS1ASclassPath: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] init-common: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] clean: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setOSConditions: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolWin: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolUnix: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolProperty: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setS1ASclassPath: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] init-common: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] clean-common: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setOSConditions: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolWin: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolUnix: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolProperty: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setS1ASclassPath: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] init-common: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] clean-classes-common: [2022-04-17T15:33:17.445Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setOSConditions: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolWin: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolUnix: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolProperty: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setS1ASclassPath: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] init-common: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] clean-jars-common: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] compile: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setOSConditions: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolWin: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolUnix: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setToolProperty: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] setS1ASclassPath: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] init-common: [2022-04-17T15:33:17.445Z] [2022-04-17T15:33:17.445Z] compile-common: [2022-04-17T15:33:17.445Z] [echo] Current time (ISO): 2022-04-17T15:33:17.187+0000 [2022-04-17T15:33:17.445Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:17.445Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:18.840Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:19.095Z] [javac] 1 warning [2022-04-17T15:33:19.095Z] [2022-04-17T15:33:19.095Z] build: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] setOSConditions: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] setToolWin: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] setToolUnix: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] setToolProperty: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] setS1ASclassPath: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] init-common: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] webclient-war-common: [2022-04-17T15:33:19.096Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] clear: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] test-tlds-exist: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] copy-tlds: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] test-tagfiles-exist: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] copy-tagfiles: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] package-war-common: [2022-04-17T15:33:19.096Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:19.096Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:19.096Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:19.096Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:19.096Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptors-for-a-binding-type/lib [2022-04-17T15:33:19.096Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:19.096Z] [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:19.096Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptors-for-a-binding-type/docroot [2022-04-17T15:33:19.096Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-interceptor-implementations-web.war [2022-04-17T15:33:19.096Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:19.096Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:19.096Z] [javac] Compiling 1 source file [2022-04-17T15:33:19.096Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:19.096Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] deploy: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] deploy-war-common: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] setOSConditions: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] setToolWin: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] setToolUnix: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] setToolProperty: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] setS1ASclassPath: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] init-common: [2022-04-17T15:33:19.096Z] [2022-04-17T15:33:19.096Z] deploy-war-commonpe: [2022-04-17T15:33:19.659Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-multiple-interceptor-implementations-web.war [2022-04-17T15:33:19.659Z] [exec] Application deployed with name cdi-multiple-interceptor-implementations-web. [2022-04-17T15:33:19.659Z] [2022-04-17T15:33:19.659Z] deploy-war-commonee: [2022-04-17T15:33:19.659Z] [2022-04-17T15:33:19.659Z] run: [2022-04-17T15:33:19.915Z] [java] opening connection to http://localhost:8080/cdi-multiple-interceptor-implementations/myurl [2022-04-17T15:33:19.915Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:19.915Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:19.915Z] [java] [2022-04-17T15:33:19.915Z] [java] [2022-04-17T15:33:19.915Z] [java] ----------------------------------------- [2022-04-17T15:33:19.915Z] [java] - interceptors-multiple-interceptors-for-a-binding-type: PASS - [2022-04-17T15:33:19.915Z] [java] ----------------------------------------- [2022-04-17T15:33:19.915Z] [java] - Total PASS : 1 - [2022-04-17T15:33:19.915Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:19.915Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:19.915Z] [java] ----------------------------------------- [2022-04-17T15:33:19.915Z] [2022-04-17T15:33:19.915Z] undeploy: [2022-04-17T15:33:19.915Z] [2022-04-17T15:33:19.915Z] setOSConditions: [2022-04-17T15:33:19.915Z] [2022-04-17T15:33:19.915Z] setToolWin: [2022-04-17T15:33:19.915Z] [2022-04-17T15:33:19.915Z] setToolUnix: [2022-04-17T15:33:19.915Z] [2022-04-17T15:33:19.915Z] setToolProperty: [2022-04-17T15:33:19.915Z] [2022-04-17T15:33:19.915Z] setS1ASclassPath: [2022-04-17T15:33:19.915Z] [2022-04-17T15:33:19.915Z] init-common: [2022-04-17T15:33:19.915Z] [2022-04-17T15:33:19.915Z] undeploy-war-common: [2022-04-17T15:33:20.171Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] all: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setOSConditions: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setToolWin: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setToolUnix: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setToolProperty: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setS1ASclassPath: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] init-common: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] clean: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setOSConditions: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setToolWin: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setToolUnix: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setToolProperty: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setS1ASclassPath: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] init-common: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] clean-common: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setOSConditions: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setToolWin: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setToolUnix: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setToolProperty: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] setS1ASclassPath: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] init-common: [2022-04-17T15:33:20.171Z] [2022-04-17T15:33:20.171Z] clean-classes-common: [2022-04-17T15:33:20.171Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] setOSConditions: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] setToolWin: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] setToolUnix: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] setToolProperty: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] setS1ASclassPath: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] init-common: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] clean-jars-common: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] compile: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] setOSConditions: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] setToolWin: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] setToolUnix: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] setToolProperty: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] setS1ASclassPath: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] init-common: [2022-04-17T15:33:20.436Z] [2022-04-17T15:33:20.436Z] compile-common: [2022-04-17T15:33:20.436Z] [echo] Current time (ISO): 2022-04-17T15:33:20.177+0000 [2022-04-17T15:33:20.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:20.436Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:22.361Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:22.361Z] [javac] 1 warning [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] build: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] setOSConditions: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] setToolWin: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] setToolUnix: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] setToolProperty: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] setS1ASclassPath: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] init-common: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] webclient-war-common: [2022-04-17T15:33:22.361Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] clear: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] test-tlds-exist: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] copy-tlds: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] test-tagfiles-exist: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] copy-tagfiles: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] package-war-common: [2022-04-17T15:33:22.361Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:22.361Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:22.361Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:22.361Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:22.361Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-at-interceptors/lib [2022-04-17T15:33:22.361Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:22.361Z] [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:22.361Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-at-interceptors/docroot [2022-04-17T15:33:22.361Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-at-interceptors-web.war [2022-04-17T15:33:22.361Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:22.361Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:22.361Z] [javac] Compiling 1 source file [2022-04-17T15:33:22.361Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:22.361Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] deploy: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] deploy-war-common: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] setOSConditions: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] setToolWin: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] setToolUnix: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] setToolProperty: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] setS1ASclassPath: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] init-common: [2022-04-17T15:33:22.361Z] [2022-04-17T15:33:22.361Z] deploy-war-commonpe: [2022-04-17T15:33:22.640Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-at-interceptors-web.war [2022-04-17T15:33:22.897Z] [exec] Application deployed with name cdi-use-of-at-interceptors-web. [2022-04-17T15:33:22.897Z] [2022-04-17T15:33:22.897Z] deploy-war-commonee: [2022-04-17T15:33:22.897Z] [2022-04-17T15:33:22.897Z] run: [2022-04-17T15:33:23.153Z] [java] opening connection to http://localhost:8080/cdi-use-of-at-interceptors/myurl [2022-04-17T15:33:23.153Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:23.153Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:23.153Z] [java] [2022-04-17T15:33:23.153Z] [java] [2022-04-17T15:33:23.153Z] [java] ----------------------------------------- [2022-04-17T15:33:23.153Z] [java] - interceptors-use-of-: PASS - [2022-04-17T15:33:23.153Z] [java] ----------------------------------------- [2022-04-17T15:33:23.153Z] [java] - Total PASS : 1 - [2022-04-17T15:33:23.153Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:23.153Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:23.153Z] [java] ----------------------------------------- [2022-04-17T15:33:23.153Z] [2022-04-17T15:33:23.153Z] undeploy: [2022-04-17T15:33:23.153Z] [2022-04-17T15:33:23.153Z] setOSConditions: [2022-04-17T15:33:23.153Z] [2022-04-17T15:33:23.153Z] setToolWin: [2022-04-17T15:33:23.153Z] [2022-04-17T15:33:23.153Z] setToolUnix: [2022-04-17T15:33:23.153Z] [2022-04-17T15:33:23.153Z] setToolProperty: [2022-04-17T15:33:23.153Z] [2022-04-17T15:33:23.153Z] setS1ASclassPath: [2022-04-17T15:33:23.153Z] [2022-04-17T15:33:23.153Z] init-common: [2022-04-17T15:33:23.153Z] [2022-04-17T15:33:23.153Z] undeploy-war-common: [2022-04-17T15:33:23.746Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] all: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setOSConditions: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolWin: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolUnix: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolProperty: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setS1ASclassPath: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] init-common: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] clean: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setOSConditions: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolWin: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolUnix: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolProperty: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setS1ASclassPath: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] init-common: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] clean-common: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setOSConditions: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolWin: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolUnix: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolProperty: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setS1ASclassPath: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] init-common: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] clean-classes-common: [2022-04-17T15:33:23.746Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setOSConditions: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolWin: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolUnix: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolProperty: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setS1ASclassPath: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] init-common: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] clean-jars-common: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] compile: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setOSConditions: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolWin: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolUnix: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setToolProperty: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] setS1ASclassPath: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] init-common: [2022-04-17T15:33:23.746Z] [2022-04-17T15:33:23.746Z] compile-common: [2022-04-17T15:33:23.746Z] [echo] Current time (ISO): 2022-04-17T15:33:23.626+0000 [2022-04-17T15:33:23.746Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:23.746Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:25.661Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:25.661Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:25.661Z] [javac] return new Long(123); [2022-04-17T15:33:25.661Z] [javac] ^ [2022-04-17T15:33:25.661Z] [javac] 2 warnings [2022-04-17T15:33:25.661Z] [javac] Creating empty /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/org/glassfish/cditest/user/api/model/package-info.class [2022-04-17T15:33:25.661Z] [javac] Creating empty /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/org/glassfish/cditest/user/api/package-info.class [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] build: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] setOSConditions: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] setToolWin: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] setToolUnix: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] setToolProperty: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] setS1ASclassPath: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] init-common: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] webclient-war-common: [2022-04-17T15:33:25.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] clear: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] test-tlds-exist: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] copy-tlds: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] test-tagfiles-exist: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] copy-tagfiles: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] package-war-common: [2022-04-17T15:33:25.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:25.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:25.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:25.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:25.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-at-interceptors/lib [2022-04-17T15:33:25.661Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:25.661Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:25.661Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-at-interceptors/docroot [2022-04-17T15:33:25.661Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-interceptors-in-ejbs-through-at-interceptors-web.war [2022-04-17T15:33:25.661Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:25.661Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:25.661Z] [javac] Compiling 1 source file [2022-04-17T15:33:25.661Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:25.661Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] deploy: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] deploy-war-common: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] setOSConditions: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] setToolWin: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] setToolUnix: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] setToolProperty: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] setS1ASclassPath: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] init-common: [2022-04-17T15:33:25.661Z] [2022-04-17T15:33:25.661Z] deploy-war-commonpe: [2022-04-17T15:33:26.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-interceptors-in-ejbs-through-at-interceptors-web.war [2022-04-17T15:33:26.501Z] [exec] Application deployed with name cdi-use-of-interceptors-in-ejbs-through-at-interceptors-web. [2022-04-17T15:33:26.501Z] [2022-04-17T15:33:26.501Z] deploy-war-commonee: [2022-04-17T15:33:26.501Z] [2022-04-17T15:33:26.501Z] run: [2022-04-17T15:33:26.757Z] [java] opening connection to http://localhost:8080/cdi-use-of-interceptors-in-ejbs-through-at-interceptors/myurl [2022-04-17T15:33:26.757Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:26.757Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:26.757Z] [java] [2022-04-17T15:33:26.757Z] [java] [2022-04-17T15:33:26.757Z] [java] ----------------------------------------- [2022-04-17T15:33:26.757Z] [java] - interceptors-use-of-interceptors-in-ejbs-through-at-interceptors: PASS - [2022-04-17T15:33:26.757Z] [java] ----------------------------------------- [2022-04-17T15:33:26.757Z] [java] - Total PASS : 1 - [2022-04-17T15:33:26.757Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:26.757Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:26.757Z] [java] ----------------------------------------- [2022-04-17T15:33:26.757Z] [2022-04-17T15:33:26.757Z] undeploy: [2022-04-17T15:33:26.757Z] [2022-04-17T15:33:26.757Z] setOSConditions: [2022-04-17T15:33:26.757Z] [2022-04-17T15:33:26.757Z] setToolWin: [2022-04-17T15:33:26.757Z] [2022-04-17T15:33:26.757Z] setToolUnix: [2022-04-17T15:33:26.757Z] [2022-04-17T15:33:26.757Z] setToolProperty: [2022-04-17T15:33:26.757Z] [2022-04-17T15:33:26.757Z] setS1ASclassPath: [2022-04-17T15:33:26.757Z] [2022-04-17T15:33:26.757Z] init-common: [2022-04-17T15:33:26.757Z] [2022-04-17T15:33:26.757Z] undeploy-war-common: [2022-04-17T15:33:27.013Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:27.013Z] [2022-04-17T15:33:27.013Z] all: [2022-04-17T15:33:27.013Z] [2022-04-17T15:33:27.013Z] setOSConditions: [2022-04-17T15:33:27.013Z] [2022-04-17T15:33:27.013Z] setToolWin: [2022-04-17T15:33:27.013Z] [2022-04-17T15:33:27.013Z] setToolUnix: [2022-04-17T15:33:27.013Z] [2022-04-17T15:33:27.013Z] setToolProperty: [2022-04-17T15:33:27.013Z] [2022-04-17T15:33:27.013Z] setS1ASclassPath: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] init-common: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] clean: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setOSConditions: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolWin: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolUnix: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolProperty: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setS1ASclassPath: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] init-common: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] clean-common: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setOSConditions: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolWin: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolUnix: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolProperty: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setS1ASclassPath: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] init-common: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] clean-classes-common: [2022-04-17T15:33:27.269Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setOSConditions: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolWin: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolUnix: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolProperty: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setS1ASclassPath: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] init-common: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] clean-jars-common: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] compile: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setOSConditions: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolWin: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolUnix: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setToolProperty: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] setS1ASclassPath: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] init-common: [2022-04-17T15:33:27.269Z] [2022-04-17T15:33:27.269Z] compile-common: [2022-04-17T15:33:27.269Z] [echo] Current time (ISO): 2022-04-17T15:33:27.068+0000 [2022-04-17T15:33:27.269Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:27.269Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:29.162Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:29.162Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:29.162Z] [javac] return new Long(123); [2022-04-17T15:33:29.162Z] [javac] ^ [2022-04-17T15:33:29.162Z] [javac] 2 warnings [2022-04-17T15:33:29.162Z] [javac] Creating empty /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/org/glassfish/cditest/user/api/model/package-info.class [2022-04-17T15:33:29.162Z] [javac] Creating empty /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/org/glassfish/cditest/user/api/package-info.class [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] build: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] setOSConditions: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] setToolWin: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] setToolUnix: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] setToolProperty: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] setS1ASclassPath: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] init-common: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] webclient-war-common: [2022-04-17T15:33:29.162Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] clear: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] test-tlds-exist: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] copy-tlds: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] test-tagfiles-exist: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] copy-tagfiles: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] package-war-common: [2022-04-17T15:33:29.162Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:29.162Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:29.162Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:29.162Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:29.162Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings/lib [2022-04-17T15:33:29.162Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:29.162Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:29.162Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings/docroot [2022-04-17T15:33:29.162Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-interceptors-in-ejbs-through-interceptor-bindings-web.war [2022-04-17T15:33:29.162Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:29.162Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:29.162Z] [javac] Compiling 1 source file [2022-04-17T15:33:29.162Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:29.162Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] deploy: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] deploy-war-common: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] setOSConditions: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] setToolWin: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] setToolUnix: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] setToolProperty: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] setS1ASclassPath: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] init-common: [2022-04-17T15:33:29.162Z] [2022-04-17T15:33:29.162Z] deploy-war-commonpe: [2022-04-17T15:33:29.437Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-use-of-interceptors-in-ejbs-through-interceptor-bindings-web.war [2022-04-17T15:33:29.693Z] [exec] Application deployed with name cdi-use-of-interceptors-in-ejbs-through-interceptor-bindings-web. [2022-04-17T15:33:29.693Z] [2022-04-17T15:33:29.693Z] deploy-war-commonee: [2022-04-17T15:33:29.693Z] [2022-04-17T15:33:29.693Z] run: [2022-04-17T15:33:29.949Z] [java] opening connection to http://localhost:8080/cdi-use-of-interceptors-in-ejbs-through-interceptor-bindings/myurl [2022-04-17T15:33:29.949Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:29.949Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:29.949Z] [java] [2022-04-17T15:33:29.949Z] [java] [2022-04-17T15:33:29.949Z] [java] ----------------------------------------- [2022-04-17T15:33:29.949Z] [java] - interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings: PASS - [2022-04-17T15:33:29.949Z] [java] ----------------------------------------- [2022-04-17T15:33:29.949Z] [java] - Total PASS : 1 - [2022-04-17T15:33:29.949Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:29.949Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:29.949Z] [java] ----------------------------------------- [2022-04-17T15:33:29.949Z] [2022-04-17T15:33:29.949Z] undeploy: [2022-04-17T15:33:29.949Z] [2022-04-17T15:33:29.949Z] setOSConditions: [2022-04-17T15:33:29.949Z] [2022-04-17T15:33:29.949Z] setToolWin: [2022-04-17T15:33:29.949Z] [2022-04-17T15:33:29.949Z] setToolUnix: [2022-04-17T15:33:29.949Z] [2022-04-17T15:33:29.949Z] setToolProperty: [2022-04-17T15:33:29.949Z] [2022-04-17T15:33:29.949Z] setS1ASclassPath: [2022-04-17T15:33:29.949Z] [2022-04-17T15:33:29.949Z] init-common: [2022-04-17T15:33:29.949Z] [2022-04-17T15:33:29.949Z] undeploy-war-common: [2022-04-17T15:33:30.511Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] all: [2022-04-17T15:33:30.511Z] [echo] Running javaee-component-resources [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] all: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] javaee-comp: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setOSConditions: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolWin: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolUnix: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolProperty: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setS1ASclassPath: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] init-common: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] clean: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setOSConditions: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolWin: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolUnix: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolProperty: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setS1ASclassPath: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] init-common: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] clean-common: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setOSConditions: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolWin: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolUnix: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolProperty: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setS1ASclassPath: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] init-common: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] clean-classes-common: [2022-04-17T15:33:30.511Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setOSConditions: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolWin: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolUnix: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolProperty: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setS1ASclassPath: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] init-common: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] clean-jars-common: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] compile: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setOSConditions: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolWin: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolUnix: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setToolProperty: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] setS1ASclassPath: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] init-common: [2022-04-17T15:33:30.511Z] [2022-04-17T15:33:30.511Z] compile-common: [2022-04-17T15:33:30.511Z] [echo] Current time (ISO): 2022-04-17T15:33:30.301+0000 [2022-04-17T15:33:30.511Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:30.511Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:32.408Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:32.408Z] [javac] 1 warning [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] build: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] setOSConditions: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] setToolWin: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] setToolUnix: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] setToolProperty: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] setS1ASclassPath: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] init-common: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] webclient-war-common: [2022-04-17T15:33:32.408Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] clear: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] test-tlds-exist: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] copy-tlds: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] test-tagfiles-exist: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] copy-tagfiles: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] package-war-common: [2022-04-17T15:33:32.408Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:32.408Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:32.408Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:32.408Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:32.408Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/javaee-component-resource-typesafe-injection/lib [2022-04-17T15:33:32.408Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:32.408Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:32.408Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/javaee-component-resource-typesafe-injection/docroot [2022-04-17T15:33:32.408Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-typesafe-javaee-resource-injection-web.war [2022-04-17T15:33:32.408Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:32.408Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:32.408Z] [javac] Compiling 1 source file [2022-04-17T15:33:32.408Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:32.408Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] create-resources: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] setOSConditions: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] setToolWin: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] setToolUnix: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] setToolProperty: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] setS1ASclassPath: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] init-common: [2022-04-17T15:33:32.408Z] [2022-04-17T15:33:32.408Z] create-jdbc-connpool-common: [2022-04-17T15:33:32.693Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:32.693Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:33:32.693Z] [2022-04-17T15:33:32.693Z] set-derby-connpool-props: [2022-04-17T15:33:33.255Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:33.255Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:33:33.511Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:33.511Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:33:34.073Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:34.073Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:33:34.343Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:34.343Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:33:34.600Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:34.600Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:33:35.167Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:35.167Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:33:35.423Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:35.423Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:33:35.679Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:35.939Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:33:35.939Z] [2022-04-17T15:33:35.939Z] setOSConditions: [2022-04-17T15:33:35.939Z] [2022-04-17T15:33:35.939Z] setToolWin: [2022-04-17T15:33:35.939Z] [2022-04-17T15:33:35.939Z] setToolUnix: [2022-04-17T15:33:35.939Z] [2022-04-17T15:33:35.939Z] setToolProperty: [2022-04-17T15:33:35.939Z] [2022-04-17T15:33:35.939Z] setS1ASclassPath: [2022-04-17T15:33:35.939Z] [2022-04-17T15:33:35.939Z] init-common: [2022-04-17T15:33:35.939Z] [2022-04-17T15:33:35.939Z] create-jdbc-resource-common: [2022-04-17T15:33:35.939Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:36.195Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:36.195Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. [2022-04-17T15:33:36.195Z] [echo] cmd executed for server [2022-04-17T15:33:36.195Z] [2022-04-17T15:33:36.195Z] deploy: [2022-04-17T15:33:36.195Z] [2022-04-17T15:33:36.195Z] deploy-war-common: [2022-04-17T15:33:36.195Z] [2022-04-17T15:33:36.195Z] setOSConditions: [2022-04-17T15:33:36.195Z] [2022-04-17T15:33:36.195Z] setToolWin: [2022-04-17T15:33:36.195Z] [2022-04-17T15:33:36.195Z] setToolUnix: [2022-04-17T15:33:36.195Z] [2022-04-17T15:33:36.195Z] setToolProperty: [2022-04-17T15:33:36.195Z] [2022-04-17T15:33:36.195Z] setS1ASclassPath: [2022-04-17T15:33:36.195Z] [2022-04-17T15:33:36.195Z] init-common: [2022-04-17T15:33:36.195Z] [2022-04-17T15:33:36.195Z] deploy-war-commonpe: [2022-04-17T15:33:36.758Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-typesafe-javaee-resource-injection-web.war [2022-04-17T15:33:37.015Z] [exec] Application deployed with name cdi-typesafe-javaee-resource-injection-web. [2022-04-17T15:33:37.015Z] [2022-04-17T15:33:37.015Z] deploy-war-commonee: [2022-04-17T15:33:37.015Z] [2022-04-17T15:33:37.015Z] run: [2022-04-17T15:33:37.271Z] [java] opening connection to http://localhost:8080/cdi-typesafe-javaee-resource-injection/myurl [2022-04-17T15:33:37.271Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:37.271Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:37.271Z] [java] [2022-04-17T15:33:37.271Z] [java] [2022-04-17T15:33:37.271Z] [java] ----------------------------------------- [2022-04-17T15:33:37.271Z] [java] - typesafe-javaee-resource-injection: PASS - [2022-04-17T15:33:37.271Z] [java] ----------------------------------------- [2022-04-17T15:33:37.271Z] [java] - Total PASS : 1 - [2022-04-17T15:33:37.271Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:37.271Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:37.271Z] [java] ----------------------------------------- [2022-04-17T15:33:37.271Z] [2022-04-17T15:33:37.271Z] undeploy: [2022-04-17T15:33:37.271Z] [2022-04-17T15:33:37.271Z] setOSConditions: [2022-04-17T15:33:37.271Z] [2022-04-17T15:33:37.271Z] setToolWin: [2022-04-17T15:33:37.271Z] [2022-04-17T15:33:37.271Z] setToolUnix: [2022-04-17T15:33:37.271Z] [2022-04-17T15:33:37.271Z] setToolProperty: [2022-04-17T15:33:37.271Z] [2022-04-17T15:33:37.271Z] setS1ASclassPath: [2022-04-17T15:33:37.271Z] [2022-04-17T15:33:37.271Z] init-common: [2022-04-17T15:33:37.271Z] [2022-04-17T15:33:37.271Z] undeploy-war-common: [2022-04-17T15:33:37.845Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:37.845Z] [2022-04-17T15:33:37.845Z] delete-resources: [2022-04-17T15:33:37.845Z] [2022-04-17T15:33:37.845Z] setOSConditions: [2022-04-17T15:33:37.845Z] [2022-04-17T15:33:37.845Z] setToolWin: [2022-04-17T15:33:37.845Z] [2022-04-17T15:33:37.845Z] setToolUnix: [2022-04-17T15:33:37.845Z] [2022-04-17T15:33:37.845Z] setToolProperty: [2022-04-17T15:33:37.845Z] [2022-04-17T15:33:37.845Z] setS1ASclassPath: [2022-04-17T15:33:37.845Z] [2022-04-17T15:33:37.845Z] init-common: [2022-04-17T15:33:37.845Z] [2022-04-17T15:33:37.845Z] delete-jdbc-resource-common: [2022-04-17T15:33:37.846Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:38.101Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:38.101Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully [2022-04-17T15:33:38.101Z] [echo] cmd executed for server [2022-04-17T15:33:38.101Z] [2022-04-17T15:33:38.101Z] setOSConditions: [2022-04-17T15:33:38.101Z] [2022-04-17T15:33:38.101Z] setToolWin: [2022-04-17T15:33:38.101Z] [2022-04-17T15:33:38.101Z] setToolUnix: [2022-04-17T15:33:38.101Z] [2022-04-17T15:33:38.101Z] setToolProperty: [2022-04-17T15:33:38.101Z] [2022-04-17T15:33:38.101Z] setS1ASclassPath: [2022-04-17T15:33:38.101Z] [2022-04-17T15:33:38.101Z] init-common: [2022-04-17T15:33:38.101Z] [2022-04-17T15:33:38.101Z] delete-jdbc-connpool-common: [2022-04-17T15:33:38.101Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:33:38.356Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:38.356Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:33:38.356Z] [echo] cmd executed for server [2022-04-17T15:33:38.356Z] [2022-04-17T15:33:38.356Z] all: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setOSConditions: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolWin: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolUnix: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolProperty: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setS1ASclassPath: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] init-common: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] clean: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setOSConditions: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolWin: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolUnix: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolProperty: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setS1ASclassPath: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] init-common: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] clean-common: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setOSConditions: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolWin: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolUnix: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolProperty: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setS1ASclassPath: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] init-common: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] clean-classes-common: [2022-04-17T15:33:38.612Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setOSConditions: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolWin: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolUnix: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolProperty: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setS1ASclassPath: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] init-common: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] clean-jars-common: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] compile: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setOSConditions: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolWin: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolUnix: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setToolProperty: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] setS1ASclassPath: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] init-common: [2022-04-17T15:33:38.612Z] [2022-04-17T15:33:38.612Z] compile-common: [2022-04-17T15:33:38.612Z] [echo] Current time (ISO): 2022-04-17T15:33:38.380+0000 [2022-04-17T15:33:38.612Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:38.612Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:40.504Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:40.504Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:33:40.504Z] [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. [2022-04-17T15:33:40.504Z] [javac] 2 warnings [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] build: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] setOSConditions: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] setToolWin: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] setToolUnix: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] setToolProperty: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] setS1ASclassPath: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] init-common: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] webclient-war-common: [2022-04-17T15:33:40.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] clear: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] test-tlds-exist: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] copy-tlds: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] test-tagfiles-exist: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] copy-tagfiles: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] package-war-common: [2022-04-17T15:33:40.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:40.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:40.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:40.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:40.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection/lib [2022-04-17T15:33:40.504Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:33:40.504Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:40.504Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:40.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection/docroot [2022-04-17T15:33:40.504Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-web.war [2022-04-17T15:33:40.504Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:40.504Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:40.504Z] [javac] Compiling 1 source file [2022-04-17T15:33:40.504Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:40.504Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] create-resources: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] setOSConditions: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] setToolWin: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] setToolUnix: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] setToolProperty: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] setS1ASclassPath: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] init-common: [2022-04-17T15:33:40.504Z] [2022-04-17T15:33:40.504Z] create-jdbc-connpool-common: [2022-04-17T15:33:41.072Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:41.072Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:33:41.072Z] [2022-04-17T15:33:41.072Z] set-derby-connpool-props: [2022-04-17T15:33:41.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:41.596Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:33:41.853Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:41.853Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:33:42.437Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:42.437Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:33:42.693Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:42.693Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:33:43.255Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:43.255Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:33:43.511Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:43.511Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:33:43.767Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:43.767Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:33:44.342Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:44.342Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:33:44.342Z] [2022-04-17T15:33:44.342Z] setOSConditions: [2022-04-17T15:33:44.342Z] [2022-04-17T15:33:44.342Z] setToolWin: [2022-04-17T15:33:44.342Z] [2022-04-17T15:33:44.342Z] setToolUnix: [2022-04-17T15:33:44.342Z] [2022-04-17T15:33:44.342Z] setToolProperty: [2022-04-17T15:33:44.342Z] [2022-04-17T15:33:44.342Z] setS1ASclassPath: [2022-04-17T15:33:44.342Z] [2022-04-17T15:33:44.342Z] init-common: [2022-04-17T15:33:44.342Z] [2022-04-17T15:33:44.342Z] create-jdbc-resource-common: [2022-04-17T15:33:44.342Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:44.598Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:44.598Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. [2022-04-17T15:33:44.598Z] [echo] cmd executed for server [2022-04-17T15:33:44.598Z] [2022-04-17T15:33:44.598Z] deploy: [2022-04-17T15:33:44.598Z] [2022-04-17T15:33:44.598Z] deploy-war-common: [2022-04-17T15:33:44.598Z] [2022-04-17T15:33:44.598Z] setOSConditions: [2022-04-17T15:33:44.598Z] [2022-04-17T15:33:44.598Z] setToolWin: [2022-04-17T15:33:44.598Z] [2022-04-17T15:33:44.598Z] setToolUnix: [2022-04-17T15:33:44.598Z] [2022-04-17T15:33:44.598Z] setToolProperty: [2022-04-17T15:33:44.598Z] [2022-04-17T15:33:44.598Z] setS1ASclassPath: [2022-04-17T15:33:44.598Z] [2022-04-17T15:33:44.598Z] init-common: [2022-04-17T15:33:44.598Z] [2022-04-17T15:33:44.598Z] deploy-war-commonpe: [2022-04-17T15:33:45.161Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-web.war [2022-04-17T15:33:47.051Z] [exec] Application deployed with name cdi-jpa-resource-injection-web. [2022-04-17T15:33:47.307Z] [2022-04-17T15:33:47.307Z] deploy-war-commonee: [2022-04-17T15:33:47.307Z] [2022-04-17T15:33:47.307Z] run: [2022-04-17T15:33:47.307Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection/myurl?testcase=llinit [2022-04-17T15:33:47.563Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:47.563Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection/myurl?testcase=llquery [2022-04-17T15:33:47.563Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:47.563Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection/myurl?testcase=llfind [2022-04-17T15:33:47.563Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:47.563Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection/myurl?testcase=llinj [2022-04-17T15:33:47.563Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:47.563Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:47.563Z] [java] [2022-04-17T15:33:47.563Z] [java] [2022-04-17T15:33:47.563Z] [java] ----------------------------------------- [2022-04-17T15:33:47.563Z] [java] - jpa-resource-injectionllinit: PASS - [2022-04-17T15:33:47.563Z] [java] - jpa-resource-injectionllquery: PASS - [2022-04-17T15:33:47.563Z] [java] - jpa-resource-injectionllfind: PASS - [2022-04-17T15:33:47.563Z] [java] - jpa-resource-injectionllinj: PASS - [2022-04-17T15:33:47.563Z] [java] ----------------------------------------- [2022-04-17T15:33:47.563Z] [java] - Total PASS : 4 - [2022-04-17T15:33:47.563Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:47.563Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:47.563Z] [java] ----------------------------------------- [2022-04-17T15:33:47.563Z] [2022-04-17T15:33:47.563Z] undeploy: [2022-04-17T15:33:47.563Z] [2022-04-17T15:33:47.563Z] setOSConditions: [2022-04-17T15:33:47.563Z] [2022-04-17T15:33:47.563Z] setToolWin: [2022-04-17T15:33:47.563Z] [2022-04-17T15:33:47.563Z] setToolUnix: [2022-04-17T15:33:47.563Z] [2022-04-17T15:33:47.563Z] setToolProperty: [2022-04-17T15:33:47.563Z] [2022-04-17T15:33:47.563Z] setS1ASclassPath: [2022-04-17T15:33:47.563Z] [2022-04-17T15:33:47.563Z] init-common: [2022-04-17T15:33:47.563Z] [2022-04-17T15:33:47.563Z] undeploy-war-common: [2022-04-17T15:33:48.146Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:48.146Z] [2022-04-17T15:33:48.146Z] delete-resources: [2022-04-17T15:33:48.146Z] [2022-04-17T15:33:48.146Z] setOSConditions: [2022-04-17T15:33:48.146Z] [2022-04-17T15:33:48.146Z] setToolWin: [2022-04-17T15:33:48.146Z] [2022-04-17T15:33:48.146Z] setToolUnix: [2022-04-17T15:33:48.146Z] [2022-04-17T15:33:48.146Z] setToolProperty: [2022-04-17T15:33:48.146Z] [2022-04-17T15:33:48.146Z] setS1ASclassPath: [2022-04-17T15:33:48.146Z] [2022-04-17T15:33:48.146Z] init-common: [2022-04-17T15:33:48.146Z] [2022-04-17T15:33:48.146Z] delete-jdbc-resource-common: [2022-04-17T15:33:48.146Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:48.403Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:48.403Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully [2022-04-17T15:33:48.403Z] [echo] cmd executed for server [2022-04-17T15:33:48.403Z] [2022-04-17T15:33:48.403Z] setOSConditions: [2022-04-17T15:33:48.403Z] [2022-04-17T15:33:48.403Z] setToolWin: [2022-04-17T15:33:48.403Z] [2022-04-17T15:33:48.403Z] setToolUnix: [2022-04-17T15:33:48.403Z] [2022-04-17T15:33:48.403Z] setToolProperty: [2022-04-17T15:33:48.403Z] [2022-04-17T15:33:48.403Z] setS1ASclassPath: [2022-04-17T15:33:48.403Z] [2022-04-17T15:33:48.403Z] init-common: [2022-04-17T15:33:48.403Z] [2022-04-17T15:33:48.403Z] delete-jdbc-connpool-common: [2022-04-17T15:33:48.403Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:33:48.965Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:48.965Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:33:48.965Z] [echo] cmd executed for server [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] all: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setOSConditions: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolWin: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolUnix: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolProperty: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setS1ASclassPath: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] init-common: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] clean: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setOSConditions: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolWin: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolUnix: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolProperty: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setS1ASclassPath: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] init-common: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] clean-common: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setOSConditions: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolWin: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolUnix: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolProperty: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setS1ASclassPath: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] init-common: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] clean-classes-common: [2022-04-17T15:33:48.965Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setOSConditions: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolWin: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolUnix: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolProperty: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setS1ASclassPath: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] init-common: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] clean-jars-common: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] compile: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setOSConditions: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolWin: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolUnix: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setToolProperty: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] setS1ASclassPath: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] init-common: [2022-04-17T15:33:48.965Z] [2022-04-17T15:33:48.965Z] compile-common: [2022-04-17T15:33:48.965Z] [echo] Current time (ISO): 2022-04-17T15:33:48.719+0000 [2022-04-17T15:33:48.965Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:48.965Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:50.903Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:50.903Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:33:50.903Z] [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. [2022-04-17T15:33:50.903Z] [javac] 2 warnings [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] build: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] setOSConditions: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] setToolWin: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] setToolUnix: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] setToolProperty: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] setS1ASclassPath: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] init-common: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] webclient-war-common: [2022-04-17T15:33:50.903Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] clear: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] test-tlds-exist: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] copy-tlds: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] test-tagfiles-exist: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] copy-tagfiles: [2022-04-17T15:33:50.903Z] [2022-04-17T15:33:50.903Z] package-war-common: [2022-04-17T15:33:50.903Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:50.903Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:50.903Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:50.903Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:50.903Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-non-serializable/lib [2022-04-17T15:33:50.903Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:33:50.903Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:50.903Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:50.903Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-non-serializable/docroot [2022-04-17T15:33:50.903Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-non-serializable-web.war [2022-04-17T15:33:50.903Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:50.903Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:50.903Z] [javac] Compiling 1 source file [2022-04-17T15:33:50.904Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:50.904Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:50.904Z] [2022-04-17T15:33:50.904Z] create-resources: [2022-04-17T15:33:50.904Z] [2022-04-17T15:33:50.904Z] setOSConditions: [2022-04-17T15:33:50.904Z] [2022-04-17T15:33:50.904Z] setToolWin: [2022-04-17T15:33:50.904Z] [2022-04-17T15:33:50.904Z] setToolUnix: [2022-04-17T15:33:50.904Z] [2022-04-17T15:33:50.904Z] setToolProperty: [2022-04-17T15:33:50.904Z] [2022-04-17T15:33:50.904Z] setS1ASclassPath: [2022-04-17T15:33:50.904Z] [2022-04-17T15:33:50.904Z] init-common: [2022-04-17T15:33:50.904Z] [2022-04-17T15:33:50.904Z] create-jdbc-connpool-common: [2022-04-17T15:33:51.466Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:51.466Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:33:51.466Z] [2022-04-17T15:33:51.466Z] set-derby-connpool-props: [2022-04-17T15:33:51.722Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:51.722Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:33:52.286Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:52.286Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:33:52.542Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:52.542Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:33:52.798Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:52.798Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:33:53.361Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:53.361Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:33:53.617Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:53.617Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:33:54.179Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:54.179Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:33:54.436Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:33:54.436Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:33:54.436Z] [2022-04-17T15:33:54.436Z] setOSConditions: [2022-04-17T15:33:54.436Z] [2022-04-17T15:33:54.436Z] setToolWin: [2022-04-17T15:33:54.436Z] [2022-04-17T15:33:54.436Z] setToolUnix: [2022-04-17T15:33:54.436Z] [2022-04-17T15:33:54.436Z] setToolProperty: [2022-04-17T15:33:54.436Z] [2022-04-17T15:33:54.436Z] setS1ASclassPath: [2022-04-17T15:33:54.436Z] [2022-04-17T15:33:54.436Z] init-common: [2022-04-17T15:33:54.436Z] [2022-04-17T15:33:54.436Z] create-jdbc-resource-common: [2022-04-17T15:33:54.436Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:54.999Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:54.999Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. [2022-04-17T15:33:54.999Z] [echo] cmd executed for server [2022-04-17T15:33:54.999Z] [2022-04-17T15:33:54.999Z] deploy: [2022-04-17T15:33:54.999Z] [2022-04-17T15:33:54.999Z] deploy-war-common: [2022-04-17T15:33:54.999Z] [2022-04-17T15:33:54.999Z] setOSConditions: [2022-04-17T15:33:54.999Z] [2022-04-17T15:33:54.999Z] setToolWin: [2022-04-17T15:33:54.999Z] [2022-04-17T15:33:54.999Z] setToolUnix: [2022-04-17T15:33:54.999Z] [2022-04-17T15:33:54.999Z] setToolProperty: [2022-04-17T15:33:54.999Z] [2022-04-17T15:33:54.999Z] setS1ASclassPath: [2022-04-17T15:33:54.999Z] [2022-04-17T15:33:54.999Z] init-common: [2022-04-17T15:33:54.999Z] [2022-04-17T15:33:54.999Z] deploy-war-commonpe: [2022-04-17T15:33:55.255Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-non-serializable-web.war [2022-04-17T15:33:55.819Z] [exec] Application deployed with name cdi-jpa-resource-injection-non-serializable-web. [2022-04-17T15:33:55.819Z] [2022-04-17T15:33:55.819Z] deploy-war-commonee: [2022-04-17T15:33:55.819Z] [2022-04-17T15:33:55.819Z] run: [2022-04-17T15:33:55.819Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-non-serializable/myurl?testcase=llinit [2022-04-17T15:33:56.075Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:56.075Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-non-serializable/myurl?testcase=llquery [2022-04-17T15:33:56.075Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:56.075Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-non-serializable/myurl?testcase=llfind [2022-04-17T15:33:56.075Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:56.075Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-non-serializable/myurl?testcase=llinj [2022-04-17T15:33:56.075Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:33:56.075Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:33:56.075Z] [java] [2022-04-17T15:33:56.075Z] [java] [2022-04-17T15:33:56.075Z] [java] ----------------------------------------- [2022-04-17T15:33:56.075Z] [java] - jpa-resource-injection-non-serializablellinit: PASS - [2022-04-17T15:33:56.075Z] [java] - jpa-resource-injection-non-serializablellquery: PASS - [2022-04-17T15:33:56.075Z] [java] - jpa-resource-injection-non-serializablellfind: PASS - [2022-04-17T15:33:56.075Z] [java] - jpa-resource-injection-non-serializablellinj: PASS - [2022-04-17T15:33:56.075Z] [java] ----------------------------------------- [2022-04-17T15:33:56.075Z] [java] - Total PASS : 4 - [2022-04-17T15:33:56.075Z] [java] - Total FAIL : 0 - [2022-04-17T15:33:56.075Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:33:56.075Z] [java] ----------------------------------------- [2022-04-17T15:33:56.075Z] [2022-04-17T15:33:56.075Z] undeploy: [2022-04-17T15:33:56.075Z] [2022-04-17T15:33:56.075Z] setOSConditions: [2022-04-17T15:33:56.075Z] [2022-04-17T15:33:56.075Z] setToolWin: [2022-04-17T15:33:56.075Z] [2022-04-17T15:33:56.075Z] setToolUnix: [2022-04-17T15:33:56.075Z] [2022-04-17T15:33:56.075Z] setToolProperty: [2022-04-17T15:33:56.075Z] [2022-04-17T15:33:56.075Z] setS1ASclassPath: [2022-04-17T15:33:56.075Z] [2022-04-17T15:33:56.075Z] init-common: [2022-04-17T15:33:56.075Z] [2022-04-17T15:33:56.075Z] undeploy-war-common: [2022-04-17T15:33:56.331Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:33:56.331Z] [2022-04-17T15:33:56.331Z] delete-resources: [2022-04-17T15:33:56.331Z] [2022-04-17T15:33:56.331Z] setOSConditions: [2022-04-17T15:33:56.331Z] [2022-04-17T15:33:56.331Z] setToolWin: [2022-04-17T15:33:56.331Z] [2022-04-17T15:33:56.331Z] setToolUnix: [2022-04-17T15:33:56.331Z] [2022-04-17T15:33:56.331Z] setToolProperty: [2022-04-17T15:33:56.331Z] [2022-04-17T15:33:56.331Z] setS1ASclassPath: [2022-04-17T15:33:56.331Z] [2022-04-17T15:33:56.331Z] init-common: [2022-04-17T15:33:56.331Z] [2022-04-17T15:33:56.331Z] delete-jdbc-resource-common: [2022-04-17T15:33:56.331Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:56.898Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:56.898Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully [2022-04-17T15:33:56.898Z] [echo] cmd executed for server [2022-04-17T15:33:56.898Z] [2022-04-17T15:33:56.898Z] setOSConditions: [2022-04-17T15:33:56.898Z] [2022-04-17T15:33:56.898Z] setToolWin: [2022-04-17T15:33:56.898Z] [2022-04-17T15:33:56.898Z] setToolUnix: [2022-04-17T15:33:56.898Z] [2022-04-17T15:33:56.898Z] setToolProperty: [2022-04-17T15:33:56.898Z] [2022-04-17T15:33:56.898Z] setS1ASclassPath: [2022-04-17T15:33:56.898Z] [2022-04-17T15:33:56.898Z] init-common: [2022-04-17T15:33:56.898Z] [2022-04-17T15:33:56.898Z] delete-jdbc-connpool-common: [2022-04-17T15:33:56.898Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:33:57.499Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:57.499Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:33:57.499Z] [echo] cmd executed for server [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] all: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setOSConditions: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolWin: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolUnix: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolProperty: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setS1ASclassPath: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] init-common: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] clean: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setOSConditions: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolWin: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolUnix: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolProperty: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setS1ASclassPath: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] init-common: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] clean-common: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setOSConditions: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolWin: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolUnix: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolProperty: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setS1ASclassPath: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] init-common: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] clean-classes-common: [2022-04-17T15:33:57.499Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setOSConditions: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolWin: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolUnix: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolProperty: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setS1ASclassPath: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] init-common: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] clean-jars-common: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] compile: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setOSConditions: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolWin: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolUnix: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setToolProperty: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] setS1ASclassPath: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] init-common: [2022-04-17T15:33:57.499Z] [2022-04-17T15:33:57.499Z] compile-common: [2022-04-17T15:33:57.499Z] [echo] Current time (ISO): 2022-04-17T15:33:57.268+0000 [2022-04-17T15:33:57.499Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:57.499Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:33:59.397Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:33:59.397Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:33:59.397Z] [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. [2022-04-17T15:33:59.397Z] [javac] 2 warnings [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] build: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] setOSConditions: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] setToolWin: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] setToolUnix: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] setToolProperty: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] setS1ASclassPath: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] init-common: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] webclient-war-common: [2022-04-17T15:33:59.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] clear: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] test-tlds-exist: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] copy-tlds: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] test-tagfiles-exist: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] copy-tagfiles: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] package-war-common: [2022-04-17T15:33:59.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:33:59.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:59.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:59.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:33:59.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-passivating-scope/lib [2022-04-17T15:33:59.397Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:33:59.397Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:59.397Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:33:59.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-passivating-scope/docroot [2022-04-17T15:33:59.397Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-passivating-scope-web.war [2022-04-17T15:33:59.397Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:33:59.397Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:59.397Z] [javac] Compiling 1 source file [2022-04-17T15:33:59.397Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:33:59.397Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] create-resources: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] setOSConditions: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] setToolWin: [2022-04-17T15:33:59.397Z] [2022-04-17T15:33:59.397Z] setToolUnix: [2022-04-17T15:33:59.398Z] [2022-04-17T15:33:59.398Z] setToolProperty: [2022-04-17T15:33:59.398Z] [2022-04-17T15:33:59.398Z] setS1ASclassPath: [2022-04-17T15:33:59.398Z] [2022-04-17T15:33:59.398Z] init-common: [2022-04-17T15:33:59.398Z] [2022-04-17T15:33:59.398Z] create-jdbc-connpool-common: [2022-04-17T15:33:59.960Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:33:59.960Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:33:59.960Z] [2022-04-17T15:33:59.960Z] set-derby-connpool-props: [2022-04-17T15:34:00.245Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:00.245Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:34:00.502Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:00.502Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:34:01.063Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:01.063Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:34:01.336Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:01.336Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:34:01.592Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:01.592Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:34:02.155Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:02.155Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:34:02.412Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:02.412Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:34:02.668Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:02.668Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:34:02.668Z] [2022-04-17T15:34:02.668Z] setOSConditions: [2022-04-17T15:34:02.668Z] [2022-04-17T15:34:02.668Z] setToolWin: [2022-04-17T15:34:02.668Z] [2022-04-17T15:34:02.668Z] setToolUnix: [2022-04-17T15:34:02.668Z] [2022-04-17T15:34:02.668Z] setToolProperty: [2022-04-17T15:34:02.668Z] [2022-04-17T15:34:02.668Z] setS1ASclassPath: [2022-04-17T15:34:02.668Z] [2022-04-17T15:34:02.668Z] init-common: [2022-04-17T15:34:02.668Z] [2022-04-17T15:34:02.668Z] create-jdbc-resource-common: [2022-04-17T15:34:02.668Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:03.242Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:03.242Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. [2022-04-17T15:34:03.242Z] [echo] cmd executed for server [2022-04-17T15:34:03.242Z] [2022-04-17T15:34:03.242Z] deploy: [2022-04-17T15:34:03.242Z] [2022-04-17T15:34:03.242Z] deploy-war-common: [2022-04-17T15:34:03.242Z] [2022-04-17T15:34:03.242Z] setOSConditions: [2022-04-17T15:34:03.242Z] [2022-04-17T15:34:03.242Z] setToolWin: [2022-04-17T15:34:03.242Z] [2022-04-17T15:34:03.242Z] setToolUnix: [2022-04-17T15:34:03.242Z] [2022-04-17T15:34:03.242Z] setToolProperty: [2022-04-17T15:34:03.242Z] [2022-04-17T15:34:03.242Z] setS1ASclassPath: [2022-04-17T15:34:03.242Z] [2022-04-17T15:34:03.242Z] init-common: [2022-04-17T15:34:03.242Z] [2022-04-17T15:34:03.242Z] deploy-war-commonpe: [2022-04-17T15:34:03.498Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-passivating-scope-web.war [2022-04-17T15:34:04.062Z] [exec] Application deployed with name cdi-jpa-resource-injection-passivating-scope-web. [2022-04-17T15:34:04.062Z] [2022-04-17T15:34:04.062Z] deploy-war-commonee: [2022-04-17T15:34:04.062Z] [2022-04-17T15:34:04.062Z] run: [2022-04-17T15:34:04.062Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-passivating-scope/myurl?testcase=llinit [2022-04-17T15:34:04.336Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:04.337Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-passivating-scope/myurl?testcase=llquery [2022-04-17T15:34:04.337Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:04.337Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-passivating-scope/myurl?testcase=llfind [2022-04-17T15:34:04.337Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:04.337Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-passivating-scope/myurl?testcase=llinj [2022-04-17T15:34:04.337Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:04.337Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:34:04.337Z] [java] [2022-04-17T15:34:04.337Z] [java] [2022-04-17T15:34:04.337Z] [java] ----------------------------------------- [2022-04-17T15:34:04.337Z] [java] - jpa-resource-injection-passivating-scopellinit: PASS - [2022-04-17T15:34:04.337Z] [java] - jpa-resource-injection-passivating-scopellquery: PASS - [2022-04-17T15:34:04.337Z] [java] - jpa-resource-injection-passivating-scopellfind: PASS - [2022-04-17T15:34:04.337Z] [java] - jpa-resource-injection-passivating-scopellinj: PASS - [2022-04-17T15:34:04.337Z] [java] ----------------------------------------- [2022-04-17T15:34:04.337Z] [java] - Total PASS : 4 - [2022-04-17T15:34:04.337Z] [java] - Total FAIL : 0 - [2022-04-17T15:34:04.337Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:34:04.337Z] [java] ----------------------------------------- [2022-04-17T15:34:04.337Z] [2022-04-17T15:34:04.337Z] undeploy: [2022-04-17T15:34:04.337Z] [2022-04-17T15:34:04.337Z] setOSConditions: [2022-04-17T15:34:04.337Z] [2022-04-17T15:34:04.337Z] setToolWin: [2022-04-17T15:34:04.337Z] [2022-04-17T15:34:04.337Z] setToolUnix: [2022-04-17T15:34:04.337Z] [2022-04-17T15:34:04.337Z] setToolProperty: [2022-04-17T15:34:04.337Z] [2022-04-17T15:34:04.337Z] setS1ASclassPath: [2022-04-17T15:34:04.337Z] [2022-04-17T15:34:04.337Z] init-common: [2022-04-17T15:34:04.337Z] [2022-04-17T15:34:04.337Z] undeploy-war-common: [2022-04-17T15:34:04.593Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:34:04.593Z] [2022-04-17T15:34:04.593Z] delete-resources: [2022-04-17T15:34:04.593Z] [2022-04-17T15:34:04.593Z] setOSConditions: [2022-04-17T15:34:04.593Z] [2022-04-17T15:34:04.593Z] setToolWin: [2022-04-17T15:34:04.593Z] [2022-04-17T15:34:04.593Z] setToolUnix: [2022-04-17T15:34:04.593Z] [2022-04-17T15:34:04.593Z] setToolProperty: [2022-04-17T15:34:04.593Z] [2022-04-17T15:34:04.593Z] setS1ASclassPath: [2022-04-17T15:34:04.593Z] [2022-04-17T15:34:04.593Z] init-common: [2022-04-17T15:34:04.593Z] [2022-04-17T15:34:04.593Z] delete-jdbc-resource-common: [2022-04-17T15:34:04.593Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:05.155Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:05.155Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully [2022-04-17T15:34:05.155Z] [echo] cmd executed for server [2022-04-17T15:34:05.155Z] [2022-04-17T15:34:05.155Z] setOSConditions: [2022-04-17T15:34:05.155Z] [2022-04-17T15:34:05.155Z] setToolWin: [2022-04-17T15:34:05.155Z] [2022-04-17T15:34:05.155Z] setToolUnix: [2022-04-17T15:34:05.155Z] [2022-04-17T15:34:05.155Z] setToolProperty: [2022-04-17T15:34:05.155Z] [2022-04-17T15:34:05.155Z] setS1ASclassPath: [2022-04-17T15:34:05.155Z] [2022-04-17T15:34:05.155Z] init-common: [2022-04-17T15:34:05.155Z] [2022-04-17T15:34:05.155Z] delete-jdbc-connpool-common: [2022-04-17T15:34:05.155Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:34:05.411Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:05.411Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:34:05.411Z] [echo] cmd executed for server [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] all: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setOSConditions: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolWin: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolUnix: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolProperty: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setS1ASclassPath: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] init-common: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] clean: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setOSConditions: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolWin: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolUnix: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolProperty: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setS1ASclassPath: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] init-common: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] clean-common: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setOSConditions: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolWin: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolUnix: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolProperty: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setS1ASclassPath: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] init-common: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] clean-classes-common: [2022-04-17T15:34:05.411Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setOSConditions: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolWin: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolUnix: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolProperty: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setS1ASclassPath: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] init-common: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] clean-jars-common: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] compile: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setOSConditions: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolWin: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolUnix: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setToolProperty: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] setS1ASclassPath: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] init-common: [2022-04-17T15:34:05.411Z] [2022-04-17T15:34:05.411Z] compile-common: [2022-04-17T15:34:05.411Z] [echo] Current time (ISO): 2022-04-17T15:34:05.353+0000 [2022-04-17T15:34:05.411Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:05.411Z] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:07.304Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:07.304Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:34:07.304Z] [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. [2022-04-17T15:34:07.591Z] [javac] 2 warnings [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] build: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] setOSConditions: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] setToolWin: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] setToolUnix: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] setToolProperty: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] setS1ASclassPath: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] init-common: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] webclient-war-common: [2022-04-17T15:34:07.591Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] clear: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] test-tlds-exist: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] copy-tlds: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] test-tagfiles-exist: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] copy-tagfiles: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] package-war-common: [2022-04-17T15:34:07.591Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:34:07.591Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:07.591Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:07.591Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:34:07.591Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-with-singleton-ejb-producer/lib [2022-04-17T15:34:07.591Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:34:07.591Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:07.591Z] [copy] Copying 12 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:07.591Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-with-singleton-ejb-producer/docroot [2022-04-17T15:34:07.591Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-in-singleton-ejb-web.war [2022-04-17T15:34:07.591Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:07.591Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:07.591Z] [javac] Compiling 1 source file [2022-04-17T15:34:07.591Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:34:07.591Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] create-resources: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] setOSConditions: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] setToolWin: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] setToolUnix: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] setToolProperty: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] setS1ASclassPath: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] init-common: [2022-04-17T15:34:07.591Z] [2022-04-17T15:34:07.591Z] create-jdbc-connpool-common: [2022-04-17T15:34:08.162Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:08.162Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:34:08.162Z] [2022-04-17T15:34:08.162Z] set-derby-connpool-props: [2022-04-17T15:34:08.745Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:08.745Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:34:09.008Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:09.008Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:34:09.573Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:09.573Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:34:09.841Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:10.101Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:34:10.394Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:10.394Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:34:10.959Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:10.959Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:34:11.216Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:11.216Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:34:11.792Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:11.792Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:34:11.792Z] [2022-04-17T15:34:11.792Z] setOSConditions: [2022-04-17T15:34:11.792Z] [2022-04-17T15:34:11.792Z] setToolWin: [2022-04-17T15:34:11.792Z] [2022-04-17T15:34:11.792Z] setToolUnix: [2022-04-17T15:34:11.792Z] [2022-04-17T15:34:11.792Z] setToolProperty: [2022-04-17T15:34:11.792Z] [2022-04-17T15:34:11.792Z] setS1ASclassPath: [2022-04-17T15:34:11.792Z] [2022-04-17T15:34:11.792Z] init-common: [2022-04-17T15:34:11.792Z] [2022-04-17T15:34:11.792Z] create-jdbc-resource-common: [2022-04-17T15:34:11.792Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:12.051Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:12.308Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. [2022-04-17T15:34:12.308Z] [echo] cmd executed for server [2022-04-17T15:34:12.308Z] [2022-04-17T15:34:12.308Z] deploy: [2022-04-17T15:34:12.308Z] [2022-04-17T15:34:12.308Z] deploy-war-common: [2022-04-17T15:34:12.308Z] [2022-04-17T15:34:12.308Z] setOSConditions: [2022-04-17T15:34:12.308Z] [2022-04-17T15:34:12.308Z] setToolWin: [2022-04-17T15:34:12.308Z] [2022-04-17T15:34:12.308Z] setToolUnix: [2022-04-17T15:34:12.308Z] [2022-04-17T15:34:12.308Z] setToolProperty: [2022-04-17T15:34:12.308Z] [2022-04-17T15:34:12.308Z] setS1ASclassPath: [2022-04-17T15:34:12.308Z] [2022-04-17T15:34:12.308Z] init-common: [2022-04-17T15:34:12.308Z] [2022-04-17T15:34:12.308Z] deploy-war-commonpe: [2022-04-17T15:34:12.566Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jpa-resource-injection-in-singleton-ejb-web.war [2022-04-17T15:34:13.514Z] [exec] Application deployed with name cdi-jpa-resource-injection-in-singleton-ejb-web. [2022-04-17T15:34:13.514Z] [2022-04-17T15:34:13.514Z] deploy-war-commonee: [2022-04-17T15:34:13.514Z] [2022-04-17T15:34:13.514Z] run: [2022-04-17T15:34:13.514Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-in-singleton-ejb/myurl?testcase=llinit&whichemf=producer [2022-04-17T15:34:13.514Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:13.514Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-in-singleton-ejb/myurl?testcase=llquery&whichemf=producer [2022-04-17T15:34:13.514Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:13.514Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-in-singleton-ejb/myurl?testcase=llfind&whichemf=producer [2022-04-17T15:34:13.514Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:13.514Z] [java] opening connection to http://localhost:8080/cdi-jpa-resource-injection-in-singleton-ejb/myurl?testcase=llinj&whichemf=producer [2022-04-17T15:34:13.514Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:13.514Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:34:13.514Z] [java] [2022-04-17T15:34:13.514Z] [java] [2022-04-17T15:34:13.514Z] [java] ----------------------------------------- [2022-04-17T15:34:13.514Z] [java] - jpa-resource-injection-from-singleton-EJB_producer_llinit: PASS - [2022-04-17T15:34:13.514Z] [java] - jpa-resource-injection-from-singleton-EJB_producer_llquery: PASS - [2022-04-17T15:34:13.514Z] [java] - jpa-resource-injection-from-singleton-EJB_producer_llfind: PASS - [2022-04-17T15:34:13.514Z] [java] - jpa-resource-injection-from-singleton-EJB_producer_llinj: PASS - [2022-04-17T15:34:13.514Z] [java] ----------------------------------------- [2022-04-17T15:34:13.514Z] [java] - Total PASS : 4 - [2022-04-17T15:34:13.514Z] [java] - Total FAIL : 0 - [2022-04-17T15:34:13.514Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:34:13.514Z] [java] ----------------------------------------- [2022-04-17T15:34:13.514Z] [2022-04-17T15:34:13.514Z] undeploy: [2022-04-17T15:34:13.514Z] [2022-04-17T15:34:13.514Z] setOSConditions: [2022-04-17T15:34:13.514Z] [2022-04-17T15:34:13.514Z] setToolWin: [2022-04-17T15:34:13.514Z] [2022-04-17T15:34:13.514Z] setToolUnix: [2022-04-17T15:34:13.514Z] [2022-04-17T15:34:13.514Z] setToolProperty: [2022-04-17T15:34:13.514Z] [2022-04-17T15:34:13.514Z] setS1ASclassPath: [2022-04-17T15:34:13.514Z] [2022-04-17T15:34:13.514Z] init-common: [2022-04-17T15:34:13.514Z] [2022-04-17T15:34:13.514Z] undeploy-war-common: [2022-04-17T15:34:14.077Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:34:14.077Z] [2022-04-17T15:34:14.077Z] delete-resources: [2022-04-17T15:34:14.077Z] [2022-04-17T15:34:14.077Z] setOSConditions: [2022-04-17T15:34:14.078Z] [2022-04-17T15:34:14.078Z] setToolWin: [2022-04-17T15:34:14.078Z] [2022-04-17T15:34:14.078Z] setToolUnix: [2022-04-17T15:34:14.078Z] [2022-04-17T15:34:14.078Z] setToolProperty: [2022-04-17T15:34:14.078Z] [2022-04-17T15:34:14.078Z] setS1ASclassPath: [2022-04-17T15:34:14.078Z] [2022-04-17T15:34:14.078Z] init-common: [2022-04-17T15:34:14.078Z] [2022-04-17T15:34:14.078Z] delete-jdbc-resource-common: [2022-04-17T15:34:14.078Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:14.643Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:14.643Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully [2022-04-17T15:34:14.643Z] [echo] cmd executed for server [2022-04-17T15:34:14.643Z] [2022-04-17T15:34:14.643Z] setOSConditions: [2022-04-17T15:34:14.643Z] [2022-04-17T15:34:14.643Z] setToolWin: [2022-04-17T15:34:14.643Z] [2022-04-17T15:34:14.643Z] setToolUnix: [2022-04-17T15:34:14.643Z] [2022-04-17T15:34:14.643Z] setToolProperty: [2022-04-17T15:34:14.643Z] [2022-04-17T15:34:14.643Z] setS1ASclassPath: [2022-04-17T15:34:14.643Z] [2022-04-17T15:34:14.643Z] init-common: [2022-04-17T15:34:14.643Z] [2022-04-17T15:34:14.643Z] delete-jdbc-connpool-common: [2022-04-17T15:34:14.643Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:34:15.206Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:15.206Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:34:15.206Z] [echo] cmd executed for server [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] all: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setOSConditions: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolWin: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolUnix: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolProperty: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setS1ASclassPath: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] init-common: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] clean: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setOSConditions: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolWin: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolUnix: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolProperty: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setS1ASclassPath: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] init-common: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] clean-common: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setOSConditions: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolWin: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolUnix: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolProperty: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setS1ASclassPath: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] init-common: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] clean-classes-common: [2022-04-17T15:34:15.206Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setOSConditions: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolWin: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolUnix: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolProperty: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setS1ASclassPath: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] init-common: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] clean-jars-common: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] compile: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setOSConditions: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolWin: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolUnix: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setToolProperty: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] setS1ASclassPath: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] init-common: [2022-04-17T15:34:15.206Z] [2022-04-17T15:34:15.206Z] compile-common: [2022-04-17T15:34:15.206Z] [echo] Current time (ISO): 2022-04-17T15:34:15.003+0000 [2022-04-17T15:34:15.206Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:15.206Z] [javac] Compiling 19 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:17.102Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:17.102Z] [javac] 1 warning [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] build: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] setOSConditions: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] setToolWin: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] setToolUnix: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] setToolProperty: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] setS1ASclassPath: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] init-common: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] webclient-war-common: [2022-04-17T15:34:17.102Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] clear: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] test-tlds-exist: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] copy-tlds: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] test-tagfiles-exist: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] copy-tagfiles: [2022-04-17T15:34:17.102Z] [2022-04-17T15:34:17.102Z] package-war-common: [2022-04-17T15:34:17.103Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:34:17.103Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:17.103Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:17.103Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:34:17.103Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/no-interface-ejb/lib [2022-04-17T15:34:17.103Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:17.103Z] [copy] Copying 19 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:17.103Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/no-interface-ejb/docroot [2022-04-17T15:34:17.103Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-ejb-web.war [2022-04-17T15:34:17.103Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:17.103Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:17.103Z] [javac] Compiling 1 source file [2022-04-17T15:34:17.103Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:34:17.103Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:34:17.103Z] [2022-04-17T15:34:17.103Z] deploy: [2022-04-17T15:34:17.103Z] [2022-04-17T15:34:17.103Z] deploy-war-common: [2022-04-17T15:34:17.103Z] [2022-04-17T15:34:17.103Z] setOSConditions: [2022-04-17T15:34:17.103Z] [2022-04-17T15:34:17.103Z] setToolWin: [2022-04-17T15:34:17.103Z] [2022-04-17T15:34:17.103Z] setToolUnix: [2022-04-17T15:34:17.103Z] [2022-04-17T15:34:17.103Z] setToolProperty: [2022-04-17T15:34:17.103Z] [2022-04-17T15:34:17.103Z] setS1ASclassPath: [2022-04-17T15:34:17.103Z] [2022-04-17T15:34:17.103Z] init-common: [2022-04-17T15:34:17.103Z] [2022-04-17T15:34:17.103Z] deploy-war-commonpe: [2022-04-17T15:34:17.666Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-ejb-web.war [2022-04-17T15:34:17.922Z] [exec] Application deployed with name cdi-no-interface-ejb-web. [2022-04-17T15:34:17.922Z] [2022-04-17T15:34:17.922Z] deploy-war-commonee: [2022-04-17T15:34:17.922Z] [2022-04-17T15:34:17.922Z] run: [2022-04-17T15:34:17.922Z] [java] opening connection to http://localhost:8080/cdi-no-interface-ejb/myurl [2022-04-17T15:34:17.922Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:17.922Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:34:17.922Z] [java] [2022-04-17T15:34:17.922Z] [java] [2022-04-17T15:34:17.922Z] [java] ----------------------------------------- [2022-04-17T15:34:17.922Z] [java] - injection-of-no-interface-bean-view-and-EJB-with-local-view: PASS - [2022-04-17T15:34:17.922Z] [java] ----------------------------------------- [2022-04-17T15:34:17.922Z] [java] - Total PASS : 1 - [2022-04-17T15:34:17.922Z] [java] - Total FAIL : 0 - [2022-04-17T15:34:17.922Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:34:17.922Z] [java] ----------------------------------------- [2022-04-17T15:34:17.922Z] [2022-04-17T15:34:17.922Z] undeploy: [2022-04-17T15:34:17.922Z] [2022-04-17T15:34:17.922Z] setOSConditions: [2022-04-17T15:34:17.922Z] [2022-04-17T15:34:17.922Z] setToolWin: [2022-04-17T15:34:17.922Z] [2022-04-17T15:34:17.922Z] setToolUnix: [2022-04-17T15:34:17.922Z] [2022-04-17T15:34:17.922Z] setToolProperty: [2022-04-17T15:34:17.922Z] [2022-04-17T15:34:17.922Z] setS1ASclassPath: [2022-04-17T15:34:17.922Z] [2022-04-17T15:34:17.922Z] init-common: [2022-04-17T15:34:17.922Z] [2022-04-17T15:34:17.922Z] undeploy-war-common: [2022-04-17T15:34:18.488Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] all: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setOSConditions: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolWin: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolUnix: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolProperty: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setS1ASclassPath: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] init-common: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] clean: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setOSConditions: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolWin: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolUnix: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolProperty: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setS1ASclassPath: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] init-common: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] clean-common: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setOSConditions: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolWin: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolUnix: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolProperty: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setS1ASclassPath: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] init-common: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] clean-classes-common: [2022-04-17T15:34:18.488Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setOSConditions: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolWin: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolUnix: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolProperty: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setS1ASclassPath: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] init-common: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] clean-jars-common: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] compile: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setOSConditions: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolWin: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolUnix: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setToolProperty: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] setS1ASclassPath: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] init-common: [2022-04-17T15:34:18.488Z] [2022-04-17T15:34:18.488Z] compile-common: [2022-04-17T15:34:18.488Z] [echo] Current time (ISO): 2022-04-17T15:34:18.358+0000 [2022-04-17T15:34:18.488Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:18.488Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:20.381Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:20.381Z] [javac] 1 warning [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] build: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] setOSConditions: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] setToolWin: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] setToolUnix: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] setToolProperty: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] setS1ASclassPath: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] init-common: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] webclient-war-common: [2022-04-17T15:34:20.381Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] clear: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] test-tlds-exist: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] copy-tlds: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] test-tagfiles-exist: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.381Z] copy-tagfiles: [2022-04-17T15:34:20.381Z] [2022-04-17T15:34:20.382Z] package-war-common: [2022-04-17T15:34:20.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:34:20.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:20.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:20.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:34:20.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/lib [2022-04-17T15:34:20.382Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:20.382Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:20.382Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/docroot [2022-04-17T15:34:20.382Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jms-resource-injection-web.war [2022-04-17T15:34:20.382Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:20.382Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:20.382Z] [javac] Compiling 1 source file [2022-04-17T15:34:20.382Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:34:20.382Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:34:20.382Z] [2022-04-17T15:34:20.382Z] create-resources: [2022-04-17T15:34:20.382Z] [2022-04-17T15:34:20.382Z] asadmin-batch-common: [2022-04-17T15:34:20.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:20.945Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 --force=false jms/ConnectionFactory [2022-04-17T15:34:22.347Z] [exec] Connector resource jms/ConnectionFactory created. [2022-04-17T15:34:22.347Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:23.739Z] [exec] JMS Desctination Q1 created. [2022-04-17T15:34:23.739Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 --force=false jms/Queue [2022-04-17T15:34:23.739Z] [exec] Administered object jms/Queue created. [2022-04-17T15:34:23.739Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt [2022-04-17T15:34:23.739Z] [2022-04-17T15:34:23.739Z] deploy: [2022-04-17T15:34:23.739Z] [2022-04-17T15:34:23.739Z] deploy-war-common: [2022-04-17T15:34:23.739Z] [2022-04-17T15:34:23.739Z] setOSConditions: [2022-04-17T15:34:23.739Z] [2022-04-17T15:34:23.739Z] setToolWin: [2022-04-17T15:34:23.739Z] [2022-04-17T15:34:23.739Z] setToolUnix: [2022-04-17T15:34:23.739Z] [2022-04-17T15:34:23.739Z] setToolProperty: [2022-04-17T15:34:23.739Z] [2022-04-17T15:34:23.739Z] setS1ASclassPath: [2022-04-17T15:34:23.739Z] [2022-04-17T15:34:23.739Z] init-common: [2022-04-17T15:34:23.739Z] [2022-04-17T15:34:23.739Z] deploy-war-commonpe: [2022-04-17T15:34:23.997Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-jms-resource-injection-web.war [2022-04-17T15:34:24.560Z] [exec] Application deployed with name cdi-jms-resource-injection-web. [2022-04-17T15:34:24.560Z] [2022-04-17T15:34:24.561Z] deploy-war-commonee: [2022-04-17T15:34:24.561Z] [2022-04-17T15:34:24.561Z] run: [2022-04-17T15:34:24.561Z] [java] opening connection to http://localhost:8080/cdi-jms-resource-injection/myurl [2022-04-17T15:34:24.840Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:24.840Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:34:24.840Z] [java] [2022-04-17T15:34:24.840Z] [java] [2022-04-17T15:34:24.840Z] [java] ----------------------------------------- [2022-04-17T15:34:24.840Z] [java] - jms-resource-injection: PASS - [2022-04-17T15:34:24.840Z] [java] ----------------------------------------- [2022-04-17T15:34:24.840Z] [java] - Total PASS : 1 - [2022-04-17T15:34:24.840Z] [java] - Total FAIL : 0 - [2022-04-17T15:34:24.840Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:34:24.840Z] [java] ----------------------------------------- [2022-04-17T15:34:24.840Z] [2022-04-17T15:34:24.840Z] undeploy: [2022-04-17T15:34:24.840Z] [2022-04-17T15:34:24.840Z] setOSConditions: [2022-04-17T15:34:24.840Z] [2022-04-17T15:34:24.840Z] setToolWin: [2022-04-17T15:34:24.840Z] [2022-04-17T15:34:24.840Z] setToolUnix: [2022-04-17T15:34:24.840Z] [2022-04-17T15:34:24.840Z] setToolProperty: [2022-04-17T15:34:24.840Z] [2022-04-17T15:34:24.840Z] setS1ASclassPath: [2022-04-17T15:34:24.840Z] [2022-04-17T15:34:24.840Z] init-common: [2022-04-17T15:34:24.840Z] [2022-04-17T15:34:24.840Z] undeploy-war-common: [2022-04-17T15:34:25.097Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:34:25.097Z] [2022-04-17T15:34:25.097Z] delete-resources: [2022-04-17T15:34:25.097Z] [2022-04-17T15:34:25.097Z] asadmin-batch-common: [2022-04-17T15:34:25.660Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:25.938Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 --cascade=false jms/ConnectionFactory [2022-04-17T15:34:25.938Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 --cascade=false jms/Queue [2022-04-17T15:34:25.938Z] [exec] Administered object jms/Queue deleted. [2022-04-17T15:34:25.938Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:25.938Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/asadminuserpassword.txt [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] all: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setOSConditions: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolWin: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolUnix: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolProperty: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setS1ASclassPath: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] init-common: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] clean: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setOSConditions: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolWin: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolUnix: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolProperty: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setS1ASclassPath: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] init-common: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] clean-common: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setOSConditions: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolWin: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolUnix: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolProperty: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setS1ASclassPath: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] init-common: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] clean-classes-common: [2022-04-17T15:34:25.938Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setOSConditions: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolWin: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolUnix: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolProperty: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setS1ASclassPath: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] init-common: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] clean-jars-common: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] compile: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setOSConditions: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolWin: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolUnix: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setToolProperty: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] setS1ASclassPath: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] init-common: [2022-04-17T15:34:25.938Z] [2022-04-17T15:34:25.938Z] compile-common: [2022-04-17T15:34:25.938Z] [echo] Current time (ISO): 2022-04-17T15:34:25.886+0000 [2022-04-17T15:34:25.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:25.938Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:27.864Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:27.864Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:34:27.864Z] [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. [2022-04-17T15:34:28.121Z] [javac] 2 warnings [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] build: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] setOSConditions: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] setToolWin: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] setToolUnix: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] setToolProperty: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] setS1ASclassPath: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] init-common: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] webclient-war-common: [2022-04-17T15:34:28.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] clear: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] test-tlds-exist: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] copy-tlds: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] test-tagfiles-exist: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] copy-tagfiles: [2022-04-17T15:34:28.121Z] [2022-04-17T15:34:28.121Z] package-war-common: [2022-04-17T15:34:28.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:34:28.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:28.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:28.121Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:34:28.122Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection/lib [2022-04-17T15:34:28.122Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:34:28.122Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:28.122Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:28.122Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection/docroot [2022-04-17T15:34:28.122Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-em-resource-injection-web.war [2022-04-17T15:34:28.122Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:28.122Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:28.122Z] [javac] Compiling 1 source file [2022-04-17T15:34:28.122Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:34:28.122Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:34:28.122Z] [2022-04-17T15:34:28.122Z] create-resources: [2022-04-17T15:34:28.122Z] [2022-04-17T15:34:28.122Z] setOSConditions: [2022-04-17T15:34:28.122Z] [2022-04-17T15:34:28.122Z] setToolWin: [2022-04-17T15:34:28.122Z] [2022-04-17T15:34:28.122Z] setToolUnix: [2022-04-17T15:34:28.122Z] [2022-04-17T15:34:28.122Z] setToolProperty: [2022-04-17T15:34:28.122Z] [2022-04-17T15:34:28.122Z] setS1ASclassPath: [2022-04-17T15:34:28.122Z] [2022-04-17T15:34:28.122Z] init-common: [2022-04-17T15:34:28.122Z] [2022-04-17T15:34:28.122Z] create-jdbc-connpool-common: [2022-04-17T15:34:28.378Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:28.378Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:34:28.378Z] [2022-04-17T15:34:28.378Z] set-derby-connpool-props: [2022-04-17T15:34:28.944Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:28.944Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:34:29.208Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:29.208Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:34:29.464Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:29.738Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:34:29.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:29.994Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:34:30.557Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:30.557Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:34:30.813Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:30.813Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:34:31.070Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:31.070Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:34:31.646Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:31.646Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:34:31.646Z] [2022-04-17T15:34:31.646Z] setOSConditions: [2022-04-17T15:34:31.646Z] [2022-04-17T15:34:31.646Z] setToolWin: [2022-04-17T15:34:31.646Z] [2022-04-17T15:34:31.646Z] setToolUnix: [2022-04-17T15:34:31.646Z] [2022-04-17T15:34:31.646Z] setToolProperty: [2022-04-17T15:34:31.646Z] [2022-04-17T15:34:31.646Z] setS1ASclassPath: [2022-04-17T15:34:31.646Z] [2022-04-17T15:34:31.646Z] init-common: [2022-04-17T15:34:31.646Z] [2022-04-17T15:34:31.646Z] create-jdbc-resource-common: [2022-04-17T15:34:31.646Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:31.903Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:31.903Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. [2022-04-17T15:34:31.903Z] [echo] cmd executed for server [2022-04-17T15:34:31.903Z] [2022-04-17T15:34:31.903Z] deploy: [2022-04-17T15:34:31.903Z] [2022-04-17T15:34:31.903Z] deploy-war-common: [2022-04-17T15:34:31.903Z] [2022-04-17T15:34:31.903Z] setOSConditions: [2022-04-17T15:34:31.903Z] [2022-04-17T15:34:31.903Z] setToolWin: [2022-04-17T15:34:31.903Z] [2022-04-17T15:34:31.903Z] setToolUnix: [2022-04-17T15:34:31.903Z] [2022-04-17T15:34:31.903Z] setToolProperty: [2022-04-17T15:34:31.903Z] [2022-04-17T15:34:31.903Z] setS1ASclassPath: [2022-04-17T15:34:31.903Z] [2022-04-17T15:34:31.903Z] init-common: [2022-04-17T15:34:31.903Z] [2022-04-17T15:34:31.903Z] deploy-war-commonpe: [2022-04-17T15:34:32.467Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-em-resource-injection-web.war [2022-04-17T15:34:32.723Z] [exec] Application deployed with name cdi-em-resource-injection-web. [2022-04-17T15:34:32.723Z] [2022-04-17T15:34:32.723Z] deploy-war-commonee: [2022-04-17T15:34:32.723Z] [2022-04-17T15:34:32.723Z] run: [2022-04-17T15:34:32.980Z] [java] opening connection to http://localhost:8080/cdi-em-resource-injection/myurl?testcase=llinit [2022-04-17T15:34:32.980Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:32.980Z] [java] opening connection to http://localhost:8080/cdi-em-resource-injection/myurl?testcase=llquery [2022-04-17T15:34:32.980Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:32.980Z] [java] opening connection to http://localhost:8080/cdi-em-resource-injection/myurl?testcase=llfind [2022-04-17T15:34:32.980Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:32.980Z] [java] opening connection to http://localhost:8080/cdi-em-resource-injection/myurl?testcase=llinj [2022-04-17T15:34:32.980Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:32.980Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:34:32.980Z] [java] [2022-04-17T15:34:32.980Z] [java] [2022-04-17T15:34:32.980Z] [java] ----------------------------------------- [2022-04-17T15:34:32.980Z] [java] - em-resource-injectionllinit: PASS - [2022-04-17T15:34:32.980Z] [java] - em-resource-injectionllquery: PASS - [2022-04-17T15:34:32.980Z] [java] - em-resource-injectionllfind: PASS - [2022-04-17T15:34:32.980Z] [java] - em-resource-injectionllinj: PASS - [2022-04-17T15:34:32.980Z] [java] ----------------------------------------- [2022-04-17T15:34:32.980Z] [java] - Total PASS : 4 - [2022-04-17T15:34:32.980Z] [java] - Total FAIL : 0 - [2022-04-17T15:34:32.980Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:34:32.980Z] [java] ----------------------------------------- [2022-04-17T15:34:32.980Z] [2022-04-17T15:34:32.980Z] undeploy: [2022-04-17T15:34:32.980Z] [2022-04-17T15:34:32.980Z] setOSConditions: [2022-04-17T15:34:32.980Z] [2022-04-17T15:34:32.980Z] setToolWin: [2022-04-17T15:34:32.980Z] [2022-04-17T15:34:32.980Z] setToolUnix: [2022-04-17T15:34:32.980Z] [2022-04-17T15:34:32.980Z] setToolProperty: [2022-04-17T15:34:32.980Z] [2022-04-17T15:34:32.980Z] setS1ASclassPath: [2022-04-17T15:34:32.980Z] [2022-04-17T15:34:32.980Z] init-common: [2022-04-17T15:34:32.980Z] [2022-04-17T15:34:32.980Z] undeploy-war-common: [2022-04-17T15:34:33.555Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:34:33.555Z] [2022-04-17T15:34:33.555Z] delete-resources: [2022-04-17T15:34:33.555Z] [2022-04-17T15:34:33.555Z] setOSConditions: [2022-04-17T15:34:33.555Z] [2022-04-17T15:34:33.555Z] setToolWin: [2022-04-17T15:34:33.555Z] [2022-04-17T15:34:33.555Z] setToolUnix: [2022-04-17T15:34:33.555Z] [2022-04-17T15:34:33.555Z] setToolProperty: [2022-04-17T15:34:33.555Z] [2022-04-17T15:34:33.555Z] setS1ASclassPath: [2022-04-17T15:34:33.555Z] [2022-04-17T15:34:33.555Z] init-common: [2022-04-17T15:34:33.555Z] [2022-04-17T15:34:33.555Z] delete-jdbc-resource-common: [2022-04-17T15:34:33.555Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:33.815Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:33.815Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully [2022-04-17T15:34:34.072Z] [echo] cmd executed for server [2022-04-17T15:34:34.072Z] [2022-04-17T15:34:34.072Z] setOSConditions: [2022-04-17T15:34:34.072Z] [2022-04-17T15:34:34.072Z] setToolWin: [2022-04-17T15:34:34.072Z] [2022-04-17T15:34:34.072Z] setToolUnix: [2022-04-17T15:34:34.072Z] [2022-04-17T15:34:34.072Z] setToolProperty: [2022-04-17T15:34:34.072Z] [2022-04-17T15:34:34.072Z] setS1ASclassPath: [2022-04-17T15:34:34.072Z] [2022-04-17T15:34:34.072Z] init-common: [2022-04-17T15:34:34.072Z] [2022-04-17T15:34:34.072Z] delete-jdbc-connpool-common: [2022-04-17T15:34:34.072Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:34:34.334Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:34.334Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:34:34.334Z] [echo] cmd executed for server [2022-04-17T15:34:34.334Z] [2022-04-17T15:34:34.335Z] all: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setOSConditions: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolWin: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolUnix: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolProperty: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setS1ASclassPath: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] init-common: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] clean: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setOSConditions: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolWin: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolUnix: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolProperty: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setS1ASclassPath: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] init-common: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] clean-common: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setOSConditions: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolWin: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolUnix: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolProperty: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setS1ASclassPath: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] init-common: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] clean-classes-common: [2022-04-17T15:34:34.335Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setOSConditions: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolWin: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolUnix: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolProperty: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setS1ASclassPath: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] init-common: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] clean-jars-common: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] compile: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setOSConditions: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolWin: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolUnix: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setToolProperty: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] setS1ASclassPath: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] init-common: [2022-04-17T15:34:34.335Z] [2022-04-17T15:34:34.335Z] compile-common: [2022-04-17T15:34:34.335Z] [echo] Current time (ISO): 2022-04-17T15:34:34.235+0000 [2022-04-17T15:34:34.335Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:34.335Z] [javac] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:36.476Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:36.476Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:34:36.476Z] [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. [2022-04-17T15:34:36.476Z] [javac] 2 warnings [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] build: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] setOSConditions: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] setToolWin: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] setToolUnix: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] setToolProperty: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] setS1ASclassPath: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] init-common: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] webclient-war-common: [2022-04-17T15:34:36.476Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] clear: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] test-tlds-exist: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] copy-tlds: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] test-tagfiles-exist: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] copy-tagfiles: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] package-war-common: [2022-04-17T15:34:36.476Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:34:36.476Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:36.476Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:36.476Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:34:36.476Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-injection-no-interface-ejb/lib [2022-04-17T15:34:36.476Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:34:36.476Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:36.476Z] [copy] Copying 13 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:36.476Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-injection-no-interface-ejb/docroot [2022-04-17T15:34:36.476Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-eminjection-into-no-interface-ejb-web.war [2022-04-17T15:34:36.476Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:36.476Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:36.476Z] [javac] Compiling 1 source file [2022-04-17T15:34:36.476Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:34:36.476Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] deploy: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] deploy-war-common: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] setOSConditions: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] setToolWin: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] setToolUnix: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] setToolProperty: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] setS1ASclassPath: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] init-common: [2022-04-17T15:34:36.476Z] [2022-04-17T15:34:36.476Z] deploy-war-commonpe: [2022-04-17T15:34:37.045Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-eminjection-into-no-interface-ejb-web.war [2022-04-17T15:34:37.617Z] [exec] Application deployed with name cdi-eminjection-into-no-interface-ejb-web. [2022-04-17T15:34:37.617Z] [2022-04-17T15:34:37.617Z] deploy-war-commonee: [2022-04-17T15:34:37.617Z] [2022-04-17T15:34:37.617Z] run: [2022-04-17T15:34:37.617Z] [java] opening connection to http://localhost:8080/cdi-eminjection-into-no-interface-ejb/myurl [2022-04-17T15:34:37.617Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:37.617Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:34:37.617Z] [java] [2022-04-17T15:34:37.617Z] [java] [2022-04-17T15:34:37.617Z] [java] ----------------------------------------- [2022-04-17T15:34:37.617Z] [java] - em-injection-of-no-interface-EJB: PASS - [2022-04-17T15:34:37.617Z] [java] ----------------------------------------- [2022-04-17T15:34:37.617Z] [java] - Total PASS : 1 - [2022-04-17T15:34:37.617Z] [java] - Total FAIL : 0 - [2022-04-17T15:34:37.617Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:34:37.617Z] [java] ----------------------------------------- [2022-04-17T15:34:37.617Z] [2022-04-17T15:34:37.617Z] undeploy: [2022-04-17T15:34:37.617Z] [2022-04-17T15:34:37.617Z] setOSConditions: [2022-04-17T15:34:37.617Z] [2022-04-17T15:34:37.617Z] setToolWin: [2022-04-17T15:34:37.617Z] [2022-04-17T15:34:37.617Z] setToolUnix: [2022-04-17T15:34:37.617Z] [2022-04-17T15:34:37.617Z] setToolProperty: [2022-04-17T15:34:37.617Z] [2022-04-17T15:34:37.617Z] setS1ASclassPath: [2022-04-17T15:34:37.617Z] [2022-04-17T15:34:37.617Z] init-common: [2022-04-17T15:34:37.617Z] [2022-04-17T15:34:37.617Z] undeploy-war-common: [2022-04-17T15:34:38.180Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] all: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] setOSConditions: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] setToolWin: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] setToolUnix: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] setToolProperty: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] setS1ASclassPath: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] init-common: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] clean: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] setOSConditions: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] setToolWin: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] setToolUnix: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] setToolProperty: [2022-04-17T15:34:38.180Z] [2022-04-17T15:34:38.180Z] setS1ASclassPath: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] init-common: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] clean-common: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setOSConditions: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setToolWin: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setToolUnix: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setToolProperty: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setS1ASclassPath: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] init-common: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] clean-classes-common: [2022-04-17T15:34:38.181Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setOSConditions: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setToolWin: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setToolUnix: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setToolProperty: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setS1ASclassPath: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] init-common: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] clean-jars-common: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] compile: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setOSConditions: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setToolWin: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setToolUnix: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setToolProperty: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] setS1ASclassPath: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] init-common: [2022-04-17T15:34:38.181Z] [2022-04-17T15:34:38.181Z] compile-common: [2022-04-17T15:34:38.181Z] [echo] Current time (ISO): 2022-04-17T15:34:38.053+0000 [2022-04-17T15:34:38.181Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:38.181Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:40.096Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:40.096Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:34:40.096Z] [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. [2022-04-17T15:34:40.096Z] [javac] 2 warnings [2022-04-17T15:34:40.096Z] [2022-04-17T15:34:40.096Z] setOSConditions: [2022-04-17T15:34:40.096Z] [2022-04-17T15:34:40.096Z] setToolWin: [2022-04-17T15:34:40.096Z] [2022-04-17T15:34:40.096Z] setToolUnix: [2022-04-17T15:34:40.096Z] [2022-04-17T15:34:40.096Z] setToolProperty: [2022-04-17T15:34:40.096Z] [2022-04-17T15:34:40.096Z] setS1ASclassPath: [2022-04-17T15:34:40.096Z] [2022-04-17T15:34:40.096Z] init-common: [2022-04-17T15:34:40.096Z] [2022-04-17T15:34:40.096Z] compile-common: [2022-04-17T15:34:40.096Z] [echo] Current time (ISO): 2022-04-17T15:34:39.996+0000 [2022-04-17T15:34:40.096Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:42.001Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:42.001Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:34:42.001Z] [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. [2022-04-17T15:34:42.001Z] [javac] 2 warnings [2022-04-17T15:34:42.001Z] [2022-04-17T15:34:42.001Z] setOSConditions: [2022-04-17T15:34:42.001Z] [2022-04-17T15:34:42.001Z] setToolWin: [2022-04-17T15:34:42.001Z] [2022-04-17T15:34:42.001Z] setToolUnix: [2022-04-17T15:34:42.001Z] [2022-04-17T15:34:42.001Z] setToolProperty: [2022-04-17T15:34:42.001Z] [2022-04-17T15:34:42.001Z] setS1ASclassPath: [2022-04-17T15:34:42.001Z] [2022-04-17T15:34:42.001Z] init-common: [2022-04-17T15:34:42.001Z] [2022-04-17T15:34:42.001Z] compile-common: [2022-04-17T15:34:42.001Z] [echo] Current time (ISO): 2022-04-17T15:34:41.808+0000 [2022-04-17T15:34:42.001Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:43.900Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:43.900Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:34:43.900Z] [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. [2022-04-17T15:34:43.900Z] [javac] 2 warnings [2022-04-17T15:34:43.900Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:43.900Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] build: [2022-04-17T15:34:44.156Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] setOSConditions: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] setToolWin: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] setToolUnix: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] setToolProperty: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] setS1ASclassPath: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] init-common: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] ejb-jar-common: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] package-ejbjar-common: [2022-04-17T15:34:44.156Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:34:44.156Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:34:44.156Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:34:44.156Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-ejb.jar [2022-04-17T15:34:44.156Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:34:44.156Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:34:44.156Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:34:44.156Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:34:44.156Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir [2022-04-17T15:34:44.156Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir/lib.jar [2022-04-17T15:34:44.156Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/beans.xml [2022-04-17T15:34:44.156Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/com/acme/ejb [2022-04-17T15:34:44.156Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/com/acme/util [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] setOSConditions: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] setToolWin: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] setToolUnix: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] setToolProperty: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] setS1ASclassPath: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] init-common: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] webclient-war-common: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] clear: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] test-tlds-exist: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] copy-tlds: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] test-tagfiles-exist: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] copy-tagfiles: [2022-04-17T15:34:44.156Z] [2022-04-17T15:34:44.156Z] package-war-common: [2022-04-17T15:34:44.156Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:34:44.156Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:44.156Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:44.156Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:34:44.156Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:34:44.156Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:44.156Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:44.156Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/docroot [2022-04-17T15:34:44.156Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-web.war [2022-04-17T15:34:44.156Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:44.156Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir [2022-04-17T15:34:44.157Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:34:44.157Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:34:44.157Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] deploy: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] setOSConditions: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] setToolWin: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] setToolUnix: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] setToolProperty: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] setS1ASclassPath: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] init-common: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] deploy-common: [2022-04-17T15:34:44.157Z] [echo] Current time (ISO): 2022-04-17T15:34:44.096+0000 [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] setOSConditions: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] setToolWin: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] setToolUnix: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] setToolProperty: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] setS1ASclassPath: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] init-common: [2022-04-17T15:34:44.157Z] [2022-04-17T15:34:44.157Z] deploy-common-pe: [2022-04-17T15:34:44.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear [2022-04-17T15:34:45.001Z] [exec] Application deployed with name cdi-full-earApp. [2022-04-17T15:34:45.001Z] [exec] there are no files to retrieve for application cdi-full-earApp [2022-04-17T15:34:45.001Z] [echo] Deployment on target server server successful [2022-04-17T15:34:45.001Z] [2022-04-17T15:34:45.001Z] setOSConditions: [2022-04-17T15:34:45.001Z] [2022-04-17T15:34:45.001Z] setToolWin: [2022-04-17T15:34:45.001Z] [2022-04-17T15:34:45.001Z] setToolUnix: [2022-04-17T15:34:45.001Z] [2022-04-17T15:34:45.001Z] setToolProperty: [2022-04-17T15:34:45.001Z] [2022-04-17T15:34:45.001Z] setS1ASclassPath: [2022-04-17T15:34:45.001Z] [2022-04-17T15:34:45.001Z] init-common: [2022-04-17T15:34:45.001Z] [2022-04-17T15:34:45.001Z] deploy-common-ee: [2022-04-17T15:34:45.001Z] [2022-04-17T15:34:45.001Z] run: [2022-04-17T15:34:45.258Z] [java] invoking webclient servlet at http://localhost:8080/cdi-full-ear/HelloServlet [2022-04-17T15:34:45.258Z] [java] : [2022-04-17T15:34:45.539Z] [java] Value of key is:em-resource-injection-with-resource-declaration-in-another-jar [2022-04-17T15:34:45.539Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:34:45.539Z] [java] [2022-04-17T15:34:45.539Z] [java] [2022-04-17T15:34:45.539Z] [java] ----------------------------------------- [2022-04-17T15:34:45.539Z] [java] - em-resource-injection-with-resource-declaration-in-another-jar: PASS - [2022-04-17T15:34:45.539Z] [java] ----------------------------------------- [2022-04-17T15:34:45.539Z] [java] Total PASS: 1 [2022-04-17T15:34:45.539Z] [java] Total FAIL: 0 [2022-04-17T15:34:45.539Z] [java] Total DID NOT RUN: 0 [2022-04-17T15:34:45.539Z] [java] ----------------------------------------- [2022-04-17T15:34:45.539Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:34:45.539Z] [java] appLevelViaLookup = 'null' [2022-04-17T15:34:45.539Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:34:45.539Z] [2022-04-17T15:34:45.539Z] undeploy: [2022-04-17T15:34:45.539Z] [2022-04-17T15:34:45.539Z] setOSConditions: [2022-04-17T15:34:45.539Z] [2022-04-17T15:34:45.539Z] setToolWin: [2022-04-17T15:34:45.539Z] [2022-04-17T15:34:45.539Z] setToolUnix: [2022-04-17T15:34:45.539Z] [2022-04-17T15:34:45.539Z] setToolProperty: [2022-04-17T15:34:45.539Z] [2022-04-17T15:34:45.539Z] setS1ASclassPath: [2022-04-17T15:34:45.539Z] [2022-04-17T15:34:45.539Z] init-common: [2022-04-17T15:34:45.539Z] [2022-04-17T15:34:45.539Z] undeploy-common: [2022-04-17T15:34:45.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] all: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setOSConditions: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolWin: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolUnix: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolProperty: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setS1ASclassPath: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] init-common: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] clean: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setOSConditions: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolWin: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolUnix: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolProperty: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setS1ASclassPath: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] init-common: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] clean-common: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setOSConditions: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolWin: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolUnix: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolProperty: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setS1ASclassPath: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] init-common: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] clean-classes-common: [2022-04-17T15:34:45.796Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setOSConditions: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolWin: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolUnix: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolProperty: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setS1ASclassPath: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] init-common: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] clean-jars-common: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] compile: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setOSConditions: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolWin: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolUnix: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setToolProperty: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] setS1ASclassPath: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] init-common: [2022-04-17T15:34:45.796Z] [2022-04-17T15:34:45.796Z] compile-common: [2022-04-17T15:34:45.796Z] [echo] Current time (ISO): 2022-04-17T15:34:45.765+0000 [2022-04-17T15:34:45.796Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:45.796Z] [javac] Compiling 20 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:47.702Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:47.702Z] [javac] 1 warning [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] build: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] setOSConditions: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] setToolWin: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] setToolUnix: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] setToolProperty: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] setS1ASclassPath: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] init-common: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] webclient-war-common: [2022-04-17T15:34:47.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] clear: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] test-tlds-exist: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] copy-tlds: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] test-tagfiles-exist: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] copy-tagfiles: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] package-war-common: [2022-04-17T15:34:47.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:34:47.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:47.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:47.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:34:47.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/slsb-injection-into-sessionscoped/lib [2022-04-17T15:34:47.702Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:47.702Z] [copy] Copying 20 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:47.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/slsb-injection-into-sessionscoped/docroot [2022-04-17T15:34:47.702Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-ejb-web.war [2022-04-17T15:34:47.702Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:47.702Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:47.702Z] [javac] Compiling 1 source file [2022-04-17T15:34:47.702Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:34:47.702Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] deploy: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] deploy-war-common: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] setOSConditions: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] setToolWin: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] setToolUnix: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] setToolProperty: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] setS1ASclassPath: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] init-common: [2022-04-17T15:34:47.702Z] [2022-04-17T15:34:47.702Z] deploy-war-commonpe: [2022-04-17T15:34:47.960Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-ejb-web.war [2022-04-17T15:34:48.523Z] [exec] Application deployed with name cdi-no-interface-ejb-web. [2022-04-17T15:34:48.523Z] [2022-04-17T15:34:48.523Z] deploy-war-commonee: [2022-04-17T15:34:48.523Z] [2022-04-17T15:34:48.523Z] run: [2022-04-17T15:34:48.523Z] [java] opening connection to http://localhost:8080/cdi-no-interface-ejb/myurl [2022-04-17T15:34:48.523Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:48.523Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:34:48.523Z] [java] [2022-04-17T15:34:48.523Z] [java] [2022-04-17T15:34:48.523Z] [java] ----------------------------------------- [2022-04-17T15:34:48.523Z] [java] - slsb-injection-into-sessionscopedbean: PASS - [2022-04-17T15:34:48.523Z] [java] ----------------------------------------- [2022-04-17T15:34:48.523Z] [java] - Total PASS : 1 - [2022-04-17T15:34:48.523Z] [java] - Total FAIL : 0 - [2022-04-17T15:34:48.523Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:34:48.523Z] [java] ----------------------------------------- [2022-04-17T15:34:48.523Z] [2022-04-17T15:34:48.523Z] undeploy: [2022-04-17T15:34:48.523Z] [2022-04-17T15:34:48.523Z] setOSConditions: [2022-04-17T15:34:48.523Z] [2022-04-17T15:34:48.523Z] setToolWin: [2022-04-17T15:34:48.523Z] [2022-04-17T15:34:48.523Z] setToolUnix: [2022-04-17T15:34:48.523Z] [2022-04-17T15:34:48.523Z] setToolProperty: [2022-04-17T15:34:48.523Z] [2022-04-17T15:34:48.523Z] setS1ASclassPath: [2022-04-17T15:34:48.523Z] [2022-04-17T15:34:48.523Z] init-common: [2022-04-17T15:34:48.523Z] [2022-04-17T15:34:48.523Z] undeploy-war-common: [2022-04-17T15:34:49.090Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] all: [2022-04-17T15:34:49.090Z] [echo] Running javaee-integration [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] all: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] javaee-int: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setOSConditions: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolWin: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolUnix: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolProperty: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setS1ASclassPath: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] init-common: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] clean: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setOSConditions: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolWin: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolUnix: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolProperty: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setS1ASclassPath: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] init-common: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] clean-common: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setOSConditions: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolWin: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolUnix: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolProperty: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setS1ASclassPath: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] init-common: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] clean-classes-common: [2022-04-17T15:34:49.090Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setOSConditions: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolWin: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolUnix: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolProperty: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setS1ASclassPath: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] init-common: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] clean-jars-common: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] compile: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setOSConditions: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolWin: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolUnix: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setToolProperty: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] setS1ASclassPath: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] init-common: [2022-04-17T15:34:49.090Z] [2022-04-17T15:34:49.090Z] compile-common: [2022-04-17T15:34:49.090Z] [echo] Current time (ISO): 2022-04-17T15:34:49.050+0000 [2022-04-17T15:34:49.090Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:49.090Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:50.984Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:50.984Z] [javac] 1 warning [2022-04-17T15:34:50.984Z] [2022-04-17T15:34:50.984Z] build: [2022-04-17T15:34:50.984Z] [2022-04-17T15:34:50.984Z] setOSConditions: [2022-04-17T15:34:50.984Z] [2022-04-17T15:34:50.984Z] setToolWin: [2022-04-17T15:34:50.984Z] [2022-04-17T15:34:50.984Z] setToolUnix: [2022-04-17T15:34:50.984Z] [2022-04-17T15:34:50.984Z] setToolProperty: [2022-04-17T15:34:50.984Z] [2022-04-17T15:34:50.984Z] setS1ASclassPath: [2022-04-17T15:34:50.984Z] [2022-04-17T15:34:50.984Z] init-common: [2022-04-17T15:34:50.984Z] [2022-04-17T15:34:50.984Z] webclient-war-common: [2022-04-17T15:34:50.984Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:34:50.984Z] [2022-04-17T15:34:50.985Z] clear: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] test-tlds-exist: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] copy-tlds: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] test-tagfiles-exist: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] copy-tagfiles: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] package-war-common: [2022-04-17T15:34:50.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:34:50.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:50.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:50.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:34:50.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/builtin-beans/lib [2022-04-17T15:34:50.985Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:50.985Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:50.985Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/builtin-beans/docroot [2022-04-17T15:34:50.985Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-typesafe-javaee-resource-injection-web.war [2022-04-17T15:34:50.985Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:50.985Z] [javac] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/builtin-beans/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [2022-04-17T15:34:50.985Z] [javac] Compiling 1 source file [2022-04-17T15:34:50.985Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/builtin-beans/client/test/client/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:34:50.985Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] create-resources: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] setOSConditions: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] setToolWin: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] setToolUnix: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] setToolProperty: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] setS1ASclassPath: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] init-common: [2022-04-17T15:34:50.985Z] [2022-04-17T15:34:50.985Z] create-jdbc-connpool-common: [2022-04-17T15:34:51.241Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:51.496Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:34:51.496Z] [2022-04-17T15:34:51.496Z] set-derby-connpool-props: [2022-04-17T15:34:51.753Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:51.753Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:34:52.339Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:52.339Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:34:52.595Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:52.595Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:34:52.851Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:52.851Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:34:53.439Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:53.439Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:34:53.695Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:53.695Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:34:54.258Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:54.258Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:34:54.539Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:34:54.539Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:34:54.539Z] [2022-04-17T15:34:54.539Z] setOSConditions: [2022-04-17T15:34:54.539Z] [2022-04-17T15:34:54.539Z] setToolWin: [2022-04-17T15:34:54.539Z] [2022-04-17T15:34:54.539Z] setToolUnix: [2022-04-17T15:34:54.539Z] [2022-04-17T15:34:54.539Z] setToolProperty: [2022-04-17T15:34:54.539Z] [2022-04-17T15:34:54.539Z] setS1ASclassPath: [2022-04-17T15:34:54.539Z] [2022-04-17T15:34:54.539Z] init-common: [2022-04-17T15:34:54.539Z] [2022-04-17T15:34:54.539Z] create-jdbc-resource-common: [2022-04-17T15:34:54.539Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:54.795Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:54.796Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. [2022-04-17T15:34:54.796Z] [echo] cmd executed for server [2022-04-17T15:34:54.796Z] [2022-04-17T15:34:54.796Z] deploy: [2022-04-17T15:34:54.796Z] [2022-04-17T15:34:54.796Z] deploy-war-common: [2022-04-17T15:34:54.796Z] [2022-04-17T15:34:54.796Z] setOSConditions: [2022-04-17T15:34:54.796Z] [2022-04-17T15:34:54.796Z] setToolWin: [2022-04-17T15:34:54.796Z] [2022-04-17T15:34:54.796Z] setToolUnix: [2022-04-17T15:34:54.796Z] [2022-04-17T15:34:54.796Z] setToolProperty: [2022-04-17T15:34:54.796Z] [2022-04-17T15:34:54.796Z] setS1ASclassPath: [2022-04-17T15:34:54.796Z] [2022-04-17T15:34:54.796Z] init-common: [2022-04-17T15:34:54.796Z] [2022-04-17T15:34:54.796Z] deploy-war-commonpe: [2022-04-17T15:34:55.053Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-typesafe-javaee-resource-injection-web.war [2022-04-17T15:34:55.617Z] [exec] Application deployed with name cdi-typesafe-javaee-resource-injection-web. [2022-04-17T15:34:55.617Z] [2022-04-17T15:34:55.617Z] deploy-war-commonee: [2022-04-17T15:34:55.617Z] [2022-04-17T15:34:55.617Z] run: [2022-04-17T15:34:55.617Z] [java] opening connection to http://localhost:8080/cdi-typesafe-javaee-resource-injection/myurl [2022-04-17T15:34:55.617Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:34:55.617Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:34:55.617Z] [java] [2022-04-17T15:34:55.617Z] [java] [2022-04-17T15:34:55.617Z] [java] ----------------------------------------- [2022-04-17T15:34:55.617Z] [java] - javaee-integration-simple: PASS - [2022-04-17T15:34:55.617Z] [java] ----------------------------------------- [2022-04-17T15:34:55.617Z] [java] - Total PASS : 1 - [2022-04-17T15:34:55.617Z] [java] - Total FAIL : 0 - [2022-04-17T15:34:55.617Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:34:55.617Z] [java] ----------------------------------------- [2022-04-17T15:34:55.617Z] [2022-04-17T15:34:55.617Z] undeploy: [2022-04-17T15:34:55.617Z] [2022-04-17T15:34:55.617Z] setOSConditions: [2022-04-17T15:34:55.617Z] [2022-04-17T15:34:55.617Z] setToolWin: [2022-04-17T15:34:55.617Z] [2022-04-17T15:34:55.617Z] setToolUnix: [2022-04-17T15:34:55.617Z] [2022-04-17T15:34:55.617Z] setToolProperty: [2022-04-17T15:34:55.617Z] [2022-04-17T15:34:55.617Z] setS1ASclassPath: [2022-04-17T15:34:55.617Z] [2022-04-17T15:34:55.618Z] init-common: [2022-04-17T15:34:55.618Z] [2022-04-17T15:34:55.618Z] undeploy-war-common: [2022-04-17T15:34:56.181Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:34:56.181Z] [2022-04-17T15:34:56.181Z] delete-resources: [2022-04-17T15:34:56.181Z] [2022-04-17T15:34:56.181Z] setOSConditions: [2022-04-17T15:34:56.181Z] [2022-04-17T15:34:56.181Z] setToolWin: [2022-04-17T15:34:56.181Z] [2022-04-17T15:34:56.181Z] setToolUnix: [2022-04-17T15:34:56.181Z] [2022-04-17T15:34:56.181Z] setToolProperty: [2022-04-17T15:34:56.181Z] [2022-04-17T15:34:56.181Z] setS1ASclassPath: [2022-04-17T15:34:56.181Z] [2022-04-17T15:34:56.181Z] init-common: [2022-04-17T15:34:56.181Z] [2022-04-17T15:34:56.181Z] delete-jdbc-resource-common: [2022-04-17T15:34:56.181Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:56.445Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:56.445Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully [2022-04-17T15:34:56.445Z] [echo] cmd executed for server [2022-04-17T15:34:56.445Z] [2022-04-17T15:34:56.445Z] setOSConditions: [2022-04-17T15:34:56.445Z] [2022-04-17T15:34:56.445Z] setToolWin: [2022-04-17T15:34:56.445Z] [2022-04-17T15:34:56.445Z] setToolUnix: [2022-04-17T15:34:56.445Z] [2022-04-17T15:34:56.445Z] setToolProperty: [2022-04-17T15:34:56.445Z] [2022-04-17T15:34:56.445Z] setS1ASclassPath: [2022-04-17T15:34:56.445Z] [2022-04-17T15:34:56.445Z] init-common: [2022-04-17T15:34:56.445Z] [2022-04-17T15:34:56.445Z] delete-jdbc-connpool-common: [2022-04-17T15:34:56.445Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:34:57.011Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:57.011Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:34:57.011Z] [echo] cmd executed for server [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] all: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setOSConditions: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolWin: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolUnix: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolProperty: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setS1ASclassPath: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] init-common: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] clean: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setOSConditions: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolWin: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolUnix: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolProperty: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setS1ASclassPath: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] init-common: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] clean-common: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setOSConditions: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolWin: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolUnix: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolProperty: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setS1ASclassPath: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] init-common: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] clean-classes-common: [2022-04-17T15:34:57.011Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setOSConditions: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolWin: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolUnix: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolProperty: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setS1ASclassPath: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] init-common: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] clean-jars-common: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] compile: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setOSConditions: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolWin: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolUnix: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setToolProperty: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] setS1ASclassPath: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] init-common: [2022-04-17T15:34:57.011Z] [2022-04-17T15:34:57.011Z] compile-common: [2022-04-17T15:34:57.011Z] [echo] Current time (ISO): 2022-04-17T15:34:56.893+0000 [2022-04-17T15:34:57.011Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:57.011Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:34:58.960Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:34:58.960Z] [javac] 1 warning [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] build: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] setOSConditions: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] setToolWin: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] setToolUnix: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] setToolProperty: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] setS1ASclassPath: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] init-common: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] webclient-war-common: [2022-04-17T15:34:58.960Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] clear: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] test-tlds-exist: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] copy-tlds: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] test-tagfiles-exist: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] copy-tagfiles: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] package-war-common: [2022-04-17T15:34:58.960Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:34:58.960Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:58.960Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:58.960Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:34:58.960Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/servlet-context-injection-cdi/lib [2022-04-17T15:34:58.960Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:58.960Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:34:58.960Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/servlet-context-injection-cdi/docroot [2022-04-17T15:34:58.960Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-context-injection-web.war [2022-04-17T15:34:58.960Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:34:58.960Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:34:58.960Z] [javac] Compiling 1 source file [2022-04-17T15:34:58.960Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/servlet-context-injection-cdi/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:34:58.960Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] deploy: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] deploy-war-common: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] setOSConditions: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] setToolWin: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] setToolUnix: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] setToolProperty: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] setS1ASclassPath: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] init-common: [2022-04-17T15:34:58.960Z] [2022-04-17T15:34:58.960Z] deploy-war-commonpe: [2022-04-17T15:34:59.238Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-context-injection-web.war [2022-04-17T15:34:59.496Z] [exec] Application deployed with name cdi-servlet-context-injection-web. [2022-04-17T15:34:59.496Z] [2022-04-17T15:34:59.496Z] deploy-war-commonee: [2022-04-17T15:34:59.496Z] [2022-04-17T15:34:59.496Z] run: [2022-04-17T15:34:59.753Z] [java] opening connection to http://localhost:8080/cdi-servlet-context-injection/myurl [2022-04-17T15:34:59.753Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 Servlet context: /cdi-servlet-context-injection [2022-04-17T15:34:59.753Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:34:59.753Z] [java] [2022-04-17T15:34:59.753Z] [java] [2022-04-17T15:34:59.753Z] [java] ----------------------------------------- [2022-04-17T15:34:59.753Z] [java] - servlet-context-injection-in-cdi: PASS - [2022-04-17T15:34:59.753Z] [java] ----------------------------------------- [2022-04-17T15:34:59.753Z] [java] - Total PASS : 1 - [2022-04-17T15:34:59.753Z] [java] - Total FAIL : 0 - [2022-04-17T15:34:59.753Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:34:59.753Z] [java] ----------------------------------------- [2022-04-17T15:34:59.753Z] [2022-04-17T15:34:59.753Z] undeploy: [2022-04-17T15:34:59.753Z] [2022-04-17T15:34:59.753Z] setOSConditions: [2022-04-17T15:34:59.753Z] [2022-04-17T15:34:59.753Z] setToolWin: [2022-04-17T15:34:59.753Z] [2022-04-17T15:34:59.753Z] setToolUnix: [2022-04-17T15:34:59.753Z] [2022-04-17T15:34:59.753Z] setToolProperty: [2022-04-17T15:34:59.753Z] [2022-04-17T15:34:59.753Z] setS1ASclassPath: [2022-04-17T15:34:59.753Z] [2022-04-17T15:34:59.753Z] init-common: [2022-04-17T15:34:59.753Z] [2022-04-17T15:34:59.753Z] undeploy-war-common: [2022-04-17T15:35:00.346Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] all: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setOSConditions: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolWin: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolUnix: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolProperty: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setS1ASclassPath: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] init-common: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] clean: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setOSConditions: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolWin: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolUnix: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolProperty: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setS1ASclassPath: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] init-common: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] clean-common: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setOSConditions: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolWin: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolUnix: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolProperty: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setS1ASclassPath: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] init-common: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] clean-classes-common: [2022-04-17T15:35:00.346Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setOSConditions: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolWin: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolUnix: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolProperty: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setS1ASclassPath: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] init-common: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] clean-jars-common: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] compile: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setOSConditions: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolWin: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolUnix: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setToolProperty: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] setS1ASclassPath: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] init-common: [2022-04-17T15:35:00.346Z] [2022-04-17T15:35:00.346Z] compile-common: [2022-04-17T15:35:00.346Z] [echo] Current time (ISO): 2022-04-17T15:35:00.120+0000 [2022-04-17T15:35:00.346Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:00.346Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:01.740Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:01.996Z] [javac] 1 warning [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] build: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] setOSConditions: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] setToolWin: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] setToolUnix: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] setToolProperty: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] setS1ASclassPath: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] init-common: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] webclient-war-common: [2022-04-17T15:35:01.996Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] clear: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] test-tlds-exist: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] copy-tlds: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] test-tagfiles-exist: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] copy-tagfiles: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] package-war-common: [2022-04-17T15:35:01.996Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:35:01.996Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:01.996Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:01.996Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:01.996Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/lib [2022-04-17T15:35:01.996Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:01.996Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:01.996Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/docroot [2022-04-17T15:35:01.996Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-interceptor-web.war [2022-04-17T15:35:01.996Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:01.996Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:01.996Z] [javac] Compiling 1 source file [2022-04-17T15:35:01.996Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:35:01.996Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] deploy: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] deploy-war-common: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] setOSConditions: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] setToolWin: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] setToolUnix: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] setToolProperty: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] setS1ASclassPath: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] init-common: [2022-04-17T15:35:01.996Z] [2022-04-17T15:35:01.996Z] deploy-war-commonpe: [2022-04-17T15:35:02.253Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-managed-bean-interceptor-web.war [2022-04-17T15:35:02.536Z] [exec] Application deployed with name cdi-simple-managed-bean-interceptor-web. [2022-04-17T15:35:02.536Z] [2022-04-17T15:35:02.536Z] deploy-war-commonee: [2022-04-17T15:35:02.536Z] [2022-04-17T15:35:02.536Z] run: [2022-04-17T15:35:02.792Z] [java] opening connection to http://localhost:8080/cdi-simple-managed-bean-interceptor/myurl [2022-04-17T15:35:02.792Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:35:02.792Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:35:02.792Z] [java] [2022-04-17T15:35:02.792Z] [java] [2022-04-17T15:35:02.792Z] [java] ----------------------------------------- [2022-04-17T15:35:02.792Z] [java] - simple-managed-bean-interceptor-non-null-package: PASS - [2022-04-17T15:35:02.792Z] [java] ----------------------------------------- [2022-04-17T15:35:02.792Z] [java] - Total PASS : 1 - [2022-04-17T15:35:02.792Z] [java] - Total FAIL : 0 - [2022-04-17T15:35:02.792Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:35:02.792Z] [java] ----------------------------------------- [2022-04-17T15:35:02.792Z] [2022-04-17T15:35:02.792Z] undeploy: [2022-04-17T15:35:02.792Z] [2022-04-17T15:35:02.792Z] setOSConditions: [2022-04-17T15:35:02.792Z] [2022-04-17T15:35:02.792Z] setToolWin: [2022-04-17T15:35:02.792Z] [2022-04-17T15:35:02.792Z] setToolUnix: [2022-04-17T15:35:02.792Z] [2022-04-17T15:35:02.792Z] setToolProperty: [2022-04-17T15:35:02.792Z] [2022-04-17T15:35:02.792Z] setS1ASclassPath: [2022-04-17T15:35:02.792Z] [2022-04-17T15:35:02.792Z] init-common: [2022-04-17T15:35:02.792Z] [2022-04-17T15:35:02.792Z] undeploy-war-common: [2022-04-17T15:35:03.359Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] all: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setOSConditions: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolWin: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolUnix: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolProperty: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setS1ASclassPath: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] init-common: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] clean: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setOSConditions: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolWin: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolUnix: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolProperty: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setS1ASclassPath: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] init-common: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] clean-common: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setOSConditions: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolWin: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolUnix: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolProperty: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setS1ASclassPath: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] init-common: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] clean-classes-common: [2022-04-17T15:35:03.359Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setOSConditions: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolWin: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolUnix: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolProperty: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setS1ASclassPath: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] init-common: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] clean-jars-common: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] compile: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setOSConditions: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolWin: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolUnix: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setToolProperty: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] setS1ASclassPath: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] init-common: [2022-04-17T15:35:03.359Z] [2022-04-17T15:35:03.359Z] compile-common: [2022-04-17T15:35:03.359Z] [echo] Current time (ISO): 2022-04-17T15:35:03.125+0000 [2022-04-17T15:35:03.359Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:03.359Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:05.264Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:05.264Z] [javac] 1 warning [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] build: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] setOSConditions: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] setToolWin: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] setToolUnix: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] setToolProperty: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] setS1ASclassPath: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] init-common: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] webclient-war-common: [2022-04-17T15:35:05.264Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] clear: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] test-tlds-exist: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] copy-tlds: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] test-tagfiles-exist: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] copy-tagfiles: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] package-war-common: [2022-04-17T15:35:05.264Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:35:05.264Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:05.264Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:05.264Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:05.264Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/no-interface-local-view-proxy-serializable/lib [2022-04-17T15:35:05.264Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:35:05.264Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:05.264Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:05.264Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/no-interface-local-view-proxy-serializable/docroot [2022-04-17T15:35:05.264Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-local-view-proxy-serializable-web.war [2022-04-17T15:35:05.264Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:05.264Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:05.264Z] [javac] Compiling 1 source file [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] create-resources: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] setOSConditions: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] setToolWin: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] setToolUnix: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] setToolProperty: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] setS1ASclassPath: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] init-common: [2022-04-17T15:35:05.264Z] [2022-04-17T15:35:05.264Z] create-jdbc-connpool-common: [2022-04-17T15:35:05.520Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:05.520Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:35:05.520Z] [2022-04-17T15:35:05.520Z] set-derby-connpool-props: [2022-04-17T15:35:05.777Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:05.777Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:35:06.038Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:06.295Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:35:06.551Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:06.551Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:35:06.807Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:06.807Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:35:07.374Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:07.374Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:35:07.630Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:07.630Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:35:08.197Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:08.197Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:35:08.454Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:08.454Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:35:08.454Z] [2022-04-17T15:35:08.454Z] setOSConditions: [2022-04-17T15:35:08.454Z] [2022-04-17T15:35:08.454Z] setToolWin: [2022-04-17T15:35:08.454Z] [2022-04-17T15:35:08.454Z] setToolUnix: [2022-04-17T15:35:08.454Z] [2022-04-17T15:35:08.454Z] setToolProperty: [2022-04-17T15:35:08.454Z] [2022-04-17T15:35:08.454Z] setS1ASclassPath: [2022-04-17T15:35:08.454Z] [2022-04-17T15:35:08.454Z] init-common: [2022-04-17T15:35:08.454Z] [2022-04-17T15:35:08.454Z] create-jdbc-resource-common: [2022-04-17T15:35:08.454Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:09.048Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:09.048Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. [2022-04-17T15:35:09.048Z] [echo] cmd executed for server [2022-04-17T15:35:09.048Z] [2022-04-17T15:35:09.048Z] deploy: [2022-04-17T15:35:09.048Z] [2022-04-17T15:35:09.048Z] deploy-war-common: [2022-04-17T15:35:09.048Z] [2022-04-17T15:35:09.048Z] setOSConditions: [2022-04-17T15:35:09.048Z] [2022-04-17T15:35:09.048Z] setToolWin: [2022-04-17T15:35:09.048Z] [2022-04-17T15:35:09.048Z] setToolUnix: [2022-04-17T15:35:09.048Z] [2022-04-17T15:35:09.048Z] setToolProperty: [2022-04-17T15:35:09.048Z] [2022-04-17T15:35:09.048Z] setS1ASclassPath: [2022-04-17T15:35:09.048Z] [2022-04-17T15:35:09.048Z] init-common: [2022-04-17T15:35:09.048Z] [2022-04-17T15:35:09.048Z] deploy-war-commonpe: [2022-04-17T15:35:09.304Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-no-interface-local-view-proxy-serializable-web.war [2022-04-17T15:35:09.560Z] [exec] Application deployed with name cdi-no-interface-local-view-proxy-serializable-web. [2022-04-17T15:35:09.560Z] [2022-04-17T15:35:09.560Z] deploy-war-commonee: [2022-04-17T15:35:09.560Z] [2022-04-17T15:35:09.560Z] run: [2022-04-17T15:35:09.560Z] [java] opening connection to http://localhost:8080/cdi-no-interface-local-view-proxy-serializable/myurl [2022-04-17T15:35:09.839Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:35:09.839Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:35:09.839Z] [java] [2022-04-17T15:35:09.839Z] [java] [2022-04-17T15:35:09.839Z] [java] ----------------------------------------- [2022-04-17T15:35:09.839Z] [java] - no-interface-local-view-proxy-serializable: PASS - [2022-04-17T15:35:09.839Z] [java] ----------------------------------------- [2022-04-17T15:35:09.839Z] [java] - Total PASS : 1 - [2022-04-17T15:35:09.839Z] [java] - Total FAIL : 0 - [2022-04-17T15:35:09.839Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:35:09.839Z] [java] ----------------------------------------- [2022-04-17T15:35:09.839Z] [2022-04-17T15:35:09.839Z] undeploy: [2022-04-17T15:35:09.839Z] [2022-04-17T15:35:09.839Z] setOSConditions: [2022-04-17T15:35:09.839Z] [2022-04-17T15:35:09.839Z] setToolWin: [2022-04-17T15:35:09.839Z] [2022-04-17T15:35:09.839Z] setToolUnix: [2022-04-17T15:35:09.839Z] [2022-04-17T15:35:09.839Z] setToolProperty: [2022-04-17T15:35:09.839Z] [2022-04-17T15:35:09.839Z] setS1ASclassPath: [2022-04-17T15:35:09.839Z] [2022-04-17T15:35:09.839Z] init-common: [2022-04-17T15:35:09.839Z] [2022-04-17T15:35:09.839Z] undeploy-war-common: [2022-04-17T15:35:10.095Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:10.095Z] [2022-04-17T15:35:10.095Z] delete-resources: [2022-04-17T15:35:10.095Z] [2022-04-17T15:35:10.095Z] setOSConditions: [2022-04-17T15:35:10.095Z] [2022-04-17T15:35:10.095Z] setToolWin: [2022-04-17T15:35:10.095Z] [2022-04-17T15:35:10.095Z] setToolUnix: [2022-04-17T15:35:10.095Z] [2022-04-17T15:35:10.095Z] setToolProperty: [2022-04-17T15:35:10.095Z] [2022-04-17T15:35:10.095Z] setS1ASclassPath: [2022-04-17T15:35:10.095Z] [2022-04-17T15:35:10.095Z] init-common: [2022-04-17T15:35:10.095Z] [2022-04-17T15:35:10.095Z] delete-jdbc-resource-common: [2022-04-17T15:35:10.095Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:10.351Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:10.637Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully [2022-04-17T15:35:10.637Z] [echo] cmd executed for server [2022-04-17T15:35:10.637Z] [2022-04-17T15:35:10.637Z] setOSConditions: [2022-04-17T15:35:10.637Z] [2022-04-17T15:35:10.637Z] setToolWin: [2022-04-17T15:35:10.637Z] [2022-04-17T15:35:10.637Z] setToolUnix: [2022-04-17T15:35:10.637Z] [2022-04-17T15:35:10.637Z] setToolProperty: [2022-04-17T15:35:10.637Z] [2022-04-17T15:35:10.637Z] setS1ASclassPath: [2022-04-17T15:35:10.637Z] [2022-04-17T15:35:10.637Z] init-common: [2022-04-17T15:35:10.637Z] [2022-04-17T15:35:10.637Z] delete-jdbc-connpool-common: [2022-04-17T15:35:10.637Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:35:10.893Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:10.893Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:35:10.893Z] [echo] cmd executed for server [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] all: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setOSConditions: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolWin: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolUnix: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolProperty: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setS1ASclassPath: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] init-common: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] clean: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setOSConditions: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolWin: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolUnix: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolProperty: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setS1ASclassPath: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] init-common: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] clean-common: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setOSConditions: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolWin: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolUnix: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolProperty: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setS1ASclassPath: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] init-common: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] clean-classes-common: [2022-04-17T15:35:10.893Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setOSConditions: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolWin: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolUnix: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolProperty: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setS1ASclassPath: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] init-common: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] clean-jars-common: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] compile: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setOSConditions: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolWin: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolUnix: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setToolProperty: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] setS1ASclassPath: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] init-common: [2022-04-17T15:35:10.893Z] [2022-04-17T15:35:10.893Z] compile-common: [2022-04-17T15:35:10.893Z] [echo] Current time (ISO): 2022-04-17T15:35:10.814+0000 [2022-04-17T15:35:10.893Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:10.893Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:12.804Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:12.804Z] [javac] 1 warning [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] setOSConditions: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] setToolWin: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] setToolUnix: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] setToolProperty: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] setS1ASclassPath: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] init-common: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] webclient-war-common: [2022-04-17T15:35:12.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] clear: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] test-tlds-exist: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] copy-tlds: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] test-tagfiles-exist: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] copy-tagfiles: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] package-war-common: [2022-04-17T15:35:12.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:35:12.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:12.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:12.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:12.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/normal-bean-injection-ear/lib [2022-04-17T15:35:12.804Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:12.804Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:12.804Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/normal-bean-injection-ear/docroot [2022-04-17T15:35:12.804Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-web.war [2022-04-17T15:35:12.804Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] setOSConditions: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] setToolWin: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] setToolUnix: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] setToolProperty: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] setS1ASclassPath: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] init-common: [2022-04-17T15:35:12.804Z] [2022-04-17T15:35:12.804Z] compile-common: [2022-04-17T15:35:12.804Z] [echo] Current time (ISO): 2022-04-17T15:35:12.491+0000 [2022-04-17T15:35:12.804Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:14.202Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:14.202Z] [javac] 1 warning [2022-04-17T15:35:14.202Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:14.202Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] build: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setOSConditions: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolWin: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolUnix: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolProperty: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setS1ASclassPath: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] init-common: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] ejb-jar-common: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] package-ejbjar-common: [2022-04-17T15:35:14.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:14.202Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:14.202Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-ejb.jar [2022-04-17T15:35:14.202Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setOSConditions: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] fixFiles: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] convUnix: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] convWin: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolWin: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolUnix: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolProperty: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setS1ASclassPath: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] init-common: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] ear-common: [2022-04-17T15:35:14.202Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/normal-bean-injection-ear/descriptor/sun-application.xml to copy. [2022-04-17T15:35:14.202Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:14.202Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/normal-bean-injection-ear/${glassfish-resources-ear.xml} to copy. [2022-04-17T15:35:14.202Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] deploy: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setOSConditions: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolWin: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolUnix: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolProperty: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setS1ASclassPath: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] init-common: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] deploy-common: [2022-04-17T15:35:14.202Z] [echo] Current time (ISO): 2022-04-17T15:35:14.167+0000 [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setOSConditions: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolWin: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolUnix: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setToolProperty: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] setS1ASclassPath: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] init-common: [2022-04-17T15:35:14.202Z] [2022-04-17T15:35:14.202Z] deploy-common-pe: [2022-04-17T15:35:14.764Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear [2022-04-17T15:35:15.020Z] [exec] Application deployed with name cdi-full-earApp. [2022-04-17T15:35:15.020Z] [exec] there are no files to retrieve for application cdi-full-earApp [2022-04-17T15:35:15.020Z] [echo] Deployment on target server server successful [2022-04-17T15:35:15.020Z] [2022-04-17T15:35:15.020Z] setOSConditions: [2022-04-17T15:35:15.020Z] [2022-04-17T15:35:15.020Z] setToolWin: [2022-04-17T15:35:15.020Z] [2022-04-17T15:35:15.020Z] setToolUnix: [2022-04-17T15:35:15.020Z] [2022-04-17T15:35:15.020Z] setToolProperty: [2022-04-17T15:35:15.020Z] [2022-04-17T15:35:15.020Z] setS1ASclassPath: [2022-04-17T15:35:15.020Z] [2022-04-17T15:35:15.020Z] init-common: [2022-04-17T15:35:15.020Z] [2022-04-17T15:35:15.021Z] deploy-common-ee: [2022-04-17T15:35:15.021Z] [2022-04-17T15:35:15.021Z] run: [2022-04-17T15:35:15.276Z] [java] invoking webclient servlet at http://localhost:8080/cdi-full-ear/HelloServlet [2022-04-17T15:35:15.276Z] [java] : [2022-04-17T15:35:15.276Z] [java] Value of key is:normal-lookup-in-ear [2022-04-17T15:35:15.276Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:35:15.276Z] [java] [2022-04-17T15:35:15.276Z] [java] [2022-04-17T15:35:15.276Z] [java] ----------------------------------------- [2022-04-17T15:35:15.276Z] [java] - normal-lookup-in-ear: PASS - [2022-04-17T15:35:15.276Z] [java] ----------------------------------------- [2022-04-17T15:35:15.276Z] [java] Total PASS: 1 [2022-04-17T15:35:15.276Z] [java] Total FAIL: 0 [2022-04-17T15:35:15.276Z] [java] Total DID NOT RUN: 0 [2022-04-17T15:35:15.276Z] [java] ----------------------------------------- [2022-04-17T15:35:15.276Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:35:15.276Z] [java] appLevelViaLookup = 'null' [2022-04-17T15:35:15.276Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:35:15.276Z] [2022-04-17T15:35:15.276Z] undeploy: [2022-04-17T15:35:15.276Z] [2022-04-17T15:35:15.276Z] setOSConditions: [2022-04-17T15:35:15.276Z] [2022-04-17T15:35:15.276Z] setToolWin: [2022-04-17T15:35:15.276Z] [2022-04-17T15:35:15.276Z] setToolUnix: [2022-04-17T15:35:15.276Z] [2022-04-17T15:35:15.276Z] setToolProperty: [2022-04-17T15:35:15.276Z] [2022-04-17T15:35:15.276Z] setS1ASclassPath: [2022-04-17T15:35:15.276Z] [2022-04-17T15:35:15.276Z] init-common: [2022-04-17T15:35:15.276Z] [2022-04-17T15:35:15.276Z] undeploy-common: [2022-04-17T15:35:15.855Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] all: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setOSConditions: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolWin: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolUnix: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolProperty: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setS1ASclassPath: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] init-common: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] clean: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setOSConditions: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolWin: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolUnix: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolProperty: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setS1ASclassPath: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] init-common: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] clean-common: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setOSConditions: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolWin: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolUnix: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolProperty: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setS1ASclassPath: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] init-common: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] clean-classes-common: [2022-04-17T15:35:15.855Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setOSConditions: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolWin: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolUnix: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolProperty: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setS1ASclassPath: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] init-common: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] clean-jars-common: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] compile: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setOSConditions: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolWin: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolUnix: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setToolProperty: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] setS1ASclassPath: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] init-common: [2022-04-17T15:35:15.855Z] [2022-04-17T15:35:15.855Z] compile-common: [2022-04-17T15:35:15.855Z] [echo] Current time (ISO): 2022-04-17T15:35:15.666+0000 [2022-04-17T15:35:15.855Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:15.855Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:17.240Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:17.503Z] [javac] 1 warning [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] setOSConditions: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] setToolWin: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] setToolUnix: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] setToolProperty: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] setS1ASclassPath: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] init-common: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] webclient-war-common: [2022-04-17T15:35:17.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] clear: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] test-tlds-exist: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] copy-tlds: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] test-tagfiles-exist: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] copy-tagfiles: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] package-war-common: [2022-04-17T15:35:17.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:35:17.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:17.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:17.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:17.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/programmatic-lookup-ear/lib [2022-04-17T15:35:17.503Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:17.503Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:17.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/programmatic-lookup-ear/docroot [2022-04-17T15:35:17.503Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-web.war [2022-04-17T15:35:17.503Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] setOSConditions: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] setToolWin: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] setToolUnix: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] setToolProperty: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] setS1ASclassPath: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] init-common: [2022-04-17T15:35:17.503Z] [2022-04-17T15:35:17.503Z] compile-common: [2022-04-17T15:35:17.503Z] [echo] Current time (ISO): 2022-04-17T15:35:17.391+0000 [2022-04-17T15:35:17.503Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:19.436Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:19.436Z] [javac] 1 warning [2022-04-17T15:35:19.436Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:19.436Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] build: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] setOSConditions: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] setToolWin: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] setToolUnix: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] setToolProperty: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] setS1ASclassPath: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] init-common: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] ejb-jar-common: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] package-ejbjar-common: [2022-04-17T15:35:19.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:19.436Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:19.436Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-ear-ejb.jar [2022-04-17T15:35:19.436Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] setOSConditions: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] fixFiles: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] convUnix: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] convWin: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] setToolWin: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] setToolUnix: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] setToolProperty: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] setS1ASclassPath: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] init-common: [2022-04-17T15:35:19.436Z] [2022-04-17T15:35:19.436Z] ear-common: [2022-04-17T15:35:19.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:19.436Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/programmatic-lookup-ear/descriptor/sun-application.xml to copy. [2022-04-17T15:35:19.436Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/programmatic-lookup-ear/${glassfish-resources-ear.xml} to copy. [2022-04-17T15:35:19.436Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] deploy: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] setOSConditions: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] setToolWin: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] setToolUnix: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] setToolProperty: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] setS1ASclassPath: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] init-common: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] deploy-common: [2022-04-17T15:35:19.437Z] [echo] Current time (ISO): 2022-04-17T15:35:19.187+0000 [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] setOSConditions: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] setToolWin: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] setToolUnix: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] setToolProperty: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] setS1ASclassPath: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] init-common: [2022-04-17T15:35:19.437Z] [2022-04-17T15:35:19.437Z] deploy-common-pe: [2022-04-17T15:35:19.693Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-full-earApp.ear [2022-04-17T15:35:19.949Z] [exec] Application deployed with name cdi-full-earApp. [2022-04-17T15:35:19.949Z] [exec] there are no files to retrieve for application cdi-full-earApp [2022-04-17T15:35:19.949Z] [echo] Deployment on target server server successful [2022-04-17T15:35:19.949Z] [2022-04-17T15:35:19.949Z] setOSConditions: [2022-04-17T15:35:19.949Z] [2022-04-17T15:35:19.949Z] setToolWin: [2022-04-17T15:35:19.949Z] [2022-04-17T15:35:19.949Z] setToolUnix: [2022-04-17T15:35:19.949Z] [2022-04-17T15:35:19.949Z] setToolProperty: [2022-04-17T15:35:19.949Z] [2022-04-17T15:35:19.949Z] setS1ASclassPath: [2022-04-17T15:35:19.949Z] [2022-04-17T15:35:19.949Z] init-common: [2022-04-17T15:35:19.949Z] [2022-04-17T15:35:19.949Z] deploy-common-ee: [2022-04-17T15:35:19.949Z] [2022-04-17T15:35:19.949Z] run: [2022-04-17T15:35:20.205Z] [java] invoking webclient servlet at http://localhost:8080/cdi-full-ear/HelloServlet [2022-04-17T15:35:20.205Z] [java] : [2022-04-17T15:35:20.205Z] [java] Value of key is:programmatic-lookup-in-ear [2022-04-17T15:35:20.205Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:35:20.205Z] [java] [2022-04-17T15:35:20.205Z] [java] [2022-04-17T15:35:20.205Z] [java] ----------------------------------------- [2022-04-17T15:35:20.205Z] [java] - programmatic-lookup-in-ear: PASS - [2022-04-17T15:35:20.205Z] [java] ----------------------------------------- [2022-04-17T15:35:20.205Z] [java] Total PASS: 1 [2022-04-17T15:35:20.205Z] [java] Total FAIL: 0 [2022-04-17T15:35:20.205Z] [java] Total DID NOT RUN: 0 [2022-04-17T15:35:20.205Z] [java] ----------------------------------------- [2022-04-17T15:35:20.205Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:35:20.205Z] [java] appLevelViaLookup = 'null' [2022-04-17T15:35:20.205Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:35:20.205Z] [2022-04-17T15:35:20.205Z] undeploy: [2022-04-17T15:35:20.205Z] [2022-04-17T15:35:20.205Z] setOSConditions: [2022-04-17T15:35:20.205Z] [2022-04-17T15:35:20.205Z] setToolWin: [2022-04-17T15:35:20.205Z] [2022-04-17T15:35:20.205Z] setToolUnix: [2022-04-17T15:35:20.205Z] [2022-04-17T15:35:20.205Z] setToolProperty: [2022-04-17T15:35:20.205Z] [2022-04-17T15:35:20.205Z] setS1ASclassPath: [2022-04-17T15:35:20.205Z] [2022-04-17T15:35:20.205Z] init-common: [2022-04-17T15:35:20.205Z] [2022-04-17T15:35:20.205Z] undeploy-common: [2022-04-17T15:35:20.768Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] all: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setOSConditions: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolWin: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolUnix: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolProperty: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setS1ASclassPath: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] init-common: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] clean: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setOSConditions: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolWin: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolUnix: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolProperty: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setS1ASclassPath: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] init-common: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] clean-common: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setOSConditions: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolWin: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolUnix: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolProperty: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setS1ASclassPath: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] init-common: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] clean-classes-common: [2022-04-17T15:35:20.768Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setOSConditions: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolWin: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolUnix: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolProperty: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setS1ASclassPath: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] init-common: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] clean-jars-common: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] compile: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setOSConditions: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolWin: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolUnix: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setToolProperty: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] setS1ASclassPath: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] init-common: [2022-04-17T15:35:20.768Z] [2022-04-17T15:35:20.768Z] compile-common: [2022-04-17T15:35:20.768Z] [echo] Current time (ISO): 2022-04-17T15:35:20.593+0000 [2022-04-17T15:35:20.768Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:20.768Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:22.674Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:22.674Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:35:22.674Z] [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. [2022-04-17T15:35:22.674Z] [javac] 2 warnings [2022-04-17T15:35:22.674Z] [2022-04-17T15:35:22.674Z] setOSConditions: [2022-04-17T15:35:22.674Z] [2022-04-17T15:35:22.674Z] setToolWin: [2022-04-17T15:35:22.674Z] [2022-04-17T15:35:22.674Z] setToolUnix: [2022-04-17T15:35:22.674Z] [2022-04-17T15:35:22.674Z] setToolProperty: [2022-04-17T15:35:22.674Z] [2022-04-17T15:35:22.674Z] setS1ASclassPath: [2022-04-17T15:35:22.674Z] [2022-04-17T15:35:22.674Z] init-common: [2022-04-17T15:35:22.674Z] [2022-04-17T15:35:22.674Z] compile-common: [2022-04-17T15:35:22.674Z] [echo] Current time (ISO): 2022-04-17T15:35:22.394+0000 [2022-04-17T15:35:22.674Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:24.576Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:24.576Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:35:24.576Z] [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. [2022-04-17T15:35:24.576Z] [javac] 2 warnings [2022-04-17T15:35:24.576Z] [2022-04-17T15:35:24.576Z] setOSConditions: [2022-04-17T15:35:24.576Z] [2022-04-17T15:35:24.576Z] setToolWin: [2022-04-17T15:35:24.576Z] [2022-04-17T15:35:24.576Z] setToolUnix: [2022-04-17T15:35:24.576Z] [2022-04-17T15:35:24.576Z] setToolProperty: [2022-04-17T15:35:24.576Z] [2022-04-17T15:35:24.576Z] setS1ASclassPath: [2022-04-17T15:35:24.576Z] [2022-04-17T15:35:24.576Z] init-common: [2022-04-17T15:35:24.576Z] [2022-04-17T15:35:24.576Z] compile-common: [2022-04-17T15:35:24.576Z] [echo] Current time (ISO): 2022-04-17T15:35:24.224+0000 [2022-04-17T15:35:24.576Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:26.468Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:26.468Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:35:26.468Z] [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. [2022-04-17T15:35:26.468Z] [javac] 2 warnings [2022-04-17T15:35:26.468Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:26.468Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] build: [2022-04-17T15:35:26.468Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:26.468Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:26.468Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:26.468Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:26.468Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir [2022-04-17T15:35:26.468Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir/lib.jar [2022-04-17T15:35:26.468Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/lib-dir [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setOSConditions: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolWin: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolUnix: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolProperty: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setS1ASclassPath: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] init-common: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] ejb-jar-common: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] package-ejbjar-common: [2022-04-17T15:35:26.468Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/bean-in-lib-dir-used-by-ejb-in-ear-ejb.jar [2022-04-17T15:35:26.468Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setOSConditions: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolWin: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolUnix: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolProperty: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setS1ASclassPath: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] init-common: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] webclient-war-common: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] clear: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] test-tlds-exist: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] copy-tlds: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] test-tagfiles-exist: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] copy-tagfiles: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] package-war-common: [2022-04-17T15:35:26.468Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:35:26.468Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:26.468Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:26.468Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:26.468Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:35:26.468Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:26.468Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:26.468Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/docroot [2022-04-17T15:35:26.468Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/bean-in-lib-dir-used-by-ejb-in-ear-web.war [2022-04-17T15:35:26.468Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:26.468Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:26.468Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:35:26.468Z] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:35:26.468Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/bean-in-lib-dir-used-by-ejb-in-earApp.ear [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] deploy: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setOSConditions: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolWin: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolUnix: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolProperty: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setS1ASclassPath: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] init-common: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] deploy-common: [2022-04-17T15:35:26.468Z] [echo] Current time (ISO): 2022-04-17T15:35:26.411+0000 [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setOSConditions: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolWin: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolUnix: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setToolProperty: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] setS1ASclassPath: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] init-common: [2022-04-17T15:35:26.468Z] [2022-04-17T15:35:26.468Z] deploy-common-pe: [2022-04-17T15:35:26.739Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/bean-in-lib-dir-used-by-ejb-in-earApp.ear [2022-04-17T15:35:27.301Z] [exec] Application deployed with name bean-in-lib-dir-used-by-ejb-in-earApp. [2022-04-17T15:35:27.301Z] [exec] there are no files to retrieve for application bean-in-lib-dir-used-by-ejb-in-earApp [2022-04-17T15:35:27.301Z] [echo] Deployment on target server server successful [2022-04-17T15:35:27.301Z] [2022-04-17T15:35:27.301Z] setOSConditions: [2022-04-17T15:35:27.301Z] [2022-04-17T15:35:27.301Z] setToolWin: [2022-04-17T15:35:27.301Z] [2022-04-17T15:35:27.301Z] setToolUnix: [2022-04-17T15:35:27.301Z] [2022-04-17T15:35:27.301Z] setToolProperty: [2022-04-17T15:35:27.301Z] [2022-04-17T15:35:27.301Z] setS1ASclassPath: [2022-04-17T15:35:27.301Z] [2022-04-17T15:35:27.301Z] init-common: [2022-04-17T15:35:27.301Z] [2022-04-17T15:35:27.301Z] deploy-common-ee: [2022-04-17T15:35:27.301Z] [2022-04-17T15:35:27.301Z] run: [2022-04-17T15:35:27.863Z] [java] invoking webclient servlet at http://localhost:8080/bean-in-lib-dir-used-by-ejb-in-ear/HelloServlet [2022-04-17T15:35:27.863Z] [java] : [2022-04-17T15:35:27.863Z] [java] Value of key is:bean-in-lib-dir-of-ear-used-by-ejb [2022-04-17T15:35:27.863Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:35:27.863Z] [java] [2022-04-17T15:35:27.863Z] [java] [2022-04-17T15:35:27.863Z] [java] ----------------------------------------- [2022-04-17T15:35:27.863Z] [java] - bean-in-lib-dir-of-ear-used-by-ejb: PASS - [2022-04-17T15:35:27.863Z] [java] ----------------------------------------- [2022-04-17T15:35:27.863Z] [java] Total PASS: 1 [2022-04-17T15:35:27.863Z] [java] Total FAIL: 0 [2022-04-17T15:35:27.863Z] [java] Total DID NOT RUN: 0 [2022-04-17T15:35:27.863Z] [java] ----------------------------------------- [2022-04-17T15:35:27.864Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:35:27.864Z] [java] appLevelViaLookup = 'null' [2022-04-17T15:35:27.864Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:35:28.139Z] [2022-04-17T15:35:28.139Z] undeploy: [2022-04-17T15:35:28.139Z] [2022-04-17T15:35:28.139Z] setOSConditions: [2022-04-17T15:35:28.139Z] [2022-04-17T15:35:28.139Z] setToolWin: [2022-04-17T15:35:28.139Z] [2022-04-17T15:35:28.139Z] setToolUnix: [2022-04-17T15:35:28.139Z] [2022-04-17T15:35:28.139Z] setToolProperty: [2022-04-17T15:35:28.139Z] [2022-04-17T15:35:28.139Z] setS1ASclassPath: [2022-04-17T15:35:28.139Z] [2022-04-17T15:35:28.139Z] init-common: [2022-04-17T15:35:28.139Z] [2022-04-17T15:35:28.139Z] undeploy-common: [2022-04-17T15:35:28.396Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] all: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setOSConditions: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolWin: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolUnix: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolProperty: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setS1ASclassPath: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] init-common: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] clean: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setOSConditions: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolWin: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolUnix: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolProperty: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setS1ASclassPath: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] init-common: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] clean-common: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setOSConditions: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolWin: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolUnix: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolProperty: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setS1ASclassPath: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] init-common: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] clean-classes-common: [2022-04-17T15:35:28.396Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setOSConditions: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolWin: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolUnix: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setToolProperty: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] setS1ASclassPath: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] init-common: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] clean-jars-common: [2022-04-17T15:35:28.396Z] [2022-04-17T15:35:28.396Z] compile: [2022-04-17T15:35:28.396Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:28.396Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:28.396Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:28.396Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:28.396Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:28.652Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 [2022-04-17T15:35:29.221Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' [2022-04-17T15:35:29.221Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:35:29.221Z] [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. [2022-04-17T15:35:29.221Z] [javac] 3 warnings [2022-04-17T15:35:29.221Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:29.221Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:29.221Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:29.221Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:29.221Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:29.221Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:29.784Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:29.784Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:35:29.784Z] [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. [2022-04-17T15:35:29.784Z] [javac] 2 warnings [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] build: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] setOSConditions: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] setToolWin: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] setToolUnix: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] setToolProperty: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] setS1ASclassPath: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] init-common: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] webclient-war-common: [2022-04-17T15:35:29.784Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] clear: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] test-tlds-exist: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] copy-tlds: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] test-tagfiles-exist: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] copy-tagfiles: [2022-04-17T15:35:29.784Z] [2022-04-17T15:35:29.784Z] package-war-common: [2022-04-17T15:35:29.784Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:35:29.784Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:29.784Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:29.784Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:29.784Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:29.784Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:35:29.784Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:29.784Z] [copy] Copying 12 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:29.784Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/docroot [2022-04-17T15:35:29.784Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-javaee-injection-web.war [2022-04-17T15:35:29.785Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:29.785Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:29.785Z] [javac] Compiling 1 source file [2022-04-17T15:35:29.785Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:35:29.785Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:35:29.785Z] [2022-04-17T15:35:29.785Z] create-resources: [2022-04-17T15:35:29.785Z] [2022-04-17T15:35:29.785Z] setOSConditions: [2022-04-17T15:35:29.785Z] [2022-04-17T15:35:29.785Z] setToolWin: [2022-04-17T15:35:29.785Z] [2022-04-17T15:35:29.785Z] setToolUnix: [2022-04-17T15:35:29.785Z] [2022-04-17T15:35:29.785Z] setToolProperty: [2022-04-17T15:35:29.785Z] [2022-04-17T15:35:29.785Z] setS1ASclassPath: [2022-04-17T15:35:29.785Z] [2022-04-17T15:35:29.785Z] init-common: [2022-04-17T15:35:29.785Z] [2022-04-17T15:35:29.785Z] create-jdbc-connpool-common: [2022-04-17T15:35:30.347Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:30.347Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:35:30.347Z] [2022-04-17T15:35:30.347Z] set-derby-connpool-props: [2022-04-17T15:35:30.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:30.939Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:35:31.196Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:31.196Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:35:31.758Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:31.758Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:35:32.013Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:32.013Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:35:32.270Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:32.270Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:35:32.846Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:32.846Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:35:33.102Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:33.102Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:35:33.664Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:33.664Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:35:33.664Z] [2022-04-17T15:35:33.664Z] setOSConditions: [2022-04-17T15:35:33.664Z] [2022-04-17T15:35:33.664Z] setToolWin: [2022-04-17T15:35:33.664Z] [2022-04-17T15:35:33.664Z] setToolUnix: [2022-04-17T15:35:33.664Z] [2022-04-17T15:35:33.664Z] setToolProperty: [2022-04-17T15:35:33.664Z] [2022-04-17T15:35:33.664Z] setS1ASclassPath: [2022-04-17T15:35:33.664Z] [2022-04-17T15:35:33.664Z] init-common: [2022-04-17T15:35:33.664Z] [2022-04-17T15:35:33.664Z] create-jdbc-resource-common: [2022-04-17T15:35:33.664Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:33.936Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:33.936Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. [2022-04-17T15:35:33.936Z] [echo] cmd executed for server [2022-04-17T15:35:33.936Z] [2022-04-17T15:35:33.936Z] deploy: [2022-04-17T15:35:33.936Z] [2022-04-17T15:35:33.936Z] deploy-war-common: [2022-04-17T15:35:33.936Z] [2022-04-17T15:35:33.936Z] setOSConditions: [2022-04-17T15:35:33.936Z] [2022-04-17T15:35:33.936Z] setToolWin: [2022-04-17T15:35:33.936Z] [2022-04-17T15:35:33.936Z] setToolUnix: [2022-04-17T15:35:33.936Z] [2022-04-17T15:35:33.936Z] setToolProperty: [2022-04-17T15:35:33.936Z] [2022-04-17T15:35:33.936Z] setS1ASclassPath: [2022-04-17T15:35:33.936Z] [2022-04-17T15:35:33.936Z] init-common: [2022-04-17T15:35:33.936Z] [2022-04-17T15:35:33.936Z] deploy-war-commonpe: [2022-04-17T15:35:34.498Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-javaee-injection-web.war [2022-04-17T15:35:35.061Z] [exec] Application deployed with name cdi-servlet-annotation-with-web-inf-lib-javaee-injection-web. [2022-04-17T15:35:35.061Z] [2022-04-17T15:35:35.061Z] deploy-war-commonee: [2022-04-17T15:35:35.061Z] [2022-04-17T15:35:35.061Z] run: [2022-04-17T15:35:35.061Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-javaee-injection/myurl?testcase=llinit [2022-04-17T15:35:35.340Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:35:35.340Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-javaee-injection/myurl?testcase=llquery [2022-04-17T15:35:35.340Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:35:35.340Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-javaee-injection/myurl?testcase=llfind [2022-04-17T15:35:35.340Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:35:35.340Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-javaee-injection/myurl?testcase=llinj [2022-04-17T15:35:35.340Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:35:35.340Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:35:35.340Z] [java] [2022-04-17T15:35:35.340Z] [java] [2022-04-17T15:35:35.340Z] [java] ----------------------------------------- [2022-04-17T15:35:35.340Z] [java] - cdi-servlet-annotation-with-web-inf-lib-javaee-injectionllinit: PASS - [2022-04-17T15:35:35.340Z] [java] - cdi-servlet-annotation-with-web-inf-lib-javaee-injectionllquery: PASS - [2022-04-17T15:35:35.340Z] [java] - cdi-servlet-annotation-with-web-inf-lib-javaee-injectionllfind: PASS - [2022-04-17T15:35:35.340Z] [java] - cdi-servlet-annotation-with-web-inf-lib-javaee-injectionllinj: PASS - [2022-04-17T15:35:35.340Z] [java] ----------------------------------------- [2022-04-17T15:35:35.340Z] [java] - Total PASS : 4 - [2022-04-17T15:35:35.340Z] [java] - Total FAIL : 0 - [2022-04-17T15:35:35.340Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:35:35.340Z] [java] ----------------------------------------- [2022-04-17T15:35:35.340Z] [2022-04-17T15:35:35.340Z] undeploy: [2022-04-17T15:35:35.340Z] [2022-04-17T15:35:35.340Z] setOSConditions: [2022-04-17T15:35:35.340Z] [2022-04-17T15:35:35.340Z] setToolWin: [2022-04-17T15:35:35.340Z] [2022-04-17T15:35:35.340Z] setToolUnix: [2022-04-17T15:35:35.340Z] [2022-04-17T15:35:35.340Z] setToolProperty: [2022-04-17T15:35:35.340Z] [2022-04-17T15:35:35.340Z] setS1ASclassPath: [2022-04-17T15:35:35.340Z] [2022-04-17T15:35:35.340Z] init-common: [2022-04-17T15:35:35.340Z] [2022-04-17T15:35:35.340Z] undeploy-war-common: [2022-04-17T15:35:35.596Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:35.596Z] [2022-04-17T15:35:35.596Z] delete-resources: [2022-04-17T15:35:35.596Z] [2022-04-17T15:35:35.596Z] setOSConditions: [2022-04-17T15:35:35.596Z] [2022-04-17T15:35:35.596Z] setToolWin: [2022-04-17T15:35:35.596Z] [2022-04-17T15:35:35.596Z] setToolUnix: [2022-04-17T15:35:35.596Z] [2022-04-17T15:35:35.596Z] setToolProperty: [2022-04-17T15:35:35.596Z] [2022-04-17T15:35:35.596Z] setS1ASclassPath: [2022-04-17T15:35:35.596Z] [2022-04-17T15:35:35.596Z] init-common: [2022-04-17T15:35:35.596Z] [2022-04-17T15:35:35.596Z] delete-jdbc-resource-common: [2022-04-17T15:35:35.596Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:36.159Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:36.159Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully [2022-04-17T15:35:36.159Z] [echo] cmd executed for server [2022-04-17T15:35:36.159Z] [2022-04-17T15:35:36.159Z] setOSConditions: [2022-04-17T15:35:36.159Z] [2022-04-17T15:35:36.159Z] setToolWin: [2022-04-17T15:35:36.159Z] [2022-04-17T15:35:36.159Z] setToolUnix: [2022-04-17T15:35:36.159Z] [2022-04-17T15:35:36.159Z] setToolProperty: [2022-04-17T15:35:36.159Z] [2022-04-17T15:35:36.159Z] setS1ASclassPath: [2022-04-17T15:35:36.159Z] [2022-04-17T15:35:36.159Z] init-common: [2022-04-17T15:35:36.159Z] [2022-04-17T15:35:36.159Z] delete-jdbc-connpool-common: [2022-04-17T15:35:36.159Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:35:36.415Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:36.415Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:35:36.415Z] [echo] cmd executed for server [2022-04-17T15:35:36.415Z] [2022-04-17T15:35:36.415Z] all: [2022-04-17T15:35:36.415Z] [2022-04-17T15:35:36.415Z] setOSConditions: [2022-04-17T15:35:36.415Z] [2022-04-17T15:35:36.415Z] setToolWin: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolUnix: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolProperty: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setS1ASclassPath: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] init-common: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] clean: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setOSConditions: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolWin: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolUnix: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolProperty: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setS1ASclassPath: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] init-common: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] clean-common: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setOSConditions: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolWin: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolUnix: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolProperty: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setS1ASclassPath: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] init-common: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] clean-classes-common: [2022-04-17T15:35:36.416Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setOSConditions: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolWin: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolUnix: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setToolProperty: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] setS1ASclassPath: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] init-common: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] clean-jars-common: [2022-04-17T15:35:36.416Z] [2022-04-17T15:35:36.416Z] compile: [2022-04-17T15:35:36.416Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:36.416Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:36.416Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:36.416Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:36.671Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 [2022-04-17T15:35:36.671Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' [2022-04-17T15:35:36.671Z] [javac] 2 warnings [2022-04-17T15:35:36.671Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:36.671Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:36.671Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:36.672Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:36.672Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:36.672Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:36.928Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:36.928Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 [2022-04-17T15:35:37.185Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' [2022-04-17T15:35:37.185Z] [javac] 2 warnings [2022-04-17T15:35:37.185Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:37.185Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:37.185Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 [2022-04-17T15:35:37.445Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' [2022-04-17T15:35:37.445Z] [javac] 2 warnings [2022-04-17T15:35:37.445Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/test1/Foo.class [2022-04-17T15:35:37.445Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:37.445Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:37.445Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:37.445Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:37.445Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:37.445Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:38.006Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:38.006Z] [javac] 1 warning [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] build: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] setOSConditions: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] setToolWin: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] setToolUnix: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] setToolProperty: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] setS1ASclassPath: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] init-common: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] webclient-war-common: [2022-04-17T15:35:38.006Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] clear: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] test-tlds-exist: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] copy-tlds: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] test-tagfiles-exist: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] copy-tagfiles: [2022-04-17T15:35:38.006Z] [2022-04-17T15:35:38.006Z] package-war-common: [2022-04-17T15:35:38.006Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:35:38.006Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:38.006Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:38.006Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:38.006Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:38.006Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:38.006Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:38.006Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/docroot [2022-04-17T15:35:38.006Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-with-ordering-web.war [2022-04-17T15:35:38.006Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:38.007Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:38.007Z] [javac] Compiling 1 source file [2022-04-17T15:35:38.007Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:35:38.007Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:35:38.007Z] [2022-04-17T15:35:38.007Z] deploy: [2022-04-17T15:35:38.007Z] [2022-04-17T15:35:38.007Z] deploy-war-common: [2022-04-17T15:35:38.007Z] [2022-04-17T15:35:38.007Z] setOSConditions: [2022-04-17T15:35:38.007Z] [2022-04-17T15:35:38.007Z] setToolWin: [2022-04-17T15:35:38.007Z] [2022-04-17T15:35:38.007Z] setToolUnix: [2022-04-17T15:35:38.007Z] [2022-04-17T15:35:38.007Z] setToolProperty: [2022-04-17T15:35:38.007Z] [2022-04-17T15:35:38.007Z] setS1ASclassPath: [2022-04-17T15:35:38.007Z] [2022-04-17T15:35:38.007Z] init-common: [2022-04-17T15:35:38.007Z] [2022-04-17T15:35:38.007Z] deploy-war-commonpe: [2022-04-17T15:35:38.568Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-with-ordering-web.war [2022-04-17T15:35:38.568Z] [exec] Application deployed with name cdi-servlet-annotation-with-web-inf-lib-with-ordering-web. [2022-04-17T15:35:38.568Z] [2022-04-17T15:35:38.568Z] deploy-war-commonee: [2022-04-17T15:35:38.568Z] [2022-04-17T15:35:38.568Z] run: [2022-04-17T15:35:38.824Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-with-ordering/myurl [2022-04-17T15:35:38.824Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:35:38.824Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:35:38.824Z] [java] [2022-04-17T15:35:38.824Z] [java] [2022-04-17T15:35:38.824Z] [java] ----------------------------------------- [2022-04-17T15:35:38.824Z] [java] - cdi-servlet-annotation-with-web-inf-lib-with-ordering: PASS - [2022-04-17T15:35:38.825Z] [java] ----------------------------------------- [2022-04-17T15:35:38.825Z] [java] - Total PASS : 1 - [2022-04-17T15:35:38.825Z] [java] - Total FAIL : 0 - [2022-04-17T15:35:38.825Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:35:38.825Z] [java] ----------------------------------------- [2022-04-17T15:35:38.825Z] [2022-04-17T15:35:38.825Z] undeploy: [2022-04-17T15:35:38.825Z] [2022-04-17T15:35:38.825Z] setOSConditions: [2022-04-17T15:35:38.825Z] [2022-04-17T15:35:38.825Z] setToolWin: [2022-04-17T15:35:38.825Z] [2022-04-17T15:35:38.825Z] setToolUnix: [2022-04-17T15:35:38.825Z] [2022-04-17T15:35:38.825Z] setToolProperty: [2022-04-17T15:35:38.825Z] [2022-04-17T15:35:38.825Z] setS1ASclassPath: [2022-04-17T15:35:38.825Z] [2022-04-17T15:35:38.825Z] init-common: [2022-04-17T15:35:38.825Z] [2022-04-17T15:35:38.825Z] undeploy-war-common: [2022-04-17T15:35:39.387Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] all: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setOSConditions: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolWin: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolUnix: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolProperty: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setS1ASclassPath: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] init-common: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] clean: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setOSConditions: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolWin: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolUnix: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolProperty: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setS1ASclassPath: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] init-common: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] clean-common: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setOSConditions: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolWin: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolUnix: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolProperty: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setS1ASclassPath: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] init-common: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] clean-classes-common: [2022-04-17T15:35:39.387Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setOSConditions: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolWin: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolUnix: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setToolProperty: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] setS1ASclassPath: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] init-common: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] clean-jars-common: [2022-04-17T15:35:39.387Z] [2022-04-17T15:35:39.387Z] compile: [2022-04-17T15:35:39.387Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:39.387Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:39.387Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:39.387Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:39.387Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 [2022-04-17T15:35:39.643Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' [2022-04-17T15:35:39.643Z] [javac] 2 warnings [2022-04-17T15:35:39.643Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:39.643Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:39.643Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:39.643Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:39.643Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:39.643Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:39.643Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:39.643Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 [2022-04-17T15:35:39.952Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' [2022-04-17T15:35:39.952Z] [javac] 2 warnings [2022-04-17T15:35:39.952Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:39.952Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:39.952Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 [2022-04-17T15:35:40.207Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' [2022-04-17T15:35:40.208Z] [javac] 2 warnings [2022-04-17T15:35:40.208Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/test1/Foo.class [2022-04-17T15:35:40.208Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:40.208Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:40.208Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:40.208Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:40.208Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:40.208Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:40.771Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:40.771Z] [javac] 1 warning [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] build: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] setOSConditions: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] setToolWin: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] setToolUnix: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] setToolProperty: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] setS1ASclassPath: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] init-common: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] webclient-war-common: [2022-04-17T15:35:40.771Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] clear: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] test-tlds-exist: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] copy-tlds: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] test-tagfiles-exist: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] copy-tagfiles: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] package-war-common: [2022-04-17T15:35:40.771Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:35:40.771Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:40.771Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:40.771Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:40.771Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:40.771Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:40.771Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:40.771Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/docroot [2022-04-17T15:35:40.771Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed-web.war [2022-04-17T15:35:40.771Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:40.771Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:40.771Z] [javac] Compiling 1 source file [2022-04-17T15:35:40.771Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:35:40.771Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] deploy: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] deploy-war-common: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] setOSConditions: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] setToolWin: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] setToolUnix: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] setToolProperty: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] setS1ASclassPath: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] init-common: [2022-04-17T15:35:40.771Z] [2022-04-17T15:35:40.771Z] deploy-war-commonpe: [2022-04-17T15:35:41.036Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed-web.war [2022-04-17T15:35:41.292Z] [exec] Application deployed with name cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed-web. [2022-04-17T15:35:41.292Z] [2022-04-17T15:35:41.292Z] deploy-war-commonee: [2022-04-17T15:35:41.292Z] [2022-04-17T15:35:41.292Z] run: [2022-04-17T15:35:41.548Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed/myurl [2022-04-17T15:35:41.548Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:35:41.548Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:35:41.548Z] [java] [2022-04-17T15:35:41.548Z] [java] [2022-04-17T15:35:41.548Z] [java] ----------------------------------------- [2022-04-17T15:35:41.548Z] [java] - cdi-servlet-annotation-with-web-inf-lib-with-ordering-reversed: PASS - [2022-04-17T15:35:41.548Z] [java] ----------------------------------------- [2022-04-17T15:35:41.548Z] [java] - Total PASS : 1 - [2022-04-17T15:35:41.548Z] [java] - Total FAIL : 0 - [2022-04-17T15:35:41.548Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:35:41.548Z] [java] ----------------------------------------- [2022-04-17T15:35:41.548Z] [2022-04-17T15:35:41.548Z] undeploy: [2022-04-17T15:35:41.548Z] [2022-04-17T15:35:41.548Z] setOSConditions: [2022-04-17T15:35:41.548Z] [2022-04-17T15:35:41.548Z] setToolWin: [2022-04-17T15:35:41.548Z] [2022-04-17T15:35:41.548Z] setToolUnix: [2022-04-17T15:35:41.548Z] [2022-04-17T15:35:41.548Z] setToolProperty: [2022-04-17T15:35:41.548Z] [2022-04-17T15:35:41.548Z] setS1ASclassPath: [2022-04-17T15:35:41.548Z] [2022-04-17T15:35:41.548Z] init-common: [2022-04-17T15:35:41.548Z] [2022-04-17T15:35:41.548Z] undeploy-war-common: [2022-04-17T15:35:42.110Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] all: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setOSConditions: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolWin: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolUnix: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolProperty: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setS1ASclassPath: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] init-common: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] clean: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setOSConditions: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolWin: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolUnix: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolProperty: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setS1ASclassPath: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] init-common: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] clean-common: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setOSConditions: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolWin: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolUnix: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolProperty: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setS1ASclassPath: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] init-common: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] clean-classes-common: [2022-04-17T15:35:42.110Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setOSConditions: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolWin: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolUnix: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setToolProperty: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] setS1ASclassPath: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] init-common: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] clean-jars-common: [2022-04-17T15:35:42.110Z] [2022-04-17T15:35:42.110Z] compile: [2022-04-17T15:35:42.110Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:42.110Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:42.110Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:42.110Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:42.110Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:42.110Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 [2022-04-17T15:35:42.367Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' [2022-04-17T15:35:42.367Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:35:42.367Z] [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. [2022-04-17T15:35:42.367Z] [javac] 3 warnings [2022-04-17T15:35:42.367Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:42.367Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/services [2022-04-17T15:35:42.367Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/services [2022-04-17T15:35:42.367Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:42.367Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:42.367Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:42.367Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:42.367Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:42.937Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:42.937Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:35:42.938Z] [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. [2022-04-17T15:35:42.938Z] [javac] 2 warnings [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] build: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] setOSConditions: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] setToolWin: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] setToolUnix: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] setToolProperty: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] setS1ASclassPath: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] init-common: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] webclient-war-common: [2022-04-17T15:35:42.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] clear: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] test-tlds-exist: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] copy-tlds: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] test-tagfiles-exist: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] copy-tagfiles: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] package-war-common: [2022-04-17T15:35:42.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:35:42.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:42.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:42.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:42.938Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:42.938Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF [2022-04-17T15:35:42.938Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:42.938Z] [copy] Copying 13 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:42.938Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/docroot [2022-04-17T15:35:42.938Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-extension-alternative-web.war [2022-04-17T15:35:42.938Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:42.938Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:42.938Z] [javac] Compiling 1 source file [2022-04-17T15:35:42.938Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:35:42.938Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] create-resources: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] setOSConditions: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] setToolWin: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] setToolUnix: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] setToolProperty: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] setS1ASclassPath: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] init-common: [2022-04-17T15:35:42.938Z] [2022-04-17T15:35:42.938Z] create-jdbc-connpool-common: [2022-04-17T15:35:43.500Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:43.500Z] [exec] JDBC connection pool ql-jdbc-pool created successfully. [2022-04-17T15:35:43.500Z] [2022-04-17T15:35:43.500Z] set-derby-connpool-props: [2022-04-17T15:35:44.062Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:44.062Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.User=dbuser [2022-04-17T15:35:44.319Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:44.319Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.Password=dbpassword [2022-04-17T15:35:44.881Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:44.881Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.driverType=4 [2022-04-17T15:35:45.139Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:45.139Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.portNumber=1527 [2022-04-17T15:35:45.395Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:45.395Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.dataBaseName=testdb [2022-04-17T15:35:45.964Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:45.964Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:35:46.220Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:46.220Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.create=true [2022-04-17T15:35:46.784Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_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 [2022-04-17T15:35:46.784Z] [exec] domain.resources.jdbc-connection-pool.ql-jdbc-pool.property.serverName=localhost [2022-04-17T15:35:46.784Z] [2022-04-17T15:35:46.784Z] setOSConditions: [2022-04-17T15:35:46.784Z] [2022-04-17T15:35:46.784Z] setToolWin: [2022-04-17T15:35:46.784Z] [2022-04-17T15:35:46.784Z] setToolUnix: [2022-04-17T15:35:46.784Z] [2022-04-17T15:35:46.784Z] setToolProperty: [2022-04-17T15:35:46.784Z] [2022-04-17T15:35:46.784Z] setS1ASclassPath: [2022-04-17T15:35:46.784Z] [2022-04-17T15:35:46.784Z] init-common: [2022-04-17T15:35:46.784Z] [2022-04-17T15:35:46.784Z] create-jdbc-resource-common: [2022-04-17T15:35:46.784Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:47.040Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:47.040Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource created successfully. [2022-04-17T15:35:47.040Z] [echo] cmd executed for server [2022-04-17T15:35:47.040Z] [2022-04-17T15:35:47.040Z] deploy: [2022-04-17T15:35:47.040Z] [2022-04-17T15:35:47.040Z] deploy-war-common: [2022-04-17T15:35:47.040Z] [2022-04-17T15:35:47.040Z] setOSConditions: [2022-04-17T15:35:47.040Z] [2022-04-17T15:35:47.040Z] setToolWin: [2022-04-17T15:35:47.040Z] [2022-04-17T15:35:47.041Z] setToolUnix: [2022-04-17T15:35:47.041Z] [2022-04-17T15:35:47.041Z] setToolProperty: [2022-04-17T15:35:47.041Z] [2022-04-17T15:35:47.041Z] setS1ASclassPath: [2022-04-17T15:35:47.041Z] [2022-04-17T15:35:47.041Z] init-common: [2022-04-17T15:35:47.041Z] [2022-04-17T15:35:47.041Z] deploy-war-commonpe: [2022-04-17T15:35:47.603Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-extension-alternative-web.war [2022-04-17T15:35:47.860Z] [exec] Application deployed with name cdi-servlet-annotation-with-web-inf-lib-extension-alternative-web. [2022-04-17T15:35:47.860Z] [2022-04-17T15:35:47.860Z] deploy-war-commonee: [2022-04-17T15:35:47.860Z] [2022-04-17T15:35:47.860Z] run: [2022-04-17T15:35:48.116Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-extension-alternative/myurl?testcase=llinit [2022-04-17T15:35:48.116Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-extension-alternative/myurl?testcase=llquery [2022-04-17T15:35:48.116Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-extension-alternative/myurl?testcase=llfind [2022-04-17T15:35:48.116Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib-extension-alternative/myurl?testcase=llinj [2022-04-17T15:35:48.116Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:35:48.116Z] [java] [2022-04-17T15:35:48.116Z] [java] [2022-04-17T15:35:48.116Z] [java] ----------------------------------------- [2022-04-17T15:35:48.116Z] [java] - cdi-servlet-annotation-with-web-inf-lib-extension-alternativellinit: PASS - [2022-04-17T15:35:48.116Z] [java] - cdi-servlet-annotation-with-web-inf-lib-extension-alternativellquery: PASS - [2022-04-17T15:35:48.116Z] [java] - cdi-servlet-annotation-with-web-inf-lib-extension-alternativellfind: PASS - [2022-04-17T15:35:48.116Z] [java] - cdi-servlet-annotation-with-web-inf-lib-extension-alternativellinj: PASS - [2022-04-17T15:35:48.116Z] [java] ----------------------------------------- [2022-04-17T15:35:48.116Z] [java] - Total PASS : 4 - [2022-04-17T15:35:48.116Z] [java] - Total FAIL : 0 - [2022-04-17T15:35:48.116Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:35:48.116Z] [java] ----------------------------------------- [2022-04-17T15:35:48.116Z] [2022-04-17T15:35:48.116Z] undeploy: [2022-04-17T15:35:48.116Z] [2022-04-17T15:35:48.116Z] setOSConditions: [2022-04-17T15:35:48.116Z] [2022-04-17T15:35:48.116Z] setToolWin: [2022-04-17T15:35:48.116Z] [2022-04-17T15:35:48.116Z] setToolUnix: [2022-04-17T15:35:48.116Z] [2022-04-17T15:35:48.116Z] setToolProperty: [2022-04-17T15:35:48.116Z] [2022-04-17T15:35:48.116Z] setS1ASclassPath: [2022-04-17T15:35:48.116Z] [2022-04-17T15:35:48.116Z] init-common: [2022-04-17T15:35:48.116Z] [2022-04-17T15:35:48.116Z] undeploy-war-common: [2022-04-17T15:35:48.678Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:48.678Z] [2022-04-17T15:35:48.678Z] delete-resources: [2022-04-17T15:35:48.678Z] [2022-04-17T15:35:48.678Z] setOSConditions: [2022-04-17T15:35:48.678Z] [2022-04-17T15:35:48.678Z] setToolWin: [2022-04-17T15:35:48.678Z] [2022-04-17T15:35:48.678Z] setToolUnix: [2022-04-17T15:35:48.678Z] [2022-04-17T15:35:48.678Z] setToolProperty: [2022-04-17T15:35:48.678Z] [2022-04-17T15:35:48.678Z] setS1ASclassPath: [2022-04-17T15:35:48.678Z] [2022-04-17T15:35:48.678Z] init-common: [2022-04-17T15:35:48.678Z] [2022-04-17T15:35:48.678Z] delete-jdbc-resource-common: [2022-04-17T15:35:48.678Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:48.933Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:48.933Z] [exec] JDBC resource jdbc/jdbc-dev-test-resource deleted successfully [2022-04-17T15:35:48.933Z] [echo] cmd executed for server [2022-04-17T15:35:48.933Z] [2022-04-17T15:35:48.933Z] setOSConditions: [2022-04-17T15:35:48.933Z] [2022-04-17T15:35:48.933Z] setToolWin: [2022-04-17T15:35:48.933Z] [2022-04-17T15:35:48.933Z] setToolUnix: [2022-04-17T15:35:48.934Z] [2022-04-17T15:35:48.934Z] setToolProperty: [2022-04-17T15:35:48.934Z] [2022-04-17T15:35:48.934Z] setS1ASclassPath: [2022-04-17T15:35:48.934Z] [2022-04-17T15:35:48.934Z] init-common: [2022-04-17T15:35:48.934Z] [2022-04-17T15:35:48.934Z] delete-jdbc-connpool-common: [2022-04-17T15:35:48.934Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true ql-jdbc-pool [2022-04-17T15:35:49.495Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:49.495Z] [exec] JDBC Connection pool ql-jdbc-pool deleted successfully [2022-04-17T15:35:49.495Z] [echo] cmd executed for server [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] all: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setOSConditions: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolWin: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolUnix: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolProperty: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setS1ASclassPath: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] init-common: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] clean: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setOSConditions: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolWin: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolUnix: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolProperty: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setS1ASclassPath: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] init-common: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] clean-common: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setOSConditions: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolWin: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolUnix: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolProperty: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setS1ASclassPath: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] init-common: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] clean-classes-common: [2022-04-17T15:35:49.495Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setOSConditions: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolWin: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolUnix: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setToolProperty: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] setS1ASclassPath: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] init-common: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] clean-jars-common: [2022-04-17T15:35:49.495Z] [2022-04-17T15:35:49.495Z] compile: [2022-04-17T15:35:49.495Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:49.495Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:49.495Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:49.495Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:49.495Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 [2022-04-17T15:35:49.751Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' [2022-04-17T15:35:49.751Z] [javac] 2 warnings [2022-04-17T15:35:49.751Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:49.751Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:49.751Z] [javac] warning: [options] system modules path not set in conjunction with -source 11 [2022-04-17T15:35:50.007Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '11' [2022-04-17T15:35:50.007Z] [javac] 2 warnings [2022-04-17T15:35:50.007Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:50.007Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/TestBean.class [2022-04-17T15:35:50.007Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:50.007Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:50.007Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:50.007Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:50.007Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:50.569Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:50.569Z] [javac] 1 warning [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] build: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] setOSConditions: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] setToolWin: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] setToolUnix: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] setToolProperty: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] setS1ASclassPath: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] init-common: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] webclient-war-common: [2022-04-17T15:35:50.569Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] clear: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] test-tlds-exist: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] copy-tlds: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] test-tagfiles-exist: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] copy-tagfiles: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] package-war-common: [2022-04-17T15:35:50.569Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:35:50.569Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:50.569Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:50.569Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:50.569Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:35:50.569Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:50.569Z] [copy] Copying 5 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:35:50.569Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/docroot [2022-04-17T15:35:50.569Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-web.war [2022-04-17T15:35:50.569Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:35:50.569Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:50.569Z] [javac] Compiling 1 source file [2022-04-17T15:35:50.569Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:35:50.569Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] deploy: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] deploy-war-common: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] setOSConditions: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] setToolWin: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] setToolUnix: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] setToolProperty: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] setS1ASclassPath: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] init-common: [2022-04-17T15:35:50.569Z] [2022-04-17T15:35:50.569Z] deploy-war-commonpe: [2022-04-17T15:35:50.839Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-servlet-annotation-with-web-inf-lib-web.war [2022-04-17T15:35:51.099Z] [exec] Application deployed with name cdi-servlet-annotation-with-web-inf-lib-web. [2022-04-17T15:35:51.099Z] [2022-04-17T15:35:51.099Z] deploy-war-commonee: [2022-04-17T15:35:51.099Z] [2022-04-17T15:35:51.099Z] run: [2022-04-17T15:35:51.355Z] [java] opening connection to http://localhost:8080/cdi-servlet-annotation-with-web-inf-lib/myurl [2022-04-17T15:35:51.355Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:35:51.355Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:35:51.355Z] [java] [2022-04-17T15:35:51.355Z] [java] [2022-04-17T15:35:51.355Z] [java] ----------------------------------------- [2022-04-17T15:35:51.355Z] [java] - cdi-servlet-annotation-with-web-inf-lib: PASS - [2022-04-17T15:35:51.355Z] [java] ----------------------------------------- [2022-04-17T15:35:51.355Z] [java] - Total PASS : 1 - [2022-04-17T15:35:51.355Z] [java] - Total FAIL : 0 - [2022-04-17T15:35:51.355Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:35:51.355Z] [java] ----------------------------------------- [2022-04-17T15:35:51.355Z] [2022-04-17T15:35:51.355Z] undeploy: [2022-04-17T15:35:51.355Z] [2022-04-17T15:35:51.355Z] setOSConditions: [2022-04-17T15:35:51.355Z] [2022-04-17T15:35:51.355Z] setToolWin: [2022-04-17T15:35:51.355Z] [2022-04-17T15:35:51.355Z] setToolUnix: [2022-04-17T15:35:51.355Z] [2022-04-17T15:35:51.355Z] setToolProperty: [2022-04-17T15:35:51.355Z] [2022-04-17T15:35:51.355Z] setS1ASclassPath: [2022-04-17T15:35:51.355Z] [2022-04-17T15:35:51.355Z] init-common: [2022-04-17T15:35:51.355Z] [2022-04-17T15:35:51.355Z] undeploy-war-common: [2022-04-17T15:35:51.941Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] all: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setOSConditions: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setToolWin: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setToolUnix: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setToolProperty: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setS1ASclassPath: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] init-common: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] build: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] all: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setOSConditions: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setToolWin: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setToolUnix: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setToolProperty: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setS1ASclassPath: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] init-common: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] all: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setOSConditions: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setToolWin: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setToolUnix: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setToolProperty: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] setS1ASclassPath: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] init-common: [2022-04-17T15:35:51.941Z] [2022-04-17T15:35:51.941Z] compile-common: [2022-04-17T15:35:51.941Z] [echo] Current time (ISO): 2022-04-17T15:35:51.891+0000 [2022-04-17T15:35:51.941Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/src/classes [2022-04-17T15:35:51.941Z] [javac] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/src/classes [2022-04-17T15:35:53.869Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:54.125Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:54.125Z] [javac] String foo = (new Integer(branchQualifier)).toString(); [2022-04-17T15:35:54.125Z] [javac] ^ [2022-04-17T15:35:54.125Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:54.125Z] [javac] String foo = (new Integer(globalTxID)).toString(); [2022-04-17T15:35:54.125Z] [javac] ^ [2022-04-17T15:35:54.125Z] [javac] Note: Some input files use unchecked or unsafe operations. [2022-04-17T15:35:54.125Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:35:54.125Z] [javac] 3 warnings [2022-04-17T15:35:54.125Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/generic-ra.jar [2022-04-17T15:35:54.125Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/generic-ra.rar [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setOSConditions: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolWin: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolUnix: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolProperty: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setS1ASclassPath: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] init-common: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] clean-common: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setOSConditions: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolWin: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolUnix: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolProperty: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setS1ASclassPath: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] init-common: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] clean-classes-common: [2022-04-17T15:35:54.125Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setOSConditions: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolWin: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolUnix: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolProperty: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setS1ASclassPath: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] init-common: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] clean-jars-common: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] all: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setOSConditions: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolWin: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolUnix: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolProperty: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setS1ASclassPath: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] init-common: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] all: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setOSConditions: [2022-04-17T15:35:54.125Z] [2022-04-17T15:35:54.125Z] setToolWin: [2022-04-17T15:35:54.126Z] [2022-04-17T15:35:54.126Z] setToolUnix: [2022-04-17T15:35:54.126Z] [2022-04-17T15:35:54.126Z] setToolProperty: [2022-04-17T15:35:54.126Z] [2022-04-17T15:35:54.126Z] setS1ASclassPath: [2022-04-17T15:35:54.126Z] [2022-04-17T15:35:54.126Z] init-common: [2022-04-17T15:35:54.126Z] [2022-04-17T15:35:54.126Z] compile-common: [2022-04-17T15:35:54.126Z] [echo] Current time (ISO): 2022-04-17T15:35:53.991+0000 [2022-04-17T15:35:54.126Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:54.126Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:35:56.061Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:35:56.061Z] [javac] 1 warning [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setOSConditions: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolWin: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolUnix: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolProperty: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setS1ASclassPath: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] init-common: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] ejb-jar-common: [2022-04-17T15:35:56.061Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] package-ejbjar-common: [2022-04-17T15:35:56.061Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:56.061Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:56.061Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:56.061Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:56.061Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-ejb.jar [2022-04-17T15:35:56.061Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setOSConditions: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolWin: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolUnix: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolProperty: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setS1ASclassPath: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] init-common: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] appclient-jar-common: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] package-appclientjar-common: [2022-04-17T15:35:56.061Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:56.061Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:56.061Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:35:56.061Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embedded-client.jar [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] build-ear: [2022-04-17T15:35:56.061Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embeddedApp.ear [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setup: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setOSConditions: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolWin: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolUnix: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolProperty: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setS1ASclassPath: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] init-common: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setupJdbc: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setOSConditions: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolWin: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolUnix: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolProperty: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setS1ASclassPath: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] init-common: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] default-jdbc-conpool: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setOSConditions: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolWin: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolUnix: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setToolProperty: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] setS1ASclassPath: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] init-common: [2022-04-17T15:35:56.061Z] [2022-04-17T15:35:56.061Z] create-jdbc-connpool-common: [2022-04-17T15:35:56.646Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:56.646Z] [exec] JDBC connection pool jdbc-pointbase-pool1 created successfully. [2022-04-17T15:35:56.646Z] [2022-04-17T15:35:56.646Z] set-derby-connpool-props: [2022-04-17T15:35:56.910Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:57.166Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.User=dbuser [2022-04-17T15:35:57.440Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:57.440Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.Password=dbpassword [2022-04-17T15:35:58.036Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:58.036Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.driverType=4 [2022-04-17T15:35:58.293Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:58.293Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.portNumber=1527 [2022-04-17T15:35:58.548Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:58.548Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.dataBaseName=testdb [2022-04-17T15:35:59.138Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:59.138Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.retrieveMessagesFromServerOnGetMessage=true [2022-04-17T15:35:59.394Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:59.394Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.create=true [2022-04-17T15:35:59.957Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:35:59.957Z] [exec] domain.resources.jdbc-connection-pool.jdbc-pointbase-pool1.property.serverName=localhost [2022-04-17T15:35:59.957Z] [2022-04-17T15:35:59.957Z] oracle-jdbc-conpool: [2022-04-17T15:35:59.957Z] [2022-04-17T15:35:59.957Z] create-jdbc-conpool-connector: [2022-04-17T15:35:59.957Z] [2022-04-17T15:35:59.957Z] setOSConditions: [2022-04-17T15:35:59.957Z] [2022-04-17T15:35:59.957Z] setToolWin: [2022-04-17T15:35:59.957Z] [2022-04-17T15:35:59.957Z] setToolUnix: [2022-04-17T15:35:59.957Z] [2022-04-17T15:35:59.957Z] setToolProperty: [2022-04-17T15:35:59.957Z] [2022-04-17T15:35:59.957Z] setS1ASclassPath: [2022-04-17T15:35:59.957Z] [2022-04-17T15:35:59.957Z] init-common: [2022-04-17T15:35:59.957Z] [2022-04-17T15:35:59.957Z] create-jdbc-resource-common: [2022-04-17T15:35:59.957Z] [echo] asadmin create-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:00.213Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:00.213Z] [exec] JDBC resource jdbc/XAPointbase created successfully. [2022-04-17T15:36:00.213Z] [echo] cmd executed for server [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] setOSConditions: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] setToolWin: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] setToolUnix: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] setToolProperty: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] setS1ASclassPath: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] init-common: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] default-sql: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] setOSConditions: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] setToolWin: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] setToolUnix: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] setToolProperty: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] setS1ASclassPath: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] init-common: [2022-04-17T15:36:00.213Z] [2022-04-17T15:36:00.213Z] execute-sql-common: [2022-04-17T15:36:01.142Z] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/app/createdb.sql [2022-04-17T15:36:01.142Z] [sql] Failed to execute: drop table MESSAGES [2022-04-17T15:36:01.142Z] [sql] java.sql.SQLSyntaxErrorException: Schema 'DBUSER' does not exist [2022-04-17T15:36:01.142Z] [sql] 0 rows affected [2022-04-17T15:36:01.142Z] [sql] 1 of 2 SQL statements executed successfully [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] sql-oracle: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] execute-sql-connector: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] deploy: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setOSConditions: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setToolWin: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setToolUnix: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setToolProperty: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setS1ASclassPath: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] init-common: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] deploy-ear: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setOSConditions: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setToolWin: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setToolUnix: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setToolProperty: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setS1ASclassPath: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] init-common: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] deploy-common: [2022-04-17T15:36:01.142Z] [echo] Current time (ISO): 2022-04-17T15:36:00.911+0000 [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setOSConditions: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setToolWin: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setToolUnix: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setToolProperty: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] setS1ASclassPath: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] init-common: [2022-04-17T15:36:01.142Z] [2022-04-17T15:36:01.142Z] deploy-common-pe: [2022-04-17T15:36:01.399Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/generic-embeddedApp.ear [2022-04-17T15:36:11.355Z] [exec] Application deployed with name generic-embeddedApp. [2022-04-17T15:36:11.355Z] [echo] Deployment on target server server successful [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] setOSConditions: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] setToolWin: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] setToolUnix: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] setToolProperty: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] setS1ASclassPath: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] init-common: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] deploy-common-ee: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] setOSConditions: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] setToolWin: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] setToolUnix: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] setToolProperty: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] setS1ASclassPath: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] init-common: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] testAddAdmin: [2022-04-17T15:36:11.355Z] [2022-04-17T15:36:11.355Z] asadmin-common: [2022-04-17T15:36:11.355Z] [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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true eis/testAdmin [2022-04-17T15:36:11.638Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:11.638Z] [exec] Administered object eis/testAdmin created. [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] setOSConditions: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] setToolWin: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] setToolUnix: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] setToolProperty: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] setS1ASclassPath: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] init-common: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] restart: [2022-04-17T15:36:11.638Z] [echo] Not required to restart [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] runtest: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] setOSConditions: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] setToolWin: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] setToolUnix: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] setToolProperty: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] setS1ASclassPath: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] init-common: [2022-04-17T15:36:11.638Z] [2022-04-17T15:36:11.638Z] runclient-common: [2022-04-17T15:36:11.638Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:36:12.567Z] [exec] Apr 17, 2022 3:36:12 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:36:12.567Z] [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. [2022-04-17T15:36:13.512Z] [exec] [CLIENT]:: --> doTest() ENTER... [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Running... [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Got expected results = true [2022-04-17T15:36:16.039Z] [exec] Value of key is: Embedded-Connector-1.5 test - 1 [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Running... [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Got expected results = true [2022-04-17T15:36:16.039Z] [exec] Value of key is: Embedded-Connector-1.5 test - 2 [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Running... [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Got expected results = true [2022-04-17T15:36:16.039Z] [exec] Value of key is: Embedded-Connector-1.5 test - 3 [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Running... [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Got expected results = true [2022-04-17T15:36:16.039Z] [exec] Value of key is: Embedded-Connector-1.5 test - 4 [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Running... [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Got expected results = true [2022-04-17T15:36:16.039Z] [exec] Value of key is: Embedded-Connector-1.5 test - 5 [2022-04-17T15:36:16.039Z] [exec] [CLIENT]:: --> Running... [2022-04-17T15:36:16.296Z] [exec] [CLIENT]:: --> Got expected results = true [2022-04-17T15:36:16.296Z] [exec] Value of key is: Embedded-Connector-1.5 test - 6 [2022-04-17T15:36:16.296Z] [exec] [CLIENT]:: --> Running... [2022-04-17T15:36:16.296Z] [exec] [CLIENT]:: --> Got expected results = true [2022-04-17T15:36:16.296Z] [exec] Value of key is: Embedded-Connector-1.5 test - 7 [2022-04-17T15:36:16.296Z] [exec] [CLIENT]:: --> Running... [2022-04-17T15:36:16.296Z] [exec] [CLIENT]:: --> Got expected results = true [2022-04-17T15:36:16.296Z] [exec] Value of key is: Embedded-Connector-1.5 test - 8 [2022-04-17T15:36:16.296Z] [exec] [CLIENT]:: --> Running... [2022-04-17T15:36:16.296Z] [exec] [CLIENT]:: --> Got expected results = true [2022-04-17T15:36:16.296Z] [exec] Value of key is: Embedded-Connector-1.5 test - 9 [2022-04-17T15:36:16.296Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:16.296Z] [exec] [2022-04-17T15:36:16.296Z] [exec] [2022-04-17T15:36:16.296Z] [exec] ----------------------------------------- [2022-04-17T15:36:16.296Z] [exec] - Embedded-Connector-1.5 test - 1: PASS - [2022-04-17T15:36:16.296Z] [exec] - Embedded-Connector-1.5 test - 4: PASS - [2022-04-17T15:36:16.297Z] [exec] - Embedded-Connector-1.5 test - 5: PASS - [2022-04-17T15:36:16.297Z] [exec] - Embedded-Connector-1.5 test - 2: PASS - [2022-04-17T15:36:16.297Z] [exec] - Embedded-Connector-1.5 test - 3: PASS - [2022-04-17T15:36:16.297Z] [exec] - Embedded-Connector-1.5 test - 8: PASS - [2022-04-17T15:36:16.297Z] [exec] - Embedded-Connector-1.5 test - 9: PASS - [2022-04-17T15:36:16.297Z] [exec] - Embedded-Connector-1.5 test - 6: PASS - [2022-04-17T15:36:16.297Z] [exec] - Embedded-Connector-1.5 test - 7: PASS - [2022-04-17T15:36:16.297Z] [exec] ----------------------------------------- [2022-04-17T15:36:16.297Z] [exec] Total PASS: 9 [2022-04-17T15:36:16.297Z] [exec] Total FAIL: 0 [2022-04-17T15:36:16.297Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:36:16.297Z] [exec] ----------------------------------------- [2022-04-17T15:36:16.297Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:36:16.297Z] [exec] [CLIENT]:: --> EXITING... STATUS = ALL TESTS PASSED [2022-04-17T15:36:16.297Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] checkReporting-common: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] confirmReportPresent-common: [2022-04-17T15:36:16.859Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:36:16.859Z] [echo] Test seems to be reported fine [2022-04-17T15:36:16.859Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/RepRunConf.txt [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] confirmMissingReport-common: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] unset: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] setOSConditions: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] setToolWin: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] setToolUnix: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] setToolProperty: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] setS1ASclassPath: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] init-common: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] unsetJdbc: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] setOSConditions: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] setToolWin: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] setToolUnix: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.859Z] setToolProperty: [2022-04-17T15:36:16.859Z] [2022-04-17T15:36:16.860Z] setS1ASclassPath: [2022-04-17T15:36:16.860Z] [2022-04-17T15:36:16.860Z] init-common: [2022-04-17T15:36:16.860Z] [2022-04-17T15:36:16.860Z] delete-jdbc-resource-common: [2022-04-17T15:36:16.860Z] [echo] asadmin delete-jdbc-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server jdbc/XAPointbase [2022-04-17T15:36:17.117Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-jdbc-resource --target server jdbc/XAPointbase [2022-04-17T15:36:17.117Z] [exec] JDBC resource jdbc/XAPointbase deleted successfully [2022-04-17T15:36:17.117Z] [echo] cmd executed for server [2022-04-17T15:36:17.117Z] [2022-04-17T15:36:17.117Z] setOSConditions: [2022-04-17T15:36:17.117Z] [2022-04-17T15:36:17.117Z] setToolWin: [2022-04-17T15:36:17.117Z] [2022-04-17T15:36:17.117Z] setToolUnix: [2022-04-17T15:36:17.117Z] [2022-04-17T15:36:17.117Z] setToolProperty: [2022-04-17T15:36:17.117Z] [2022-04-17T15:36:17.117Z] setS1ASclassPath: [2022-04-17T15:36:17.117Z] [2022-04-17T15:36:17.117Z] init-common: [2022-04-17T15:36:17.117Z] [2022-04-17T15:36:17.117Z] delete-jdbc-connpool-common: [2022-04-17T15:36:17.117Z] [echo] asadmin delete-jdbc-connection-pool --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --cascade=true jdbc-pointbase-pool1 [2022-04-17T15:36:17.682Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:17.682Z] [exec] JDBC Connection pool jdbc-pointbase-pool1 deleted successfully [2022-04-17T15:36:17.683Z] [echo] cmd executed for server [2022-04-17T15:36:17.683Z] [2022-04-17T15:36:17.683Z] undeploy: [2022-04-17T15:36:17.683Z] [2022-04-17T15:36:17.683Z] setOSConditions: [2022-04-17T15:36:17.683Z] [2022-04-17T15:36:17.683Z] setToolWin: [2022-04-17T15:36:17.683Z] [2022-04-17T15:36:17.683Z] setToolUnix: [2022-04-17T15:36:17.683Z] [2022-04-17T15:36:17.683Z] setToolProperty: [2022-04-17T15:36:17.683Z] [2022-04-17T15:36:17.683Z] setS1ASclassPath: [2022-04-17T15:36:17.683Z] [2022-04-17T15:36:17.683Z] init-common: [2022-04-17T15:36:17.683Z] [2022-04-17T15:36:17.683Z] testDelAdmin: [2022-04-17T15:36:17.683Z] [2022-04-17T15:36:17.683Z] asadmin-common: [2022-04-17T15:36:17.683Z] [echo] asadmin delete-admin-object --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --host localhost --port 4848 --echo=true --terse=true --target server eis/testAdmin [2022-04-17T15:36:17.939Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true delete-admin-object --target server eis/testAdmin [2022-04-17T15:36:17.939Z] [exec] Administered object eis/testAdmin deleted. [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] setOSConditions: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] setToolWin: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] setToolUnix: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] setToolProperty: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] setS1ASclassPath: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] init-common: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] undeploy: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] setOSConditions: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] setToolWin: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] setToolUnix: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] setToolProperty: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] setS1ASclassPath: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] init-common: [2022-04-17T15:36:17.939Z] [2022-04-17T15:36:17.939Z] undeploy-common: [2022-04-17T15:36:18.501Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setOSConditions: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolWin: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolUnix: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolProperty: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setS1ASclassPath: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] init-common: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] restart: [2022-04-17T15:36:18.501Z] [echo] Not required to restart [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] all: [2022-04-17T15:36:18.501Z] [echo] Running managed-beans [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] all: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] managedbeans: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setOSConditions: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolWin: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolUnix: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolProperty: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setS1ASclassPath: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] init-common: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] clean: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setOSConditions: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolWin: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolUnix: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolProperty: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setS1ASclassPath: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] init-common: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] clean-common: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setOSConditions: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolWin: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolUnix: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setToolProperty: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] setS1ASclassPath: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] init-common: [2022-04-17T15:36:18.501Z] [2022-04-17T15:36:18.501Z] clean-classes-common: [2022-04-17T15:36:18.502Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] setOSConditions: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] setToolWin: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] setToolUnix: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] setToolProperty: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] setS1ASclassPath: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] init-common: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] clean-jars-common: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] compile: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] setOSConditions: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] setToolWin: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] setToolUnix: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] setToolProperty: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] setS1ASclassPath: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] init-common: [2022-04-17T15:36:18.502Z] [2022-04-17T15:36:18.502Z] compile-common: [2022-04-17T15:36:18.502Z] [echo] Current time (ISO): 2022-04-17T15:36:18.359+0000 [2022-04-17T15:36:18.502Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:18.502Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:19.878Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:20.135Z] [javac] 1 warning [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] build: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] setOSConditions: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] setToolWin: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] setToolUnix: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] setToolProperty: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] setS1ASclassPath: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] init-common: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] webclient-war-common: [2022-04-17T15:36:20.135Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] clear: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] test-tlds-exist: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] copy-tlds: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] test-tagfiles-exist: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] copy-tagfiles: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] package-war-common: [2022-04-17T15:36:20.135Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:20.135Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:20.135Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:20.135Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:20.135Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/lib [2022-04-17T15:36:20.135Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:20.135Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:20.135Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/docroot [2022-04-17T15:36:20.135Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-managed-bean-lifecycle-polymorphism-web.war [2022-04-17T15:36:20.135Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:20.135Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:20.135Z] [javac] Compiling 1 source file [2022-04-17T15:36:20.135Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:36:20.135Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] deploy: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] deploy-war-common: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] setOSConditions: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] setToolWin: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] setToolUnix: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] setToolProperty: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] setS1ASclassPath: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] init-common: [2022-04-17T15:36:20.135Z] [2022-04-17T15:36:20.135Z] deploy-war-commonpe: [2022-04-17T15:36:20.698Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-managed-bean-lifecycle-polymorphism-web.war [2022-04-17T15:36:20.698Z] [exec] Application deployed with name cdi-managed-bean-lifecycle-polymorphism-web. [2022-04-17T15:36:20.698Z] [2022-04-17T15:36:20.698Z] deploy-war-commonee: [2022-04-17T15:36:20.698Z] [2022-04-17T15:36:20.698Z] run: [2022-04-17T15:36:20.954Z] [java] opening connection to http://localhost:8080/cdi-managed-bean-lifecycle-polymorphism/myurl [2022-04-17T15:36:20.954Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 | TestManagedBean injected via @Inject : TestManagedBeanExtension#PostConstruct | pc count = 1 [2022-04-17T15:36:20.954Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:20.954Z] [java] [2022-04-17T15:36:20.954Z] [java] [2022-04-17T15:36:20.954Z] [java] ----------------------------------------- [2022-04-17T15:36:20.954Z] [java] - managed-bean-lifecycle-inheritance: PASS - [2022-04-17T15:36:20.954Z] [java] ----------------------------------------- [2022-04-17T15:36:20.954Z] [java] - Total PASS : 1 - [2022-04-17T15:36:20.954Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:20.954Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:20.954Z] [java] ----------------------------------------- [2022-04-17T15:36:20.954Z] [2022-04-17T15:36:20.954Z] undeploy: [2022-04-17T15:36:20.954Z] [2022-04-17T15:36:20.954Z] setOSConditions: [2022-04-17T15:36:20.954Z] [2022-04-17T15:36:20.954Z] setToolWin: [2022-04-17T15:36:20.954Z] [2022-04-17T15:36:20.954Z] setToolUnix: [2022-04-17T15:36:20.954Z] [2022-04-17T15:36:20.954Z] setToolProperty: [2022-04-17T15:36:20.954Z] [2022-04-17T15:36:20.954Z] setS1ASclassPath: [2022-04-17T15:36:20.954Z] [2022-04-17T15:36:20.954Z] init-common: [2022-04-17T15:36:20.954Z] [2022-04-17T15:36:20.954Z] undeploy-war-common: [2022-04-17T15:36:21.550Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] all: [2022-04-17T15:36:21.550Z] [echo] Running portable-extensions [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] all: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] portable-extensions: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setOSConditions: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolWin: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolUnix: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolProperty: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setS1ASclassPath: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] init-common: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] clean: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setOSConditions: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolWin: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolUnix: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolProperty: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setS1ASclassPath: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] init-common: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] clean-common: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setOSConditions: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolWin: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolUnix: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolProperty: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setS1ASclassPath: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] init-common: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] clean-classes-common: [2022-04-17T15:36:21.550Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setOSConditions: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolWin: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolUnix: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolProperty: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setS1ASclassPath: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] init-common: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] clean-jars-common: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] compile: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setOSConditions: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolWin: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolUnix: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setToolProperty: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] setS1ASclassPath: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] init-common: [2022-04-17T15:36:21.550Z] [2022-04-17T15:36:21.550Z] compile-common: [2022-04-17T15:36:21.550Z] [echo] Current time (ISO): 2022-04-17T15:36:21.405+0000 [2022-04-17T15:36:21.550Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:21.550Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:23.554Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:23.554Z] [javac] 1 warning [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] build: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] setOSConditions: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] setToolWin: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] setToolUnix: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] setToolProperty: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] setS1ASclassPath: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] init-common: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] webclient-war-common: [2022-04-17T15:36:23.554Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] clear: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] test-tlds-exist: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] copy-tlds: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] test-tagfiles-exist: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] copy-tagfiles: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] package-war-common: [2022-04-17T15:36:23.554Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:23.554Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:23.554Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:23.554Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:23.554Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/simple-portable-extension/lib [2022-04-17T15:36:23.554Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:23.554Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services [2022-04-17T15:36:23.554Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:23.554Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/simple-portable-extension/docroot [2022-04-17T15:36:23.554Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-portable-extension-web.war [2022-04-17T15:36:23.554Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:23.554Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:23.554Z] [javac] Compiling 1 source file [2022-04-17T15:36:23.554Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:23.554Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] deploy: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] deploy-war-common: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] setOSConditions: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] setToolWin: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] setToolUnix: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] setToolProperty: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] setS1ASclassPath: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] init-common: [2022-04-17T15:36:23.554Z] [2022-04-17T15:36:23.554Z] deploy-war-commonpe: [2022-04-17T15:36:23.836Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-portable-extension-web.war [2022-04-17T15:36:24.092Z] [exec] Application deployed with name cdi-simple-portable-extension-web. [2022-04-17T15:36:24.092Z] [2022-04-17T15:36:24.092Z] deploy-war-commonee: [2022-04-17T15:36:24.092Z] [2022-04-17T15:36:24.092Z] run: [2022-04-17T15:36:24.092Z] [java] opening connection to http://localhost:8080/cdi-simple-portable-extension/myurl [2022-04-17T15:36:24.092Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:24.092Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:24.092Z] [java] [2022-04-17T15:36:24.092Z] [java] [2022-04-17T15:36:24.092Z] [java] ----------------------------------------- [2022-04-17T15:36:24.092Z] [java] - portable-extensions-simple-extension: PASS - [2022-04-17T15:36:24.092Z] [java] ----------------------------------------- [2022-04-17T15:36:24.092Z] [java] - Total PASS : 1 - [2022-04-17T15:36:24.092Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:24.092Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:24.092Z] [java] ----------------------------------------- [2022-04-17T15:36:24.092Z] [2022-04-17T15:36:24.092Z] undeploy: [2022-04-17T15:36:24.092Z] [2022-04-17T15:36:24.092Z] setOSConditions: [2022-04-17T15:36:24.092Z] [2022-04-17T15:36:24.092Z] setToolWin: [2022-04-17T15:36:24.092Z] [2022-04-17T15:36:24.092Z] setToolUnix: [2022-04-17T15:36:24.092Z] [2022-04-17T15:36:24.092Z] setToolProperty: [2022-04-17T15:36:24.092Z] [2022-04-17T15:36:24.092Z] setS1ASclassPath: [2022-04-17T15:36:24.092Z] [2022-04-17T15:36:24.092Z] init-common: [2022-04-17T15:36:24.092Z] [2022-04-17T15:36:24.092Z] undeploy-war-common: [2022-04-17T15:36:24.872Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] all: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setOSConditions: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolWin: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolUnix: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolProperty: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setS1ASclassPath: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] init-common: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] clean: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setOSConditions: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolWin: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolUnix: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolProperty: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setS1ASclassPath: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] init-common: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] clean-common: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setOSConditions: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolWin: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolUnix: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolProperty: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setS1ASclassPath: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] init-common: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] clean-classes-common: [2022-04-17T15:36:24.872Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setOSConditions: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolWin: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolUnix: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolProperty: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setS1ASclassPath: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] init-common: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] clean-jars-common: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] compile: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setOSConditions: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolWin: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolUnix: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setToolProperty: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] setS1ASclassPath: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] init-common: [2022-04-17T15:36:24.872Z] [2022-04-17T15:36:24.872Z] compile-common: [2022-04-17T15:36:24.872Z] [echo] Current time (ISO): 2022-04-17T15:36:24.528+0000 [2022-04-17T15:36:24.872Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:24.872Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:26.243Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:26.503Z] [javac] 1 warning [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] build: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] setOSConditions: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] setToolWin: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] setToolUnix: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] setToolProperty: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] setS1ASclassPath: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] init-common: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] webclient-war-common: [2022-04-17T15:36:26.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] clear: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] test-tlds-exist: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] copy-tlds: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] test-tagfiles-exist: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] copy-tagfiles: [2022-04-17T15:36:26.503Z] [2022-04-17T15:36:26.503Z] package-war-common: [2022-04-17T15:36:26.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:26.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:26.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:26.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:26.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-interface/lib [2022-04-17T15:36:26.503Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:26.503Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services [2022-04-17T15:36:26.503Z] [copy] Copying 14 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:26.503Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-interface/docroot [2022-04-17T15:36:26.504Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-bean-interface-web.war [2022-04-17T15:36:26.504Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:26.504Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:26.504Z] [javac] Compiling 1 source file [2022-04-17T15:36:26.504Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:26.504Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:26.504Z] [2022-04-17T15:36:26.504Z] deploy: [2022-04-17T15:36:26.504Z] [2022-04-17T15:36:26.504Z] deploy-war-common: [2022-04-17T15:36:26.504Z] [2022-04-17T15:36:26.504Z] setOSConditions: [2022-04-17T15:36:26.504Z] [2022-04-17T15:36:26.504Z] setToolWin: [2022-04-17T15:36:26.504Z] [2022-04-17T15:36:26.504Z] setToolUnix: [2022-04-17T15:36:26.504Z] [2022-04-17T15:36:26.504Z] setToolProperty: [2022-04-17T15:36:26.504Z] [2022-04-17T15:36:26.504Z] setS1ASclassPath: [2022-04-17T15:36:26.504Z] [2022-04-17T15:36:26.504Z] init-common: [2022-04-17T15:36:26.504Z] [2022-04-17T15:36:26.504Z] deploy-war-commonpe: [2022-04-17T15:36:27.075Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-bean-interface-web.war [2022-04-17T15:36:27.075Z] [exec] Application deployed with name cdi-bean-interface-web. [2022-04-17T15:36:27.075Z] [2022-04-17T15:36:27.075Z] deploy-war-commonee: [2022-04-17T15:36:27.075Z] [2022-04-17T15:36:27.075Z] run: [2022-04-17T15:36:27.331Z] [java] opening connection to http://localhost:8080/cdi-bean-interface/myurl [2022-04-17T15:36:27.331Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:27.331Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:27.331Z] [java] [2022-04-17T15:36:27.331Z] [java] [2022-04-17T15:36:27.331Z] [java] ----------------------------------------- [2022-04-17T15:36:27.331Z] [java] - portable-extensions-bean-interface: PASS - [2022-04-17T15:36:27.331Z] [java] ----------------------------------------- [2022-04-17T15:36:27.331Z] [java] - Total PASS : 1 - [2022-04-17T15:36:27.332Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:27.332Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:27.332Z] [java] ----------------------------------------- [2022-04-17T15:36:27.332Z] [2022-04-17T15:36:27.332Z] undeploy: [2022-04-17T15:36:27.332Z] [2022-04-17T15:36:27.332Z] setOSConditions: [2022-04-17T15:36:27.332Z] [2022-04-17T15:36:27.332Z] setToolWin: [2022-04-17T15:36:27.332Z] [2022-04-17T15:36:27.332Z] setToolUnix: [2022-04-17T15:36:27.332Z] [2022-04-17T15:36:27.332Z] setToolProperty: [2022-04-17T15:36:27.332Z] [2022-04-17T15:36:27.332Z] setS1ASclassPath: [2022-04-17T15:36:27.332Z] [2022-04-17T15:36:27.332Z] init-common: [2022-04-17T15:36:27.332Z] [2022-04-17T15:36:27.332Z] undeploy-war-common: [2022-04-17T15:36:27.589Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] all: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setOSConditions: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolWin: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolUnix: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolProperty: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setS1ASclassPath: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] init-common: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] clean: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setOSConditions: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolWin: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolUnix: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolProperty: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setS1ASclassPath: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] init-common: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] clean-common: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setOSConditions: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolWin: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolUnix: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolProperty: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setS1ASclassPath: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] init-common: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] clean-classes-common: [2022-04-17T15:36:27.849Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setOSConditions: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolWin: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolUnix: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolProperty: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setS1ASclassPath: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] init-common: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] clean-jars-common: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] compile: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setOSConditions: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolWin: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolUnix: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setToolProperty: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] setS1ASclassPath: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] init-common: [2022-04-17T15:36:27.849Z] [2022-04-17T15:36:27.849Z] compile-common: [2022-04-17T15:36:27.849Z] [echo] Current time (ISO): 2022-04-17T15:36:27.631+0000 [2022-04-17T15:36:27.849Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:27.849Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:29.763Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:29.763Z] [javac] 1 warning [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] build: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] setOSConditions: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] setToolWin: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] setToolUnix: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] setToolProperty: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] setS1ASclassPath: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] init-common: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] webclient-war-common: [2022-04-17T15:36:29.763Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] clear: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] test-tlds-exist: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] copy-tlds: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] test-tagfiles-exist: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] copy-tagfiles: [2022-04-17T15:36:29.763Z] [2022-04-17T15:36:29.763Z] package-war-common: [2022-04-17T15:36:29.763Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:29.763Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:29.763Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:29.763Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:29.763Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-manager/lib [2022-04-17T15:36:29.763Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:29.763Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services [2022-04-17T15:36:29.763Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:29.763Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-manager/docroot [2022-04-17T15:36:29.764Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-bean-manager-web.war [2022-04-17T15:36:29.764Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:29.764Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:29.764Z] [javac] Compiling 1 source file [2022-04-17T15:36:29.764Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:29.764Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:29.764Z] [2022-04-17T15:36:29.764Z] deploy: [2022-04-17T15:36:29.764Z] [2022-04-17T15:36:29.764Z] deploy-war-common: [2022-04-17T15:36:29.764Z] [2022-04-17T15:36:29.764Z] setOSConditions: [2022-04-17T15:36:29.764Z] [2022-04-17T15:36:29.764Z] setToolWin: [2022-04-17T15:36:29.764Z] [2022-04-17T15:36:29.764Z] setToolUnix: [2022-04-17T15:36:29.764Z] [2022-04-17T15:36:29.764Z] setToolProperty: [2022-04-17T15:36:29.764Z] [2022-04-17T15:36:29.764Z] setS1ASclassPath: [2022-04-17T15:36:29.764Z] [2022-04-17T15:36:29.764Z] init-common: [2022-04-17T15:36:29.764Z] [2022-04-17T15:36:29.764Z] deploy-war-commonpe: [2022-04-17T15:36:30.019Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-bean-manager-web.war [2022-04-17T15:36:30.290Z] [exec] Application deployed with name cdi-bean-manager-web. [2022-04-17T15:36:30.290Z] [2022-04-17T15:36:30.290Z] deploy-war-commonee: [2022-04-17T15:36:30.290Z] [2022-04-17T15:36:30.290Z] run: [2022-04-17T15:36:30.547Z] [java] opening connection to http://localhost:8080/cdi-bean-manager/myurl [2022-04-17T15:36:30.547Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:30.547Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:30.547Z] [java] [2022-04-17T15:36:30.547Z] [java] [2022-04-17T15:36:30.547Z] [java] ----------------------------------------- [2022-04-17T15:36:30.547Z] [java] - portable-extensions-bean-manager: PASS - [2022-04-17T15:36:30.547Z] [java] ----------------------------------------- [2022-04-17T15:36:30.547Z] [java] - Total PASS : 1 - [2022-04-17T15:36:30.547Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:30.547Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:30.547Z] [java] ----------------------------------------- [2022-04-17T15:36:30.547Z] [2022-04-17T15:36:30.547Z] undeploy: [2022-04-17T15:36:30.547Z] [2022-04-17T15:36:30.547Z] setOSConditions: [2022-04-17T15:36:30.547Z] [2022-04-17T15:36:30.547Z] setToolWin: [2022-04-17T15:36:30.547Z] [2022-04-17T15:36:30.547Z] setToolUnix: [2022-04-17T15:36:30.547Z] [2022-04-17T15:36:30.547Z] setToolProperty: [2022-04-17T15:36:30.547Z] [2022-04-17T15:36:30.547Z] setS1ASclassPath: [2022-04-17T15:36:30.547Z] [2022-04-17T15:36:30.547Z] init-common: [2022-04-17T15:36:30.547Z] [2022-04-17T15:36:30.547Z] undeploy-war-common: [2022-04-17T15:36:30.803Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:30.803Z] [2022-04-17T15:36:30.803Z] all: [2022-04-17T15:36:31.062Z] [2022-04-17T15:36:31.063Z] setOSConditions: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolWin: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolUnix: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolProperty: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setS1ASclassPath: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] init-common: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] clean: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setOSConditions: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolWin: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolUnix: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolProperty: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setS1ASclassPath: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] init-common: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] clean-common: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setOSConditions: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolWin: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolUnix: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolProperty: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setS1ASclassPath: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] init-common: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] clean-classes-common: [2022-04-17T15:36:31.063Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setOSConditions: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolWin: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolUnix: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolProperty: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setS1ASclassPath: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] init-common: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] clean-jars-common: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] compile: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setOSConditions: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolWin: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolUnix: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setToolProperty: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] setS1ASclassPath: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] init-common: [2022-04-17T15:36:31.063Z] [2022-04-17T15:36:31.063Z] compile-common: [2022-04-17T15:36:31.063Z] [echo] Current time (ISO): 2022-04-17T15:36:30.829+0000 [2022-04-17T15:36:31.063Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:31.063Z] [javac] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:32.474Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:32.731Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/injection-target/servlet/test/servlet/PortableExtensionInjectionTargetTestServlet.java uses unchecked or unsafe operations. [2022-04-17T15:36:32.731Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:36:32.731Z] [javac] 1 warning [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] build: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] setOSConditions: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] setToolWin: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] setToolUnix: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] setToolProperty: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] setS1ASclassPath: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] init-common: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] webclient-war-common: [2022-04-17T15:36:32.731Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] clear: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] test-tlds-exist: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] copy-tlds: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] test-tagfiles-exist: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] copy-tagfiles: [2022-04-17T15:36:32.731Z] [2022-04-17T15:36:32.731Z] package-war-common: [2022-04-17T15:36:32.731Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:32.731Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:32.731Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:32.731Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:32.731Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/injection-target/lib [2022-04-17T15:36:32.731Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:32.731Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services [2022-04-17T15:36:32.731Z] [copy] Copying 11 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:32.731Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/injection-target/docroot [2022-04-17T15:36:32.731Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-injection-target-web.war [2022-04-17T15:36:32.731Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:32.732Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:32.732Z] [javac] Compiling 1 source file [2022-04-17T15:36:32.987Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:32.987Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:32.987Z] [2022-04-17T15:36:32.987Z] deploy: [2022-04-17T15:36:32.987Z] [2022-04-17T15:36:32.987Z] deploy-war-common: [2022-04-17T15:36:32.987Z] [2022-04-17T15:36:32.987Z] setOSConditions: [2022-04-17T15:36:32.987Z] [2022-04-17T15:36:32.987Z] setToolWin: [2022-04-17T15:36:32.987Z] [2022-04-17T15:36:32.987Z] setToolUnix: [2022-04-17T15:36:32.987Z] [2022-04-17T15:36:32.987Z] setToolProperty: [2022-04-17T15:36:32.987Z] [2022-04-17T15:36:32.987Z] setS1ASclassPath: [2022-04-17T15:36:32.987Z] [2022-04-17T15:36:32.987Z] init-common: [2022-04-17T15:36:32.987Z] [2022-04-17T15:36:32.987Z] deploy-war-commonpe: [2022-04-17T15:36:33.549Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-injection-target-web.war [2022-04-17T15:36:33.549Z] [exec] Application deployed with name cdi-injection-target-web. [2022-04-17T15:36:33.549Z] [2022-04-17T15:36:33.549Z] deploy-war-commonee: [2022-04-17T15:36:33.549Z] [2022-04-17T15:36:33.549Z] run: [2022-04-17T15:36:33.549Z] [java] opening connection to http://localhost:8080/cdi-injection-target/myurl [2022-04-17T15:36:33.840Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:33.840Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:33.840Z] [java] [2022-04-17T15:36:33.840Z] [java] [2022-04-17T15:36:33.840Z] [java] ----------------------------------------- [2022-04-17T15:36:33.840Z] [java] - portable-extensions-injection-target: PASS - [2022-04-17T15:36:33.840Z] [java] ----------------------------------------- [2022-04-17T15:36:33.840Z] [java] - Total PASS : 1 - [2022-04-17T15:36:33.840Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:33.840Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:33.840Z] [java] ----------------------------------------- [2022-04-17T15:36:33.840Z] [2022-04-17T15:36:33.840Z] undeploy: [2022-04-17T15:36:33.840Z] [2022-04-17T15:36:33.840Z] setOSConditions: [2022-04-17T15:36:33.840Z] [2022-04-17T15:36:33.840Z] setToolWin: [2022-04-17T15:36:33.840Z] [2022-04-17T15:36:33.840Z] setToolUnix: [2022-04-17T15:36:33.840Z] [2022-04-17T15:36:33.840Z] setToolProperty: [2022-04-17T15:36:33.840Z] [2022-04-17T15:36:33.840Z] setS1ASclassPath: [2022-04-17T15:36:33.840Z] [2022-04-17T15:36:33.840Z] init-common: [2022-04-17T15:36:33.840Z] [2022-04-17T15:36:33.840Z] undeploy-war-common: [2022-04-17T15:36:34.095Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:34.095Z] [2022-04-17T15:36:34.095Z] all: [2022-04-17T15:36:34.095Z] [2022-04-17T15:36:34.095Z] setOSConditions: [2022-04-17T15:36:34.095Z] [2022-04-17T15:36:34.095Z] setToolWin: [2022-04-17T15:36:34.095Z] [2022-04-17T15:36:34.095Z] setToolUnix: [2022-04-17T15:36:34.095Z] [2022-04-17T15:36:34.095Z] setToolProperty: [2022-04-17T15:36:34.095Z] [2022-04-17T15:36:34.095Z] setS1ASclassPath: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] init-common: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] clean: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setOSConditions: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolWin: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolUnix: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolProperty: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setS1ASclassPath: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] init-common: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] clean-common: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setOSConditions: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolWin: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolUnix: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolProperty: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setS1ASclassPath: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] init-common: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] clean-classes-common: [2022-04-17T15:36:34.096Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setOSConditions: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolWin: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolUnix: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolProperty: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setS1ASclassPath: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] init-common: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] clean-jars-common: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] compile: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setOSConditions: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolWin: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolUnix: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setToolProperty: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] setS1ASclassPath: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] init-common: [2022-04-17T15:36:34.096Z] [2022-04-17T15:36:34.096Z] compile-common: [2022-04-17T15:36:34.096Z] [echo] Current time (ISO): 2022-04-17T15:36:33.970+0000 [2022-04-17T15:36:34.096Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:34.096Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:36.002Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:36.002Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:36.002Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:36:36.002Z] [javac] 1 warning [2022-04-17T15:36:36.002Z] [2022-04-17T15:36:36.002Z] build: [2022-04-17T15:36:36.002Z] [2022-04-17T15:36:36.002Z] setOSConditions: [2022-04-17T15:36:36.002Z] [2022-04-17T15:36:36.002Z] setToolWin: [2022-04-17T15:36:36.002Z] [2022-04-17T15:36:36.002Z] setToolUnix: [2022-04-17T15:36:36.002Z] [2022-04-17T15:36:36.002Z] setToolProperty: [2022-04-17T15:36:36.002Z] [2022-04-17T15:36:36.002Z] setS1ASclassPath: [2022-04-17T15:36:36.002Z] [2022-04-17T15:36:36.002Z] init-common: [2022-04-17T15:36:36.002Z] [2022-04-17T15:36:36.002Z] webclient-war-common: [2022-04-17T15:36:36.002Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] clear: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] test-tlds-exist: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] copy-tlds: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] test-tagfiles-exist: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] copy-tagfiles: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] package-war-common: [2022-04-17T15:36:36.003Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:36.003Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:36.003Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:36.003Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:36.003Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration/lib [2022-04-17T15:36:36.003Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:36.003Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services [2022-04-17T15:36:36.003Z] [copy] Copying 18 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:36.003Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration/docroot [2022-04-17T15:36:36.003Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-make-framework-bean-available-for-injection-web.war [2022-04-17T15:36:36.003Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:36.003Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:36.003Z] [javac] Compiling 1 source file [2022-04-17T15:36:36.003Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:36.003Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] deploy: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] deploy-war-common: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] setOSConditions: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] setToolWin: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] setToolUnix: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] setToolProperty: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] setS1ASclassPath: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] init-common: [2022-04-17T15:36:36.003Z] [2022-04-17T15:36:36.003Z] deploy-war-commonpe: [2022-04-17T15:36:36.565Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-make-framework-bean-available-for-injection-web.war [2022-04-17T15:36:36.822Z] [exec] Application deployed with name cdi-make-framework-bean-available-for-injection-web. [2022-04-17T15:36:36.822Z] [2022-04-17T15:36:36.822Z] deploy-war-commonee: [2022-04-17T15:36:36.822Z] [2022-04-17T15:36:36.822Z] run: [2022-04-17T15:36:37.077Z] [java] opening connection to http://localhost:8080/cdi-make-framework-bean-available-for-injection/myurl [2022-04-17T15:36:37.077Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:37.077Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:37.077Z] [java] [2022-04-17T15:36:37.077Z] [java] [2022-04-17T15:36:37.077Z] [java] ----------------------------------------- [2022-04-17T15:36:37.077Z] [java] - portable-extension-make-framework-bean-available-for-injection: PASS - [2022-04-17T15:36:37.077Z] [java] ----------------------------------------- [2022-04-17T15:36:37.077Z] [java] - Total PASS : 1 - [2022-04-17T15:36:37.077Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:37.077Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:37.077Z] [java] ----------------------------------------- [2022-04-17T15:36:37.077Z] [2022-04-17T15:36:37.077Z] undeploy: [2022-04-17T15:36:37.077Z] [2022-04-17T15:36:37.077Z] setOSConditions: [2022-04-17T15:36:37.077Z] [2022-04-17T15:36:37.077Z] setToolWin: [2022-04-17T15:36:37.077Z] [2022-04-17T15:36:37.077Z] setToolUnix: [2022-04-17T15:36:37.077Z] [2022-04-17T15:36:37.077Z] setToolProperty: [2022-04-17T15:36:37.077Z] [2022-04-17T15:36:37.077Z] setS1ASclassPath: [2022-04-17T15:36:37.077Z] [2022-04-17T15:36:37.077Z] init-common: [2022-04-17T15:36:37.077Z] [2022-04-17T15:36:37.077Z] undeploy-war-common: [2022-04-17T15:36:37.338Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] all: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setOSConditions: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolWin: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolUnix: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolProperty: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setS1ASclassPath: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] init-common: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] clean: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setOSConditions: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolWin: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolUnix: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolProperty: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setS1ASclassPath: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] init-common: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] clean-common: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setOSConditions: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolWin: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolUnix: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolProperty: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setS1ASclassPath: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] init-common: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] clean-classes-common: [2022-04-17T15:36:37.338Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setOSConditions: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolWin: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolUnix: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolProperty: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setS1ASclassPath: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] init-common: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] clean-jars-common: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] compile: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setOSConditions: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolWin: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolUnix: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setToolProperty: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] setS1ASclassPath: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] init-common: [2022-04-17T15:36:37.338Z] [2022-04-17T15:36:37.338Z] compile-common: [2022-04-17T15:36:37.338Z] [echo] Current time (ISO): 2022-04-17T15:36:37.289+0000 [2022-04-17T15:36:37.338Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:37.338Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:39.262Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:39.262Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:39.262Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:39.262Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:39.262Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:36:39.262Z] [javac] 1 warning [2022-04-17T15:36:39.262Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/lib [2022-04-17T15:36:39.262Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:36:39.262Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/services [2022-04-17T15:36:39.262Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF/services [2022-04-17T15:36:39.262Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:36:39.262Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/lib/weld-extension.jar [2022-04-17T15:36:39.262Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:36:39.262Z] [2022-04-17T15:36:39.262Z] setOSConditions: [2022-04-17T15:36:39.262Z] [2022-04-17T15:36:39.262Z] setToolWin: [2022-04-17T15:36:39.262Z] [2022-04-17T15:36:39.262Z] setToolUnix: [2022-04-17T15:36:39.262Z] [2022-04-17T15:36:39.262Z] setToolProperty: [2022-04-17T15:36:39.262Z] [2022-04-17T15:36:39.262Z] setS1ASclassPath: [2022-04-17T15:36:39.262Z] [2022-04-17T15:36:39.262Z] init-common: [2022-04-17T15:36:39.262Z] [2022-04-17T15:36:39.262Z] compile-common: [2022-04-17T15:36:39.262Z] [echo] Current time (ISO): 2022-04-17T15:36:39.216+0000 [2022-04-17T15:36:39.262Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:41.196Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:41.196Z] [javac] 1 warning [2022-04-17T15:36:41.197Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/test/fwk [2022-04-17T15:36:41.197Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/test/extension [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] build: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] setOSConditions: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] setToolWin: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] setToolUnix: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] setToolProperty: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] setS1ASclassPath: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] init-common: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] webclient-war-common: [2022-04-17T15:36:41.197Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] clear: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] test-tlds-exist: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] copy-tlds: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] test-tagfiles-exist: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] copy-tagfiles: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] package-war-common: [2022-04-17T15:36:41.197Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:41.197Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:41.197Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:41.197Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:41.197Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:41.197Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:41.197Z] [copy] Copying 8 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:41.197Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/docroot [2022-04-17T15:36:41.197Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-make-framework-bean-available-for-injection-extension-in-lib-web.war [2022-04-17T15:36:41.197Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:41.197Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:41.197Z] [javac] Compiling 1 source file [2022-04-17T15:36:41.197Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:41.197Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] deploy: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] deploy-war-common: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] setOSConditions: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] setToolWin: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] setToolUnix: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] setToolProperty: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] setS1ASclassPath: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] init-common: [2022-04-17T15:36:41.197Z] [2022-04-17T15:36:41.197Z] deploy-war-commonpe: [2022-04-17T15:36:41.452Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-make-framework-bean-available-for-injection-extension-in-lib-web.war [2022-04-17T15:36:42.015Z] [exec] Application deployed with name cdi-make-framework-bean-available-for-injection-extension-in-lib-web. [2022-04-17T15:36:42.015Z] [2022-04-17T15:36:42.015Z] deploy-war-commonee: [2022-04-17T15:36:42.015Z] [2022-04-17T15:36:42.015Z] run: [2022-04-17T15:36:42.015Z] [java] opening connection to http://localhost:8080/cdi-make-framework-bean-available-for-injection-extension-in-lib/myurl [2022-04-17T15:36:42.015Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:42.015Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:42.015Z] [java] [2022-04-17T15:36:42.015Z] [java] [2022-04-17T15:36:42.015Z] [java] ----------------------------------------- [2022-04-17T15:36:42.015Z] [java] - portable-extension-make-framework-bean-available-for-injection-extension-in-lib: PASS - [2022-04-17T15:36:42.015Z] [java] ----------------------------------------- [2022-04-17T15:36:42.015Z] [java] - Total PASS : 1 - [2022-04-17T15:36:42.015Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:42.015Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:42.015Z] [java] ----------------------------------------- [2022-04-17T15:36:42.015Z] [2022-04-17T15:36:42.015Z] undeploy: [2022-04-17T15:36:42.015Z] [2022-04-17T15:36:42.015Z] setOSConditions: [2022-04-17T15:36:42.015Z] [2022-04-17T15:36:42.015Z] setToolWin: [2022-04-17T15:36:42.015Z] [2022-04-17T15:36:42.015Z] setToolUnix: [2022-04-17T15:36:42.015Z] [2022-04-17T15:36:42.015Z] setToolProperty: [2022-04-17T15:36:42.015Z] [2022-04-17T15:36:42.015Z] setS1ASclassPath: [2022-04-17T15:36:42.015Z] [2022-04-17T15:36:42.015Z] init-common: [2022-04-17T15:36:42.015Z] [2022-04-17T15:36:42.015Z] undeploy-war-common: [2022-04-17T15:36:42.580Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] all: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setOSConditions: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolWin: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolUnix: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolProperty: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setS1ASclassPath: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] init-common: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] clean: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setOSConditions: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolWin: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolUnix: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolProperty: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setS1ASclassPath: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] init-common: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] clean-common: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setOSConditions: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolWin: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolUnix: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolProperty: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setS1ASclassPath: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] init-common: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] clean-classes-common: [2022-04-17T15:36:42.580Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setOSConditions: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolWin: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolUnix: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolProperty: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setS1ASclassPath: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] init-common: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] clean-jars-common: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] compile: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setOSConditions: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolWin: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolUnix: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setToolProperty: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] setS1ASclassPath: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] init-common: [2022-04-17T15:36:42.580Z] [2022-04-17T15:36:42.580Z] compile-common: [2022-04-17T15:36:42.580Z] [echo] Current time (ISO): 2022-04-17T15:36:42.410+0000 [2022-04-17T15:36:42.580Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:42.580Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:44.499Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:44.499Z] [javac] 1 warning [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] build: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] setOSConditions: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] setToolWin: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] setToolUnix: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] setToolProperty: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] setS1ASclassPath: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] init-common: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] webclient-war-common: [2022-04-17T15:36:44.499Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] clear: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] test-tlds-exist: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] copy-tlds: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] test-tagfiles-exist: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] copy-tagfiles: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] package-war-common: [2022-04-17T15:36:44.499Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:44.499Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:44.499Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:44.499Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:44.499Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/package-private-extension-constructor/lib [2022-04-17T15:36:44.499Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:44.499Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes/META-INF/services [2022-04-17T15:36:44.499Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:44.499Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/portable-extensions/package-private-extension-constructor/docroot [2022-04-17T15:36:44.499Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-package-private-constructor-in-portable-extension-web.war [2022-04-17T15:36:44.499Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:44.499Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:44.499Z] [javac] Compiling 1 source file [2022-04-17T15:36:44.499Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:44.499Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] deploy: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] deploy-war-common: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] setOSConditions: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] setToolWin: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] setToolUnix: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] setToolProperty: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] setS1ASclassPath: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] init-common: [2022-04-17T15:36:44.499Z] [2022-04-17T15:36:44.499Z] deploy-war-commonpe: [2022-04-17T15:36:45.065Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-package-private-constructor-in-portable-extension-web.war [2022-04-17T15:36:45.065Z] [exec] Application deployed with name cdi-package-private-constructor-in-portable-extension-web. [2022-04-17T15:36:45.065Z] [2022-04-17T15:36:45.065Z] deploy-war-commonee: [2022-04-17T15:36:45.065Z] [2022-04-17T15:36:45.065Z] run: [2022-04-17T15:36:45.321Z] [java] opening connection to http://localhost:8080/cdi-package-private-constructor-in-portable-extension/myurl [2022-04-17T15:36:45.321Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:45.321Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:45.321Z] [java] [2022-04-17T15:36:45.321Z] [java] [2022-04-17T15:36:45.321Z] [java] ----------------------------------------- [2022-04-17T15:36:45.321Z] [java] - package-private-constructor-in-portable-extension: PASS - [2022-04-17T15:36:45.321Z] [java] ----------------------------------------- [2022-04-17T15:36:45.321Z] [java] - Total PASS : 1 - [2022-04-17T15:36:45.321Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:45.321Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:45.321Z] [java] ----------------------------------------- [2022-04-17T15:36:45.321Z] [2022-04-17T15:36:45.321Z] undeploy: [2022-04-17T15:36:45.321Z] [2022-04-17T15:36:45.321Z] setOSConditions: [2022-04-17T15:36:45.321Z] [2022-04-17T15:36:45.321Z] setToolWin: [2022-04-17T15:36:45.321Z] [2022-04-17T15:36:45.321Z] setToolUnix: [2022-04-17T15:36:45.321Z] [2022-04-17T15:36:45.321Z] setToolProperty: [2022-04-17T15:36:45.321Z] [2022-04-17T15:36:45.321Z] setS1ASclassPath: [2022-04-17T15:36:45.321Z] [2022-04-17T15:36:45.321Z] init-common: [2022-04-17T15:36:45.321Z] [2022-04-17T15:36:45.321Z] undeploy-war-common: [2022-04-17T15:36:45.578Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] all: [2022-04-17T15:36:45.834Z] [echo] Running producer-methods [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] all: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] prodmeth: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setOSConditions: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolWin: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolUnix: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolProperty: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setS1ASclassPath: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] init-common: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] clean: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setOSConditions: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolWin: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolUnix: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolProperty: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setS1ASclassPath: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] init-common: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] clean-common: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setOSConditions: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolWin: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolUnix: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolProperty: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setS1ASclassPath: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] init-common: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] clean-classes-common: [2022-04-17T15:36:45.834Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setOSConditions: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolWin: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolUnix: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setToolProperty: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] setS1ASclassPath: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] init-common: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.834Z] clean-jars-common: [2022-04-17T15:36:45.834Z] [2022-04-17T15:36:45.835Z] compile: [2022-04-17T15:36:45.835Z] [2022-04-17T15:36:45.835Z] setOSConditions: [2022-04-17T15:36:45.835Z] [2022-04-17T15:36:45.835Z] setToolWin: [2022-04-17T15:36:45.835Z] [2022-04-17T15:36:45.835Z] setToolUnix: [2022-04-17T15:36:45.835Z] [2022-04-17T15:36:45.835Z] setToolProperty: [2022-04-17T15:36:45.835Z] [2022-04-17T15:36:45.835Z] setS1ASclassPath: [2022-04-17T15:36:45.835Z] [2022-04-17T15:36:45.835Z] init-common: [2022-04-17T15:36:45.835Z] [2022-04-17T15:36:45.835Z] compile-common: [2022-04-17T15:36:45.835Z] [echo] Current time (ISO): 2022-04-17T15:36:45.617+0000 [2022-04-17T15:36:45.835Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:45.835Z] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:47.202Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:47.459Z] [javac] 1 warning [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] build: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] setOSConditions: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] setToolWin: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] setToolUnix: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] setToolProperty: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] setS1ASclassPath: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] init-common: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] webclient-war-common: [2022-04-17T15:36:47.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] clear: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] test-tlds-exist: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] copy-tlds: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] test-tagfiles-exist: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] copy-tagfiles: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] package-war-common: [2022-04-17T15:36:47.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:47.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:47.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:47.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:47.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-disposes/lib [2022-04-17T15:36:47.459Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:47.459Z] [copy] Copying 7 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:47.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-disposes/docroot [2022-04-17T15:36:47.459Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-disposermethods-web.war [2022-04-17T15:36:47.459Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:47.459Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:47.459Z] [javac] Compiling 1 source file [2022-04-17T15:36:47.459Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:47.459Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] deploy: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] deploy-war-common: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] setOSConditions: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] setToolWin: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] setToolUnix: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] setToolProperty: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] setS1ASclassPath: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] init-common: [2022-04-17T15:36:47.459Z] [2022-04-17T15:36:47.459Z] deploy-war-commonpe: [2022-04-17T15:36:48.041Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-disposermethods-web.war [2022-04-17T15:36:48.041Z] [exec] Application deployed with name cdi-producer-methods-disposermethods-web. [2022-04-17T15:36:48.041Z] [2022-04-17T15:36:48.041Z] deploy-war-commonee: [2022-04-17T15:36:48.041Z] [2022-04-17T15:36:48.041Z] run: [2022-04-17T15:36:48.041Z] [java] opening connection to http://localhost:8080/cdi-producer-methods-disposermethods/myurl1 [2022-04-17T15:36:48.297Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:48.297Z] [java] opening connection to http://localhost:8080/cdi-producer-methods-disposermethods/myurl2 [2022-04-17T15:36:48.297Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:48.297Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:48.297Z] [java] [2022-04-17T15:36:48.297Z] [java] [2022-04-17T15:36:48.297Z] [java] ----------------------------------------- [2022-04-17T15:36:48.297Z] [java] - producer-methods-disposer: PASS - [2022-04-17T15:36:48.297Z] [java] - producer-methods-disposer -- DUPLICATE: PASS - [2022-04-17T15:36:48.297Z] [java] ----------------------------------------- [2022-04-17T15:36:48.297Z] [java] - Total PASS : 2 - [2022-04-17T15:36:48.297Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:48.297Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:48.297Z] [java] ----------------------------------------- [2022-04-17T15:36:48.297Z] [2022-04-17T15:36:48.297Z] undeploy: [2022-04-17T15:36:48.297Z] [2022-04-17T15:36:48.297Z] setOSConditions: [2022-04-17T15:36:48.297Z] [2022-04-17T15:36:48.297Z] setToolWin: [2022-04-17T15:36:48.297Z] [2022-04-17T15:36:48.297Z] setToolUnix: [2022-04-17T15:36:48.297Z] [2022-04-17T15:36:48.297Z] setToolProperty: [2022-04-17T15:36:48.297Z] [2022-04-17T15:36:48.297Z] setS1ASclassPath: [2022-04-17T15:36:48.297Z] [2022-04-17T15:36:48.297Z] init-common: [2022-04-17T15:36:48.297Z] [2022-04-17T15:36:48.297Z] undeploy-war-common: [2022-04-17T15:36:48.591Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] all: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setOSConditions: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolWin: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolUnix: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolProperty: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setS1ASclassPath: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] init-common: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] clean: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setOSConditions: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolWin: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolUnix: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolProperty: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setS1ASclassPath: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] init-common: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] clean-common: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setOSConditions: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolWin: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolUnix: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolProperty: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setS1ASclassPath: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] init-common: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] clean-classes-common: [2022-04-17T15:36:48.591Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setOSConditions: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolWin: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolUnix: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolProperty: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setS1ASclassPath: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] init-common: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] clean-jars-common: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] compile: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setOSConditions: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolWin: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolUnix: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setToolProperty: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] setS1ASclassPath: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] init-common: [2022-04-17T15:36:48.591Z] [2022-04-17T15:36:48.591Z] compile-common: [2022-04-17T15:36:48.591Z] [echo] Current time (ISO): 2022-04-17T15:36:48.560+0000 [2022-04-17T15:36:48.591Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:48.591Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:50.504Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:50.504Z] [javac] 1 warning [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] build: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] setOSConditions: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] setToolWin: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] setToolUnix: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] setToolProperty: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] setS1ASclassPath: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] init-common: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] webclient-war-common: [2022-04-17T15:36:50.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] clear: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] test-tlds-exist: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] copy-tlds: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] test-tagfiles-exist: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] copy-tagfiles: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] package-war-common: [2022-04-17T15:36:50.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:50.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:50.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:50.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:50.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-qualifiers/lib [2022-04-17T15:36:50.504Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:50.504Z] [copy] Copying 6 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:50.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-qualifiers/docroot [2022-04-17T15:36:50.504Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-qualifiers-web.war [2022-04-17T15:36:50.504Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:50.504Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:50.504Z] [javac] Compiling 1 source file [2022-04-17T15:36:50.504Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-qualifiers/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:36:50.504Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] deploy: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] deploy-war-common: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] setOSConditions: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] setToolWin: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] setToolUnix: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] setToolProperty: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] setS1ASclassPath: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] init-common: [2022-04-17T15:36:50.504Z] [2022-04-17T15:36:50.504Z] deploy-war-commonpe: [2022-04-17T15:36:51.066Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-qualifiers-web.war [2022-04-17T15:36:51.066Z] [exec] Application deployed with name cdi-producer-methods-qualifiers-web. [2022-04-17T15:36:51.066Z] [2022-04-17T15:36:51.066Z] deploy-war-commonee: [2022-04-17T15:36:51.066Z] [2022-04-17T15:36:51.066Z] run: [2022-04-17T15:36:51.339Z] [java] opening connection to http://localhost:8080/cdi-producer-methods-qualifiers/myurl [2022-04-17T15:36:51.339Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:36:51.339Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:51.339Z] [java] [2022-04-17T15:36:51.339Z] [java] [2022-04-17T15:36:51.339Z] [java] ----------------------------------------- [2022-04-17T15:36:51.339Z] [java] - producer-methods-qualifiers: PASS - [2022-04-17T15:36:51.339Z] [java] ----------------------------------------- [2022-04-17T15:36:51.339Z] [java] - Total PASS : 1 - [2022-04-17T15:36:51.339Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:51.339Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:51.339Z] [java] ----------------------------------------- [2022-04-17T15:36:51.339Z] [2022-04-17T15:36:51.339Z] undeploy: [2022-04-17T15:36:51.339Z] [2022-04-17T15:36:51.339Z] setOSConditions: [2022-04-17T15:36:51.339Z] [2022-04-17T15:36:51.339Z] setToolWin: [2022-04-17T15:36:51.339Z] [2022-04-17T15:36:51.339Z] setToolUnix: [2022-04-17T15:36:51.339Z] [2022-04-17T15:36:51.339Z] setToolProperty: [2022-04-17T15:36:51.339Z] [2022-04-17T15:36:51.339Z] setS1ASclassPath: [2022-04-17T15:36:51.339Z] [2022-04-17T15:36:51.339Z] init-common: [2022-04-17T15:36:51.339Z] [2022-04-17T15:36:51.339Z] undeploy-war-common: [2022-04-17T15:36:51.595Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] all: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setOSConditions: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolWin: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolUnix: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolProperty: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setS1ASclassPath: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] init-common: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] clean: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setOSConditions: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolWin: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolUnix: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolProperty: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setS1ASclassPath: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] init-common: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] clean-common: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setOSConditions: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolWin: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolUnix: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolProperty: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setS1ASclassPath: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] init-common: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] clean-classes-common: [2022-04-17T15:36:51.595Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setOSConditions: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolWin: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolUnix: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolProperty: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setS1ASclassPath: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] init-common: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] clean-jars-common: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] compile: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setOSConditions: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolWin: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolUnix: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setToolProperty: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] setS1ASclassPath: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] init-common: [2022-04-17T15:36:51.595Z] [2022-04-17T15:36:51.595Z] compile-common: [2022-04-17T15:36:51.595Z] [echo] Current time (ISO): 2022-04-17T15:36:51.519+0000 [2022-04-17T15:36:51.595Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:51.595Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:53.501Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:53.501Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:53.501Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:36:53.501Z] [javac] 1 warning [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] build: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] setOSConditions: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] setToolWin: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] setToolUnix: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] setToolProperty: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] setS1ASclassPath: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] init-common: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] webclient-war-common: [2022-04-17T15:36:53.501Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] clear: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] test-tlds-exist: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] copy-tlds: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] test-tagfiles-exist: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] copy-tagfiles: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] package-war-common: [2022-04-17T15:36:53.501Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:53.501Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:53.501Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:53.501Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:53.501Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-runtimepolymorphism/lib [2022-04-17T15:36:53.501Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:53.501Z] [copy] Copying 10 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:53.501Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-runtimepolymorphism/docroot [2022-04-17T15:36:53.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-qualifiers-web.war [2022-04-17T15:36:53.501Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:53.501Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:53.501Z] [javac] Compiling 1 source file [2022-04-17T15:36:53.501Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:36:53.501Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] deploy: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] deploy-war-common: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] setOSConditions: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] setToolWin: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] setToolUnix: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] setToolProperty: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] setS1ASclassPath: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] init-common: [2022-04-17T15:36:53.501Z] [2022-04-17T15:36:53.501Z] deploy-war-commonpe: [2022-04-17T15:36:54.063Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-producer-methods-qualifiers-web.war [2022-04-17T15:36:54.063Z] [exec] Application deployed with name cdi-producer-methods-qualifiers-web. [2022-04-17T15:36:54.063Z] [2022-04-17T15:36:54.063Z] deploy-war-commonee: [2022-04-17T15:36:54.063Z] [2022-04-17T15:36:54.063Z] run: [2022-04-17T15:36:54.319Z] [java] opening connection to http://localhost:8080/cdi-producer-methods-qualifiers/myurl [2022-04-17T15:36:54.319Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:54.319Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:54.319Z] [java] [2022-04-17T15:36:54.319Z] [java] [2022-04-17T15:36:54.319Z] [java] ----------------------------------------- [2022-04-17T15:36:54.319Z] [java] - producer-methods-runtimepolymorphism: PASS - [2022-04-17T15:36:54.319Z] [java] ----------------------------------------- [2022-04-17T15:36:54.319Z] [java] - Total PASS : 1 - [2022-04-17T15:36:54.320Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:54.320Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:54.320Z] [java] ----------------------------------------- [2022-04-17T15:36:54.320Z] [2022-04-17T15:36:54.320Z] undeploy: [2022-04-17T15:36:54.320Z] [2022-04-17T15:36:54.320Z] setOSConditions: [2022-04-17T15:36:54.320Z] [2022-04-17T15:36:54.320Z] setToolWin: [2022-04-17T15:36:54.320Z] [2022-04-17T15:36:54.320Z] setToolUnix: [2022-04-17T15:36:54.320Z] [2022-04-17T15:36:54.320Z] setToolProperty: [2022-04-17T15:36:54.320Z] [2022-04-17T15:36:54.320Z] setS1ASclassPath: [2022-04-17T15:36:54.320Z] [2022-04-17T15:36:54.320Z] init-common: [2022-04-17T15:36:54.320Z] [2022-04-17T15:36:54.320Z] undeploy-war-common: [2022-04-17T15:36:54.882Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] all: [2022-04-17T15:36:54.882Z] [echo] Running scopes [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] all: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] scopes: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setOSConditions: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolWin: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolUnix: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolProperty: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setS1ASclassPath: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] init-common: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] clean: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setOSConditions: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolWin: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolUnix: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolProperty: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setS1ASclassPath: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] init-common: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] clean-common: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setOSConditions: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolWin: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolUnix: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolProperty: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setS1ASclassPath: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] init-common: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] clean-classes-common: [2022-04-17T15:36:54.882Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setOSConditions: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolWin: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolUnix: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolProperty: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setS1ASclassPath: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] init-common: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] clean-jars-common: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] compile: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setOSConditions: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolWin: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolUnix: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setToolProperty: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] setS1ASclassPath: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] init-common: [2022-04-17T15:36:54.882Z] [2022-04-17T15:36:54.882Z] compile-common: [2022-04-17T15:36:54.882Z] [echo] Current time (ISO): 2022-04-17T15:36:54.657+0000 [2022-04-17T15:36:54.882Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:54.883Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:56.251Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:56.507Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/servlet/test/servlets/DependentScopeTestServlet.java uses unchecked or unsafe operations. [2022-04-17T15:36:56.507Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:36:56.507Z] [javac] 1 warning [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] build: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] setOSConditions: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] setToolWin: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] setToolUnix: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] setToolProperty: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] setS1ASclassPath: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] init-common: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] webclient-war-common: [2022-04-17T15:36:56.507Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] clear: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] test-tlds-exist: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] copy-tlds: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] test-tagfiles-exist: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] copy-tagfiles: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] package-war-common: [2022-04-17T15:36:56.507Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:56.507Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:56.507Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:56.507Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:56.507Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/lib [2022-04-17T15:36:56.507Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:56.507Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:56.507Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/docroot [2022-04-17T15:36:56.507Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-dependent-scope-web.war [2022-04-17T15:36:56.507Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:56.507Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:36:56.507Z] [javac] Compiling 1 source file [2022-04-17T15:36:56.507Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:36:56.507Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] deploy: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] deploy-war-common: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] setOSConditions: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] setToolWin: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] setToolUnix: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] setToolProperty: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] setS1ASclassPath: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] init-common: [2022-04-17T15:36:56.507Z] [2022-04-17T15:36:56.507Z] deploy-war-commonpe: [2022-04-17T15:36:57.069Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-dependent-scope-web.war [2022-04-17T15:36:57.324Z] [exec] Application deployed with name cdi-dependent-scope-web. [2022-04-17T15:36:57.324Z] [2022-04-17T15:36:57.324Z] deploy-war-commonee: [2022-04-17T15:36:57.324Z] [2022-04-17T15:36:57.324Z] run: [2022-04-17T15:36:57.324Z] [java] opening connection to http://localhost:8080/cdi-dependent-scope/myurl [2022-04-17T15:36:57.324Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:36:57.324Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:36:57.324Z] [java] [2022-04-17T15:36:57.324Z] [java] [2022-04-17T15:36:57.324Z] [java] ----------------------------------------- [2022-04-17T15:36:57.324Z] [java] - cdi-scopes-dependent: PASS - [2022-04-17T15:36:57.324Z] [java] ----------------------------------------- [2022-04-17T15:36:57.324Z] [java] - Total PASS : 1 - [2022-04-17T15:36:57.324Z] [java] - Total FAIL : 0 - [2022-04-17T15:36:57.324Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:36:57.324Z] [java] ----------------------------------------- [2022-04-17T15:36:57.324Z] [2022-04-17T15:36:57.324Z] undeploy: [2022-04-17T15:36:57.324Z] [2022-04-17T15:36:57.324Z] setOSConditions: [2022-04-17T15:36:57.324Z] [2022-04-17T15:36:57.324Z] setToolWin: [2022-04-17T15:36:57.324Z] [2022-04-17T15:36:57.324Z] setToolUnix: [2022-04-17T15:36:57.324Z] [2022-04-17T15:36:57.324Z] setToolProperty: [2022-04-17T15:36:57.324Z] [2022-04-17T15:36:57.324Z] setS1ASclassPath: [2022-04-17T15:36:57.324Z] [2022-04-17T15:36:57.324Z] init-common: [2022-04-17T15:36:57.324Z] [2022-04-17T15:36:57.324Z] undeploy-war-common: [2022-04-17T15:36:57.885Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] all: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setOSConditions: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setToolWin: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setToolUnix: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setToolProperty: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setS1ASclassPath: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] init-common: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] clean: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setOSConditions: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setToolWin: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setToolUnix: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setToolProperty: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setS1ASclassPath: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] init-common: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] clean-common: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setOSConditions: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setToolWin: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setToolUnix: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setToolProperty: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] setS1ASclassPath: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] init-common: [2022-04-17T15:36:57.885Z] [2022-04-17T15:36:57.885Z] clean-classes-common: [2022-04-17T15:36:57.886Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] setOSConditions: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] setToolWin: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] setToolUnix: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] setToolProperty: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] setS1ASclassPath: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] init-common: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] clean-jars-common: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] compile: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] setOSConditions: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] setToolWin: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] setToolUnix: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] setToolProperty: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] setS1ASclassPath: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] init-common: [2022-04-17T15:36:57.886Z] [2022-04-17T15:36:57.886Z] compile-common: [2022-04-17T15:36:57.886Z] [echo] Current time (ISO): 2022-04-17T15:36:57.704+0000 [2022-04-17T15:36:57.886Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:57.886Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:36:59.253Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:36:59.509Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/new-qualifier/servlet/test/servlets/NewQualifierTestServlet.java uses unchecked or unsafe operations. [2022-04-17T15:36:59.509Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:36:59.509Z] [javac] 1 warning [2022-04-17T15:36:59.509Z] [2022-04-17T15:36:59.509Z] build: [2022-04-17T15:36:59.509Z] [2022-04-17T15:36:59.509Z] setOSConditions: [2022-04-17T15:36:59.509Z] [2022-04-17T15:36:59.509Z] setToolWin: [2022-04-17T15:36:59.509Z] [2022-04-17T15:36:59.509Z] setToolUnix: [2022-04-17T15:36:59.509Z] [2022-04-17T15:36:59.510Z] setToolProperty: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] setS1ASclassPath: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] init-common: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] webclient-war-common: [2022-04-17T15:36:59.510Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] clear: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] test-tlds-exist: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] copy-tlds: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] test-tagfiles-exist: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] copy-tagfiles: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] package-war-common: [2022-04-17T15:36:59.510Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:36:59.510Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:59.510Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:59.510Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:36:59.510Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/new-qualifier/lib [2022-04-17T15:36:59.510Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:59.510Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:36:59.510Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/new-qualifier/docroot [2022-04-17T15:36:59.510Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-new-qualifier-web.war [2022-04-17T15:36:59.510Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:36:59.510Z] [javac] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/new-qualifier/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [2022-04-17T15:36:59.510Z] [javac] Compiling 1 source file [2022-04-17T15:36:59.510Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/new-qualifier/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:36:59.510Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] deploy: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] deploy-war-common: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] setOSConditions: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] setToolWin: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] setToolUnix: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] setToolProperty: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] setS1ASclassPath: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] init-common: [2022-04-17T15:36:59.510Z] [2022-04-17T15:36:59.510Z] deploy-war-commonpe: [2022-04-17T15:37:00.073Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/adminpassword.txt --interactive=false --echo=true --terse=true deploy --contextroot /cdi-new-qualifier --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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-new-qualifier-web.war [2022-04-17T15:37:00.073Z] [exec] Application deployed with name cdi-new-qualifier-web. [2022-04-17T15:37:00.073Z] [2022-04-17T15:37:00.073Z] deploy-war-commonee: [2022-04-17T15:37:00.073Z] [2022-04-17T15:37:00.073Z] run: [2022-04-17T15:37:00.339Z] [java] opening connection to http://localhost:8080/cdi-new-qualifier/myurl [2022-04-17T15:37:00.339Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:37:00.339Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:00.339Z] [java] [2022-04-17T15:37:00.339Z] [java] [2022-04-17T15:37:00.339Z] [java] ----------------------------------------- [2022-04-17T15:37:00.339Z] [java] - cdi-new-qualifier: PASS - [2022-04-17T15:37:00.339Z] [java] ----------------------------------------- [2022-04-17T15:37:00.339Z] [java] - Total PASS : 1 - [2022-04-17T15:37:00.339Z] [java] - Total FAIL : 0 - [2022-04-17T15:37:00.339Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:37:00.339Z] [java] ----------------------------------------- [2022-04-17T15:37:00.339Z] [2022-04-17T15:37:00.339Z] undeploy: [2022-04-17T15:37:00.339Z] [2022-04-17T15:37:00.339Z] setOSConditions: [2022-04-17T15:37:00.339Z] [2022-04-17T15:37:00.339Z] setToolWin: [2022-04-17T15:37:00.339Z] [2022-04-17T15:37:00.339Z] setToolUnix: [2022-04-17T15:37:00.339Z] [2022-04-17T15:37:00.339Z] setToolProperty: [2022-04-17T15:37:00.339Z] [2022-04-17T15:37:00.339Z] setS1ASclassPath: [2022-04-17T15:37:00.339Z] [2022-04-17T15:37:00.339Z] init-common: [2022-04-17T15:37:00.339Z] [2022-04-17T15:37:00.339Z] undeploy-war-common: [2022-04-17T15:37:00.595Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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-new-qualifier-web [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] all: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setOSConditions: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolWin: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolUnix: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolProperty: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setS1ASclassPath: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] init-common: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] clean: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setOSConditions: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolWin: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolUnix: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolProperty: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setS1ASclassPath: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] init-common: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] clean-common: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setOSConditions: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolWin: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolUnix: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolProperty: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setS1ASclassPath: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] init-common: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] clean-classes-common: [2022-04-17T15:37:00.595Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setOSConditions: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolWin: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolUnix: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolProperty: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setS1ASclassPath: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] init-common: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] clean-jars-common: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] compile: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setOSConditions: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolWin: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolUnix: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setToolProperty: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] setS1ASclassPath: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] init-common: [2022-04-17T15:37:00.595Z] [2022-04-17T15:37:00.595Z] compile-common: [2022-04-17T15:37:00.595Z] [echo] Current time (ISO): 2022-04-17T15:37:00.496+0000 [2022-04-17T15:37:00.595Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:00.595Z] [javac] Compiling 11 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:02.536Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:02.536Z] [javac] 1 warning [2022-04-17T15:37:02.536Z] [2022-04-17T15:37:02.536Z] setOSConditions: [2022-04-17T15:37:02.536Z] [2022-04-17T15:37:02.536Z] setToolWin: [2022-04-17T15:37:02.536Z] [2022-04-17T15:37:02.536Z] setToolUnix: [2022-04-17T15:37:02.536Z] [2022-04-17T15:37:02.536Z] setToolProperty: [2022-04-17T15:37:02.536Z] [2022-04-17T15:37:02.536Z] setS1ASclassPath: [2022-04-17T15:37:02.536Z] [2022-04-17T15:37:02.536Z] init-common: [2022-04-17T15:37:02.536Z] [2022-04-17T15:37:02.536Z] compile-common: [2022-04-17T15:37:02.536Z] [echo] Current time (ISO): 2022-04-17T15:37:02.185+0000 [2022-04-17T15:37:02.536Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:03.907Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:03.907Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:03.907Z] [javac] numMessages = new Integer(args[0]).intValue(); [2022-04-17T15:37:03.907Z] [javac] ^ [2022-04-17T15:37:04.163Z] [javac] 2 warnings [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] build: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] setOSConditions: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] fixFiles: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] convUnix: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] convWin: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] setToolWin: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] setToolUnix: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] setToolProperty: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] setS1ASclassPath: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] init-common: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] package-persistence-common: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] ejb-jar-common: [2022-04-17T15:37:04.163Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] package-ejbjar-common: [2022-04-17T15:37:04.163Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:04.163Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:04.163Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-hello-mdb-ejb.jar [2022-04-17T15:37:04.163Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] appclient-jar-common: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] package-appclientjar-common: [2022-04-17T15:37:04.163Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:04.163Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:04.163Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-hello-mdb-client.jar [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] webclient-war-common: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] build-ear-common: [2022-04-17T15:37:04.163Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:04.163Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-hello-mdbApp.ear [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] create-resources: [2022-04-17T15:37:04.163Z] [2022-04-17T15:37:04.163Z] asadmin-batch-common: [2022-04-17T15:37:04.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:04.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 --force=false jms/cdi_hello_mdb_QCF [2022-04-17T15:37:04.744Z] [exec] Connector resource jms/cdi_hello_mdb_QCF created. [2022-04-17T15:37:04.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:04.744Z] [exec] JMS Desctination cdi_hello_mdb_InQueue created. [2022-04-17T15:37:04.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 --force=false jms/cdi_hello_mdb_InQueue [2022-04-17T15:37:04.744Z] [exec] Administered object jms/cdi_hello_mdb_InQueue created. [2022-04-17T15:37:04.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:04.744Z] [exec] JMS Desctination cdi_hello_mdb_OutQueue created. [2022-04-17T15:37:04.744Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 --force=false jms/cdi_hello_mdb_OutQueue [2022-04-17T15:37:04.744Z] [exec] Administered object jms/cdi_hello_mdb_OutQueue created. [2022-04-17T15:37:04.744Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] deploy: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] setOSConditions: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] setToolWin: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] setToolUnix: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] setToolProperty: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] setS1ASclassPath: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] init-common: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] deploy-common: [2022-04-17T15:37:04.744Z] [echo] Current time (ISO): 2022-04-17T15:37:04.637+0000 [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] setOSConditions: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] setToolWin: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] setToolUnix: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] setToolProperty: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] setS1ASclassPath: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] init-common: [2022-04-17T15:37:04.744Z] [2022-04-17T15:37:04.744Z] deploy-common-pe: [2022-04-17T15:37:05.307Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-hello-mdbApp.ear [2022-04-17T15:37:07.823Z] [exec] Application deployed with name cdi-hello-mdbApp. [2022-04-17T15:37:07.823Z] [echo] Deployment on target server server successful [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] setOSConditions: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] setToolWin: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] setToolUnix: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] setToolProperty: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] setS1ASclassPath: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] init-common: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] deploy-common-ee: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] run: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] setOSConditions: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] setToolWin: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] setToolUnix: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] setToolProperty: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] setS1ASclassPath: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] init-common: [2022-04-17T15:37:07.823Z] [2022-04-17T15:37:07.823Z] runclient-common: [2022-04-17T15:37:07.823Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml 1 [2022-04-17T15:37:08.385Z] [exec] Apr 17, 2022 3:37:08 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:37:08.385Z] [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. [2022-04-17T15:37:09.314Z] [exec] Apr 17, 2022 3:37:09 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:37:09.314Z] [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/glassfish6_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 [2022-04-17T15:37:12.639Z] [exec] Apr 17, 2022 3:37:11 PM org.hibernate.validator.internal.util.Version [2022-04-17T15:37:12.639Z] [exec] INFO: HV000001: Hibernate Validator 7.0.2.Final [2022-04-17T15:37:12.639Z] [exec] Apr 17, 2022 3:37:12 PM com.sun.messaging.jms.ra.ResourceAdapter start [2022-04-17T15:37:12.639Z] [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter: Version: 6.2.0 (Build 1-a) Compile: August 11 2021 [2022-04-17T15:37:12.639Z] [exec] Apr 17, 2022 3:37:12 PM com.sun.messaging.jms.ra.ResourceAdapter start [2022-04-17T15:37:12.639Z] [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter starting: broker is REMOTE, connection mode is TCP [2022-04-17T15:37:12.639Z] [exec] Apr 17, 2022 3:37:12 PM com.sun.messaging.jms.ra.ResourceAdapter start [2022-04-17T15:37:12.639Z] [exec] INFO: MQJMSRA_RA1101: GlassFish MQ JMS Resource Adapter Started:REMOTE [2022-04-17T15:37:12.895Z] [exec] Sending message 0 to Eclipse OpenMQ Destination [2022-04-17T15:37:12.895Z] [exec] getName(): cdi_hello_mdb_InQueue [2022-04-17T15:37:12.895Z] [exec] Class: com.sun.messaging.Queue [2022-04-17T15:37:12.895Z] [exec] getVERSION(): 3.0 [2022-04-17T15:37:12.895Z] [exec] isReadonly(): false [2022-04-17T15:37:12.895Z] [exec] getProperties(): {imqDestinationName=cdi_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1650209832599 [2022-04-17T15:37:12.895Z] [exec] Sent message 0 to Eclipse OpenMQ Destination [2022-04-17T15:37:12.895Z] [exec] getName(): cdi_hello_mdb_InQueue [2022-04-17T15:37:12.895Z] [exec] Class: com.sun.messaging.Queue [2022-04-17T15:37:12.895Z] [exec] getVERSION(): 3.0 [2022-04-17T15:37:12.895Z] [exec] isReadonly(): false [2022-04-17T15:37:12.895Z] [exec] getProperties(): {imqDestinationName=cdi_hello_mdb_InQueue, imqDestinationDescription=A Description for the Destination Object} at time 1650209832651 [2022-04-17T15:37:12.895Z] [exec] remote bean:test.ejb.session._HelloSless_Wrapper@9043235f [2022-04-17T15:37:12.895Z] [exec] Waiting for queue message [2022-04-17T15:37:12.895Z] [exec] Received message : mdb() invoked [2022-04-17T15:37:12.895Z] [exec] Value of key is:request-and-application-scope-ejb-mdb [2022-04-17T15:37:12.895Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:12.895Z] [exec] [2022-04-17T15:37:12.895Z] [exec] [2022-04-17T15:37:12.895Z] [exec] ----------------------------------------- [2022-04-17T15:37:12.895Z] [exec] - request-and-application-scope-ejb-mdb: PASS - [2022-04-17T15:37:12.895Z] [exec] ----------------------------------------- [2022-04-17T15:37:12.895Z] [exec] Total PASS: 1 [2022-04-17T15:37:12.895Z] [exec] Total FAIL: 0 [2022-04-17T15:37:12.895Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:37:12.895Z] [exec] ----------------------------------------- [2022-04-17T15:37:12.895Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:37:12.895Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] checkReporting-common: [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] confirmReportPresent-common: [2022-04-17T15:37:13.151Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:37:13.151Z] [echo] Test seems to be reported fine [2022-04-17T15:37:13.151Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/RepRunConf.txt [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] confirmMissingReport-common: [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] undeploy: [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] setOSConditions: [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] setToolWin: [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] setToolUnix: [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] setToolProperty: [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] setS1ASclassPath: [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] init-common: [2022-04-17T15:37:13.151Z] [2022-04-17T15:37:13.151Z] undeploy-common: [2022-04-17T15:37:13.741Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:13.741Z] [2022-04-17T15:37:13.741Z] delete-resources: [2022-04-17T15:37:13.741Z] [2022-04-17T15:37:13.741Z] asadmin-batch-common: [2022-04-17T15:37:14.302Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:14.302Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 --cascade=false jms/cdi_hello_mdb_QCF [2022-04-17T15:37:14.302Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 --cascade=false jms/cdi_hello_mdb_InQueue [2022-04-17T15:37:14.561Z] [exec] Administered object jms/cdi_hello_mdb_InQueue deleted. [2022-04-17T15:37:14.561Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:14.561Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 --cascade=false jms/cdi_hello_mdb_OutQueue [2022-04-17T15:37:14.561Z] [exec] Administered object jms/cdi_hello_mdb_OutQueue deleted. [2022-04-17T15:37:14.561Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:14.561Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/asadminuserpassword.txt [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] all: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setOSConditions: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolWin: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolUnix: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolProperty: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setS1ASclassPath: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] init-common: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] clean: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setOSConditions: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolWin: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolUnix: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolProperty: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setS1ASclassPath: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] init-common: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] clean-common: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setOSConditions: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolWin: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolUnix: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolProperty: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setS1ASclassPath: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] init-common: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] clean-classes-common: [2022-04-17T15:37:14.561Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setOSConditions: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolWin: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolUnix: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolProperty: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setS1ASclassPath: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] init-common: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] clean-jars-common: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] compile: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setOSConditions: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolWin: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolUnix: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setToolProperty: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] setS1ASclassPath: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] init-common: [2022-04-17T15:37:14.561Z] [2022-04-17T15:37:14.561Z] compile-common: [2022-04-17T15:37:14.561Z] [echo] Current time (ISO): 2022-04-17T15:37:14.340+0000 [2022-04-17T15:37:14.561Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:14.561Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:15.938Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:16.194Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/servlet/test/servlets/SingletonScopedServlet.java uses unchecked or unsafe operations. [2022-04-17T15:37:16.194Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:37:16.194Z] [javac] 1 warning [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] build: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] setOSConditions: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] setToolWin: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] setToolUnix: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] setToolProperty: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] setS1ASclassPath: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] init-common: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] webclient-war-common: [2022-04-17T15:37:16.194Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] clear: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] test-tlds-exist: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] copy-tlds: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] test-tagfiles-exist: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] copy-tagfiles: [2022-04-17T15:37:16.194Z] [2022-04-17T15:37:16.194Z] package-war-common: [2022-04-17T15:37:16.194Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:37:16.195Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:16.195Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:16.195Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:37:16.195Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/lib [2022-04-17T15:37:16.195Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:16.195Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:16.195Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/docroot [2022-04-17T15:37:16.195Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-singleton-scope-web.war [2022-04-17T15:37:16.195Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:16.195Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:16.195Z] [javac] Compiling 1 source file [2022-04-17T15:37:16.195Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:37:16.195Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:37:16.195Z] [2022-04-17T15:37:16.195Z] deploy: [2022-04-17T15:37:16.195Z] [2022-04-17T15:37:16.195Z] deploy-war-common: [2022-04-17T15:37:16.195Z] [2022-04-17T15:37:16.195Z] setOSConditions: [2022-04-17T15:37:16.195Z] [2022-04-17T15:37:16.195Z] setToolWin: [2022-04-17T15:37:16.195Z] [2022-04-17T15:37:16.195Z] setToolUnix: [2022-04-17T15:37:16.195Z] [2022-04-17T15:37:16.195Z] setToolProperty: [2022-04-17T15:37:16.195Z] [2022-04-17T15:37:16.195Z] setS1ASclassPath: [2022-04-17T15:37:16.195Z] [2022-04-17T15:37:16.195Z] init-common: [2022-04-17T15:37:16.195Z] [2022-04-17T15:37:16.195Z] deploy-war-commonpe: [2022-04-17T15:37:16.756Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-singleton-scope-web.war [2022-04-17T15:37:16.756Z] [exec] Application deployed with name cdi-singleton-scope-web. [2022-04-17T15:37:16.756Z] [2022-04-17T15:37:16.756Z] deploy-war-commonee: [2022-04-17T15:37:16.756Z] [2022-04-17T15:37:16.756Z] run: [2022-04-17T15:37:16.756Z] [java] opening connection to http://localhost:8080/cdi-singleton-scope/myurl [2022-04-17T15:37:17.037Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:37:17.037Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:17.037Z] [java] [2022-04-17T15:37:17.037Z] [java] [2022-04-17T15:37:17.037Z] [java] ----------------------------------------- [2022-04-17T15:37:17.037Z] [java] - cdi-scopes-singleton: PASS - [2022-04-17T15:37:17.037Z] [java] ----------------------------------------- [2022-04-17T15:37:17.037Z] [java] - Total PASS : 1 - [2022-04-17T15:37:17.037Z] [java] - Total FAIL : 0 - [2022-04-17T15:37:17.037Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:37:17.037Z] [java] ----------------------------------------- [2022-04-17T15:37:17.037Z] [2022-04-17T15:37:17.037Z] undeploy: [2022-04-17T15:37:17.037Z] [2022-04-17T15:37:17.037Z] setOSConditions: [2022-04-17T15:37:17.038Z] [2022-04-17T15:37:17.038Z] setToolWin: [2022-04-17T15:37:17.038Z] [2022-04-17T15:37:17.038Z] setToolUnix: [2022-04-17T15:37:17.038Z] [2022-04-17T15:37:17.038Z] setToolProperty: [2022-04-17T15:37:17.038Z] [2022-04-17T15:37:17.038Z] setS1ASclassPath: [2022-04-17T15:37:17.038Z] [2022-04-17T15:37:17.038Z] init-common: [2022-04-17T15:37:17.038Z] [2022-04-17T15:37:17.038Z] undeploy-war-common: [2022-04-17T15:37:17.294Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] all: [2022-04-17T15:37:17.294Z] [echo] Running specialization [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] all: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] specialization: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setOSConditions: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolWin: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolUnix: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolProperty: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setS1ASclassPath: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] init-common: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] clean: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setOSConditions: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolWin: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolUnix: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolProperty: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setS1ASclassPath: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] init-common: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] clean-common: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setOSConditions: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolWin: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolUnix: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolProperty: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setS1ASclassPath: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] init-common: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] clean-classes-common: [2022-04-17T15:37:17.294Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setOSConditions: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolWin: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolUnix: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolProperty: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setS1ASclassPath: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] init-common: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] clean-jars-common: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] compile: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setOSConditions: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolWin: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolUnix: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setToolProperty: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] setS1ASclassPath: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] init-common: [2022-04-17T15:37:17.294Z] [2022-04-17T15:37:17.294Z] compile-common: [2022-04-17T15:37:17.294Z] [echo] Current time (ISO): 2022-04-17T15:37:17.220+0000 [2022-04-17T15:37:17.294Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:17.294Z] [javac] Compiling 14 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:19.200Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:19.200Z] [javac] 1 warning [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] build: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] setOSConditions: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] setToolWin: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] setToolUnix: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] setToolProperty: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] setS1ASclassPath: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] init-common: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] webclient-war-common: [2022-04-17T15:37:19.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] clear: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] test-tlds-exist: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] copy-tlds: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] test-tagfiles-exist: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] copy-tagfiles: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] package-war-common: [2022-04-17T15:37:19.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:37:19.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:19.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:19.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:37:19.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/alternative-leaks/lib [2022-04-17T15:37:19.200Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:19.200Z] [copy] Copying 14 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:19.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/alternative-leaks/docroot [2022-04-17T15:37:19.200Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-specialization-leak-alternatives-web.war [2022-04-17T15:37:19.200Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:19.200Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:19.200Z] [javac] Compiling 1 source file [2022-04-17T15:37:19.200Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/alternative-leaks/client/test/client/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:37:19.200Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] deploy: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] deploy-war-common: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] setOSConditions: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] setToolWin: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] setToolUnix: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] setToolProperty: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] setS1ASclassPath: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] init-common: [2022-04-17T15:37:19.200Z] [2022-04-17T15:37:19.200Z] deploy-war-commonpe: [2022-04-17T15:37:19.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-specialization-leak-alternatives-web.war [2022-04-17T15:37:19.762Z] [exec] Application deployed with name cdi-specialization-leak-alternatives-web. [2022-04-17T15:37:19.762Z] [2022-04-17T15:37:19.762Z] deploy-war-commonee: [2022-04-17T15:37:19.762Z] [2022-04-17T15:37:19.762Z] run: [2022-04-17T15:37:20.036Z] [java] opening connection to http://localhost:8080/cdi-specialization-leak-alternatives/myurl [2022-04-17T15:37:20.036Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:37:20.036Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:20.036Z] [java] [2022-04-17T15:37:20.036Z] [java] [2022-04-17T15:37:20.036Z] [java] ----------------------------------------- [2022-04-17T15:37:20.036Z] [java] - specialization-alternative-leaks: PASS - [2022-04-17T15:37:20.036Z] [java] ----------------------------------------- [2022-04-17T15:37:20.036Z] [java] - Total PASS : 1 - [2022-04-17T15:37:20.036Z] [java] - Total FAIL : 0 - [2022-04-17T15:37:20.036Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:37:20.036Z] [java] ----------------------------------------- [2022-04-17T15:37:20.036Z] [2022-04-17T15:37:20.036Z] undeploy: [2022-04-17T15:37:20.036Z] [2022-04-17T15:37:20.036Z] setOSConditions: [2022-04-17T15:37:20.036Z] [2022-04-17T15:37:20.036Z] setToolWin: [2022-04-17T15:37:20.036Z] [2022-04-17T15:37:20.036Z] setToolUnix: [2022-04-17T15:37:20.036Z] [2022-04-17T15:37:20.036Z] setToolProperty: [2022-04-17T15:37:20.036Z] [2022-04-17T15:37:20.036Z] setS1ASclassPath: [2022-04-17T15:37:20.036Z] [2022-04-17T15:37:20.036Z] init-common: [2022-04-17T15:37:20.036Z] [2022-04-17T15:37:20.036Z] undeploy-war-common: [2022-04-17T15:37:20.598Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] all: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setOSConditions: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolWin: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolUnix: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolProperty: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setS1ASclassPath: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] init-common: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] clean: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setOSConditions: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolWin: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolUnix: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolProperty: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setS1ASclassPath: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] init-common: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] clean-common: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setOSConditions: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolWin: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolUnix: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolProperty: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setS1ASclassPath: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] init-common: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] clean-classes-common: [2022-04-17T15:37:20.598Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setOSConditions: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolWin: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolUnix: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolProperty: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setS1ASclassPath: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] init-common: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] clean-jars-common: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] compile: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setOSConditions: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolWin: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolUnix: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setToolProperty: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] setS1ASclassPath: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] init-common: [2022-04-17T15:37:20.598Z] [2022-04-17T15:37:20.598Z] compile-common: [2022-04-17T15:37:20.598Z] [echo] Current time (ISO): 2022-04-17T15:37:20.400+0000 [2022-04-17T15:37:20.598Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:20.598Z] [javac] Compiling 17 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:21.977Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:22.234Z] [javac] 1 warning [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] build: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] setOSConditions: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] setToolWin: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] setToolUnix: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] setToolProperty: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] setS1ASclassPath: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] init-common: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] webclient-war-common: [2022-04-17T15:37:22.234Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] clear: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] test-tlds-exist: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] copy-tlds: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] test-tagfiles-exist: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] copy-tagfiles: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] package-war-common: [2022-04-17T15:37:22.234Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:37:22.234Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:22.234Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:22.234Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:37:22.234Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/specialization-simple/lib [2022-04-17T15:37:22.234Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:22.234Z] [copy] Copying 17 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:22.234Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/specialization-simple/docroot [2022-04-17T15:37:22.234Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-specialization-web.war [2022-04-17T15:37:22.234Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:22.234Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:22.234Z] [javac] Compiling 1 source file [2022-04-17T15:37:22.234Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/specialization/specialization-simple/client/test/client/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:37:22.234Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] deploy: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] deploy-war-common: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] setOSConditions: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] setToolWin: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] setToolUnix: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] setToolProperty: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] setS1ASclassPath: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] init-common: [2022-04-17T15:37:22.234Z] [2022-04-17T15:37:22.234Z] deploy-war-commonpe: [2022-04-17T15:37:22.796Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-simple-specialization-web.war [2022-04-17T15:37:23.052Z] [exec] Application deployed with name cdi-simple-specialization-web. [2022-04-17T15:37:23.052Z] [2022-04-17T15:37:23.052Z] deploy-war-commonee: [2022-04-17T15:37:23.052Z] [2022-04-17T15:37:23.052Z] run: [2022-04-17T15:37:23.337Z] [java] opening connection to http://localhost:8080/cdi-simple-specialization/myurl [2022-04-17T15:37:23.337Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:37:23.337Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:23.337Z] [java] [2022-04-17T15:37:23.337Z] [java] [2022-04-17T15:37:23.337Z] [java] ----------------------------------------- [2022-04-17T15:37:23.337Z] [java] - specialization-simple-specialization: PASS - [2022-04-17T15:37:23.337Z] [java] ----------------------------------------- [2022-04-17T15:37:23.337Z] [java] - Total PASS : 1 - [2022-04-17T15:37:23.337Z] [java] - Total FAIL : 0 - [2022-04-17T15:37:23.337Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:37:23.337Z] [java] ----------------------------------------- [2022-04-17T15:37:23.337Z] [2022-04-17T15:37:23.337Z] undeploy: [2022-04-17T15:37:23.337Z] [2022-04-17T15:37:23.337Z] setOSConditions: [2022-04-17T15:37:23.337Z] [2022-04-17T15:37:23.337Z] setToolWin: [2022-04-17T15:37:23.337Z] [2022-04-17T15:37:23.337Z] setToolUnix: [2022-04-17T15:37:23.337Z] [2022-04-17T15:37:23.337Z] setToolProperty: [2022-04-17T15:37:23.337Z] [2022-04-17T15:37:23.337Z] setS1ASclassPath: [2022-04-17T15:37:23.337Z] [2022-04-17T15:37:23.337Z] init-common: [2022-04-17T15:37:23.337Z] [2022-04-17T15:37:23.337Z] undeploy-war-common: [2022-04-17T15:37:23.596Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:23.596Z] [2022-04-17T15:37:23.596Z] all: [2022-04-17T15:37:23.596Z] [echo] Running stereotypes [2022-04-17T15:37:23.596Z] [2022-04-17T15:37:23.596Z] all: [2022-04-17T15:37:23.596Z] [2022-04-17T15:37:23.596Z] stereotypes: [2022-04-17T15:37:23.596Z] [2022-04-17T15:37:23.596Z] setOSConditions: [2022-04-17T15:37:23.596Z] [2022-04-17T15:37:23.596Z] setToolWin: [2022-04-17T15:37:23.596Z] [2022-04-17T15:37:23.596Z] setToolUnix: [2022-04-17T15:37:23.596Z] [2022-04-17T15:37:23.596Z] setToolProperty: [2022-04-17T15:37:23.596Z] [2022-04-17T15:37:23.596Z] setS1ASclassPath: [2022-04-17T15:37:23.852Z] [2022-04-17T15:37:23.853Z] init-common: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] clean: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setOSConditions: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolWin: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolUnix: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolProperty: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setS1ASclassPath: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] init-common: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] clean-common: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setOSConditions: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolWin: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolUnix: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolProperty: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setS1ASclassPath: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] init-common: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] clean-classes-common: [2022-04-17T15:37:23.853Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setOSConditions: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolWin: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolUnix: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolProperty: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setS1ASclassPath: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] init-common: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] clean-jars-common: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] compile: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setOSConditions: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolWin: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolUnix: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setToolProperty: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] setS1ASclassPath: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] init-common: [2022-04-17T15:37:23.853Z] [2022-04-17T15:37:23.853Z] compile-common: [2022-04-17T15:37:23.853Z] [echo] Current time (ISO): 2022-04-17T15:37:23.674+0000 [2022-04-17T15:37:23.853Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:23.853Z] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:25.774Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:25.774Z] [javac] 1 warning [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] build: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] setOSConditions: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] setToolWin: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] setToolUnix: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] setToolProperty: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] setS1ASclassPath: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] init-common: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] webclient-war-common: [2022-04-17T15:37:25.774Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] clear: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] test-tlds-exist: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] copy-tlds: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] test-tagfiles-exist: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] copy-tagfiles: [2022-04-17T15:37:25.774Z] [2022-04-17T15:37:25.774Z] package-war-common: [2022-04-17T15:37:25.774Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:37:25.774Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:25.774Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:25.774Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:37:25.774Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/alternative-stereotypes/lib [2022-04-17T15:37:25.774Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:25.774Z] [copy] Copying 12 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:25.774Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/alternative-stereotypes/docroot [2022-04-17T15:37:25.774Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-alternative-stereotypes-web.war [2022-04-17T15:37:25.774Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:25.774Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:25.774Z] [javac] Compiling 1 source file [2022-04-17T15:37:25.774Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/alternative-stereotypes/client/test/client/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:37:25.775Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:37:25.775Z] [2022-04-17T15:37:25.775Z] deploy: [2022-04-17T15:37:25.775Z] [2022-04-17T15:37:25.775Z] deploy-war-common: [2022-04-17T15:37:25.775Z] [2022-04-17T15:37:25.775Z] setOSConditions: [2022-04-17T15:37:25.775Z] [2022-04-17T15:37:25.775Z] setToolWin: [2022-04-17T15:37:25.775Z] [2022-04-17T15:37:25.775Z] setToolUnix: [2022-04-17T15:37:25.775Z] [2022-04-17T15:37:25.775Z] setToolProperty: [2022-04-17T15:37:25.775Z] [2022-04-17T15:37:25.775Z] setS1ASclassPath: [2022-04-17T15:37:25.775Z] [2022-04-17T15:37:25.775Z] init-common: [2022-04-17T15:37:25.775Z] [2022-04-17T15:37:25.775Z] deploy-war-commonpe: [2022-04-17T15:37:26.342Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-alternative-stereotypes-web.war [2022-04-17T15:37:26.342Z] [exec] Application deployed with name cdi-alternative-stereotypes-web. [2022-04-17T15:37:26.342Z] [2022-04-17T15:37:26.342Z] deploy-war-commonee: [2022-04-17T15:37:26.342Z] [2022-04-17T15:37:26.342Z] run: [2022-04-17T15:37:26.598Z] [java] opening connection to http://localhost:8080/cdi-alternative-stereotypes/myurl [2022-04-17T15:37:26.598Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:37:26.598Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:26.598Z] [java] [2022-04-17T15:37:26.598Z] [java] [2022-04-17T15:37:26.598Z] [java] ----------------------------------------- [2022-04-17T15:37:26.598Z] [java] - stereotypes-alternative-stereotypes: PASS - [2022-04-17T15:37:26.598Z] [java] ----------------------------------------- [2022-04-17T15:37:26.598Z] [java] - Total PASS : 1 - [2022-04-17T15:37:26.598Z] [java] - Total FAIL : 0 - [2022-04-17T15:37:26.598Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:37:26.598Z] [java] ----------------------------------------- [2022-04-17T15:37:26.598Z] [2022-04-17T15:37:26.598Z] undeploy: [2022-04-17T15:37:26.598Z] [2022-04-17T15:37:26.598Z] setOSConditions: [2022-04-17T15:37:26.598Z] [2022-04-17T15:37:26.598Z] setToolWin: [2022-04-17T15:37:26.598Z] [2022-04-17T15:37:26.598Z] setToolUnix: [2022-04-17T15:37:26.598Z] [2022-04-17T15:37:26.598Z] setToolProperty: [2022-04-17T15:37:26.598Z] [2022-04-17T15:37:26.598Z] setS1ASclassPath: [2022-04-17T15:37:26.598Z] [2022-04-17T15:37:26.598Z] init-common: [2022-04-17T15:37:26.598Z] [2022-04-17T15:37:26.598Z] undeploy-war-common: [2022-04-17T15:37:27.160Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] all: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setOSConditions: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolWin: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolUnix: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolProperty: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setS1ASclassPath: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] init-common: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] clean: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setOSConditions: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolWin: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolUnix: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolProperty: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setS1ASclassPath: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] init-common: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] clean-common: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setOSConditions: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolWin: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolUnix: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolProperty: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setS1ASclassPath: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] init-common: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] clean-classes-common: [2022-04-17T15:37:27.160Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setOSConditions: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolWin: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolUnix: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolProperty: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setS1ASclassPath: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] init-common: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] clean-jars-common: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] compile: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setOSConditions: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolWin: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolUnix: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setToolProperty: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] setS1ASclassPath: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] init-common: [2022-04-17T15:37:27.160Z] [2022-04-17T15:37:27.160Z] compile-common: [2022-04-17T15:37:27.160Z] [echo] Current time (ISO): 2022-04-17T15:37:26.909+0000 [2022-04-17T15:37:27.160Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:27.160Z] [javac] Compiling 9 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:28.551Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:28.808Z] [javac] 1 warning [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] build: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] setOSConditions: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] setToolWin: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] setToolUnix: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] setToolProperty: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] setS1ASclassPath: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] init-common: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] webclient-war-common: [2022-04-17T15:37:28.808Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] clear: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] test-tlds-exist: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] copy-tlds: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] test-tagfiles-exist: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] copy-tagfiles: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] package-war-common: [2022-04-17T15:37:28.808Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:37:28.808Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:28.808Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:28.808Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:37:28.808Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/interceptor-bindings-for-stereotypes/lib [2022-04-17T15:37:28.808Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:28.808Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:28.808Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/interceptor-bindings-for-stereotypes/docroot [2022-04-17T15:37:28.808Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-interceptor-binding-for-stereotypes-web.war [2022-04-17T15:37:28.808Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:28.808Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:28.808Z] [javac] Compiling 1 source file [2022-04-17T15:37:28.808Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_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. [2022-04-17T15:37:28.808Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] deploy: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] deploy-war-common: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] setOSConditions: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] setToolWin: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] setToolUnix: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] setToolProperty: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] setS1ASclassPath: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] init-common: [2022-04-17T15:37:28.808Z] [2022-04-17T15:37:28.808Z] deploy-war-commonpe: [2022-04-17T15:37:29.064Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-interceptor-binding-for-stereotypes-web.war [2022-04-17T15:37:29.320Z] [exec] Application deployed with name cdi-interceptor-binding-for-stereotypes-web. [2022-04-17T15:37:29.320Z] [2022-04-17T15:37:29.320Z] deploy-war-commonee: [2022-04-17T15:37:29.320Z] [2022-04-17T15:37:29.320Z] run: [2022-04-17T15:37:29.576Z] [java] opening connection to http://localhost:8080/cdi-interceptor-binding-for-stereotypes/myurl [2022-04-17T15:37:29.576Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:37:29.576Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:29.576Z] [java] [2022-04-17T15:37:29.576Z] [java] [2022-04-17T15:37:29.576Z] [java] ----------------------------------------- [2022-04-17T15:37:29.576Z] [java] - stereotypes-interceptor-bindings-for-stereotypes: PASS - [2022-04-17T15:37:29.576Z] [java] ----------------------------------------- [2022-04-17T15:37:29.576Z] [java] - Total PASS : 1 - [2022-04-17T15:37:29.576Z] [java] - Total FAIL : 0 - [2022-04-17T15:37:29.576Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:37:29.576Z] [java] ----------------------------------------- [2022-04-17T15:37:29.576Z] [2022-04-17T15:37:29.576Z] undeploy: [2022-04-17T15:37:29.576Z] [2022-04-17T15:37:29.576Z] setOSConditions: [2022-04-17T15:37:29.576Z] [2022-04-17T15:37:29.576Z] setToolWin: [2022-04-17T15:37:29.576Z] [2022-04-17T15:37:29.576Z] setToolUnix: [2022-04-17T15:37:29.576Z] [2022-04-17T15:37:29.577Z] setToolProperty: [2022-04-17T15:37:29.577Z] [2022-04-17T15:37:29.577Z] setS1ASclassPath: [2022-04-17T15:37:29.577Z] [2022-04-17T15:37:29.577Z] init-common: [2022-04-17T15:37:29.577Z] [2022-04-17T15:37:29.577Z] undeploy-war-common: [2022-04-17T15:37:29.833Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] all: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setOSConditions: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolWin: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolUnix: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolProperty: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setS1ASclassPath: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] init-common: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] clean: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setOSConditions: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolWin: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolUnix: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolProperty: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setS1ASclassPath: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] init-common: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] clean-common: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setOSConditions: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolWin: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolUnix: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolProperty: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setS1ASclassPath: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] init-common: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] clean-classes-common: [2022-04-17T15:37:29.833Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setOSConditions: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolWin: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolUnix: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolProperty: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setS1ASclassPath: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] init-common: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] clean-jars-common: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] compile: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setOSConditions: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolWin: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolUnix: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setToolProperty: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] setS1ASclassPath: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] init-common: [2022-04-17T15:37:29.833Z] [2022-04-17T15:37:29.833Z] compile-common: [2022-04-17T15:37:29.833Z] [echo] Current time (ISO): 2022-04-17T15:37:29.826+0000 [2022-04-17T15:37:29.833Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:29.833Z] [javac] Compiling 14 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:31.738Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:31.738Z] [javac] 1 warning [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] build: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] setOSConditions: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] setToolWin: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] setToolUnix: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] setToolProperty: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] setS1ASclassPath: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] init-common: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] webclient-war-common: [2022-04-17T15:37:31.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] clear: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] test-tlds-exist: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] copy-tlds: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] test-tagfiles-exist: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] copy-tagfiles: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] package-war-common: [2022-04-17T15:37:31.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:37:31.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:31.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:31.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:37:31.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/stereotype-stacking/lib [2022-04-17T15:37:31.738Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:31.738Z] [copy] Copying 14 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:31.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/stereotype-stacking/docroot [2022-04-17T15:37:31.738Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-stacking-stereotypes-web.war [2022-04-17T15:37:31.738Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:31.738Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:31.738Z] [javac] Compiling 1 source file [2022-04-17T15:37:31.738Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/stereotypes/stereotype-stacking/client/test/client/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:37:31.738Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] deploy: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] deploy-war-common: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] setOSConditions: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] setToolWin: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] setToolUnix: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] setToolProperty: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] setS1ASclassPath: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] init-common: [2022-04-17T15:37:31.738Z] [2022-04-17T15:37:31.738Z] deploy-war-commonpe: [2022-04-17T15:37:31.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-stacking-stereotypes-web.war [2022-04-17T15:37:32.249Z] [exec] Application deployed with name cdi-stacking-stereotypes-web. [2022-04-17T15:37:32.250Z] [2022-04-17T15:37:32.250Z] deploy-war-commonee: [2022-04-17T15:37:32.250Z] [2022-04-17T15:37:32.250Z] run: [2022-04-17T15:37:32.506Z] [java] opening connection to http://localhost:8080/cdi-stacking-stereotypes/myurl [2022-04-17T15:37:32.506Z] [java] line = Hello from Servlet 3.0. [2022-04-17T15:37:32.506Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:32.506Z] [java] [2022-04-17T15:37:32.506Z] [java] [2022-04-17T15:37:32.506Z] [java] ----------------------------------------- [2022-04-17T15:37:32.506Z] [java] - stereotypes-stereotype-stacking: PASS - [2022-04-17T15:37:32.506Z] [java] ----------------------------------------- [2022-04-17T15:37:32.506Z] [java] - Total PASS : 1 - [2022-04-17T15:37:32.506Z] [java] - Total FAIL : 0 - [2022-04-17T15:37:32.506Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:37:32.506Z] [java] ----------------------------------------- [2022-04-17T15:37:32.506Z] [2022-04-17T15:37:32.506Z] undeploy: [2022-04-17T15:37:32.506Z] [2022-04-17T15:37:32.506Z] setOSConditions: [2022-04-17T15:37:32.506Z] [2022-04-17T15:37:32.506Z] setToolWin: [2022-04-17T15:37:32.506Z] [2022-04-17T15:37:32.506Z] setToolUnix: [2022-04-17T15:37:32.506Z] [2022-04-17T15:37:32.506Z] setToolProperty: [2022-04-17T15:37:32.506Z] [2022-04-17T15:37:32.506Z] setS1ASclassPath: [2022-04-17T15:37:32.506Z] [2022-04-17T15:37:32.506Z] init-common: [2022-04-17T15:37:32.506Z] [2022-04-17T15:37:32.506Z] undeploy-war-common: [2022-04-17T15:37:32.762Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:32.762Z] [2022-04-17T15:37:32.762Z] all: [2022-04-17T15:37:32.762Z] [echo] Running transactions [2022-04-17T15:37:32.762Z] [2022-04-17T15:37:32.762Z] all: [2022-04-17T15:37:32.762Z] [2022-04-17T15:37:32.762Z] transactions: [2022-04-17T15:37:32.762Z] [2022-04-17T15:37:32.762Z] setOSConditions: [2022-04-17T15:37:32.762Z] [2022-04-17T15:37:32.762Z] setToolWin: [2022-04-17T15:37:32.762Z] [2022-04-17T15:37:32.762Z] setToolUnix: [2022-04-17T15:37:32.762Z] [2022-04-17T15:37:32.762Z] setToolProperty: [2022-04-17T15:37:32.762Z] [2022-04-17T15:37:32.762Z] setS1ASclassPath: [2022-04-17T15:37:32.762Z] [2022-04-17T15:37:32.762Z] init-common: [2022-04-17T15:37:32.762Z] [2022-04-17T15:37:32.762Z] clean: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setOSConditions: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolWin: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolUnix: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolProperty: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setS1ASclassPath: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] init-common: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] clean-common: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setOSConditions: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolWin: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolUnix: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolProperty: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setS1ASclassPath: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] init-common: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] clean-classes-common: [2022-04-17T15:37:33.019Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setOSConditions: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolWin: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolUnix: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolProperty: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setS1ASclassPath: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] init-common: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] clean-jars-common: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] compile: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setOSConditions: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolWin: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolUnix: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setToolProperty: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] setS1ASclassPath: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] init-common: [2022-04-17T15:37:33.019Z] [2022-04-17T15:37:33.019Z] compile-common: [2022-04-17T15:37:33.019Z] [echo] Current time (ISO): 2022-04-17T15:37:32.779+0000 [2022-04-17T15:37:33.019Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:33.019Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:34.940Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:34.940Z] [javac] 1 warning [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] build: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] setOSConditions: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] setToolWin: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] setToolUnix: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] setToolProperty: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] setS1ASclassPath: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] init-common: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] webclient-war-common: [2022-04-17T15:37:34.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] clear: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] test-tlds-exist: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] copy-tlds: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] test-tagfiles-exist: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] copy-tagfiles: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] package-war-common: [2022-04-17T15:37:34.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:37:34.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:34.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:34.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:37:34.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/transactions/transaction-scoped/lib [2022-04-17T15:37:34.940Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:34.940Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:34.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/transactions/transaction-scoped/docroot [2022-04-17T15:37:34.940Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-transaction-scoped-web.war [2022-04-17T15:37:34.940Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:34.940Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:34.940Z] [javac] Compiling 1 source file [2022-04-17T15:37:34.940Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/transactions/transaction-scoped/client/test/client/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:37:34.940Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] deploy: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] deploy-war-common: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] setOSConditions: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] setToolWin: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] setToolUnix: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] setToolProperty: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] setS1ASclassPath: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] init-common: [2022-04-17T15:37:34.940Z] [2022-04-17T15:37:34.940Z] deploy-war-commonpe: [2022-04-17T15:37:35.197Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-transaction-scoped-web.war [2022-04-17T15:37:35.454Z] [exec] Application deployed with name cdi-transaction-scoped-web. [2022-04-17T15:37:35.454Z] [2022-04-17T15:37:35.454Z] deploy-war-commonee: [2022-04-17T15:37:35.454Z] [2022-04-17T15:37:35.454Z] run: [2022-04-17T15:37:35.454Z] [java] opening connection to http://localhost:8080/cdi-transaction-scoped/TransactionScopedTestServlet [2022-04-17T15:37:35.711Z] [java] line = @TransactionScoped Test [2022-04-17T15:37:35.711Z] [java] Value of key is:transaction-scoped-transactions [2022-04-17T15:37:35.711Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:35.711Z] [java] [2022-04-17T15:37:35.711Z] [java] [2022-04-17T15:37:35.711Z] [java] ----------------------------------------- [2022-04-17T15:37:35.711Z] [java] - transaction-scoped-transactions: PASS - [2022-04-17T15:37:35.711Z] [java] ----------------------------------------- [2022-04-17T15:37:35.711Z] [java] Total PASS: 1 [2022-04-17T15:37:35.711Z] [java] Total FAIL: 0 [2022-04-17T15:37:35.711Z] [java] Total DID NOT RUN: 0 [2022-04-17T15:37:35.711Z] [java] ----------------------------------------- [2022-04-17T15:37:35.711Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:37:35.711Z] [java] in flushAll , creating new testSuiteHash [2022-04-17T15:37:35.711Z] [2022-04-17T15:37:35.711Z] undeploy: [2022-04-17T15:37:35.711Z] [2022-04-17T15:37:35.711Z] setOSConditions: [2022-04-17T15:37:35.711Z] [2022-04-17T15:37:35.711Z] setToolWin: [2022-04-17T15:37:35.711Z] [2022-04-17T15:37:35.711Z] setToolUnix: [2022-04-17T15:37:35.711Z] [2022-04-17T15:37:35.711Z] setToolProperty: [2022-04-17T15:37:35.711Z] [2022-04-17T15:37:35.711Z] setS1ASclassPath: [2022-04-17T15:37:35.711Z] [2022-04-17T15:37:35.711Z] init-common: [2022-04-17T15:37:35.711Z] [2022-04-17T15:37:35.711Z] undeploy-war-common: [2022-04-17T15:37:36.275Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] all: [2022-04-17T15:37:36.275Z] [echo] Running unproxyable-deps [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setOSConditions: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolWin: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolUnix: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolProperty: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setS1ASclassPath: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] init-common: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] clean: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setOSConditions: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolWin: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolUnix: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolProperty: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setS1ASclassPath: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] init-common: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] clean-common: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setOSConditions: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolWin: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolUnix: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolProperty: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setS1ASclassPath: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] init-common: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] clean-classes-common: [2022-04-17T15:37:36.275Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setOSConditions: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolWin: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolUnix: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolProperty: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setS1ASclassPath: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] init-common: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] clean-jars-common: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] compile: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setOSConditions: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolWin: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolUnix: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setToolProperty: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] setS1ASclassPath: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] init-common: [2022-04-17T15:37:36.275Z] [2022-04-17T15:37:36.275Z] compile-common: [2022-04-17T15:37:36.275Z] [echo] Current time (ISO): 2022-04-17T15:37:36.005+0000 [2022-04-17T15:37:36.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:36.275Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:37.651Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:37.651Z] [javac] 1 warning [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] build: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] setOSConditions: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] setToolWin: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] setToolUnix: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] setToolProperty: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] setS1ASclassPath: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] init-common: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] webclient-war-common: [2022-04-17T15:37:37.651Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] clear: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] test-tlds-exist: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] copy-tlds: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] test-tagfiles-exist: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] copy-tagfiles: [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] package-war-common: [2022-04-17T15:37:37.651Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:37:37.651Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:37.651Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:37.651Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:37:37.651Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unproxyable-deps/lib [2022-04-17T15:37:37.651Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:37.651Z] [copy] Copying 3 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:37.651Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unproxyable-deps/docroot [2022-04-17T15:37:37.651Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-alternatives-servlet-annotation-web.war [2022-04-17T15:37:37.651Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:37.651Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:37.651Z] [javac] Compiling 1 source file [2022-04-17T15:37:37.651Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unproxyable-deps/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:37:37.651Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:37:37.651Z] [2022-04-17T15:37:37.651Z] deploy: [2022-04-17T15:37:37.940Z] [2022-04-17T15:37:37.940Z] deploy-war-common: [2022-04-17T15:37:37.940Z] [2022-04-17T15:37:37.940Z] setOSConditions: [2022-04-17T15:37:37.940Z] [2022-04-17T15:37:37.940Z] setToolWin: [2022-04-17T15:37:37.940Z] [2022-04-17T15:37:37.940Z] setToolUnix: [2022-04-17T15:37:37.940Z] [2022-04-17T15:37:37.940Z] setToolProperty: [2022-04-17T15:37:37.940Z] [2022-04-17T15:37:37.940Z] setS1ASclassPath: [2022-04-17T15:37:37.940Z] [2022-04-17T15:37:37.940Z] init-common: [2022-04-17T15:37:37.940Z] [2022-04-17T15:37:37.940Z] deploy-war-commonpe: [2022-04-17T15:37:38.197Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-alternatives-servlet-annotation-web.war [2022-04-17T15:37:38.197Z] [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 [2022-04-17T15:37:38.197Z] [exec] at test.artifacts.AppScopedBean.bscopedBean(AppScopedBean.java:0) [2022-04-17T15:37:38.197Z] [exec] StackTrace. Please see server.log for more details. [2022-04-17T15:37:38.197Z] [exec] Result: 1 [2022-04-17T15:37:38.197Z] [2022-04-17T15:37:38.197Z] deploy-war-commonee: [2022-04-17T15:37:38.197Z] [2022-04-17T15:37:38.197Z] run: [2022-04-17T15:37:38.453Z] [java] opening connection to http://localhost:8080/cdi-alternatives-servlet-annotation/myurl [2022-04-17T15:37:38.453Z] [java] TESTNAME unproxyable-deps-tests [2022-04-17T15:37:38.453Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:38.453Z] [java] [2022-04-17T15:37:38.453Z] [java] [2022-04-17T15:37:38.453Z] [java] ----------------------------------------- [2022-04-17T15:37:38.453Z] [java] - unproxyable-deps-tests: PASS - [2022-04-17T15:37:38.453Z] [java] ----------------------------------------- [2022-04-17T15:37:38.453Z] [java] - Total PASS : 1 - [2022-04-17T15:37:38.453Z] [java] - Total FAIL : 0 - [2022-04-17T15:37:38.453Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:37:38.453Z] [java] ----------------------------------------- [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] undeploy: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] all: [2022-04-17T15:37:38.453Z] [echo] Running unsatisfied-deps [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setOSConditions: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolWin: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolUnix: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolProperty: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setS1ASclassPath: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] init-common: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] clean: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setOSConditions: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolWin: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolUnix: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolProperty: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setS1ASclassPath: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] init-common: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] clean-common: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setOSConditions: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolWin: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolUnix: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolProperty: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setS1ASclassPath: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] init-common: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] clean-classes-common: [2022-04-17T15:37:38.453Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setOSConditions: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolWin: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolUnix: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolProperty: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setS1ASclassPath: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] init-common: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] clean-jars-common: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] compile: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setOSConditions: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolWin: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolUnix: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setToolProperty: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] setS1ASclassPath: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] init-common: [2022-04-17T15:37:38.453Z] [2022-04-17T15:37:38.453Z] compile-common: [2022-04-17T15:37:38.453Z] [echo] Current time (ISO): 2022-04-17T15:37:38.335+0000 [2022-04-17T15:37:38.453Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:38.453Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:40.372Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:40.372Z] [javac] 1 warning [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] build: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] setOSConditions: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] setToolWin: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] setToolUnix: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] setToolProperty: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] setS1ASclassPath: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] init-common: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] webclient-war-common: [2022-04-17T15:37:40.372Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] clear: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] test-tlds-exist: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] copy-tlds: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] test-tagfiles-exist: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] copy-tagfiles: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] package-war-common: [2022-04-17T15:37:40.372Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:37:40.372Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:40.372Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:40.372Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:37:40.372Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps/lib [2022-04-17T15:37:40.372Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:40.372Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:37:40.372Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps/docroot [2022-04-17T15:37:40.372Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-unsatisfieddeps-servlet-annotation-web.war [2022-04-17T15:37:40.372Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:37:40.372Z] [javac] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps/build.xml:58: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [2022-04-17T15:37:40.372Z] [javac] Compiling 1 source file [2022-04-17T15:37:40.372Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:37:40.372Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] deploy: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] deploy-war-common: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] setOSConditions: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] setToolWin: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] setToolUnix: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] setToolProperty: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] setS1ASclassPath: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] init-common: [2022-04-17T15:37:40.372Z] [2022-04-17T15:37:40.372Z] deploy-war-commonpe: [2022-04-17T15:37:40.627Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/cdi-unsatisfieddeps-servlet-annotation-web.war [2022-04-17T15:37:40.883Z] [exec] Application deployed with name cdi-unsatisfieddeps-servlet-annotation-web. [2022-04-17T15:37:40.883Z] [2022-04-17T15:37:40.883Z] deploy-war-commonee: [2022-04-17T15:37:40.883Z] [2022-04-17T15:37:40.883Z] run: [2022-04-17T15:37:40.883Z] [java] opening connection to http://localhost:8080/cdi-unsatisfieddeps-servlet-annotation/myurl [2022-04-17T15:37:40.883Z] [java] TESTNAME unsatisfied-dependencies-tests [2022-04-17T15:37:40.883Z] [java] line = Hello from Servlet 3.0. initParams: n1=v1, n2=v2 [2022-04-17T15:37:40.883Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:40.883Z] [java] [2022-04-17T15:37:40.883Z] [java] [2022-04-17T15:37:40.883Z] [java] ----------------------------------------- [2022-04-17T15:37:40.883Z] [java] - unsatisfied-dependencies-tests: PASS - [2022-04-17T15:37:40.883Z] [java] ----------------------------------------- [2022-04-17T15:37:40.883Z] [java] - Total PASS : 1 - [2022-04-17T15:37:40.884Z] [java] - Total FAIL : 0 - [2022-04-17T15:37:40.884Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:37:40.884Z] [java] ----------------------------------------- [2022-04-17T15:37:40.884Z] [2022-04-17T15:37:40.884Z] undeploy: [2022-04-17T15:37:40.884Z] [2022-04-17T15:37:40.884Z] setOSConditions: [2022-04-17T15:37:40.884Z] [2022-04-17T15:37:40.884Z] setToolWin: [2022-04-17T15:37:40.884Z] [2022-04-17T15:37:40.884Z] setToolUnix: [2022-04-17T15:37:40.884Z] [2022-04-17T15:37:40.884Z] setToolProperty: [2022-04-17T15:37:40.884Z] [2022-04-17T15:37:40.884Z] setS1ASclassPath: [2022-04-17T15:37:40.884Z] [2022-04-17T15:37:40.884Z] init-common: [2022-04-17T15:37:40.884Z] [2022-04-17T15:37:40.884Z] undeploy-war-common: [2022-04-17T15:37:41.446Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] all: [2022-04-17T15:37:41.446Z] [echo] Running implicit [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] all: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] implicit: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setOSConditions: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolWin: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolUnix: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolProperty: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setS1ASclassPath: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] init-common: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] clean: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setOSConditions: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolWin: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolUnix: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolProperty: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setS1ASclassPath: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] init-common: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] clean-common: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setOSConditions: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolWin: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolUnix: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolProperty: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setS1ASclassPath: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] init-common: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] clean-classes-common: [2022-04-17T15:37:41.446Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setOSConditions: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolWin: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolUnix: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolProperty: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setS1ASclassPath: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] init-common: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] clean-jars-common: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] compile: [2022-04-17T15:37:41.446Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/implicit/simple-ejb-cdi/client [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setOSConditions: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolWin: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolUnix: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setToolProperty: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] setS1ASclassPath: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] init-common: [2022-04-17T15:37:41.446Z] [2022-04-17T15:37:41.446Z] compile-common: [2022-04-17T15:37:41.446Z] [echo] Current time (ISO): 2022-04-17T15:37:41.311+0000 [2022-04-17T15:37:41.446Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:41.446Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:43.360Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:43.360Z] [javac] 1 warning [2022-04-17T15:37:43.360Z] [2022-04-17T15:37:43.360Z] setOSConditions: [2022-04-17T15:37:43.360Z] [2022-04-17T15:37:43.360Z] setToolWin: [2022-04-17T15:37:43.360Z] [2022-04-17T15:37:43.360Z] setToolUnix: [2022-04-17T15:37:43.360Z] [2022-04-17T15:37:43.360Z] setToolProperty: [2022-04-17T15:37:43.360Z] [2022-04-17T15:37:43.360Z] setS1ASclassPath: [2022-04-17T15:37:43.360Z] [2022-04-17T15:37:43.360Z] init-common: [2022-04-17T15:37:43.360Z] [2022-04-17T15:37:43.360Z] compile-common: [2022-04-17T15:37:43.360Z] [echo] Current time (ISO): 2022-04-17T15:37:42.887+0000 [2022-04-17T15:37:43.360Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:44.773Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:44.773Z] [javac] 1 warning [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] build: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setOSConditions: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] fixFiles: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] convUnix: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] convWin: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setToolWin: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setToolUnix: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setToolProperty: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setS1ASclassPath: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] init-common: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] package-persistence-common: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] ejb-jar-common: [2022-04-17T15:37:44.773Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] package-ejbjar-common: [2022-04-17T15:37:44.773Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:44.773Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-ejb.jar [2022-04-17T15:37:44.773Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] appclient-jar-common: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] package-appclientjar-common: [2022-04-17T15:37:44.773Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:44.773Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-client.jar [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] webclient-war-common: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] build-ear-common: [2022-04-17T15:37:44.773Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdiApp.ear [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] deploy: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setOSConditions: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setToolWin: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setToolUnix: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setToolProperty: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setS1ASclassPath: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] init-common: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] deploy-common: [2022-04-17T15:37:44.773Z] [echo] Current time (ISO): 2022-04-17T15:37:44.624+0000 [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setOSConditions: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setToolWin: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setToolUnix: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setToolProperty: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] setS1ASclassPath: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] init-common: [2022-04-17T15:37:44.773Z] [2022-04-17T15:37:44.773Z] deploy-common-pe: [2022-04-17T15:37:45.040Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdiApp.ear [2022-04-17T15:37:45.296Z] [exec] Application deployed with name simple-ejb-implicit-cdiApp. [2022-04-17T15:37:45.296Z] [echo] Deployment on target server server successful [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] setOSConditions: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] setToolWin: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] setToolUnix: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] setToolProperty: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] setS1ASclassPath: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] init-common: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] deploy-common-ee: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] run: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] setOSConditions: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] setToolWin: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] setToolUnix: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] setToolProperty: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] setS1ASclassPath: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] init-common: [2022-04-17T15:37:45.296Z] [2022-04-17T15:37:45.296Z] runclient-common: [2022-04-17T15:37:45.296Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:37:46.225Z] [exec] Apr 17, 2022 3:37:46 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:37:46.225Z] [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. [2022-04-17T15:37:47.163Z] [exec] Apr 17, 2022 3:37:46 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:37:47.163Z] [exec] WARNING: ACC001: Using the only client [simple-ejb-implicit-cdi-client] with main class [Client] in file:/home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:49.695Z] [exec] Creating InitialContext() [2022-04-17T15:37:49.695Z] [exec] Value of key is: stateless [2022-04-17T15:37:49.695Z] [exec] Value of key is: stateless2 [2022-04-17T15:37:49.695Z] [exec] ensuring that sless1 and sless2 are not equal [2022-04-17T15:37:49.695Z] [exec] Value of key is: stateless3 [2022-04-17T15:37:49.695Z] [exec] test complete [2022-04-17T15:37:49.695Z] [exec] Value of key is: main [2022-04-17T15:37:49.695Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:49.695Z] [exec] [2022-04-17T15:37:49.695Z] [exec] [2022-04-17T15:37:49.695Z] [exec] ----------------------------------------- [2022-04-17T15:37:49.695Z] [exec] - main: PASS - [2022-04-17T15:37:49.695Z] [exec] - stateless: PASS - [2022-04-17T15:37:49.695Z] [exec] - stateless2: PASS - [2022-04-17T15:37:49.695Z] [exec] - stateless3: PASS - [2022-04-17T15:37:49.695Z] [exec] ----------------------------------------- [2022-04-17T15:37:49.695Z] [exec] Total PASS: 4 [2022-04-17T15:37:49.695Z] [exec] Total FAIL: 0 [2022-04-17T15:37:49.695Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:37:49.695Z] [exec] ----------------------------------------- [2022-04-17T15:37:49.695Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:37:49.695Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:37:49.951Z] [2022-04-17T15:37:49.951Z] checkReporting-common: [2022-04-17T15:37:49.951Z] [2022-04-17T15:37:49.951Z] confirmReportPresent-common: [2022-04-17T15:37:49.952Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:37:49.952Z] [echo] Test seems to be reported fine [2022-04-17T15:37:49.952Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/implicit/simple-ejb-cdi/RepRunConf.txt [2022-04-17T15:37:49.952Z] [2022-04-17T15:37:49.952Z] confirmMissingReport-common: [2022-04-17T15:37:49.952Z] [2022-04-17T15:37:49.952Z] undeploy: [2022-04-17T15:37:49.952Z] [2022-04-17T15:37:49.952Z] setOSConditions: [2022-04-17T15:37:49.952Z] [2022-04-17T15:37:49.952Z] setToolWin: [2022-04-17T15:37:49.952Z] [2022-04-17T15:37:49.952Z] setToolUnix: [2022-04-17T15:37:49.952Z] [2022-04-17T15:37:49.952Z] setToolProperty: [2022-04-17T15:37:49.952Z] [2022-04-17T15:37:49.952Z] setS1ASclassPath: [2022-04-17T15:37:49.952Z] [2022-04-17T15:37:49.952Z] init-common: [2022-04-17T15:37:49.952Z] [2022-04-17T15:37:49.952Z] undeploy-common: [2022-04-17T15:37:50.207Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] all: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setOSConditions: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolWin: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolUnix: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolProperty: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setS1ASclassPath: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] init-common: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] clean: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setOSConditions: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolWin: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolUnix: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolProperty: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setS1ASclassPath: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] init-common: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] clean-common: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setOSConditions: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolWin: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolUnix: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolProperty: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setS1ASclassPath: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] init-common: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] clean-classes-common: [2022-04-17T15:37:50.207Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setOSConditions: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolWin: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolUnix: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setToolProperty: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] setS1ASclassPath: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] init-common: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] clean-jars-common: [2022-04-17T15:37:50.207Z] [2022-04-17T15:37:50.207Z] compile: [2022-04-17T15:37:50.208Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/implicit/deployment-option/client [2022-04-17T15:37:50.208Z] [2022-04-17T15:37:50.208Z] setOSConditions: [2022-04-17T15:37:50.208Z] [2022-04-17T15:37:50.208Z] setToolWin: [2022-04-17T15:37:50.208Z] [2022-04-17T15:37:50.208Z] setToolUnix: [2022-04-17T15:37:50.208Z] [2022-04-17T15:37:50.208Z] setToolProperty: [2022-04-17T15:37:50.208Z] [2022-04-17T15:37:50.208Z] setS1ASclassPath: [2022-04-17T15:37:50.208Z] [2022-04-17T15:37:50.208Z] init-common: [2022-04-17T15:37:50.208Z] [2022-04-17T15:37:50.208Z] compile-common: [2022-04-17T15:37:50.208Z] [echo] Current time (ISO): 2022-04-17T15:37:50.120+0000 [2022-04-17T15:37:50.208Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:50.208Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:52.099Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:52.099Z] [javac] 1 warning [2022-04-17T15:37:52.099Z] [2022-04-17T15:37:52.099Z] setOSConditions: [2022-04-17T15:37:52.099Z] [2022-04-17T15:37:52.099Z] setToolWin: [2022-04-17T15:37:52.099Z] [2022-04-17T15:37:52.099Z] setToolUnix: [2022-04-17T15:37:52.099Z] [2022-04-17T15:37:52.099Z] setToolProperty: [2022-04-17T15:37:52.099Z] [2022-04-17T15:37:52.099Z] setS1ASclassPath: [2022-04-17T15:37:52.099Z] [2022-04-17T15:37:52.099Z] init-common: [2022-04-17T15:37:52.099Z] [2022-04-17T15:37:52.099Z] compile-common: [2022-04-17T15:37:52.099Z] [echo] Current time (ISO): 2022-04-17T15:37:51.777+0000 [2022-04-17T15:37:52.099Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:37:53.474Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:37:53.737Z] [javac] 1 warning [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] build: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] setOSConditions: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] fixFiles: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] convUnix: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] convWin: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] setToolWin: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] setToolUnix: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] setToolProperty: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] setS1ASclassPath: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] init-common: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] package-persistence-common: [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] ejb-jar-common: [2022-04-17T15:37:53.737Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:37:53.737Z] [2022-04-17T15:37:53.737Z] package-ejbjar-common: [2022-04-17T15:37:53.737Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:53.738Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-deployment-opt-ejb.jar [2022-04-17T15:37:53.738Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] appclient-jar-common: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] package-appclientjar-common: [2022-04-17T15:37:53.738Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/META-INF [2022-04-17T15:37:53.738Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-deployment-opt-client.jar [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] webclient-war-common: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] build-ear-common: [2022-04-17T15:37:53.738Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-deployment-optApp.ear [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] deploy: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] setOSConditions: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] setToolWin: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] setToolUnix: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] setToolProperty: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] setS1ASclassPath: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] init-common: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] deploy-common: [2022-04-17T15:37:53.738Z] [echo] Current time (ISO): 2022-04-17T15:37:53.524+0000 [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] setOSConditions: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] setToolWin: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] setToolUnix: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] setToolProperty: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] setS1ASclassPath: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] init-common: [2022-04-17T15:37:53.738Z] [2022-04-17T15:37:53.738Z] deploy-common-pe: [2022-04-17T15:37:53.994Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/simple-ejb-implicit-cdi-deployment-optApp.ear [2022-04-17T15:37:54.250Z] [exec] Application deployed with name simple-ejb-implicit-cdi-deployment-optApp. [2022-04-17T15:37:54.250Z] [echo] Deployment on target server server successful [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] setOSConditions: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] setToolWin: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] setToolUnix: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] setToolProperty: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] setS1ASclassPath: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] init-common: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] deploy-common-ee: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] run: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] setOSConditions: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] setToolWin: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] setToolUnix: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] setToolProperty: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] setS1ASclassPath: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] init-common: [2022-04-17T15:37:54.250Z] [2022-04-17T15:37:54.250Z] runclient-common: [2022-04-17T15:37:54.250Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml [2022-04-17T15:37:55.182Z] [exec] Apr 17, 2022 3:37:54 PM org.glassfish.appclient.client.acc.AppclientCommandArguments warnAboutPasswordUsage [2022-04-17T15:37:55.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. [2022-04-17T15:37:56.113Z] [exec] Apr 17, 2022 3:37:55 PM org.glassfish.appclient.client.acc.FacadeLaunchable selectFacadeFromGroup [2022-04-17T15:37:56.113Z] [exec] WARNING: ACC001: Using the only client [simple-ejb-implicit-cdi-deployment-opt-client] with main class [Client] in file:/home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:37:58.664Z] [exec] Creating InitialContext() [2022-04-17T15:37:58.664Z] [exec] Value of key is: stateless [2022-04-17T15:37:58.664Z] [exec] test complete [2022-04-17T15:37:58.664Z] [exec] Value of key is: main [2022-04-17T15:37:58.664Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:37:58.664Z] [exec] [2022-04-17T15:37:58.664Z] [exec] [2022-04-17T15:37:58.664Z] [exec] ----------------------------------------- [2022-04-17T15:37:58.664Z] [exec] - main: PASS - [2022-04-17T15:37:58.664Z] [exec] - stateless: PASS - [2022-04-17T15:37:58.664Z] [exec] ----------------------------------------- [2022-04-17T15:37:58.664Z] [exec] Total PASS: 2 [2022-04-17T15:37:58.664Z] [exec] Total FAIL: 0 [2022-04-17T15:37:58.664Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:37:58.664Z] [exec] ----------------------------------------- [2022-04-17T15:37:58.664Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:37:58.664Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] checkReporting-common: [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] confirmReportPresent-common: [2022-04-17T15:37:58.664Z] [echo] file RepRunConf.txt is present. [2022-04-17T15:37:58.664Z] [echo] Test seems to be reported fine [2022-04-17T15:37:58.664Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/implicit/deployment-option/RepRunConf.txt [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] confirmMissingReport-common: [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] undeploy: [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] setOSConditions: [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] setToolWin: [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] setToolUnix: [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] setToolProperty: [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] setS1ASclassPath: [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] init-common: [2022-04-17T15:37:58.664Z] [2022-04-17T15:37:58.664Z] undeploy-common: [2022-04-17T15:37:58.920Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:37:58.920Z] [2022-04-17T15:37:58.920Z] all: [2022-04-17T15:37:58.920Z] [echo] ***** DONE TESTING - GENERATING REPORT ****** [2022-04-17T15:37:59.175Z] [2022-04-17T15:37:59.175Z] report: [2022-04-17T15:37:59.175Z] [echo] Comparing results with expected results [2022-04-17T15:37:59.175Z] [xslt] Processing /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [2022-04-17T15:37:59.175Z] [xslt] Loading stylesheet /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/config/j2eeReporter.xsl [2022-04-17T15:37:59.436Z] [2022-04-17T15:37:59.436Z] report-sh: [2022-04-17T15:37:59.436Z] [exec] input file=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:37:59.436Z] [exec] [2022-04-17T15:37:59.436Z] [exec] ************************ [2022-04-17T15:37:59.436Z] [exec] PASSED= 111 [2022-04-17T15:37:59.436Z] [exec] ------------ ========= [2022-04-17T15:37:59.436Z] [exec] FAILED= 0 [2022-04-17T15:37:59.436Z] [exec] ------------ ========= [2022-04-17T15:37:59.436Z] [exec] DID NOT RUN= 4 [2022-04-17T15:37:59.436Z] [exec] ------------ ========= [2022-04-17T15:37:59.436Z] [exec] Total Expected=115 [2022-04-17T15:37:59.436Z] [exec] ************************ [2022-04-17T15:37:59.436Z] [exec] [2022-04-17T15:37:59.436Z] [2022-04-17T15:37:59.436Z] BUILD SUCCESSFUL [2022-04-17T15:37:59.436Z] Total time: 6 minutes 4 seconds [2022-04-17T15:37:59.436Z] + printf '\n%s \n\n' '===== TEST RUN - STOPPING GLASSFISH AND DB =====' [2022-04-17T15:37:59.436Z] [2022-04-17T15:37:59.436Z] ===== TEST RUN - STOPPING GLASSFISH AND DB ===== [2022-04-17T15:37:59.436Z] [2022-04-17T15:37:59.436Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin stop-domain [2022-04-17T15:38:03.167Z] Waiting for the domain to stop . [2022-04-17T15:38:03.167Z] Command stop-domain executed successfully. [2022-04-17T15:38:03.167Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin stop-database [2022-04-17T15:38:04.110Z] Sun Apr 17 15:38:03 UTC 2022 : Connection obtained for host: 0.0.0.0, port number 1527. [2022-04-17T15:38:04.674Z] Sun Apr 17 15:38:04 UTC 2022 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown [2022-04-17T15:38:04.674Z] Command stop-database executed successfully. [2022-04-17T15:38:04.674Z] + set -e [2022-04-17T15:38:04.674Z] + check_successful_run [2022-04-17T15:38:04.674Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' [2022-04-17T15:38:04.674Z] [2022-04-17T15:38:04.674Z] ===== CHECK SUCCESSFUL RUN ===== [2022-04-17T15:38:04.674Z] [2022-04-17T15:38:04.674Z] + FILE=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [2022-04-17T15:38:04.674Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' [2022-04-17T15:38:04.674Z] + echo 'File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' [2022-04-17T15:38:04.674Z] File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful [2022-04-17T15:38:04.674Z] + generate_junit_report cdi_all [2022-04-17T15:38:04.674Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' [2022-04-17T15:38:04.674Z] [2022-04-17T15:38:04.674Z] ===== GENERATE JUNIT REPORT ===== [2022-04-17T15:38:04.674Z] [2022-04-17T15:38:04.674Z] + TD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:38:04.674Z] + JUD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml [2022-04-17T15:38:04.674Z] + TESTSUITE_NAME=cdi_all [2022-04-17T15:38:04.674Z] + cat /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:38:04.674Z] + awk -v suitename=cdi_all ' [2022-04-17T15:38:04.674Z] BEGIN { [2022-04-17T15:38:04.674Z] totaltests = 0; [2022-04-17T15:38:04.674Z] totalfailures = 0; [2022-04-17T15:38:04.674Z] totalerrors = 0; [2022-04-17T15:38:04.674Z] } [2022-04-17T15:38:04.674Z] function getPropVal(str){ [2022-04-17T15:38:04.674Z] split(str, a, "="); [2022-04-17T15:38:04.674Z] val = a[2]; [2022-04-17T15:38:04.674Z] # remove quotes [2022-04-17T15:38:04.674Z] gsub("\"","",val); [2022-04-17T15:38:04.674Z] return val; [2022-04-17T15:38:04.674Z] } [2022-04-17T15:38:04.674Z] function removeXMLTag(str){ [2022-04-17T15:38:04.674Z] # remove xml tag quotes [2022-04-17T15:38:04.674Z] gsub("","",str); [2022-04-17T15:38:04.674Z] gsub("<.*>","",str); [2022-04-17T15:38:04.674Z] gsub(">","",str); [2022-04-17T15:38:04.674Z] return str; [2022-04-17T15:38:04.674Z] } [2022-04-17T15:38:04.674Z] /status value=/ { [2022-04-17T15:38:04.674Z] result=getPropVal($0); [2022-04-17T15:38:04.674Z] result=removeXMLTag(result); [2022-04-17T15:38:04.674Z] } [2022-04-17T15:38:04.674Z] // { [2022-04-17T15:38:04.674Z] getline; [2022-04-17T15:38:04.674Z] getline; [2022-04-17T15:38:04.674Z] testunit=removeXMLTag($0); [2022-04-17T15:38:04.674Z] gsub("\"","",testunit); [2022-04-17T15:38:04.674Z] } [2022-04-17T15:38:04.674Z] // { [2022-04-17T15:38:04.674Z] getline; [2022-04-17T15:38:04.674Z] testname=removeXMLTag($0); [2022-04-17T15:38:04.674Z] gsub("\"","",testname); [2022-04-17T15:38:04.674Z] } [2022-04-17T15:38:04.674Z] /<\/testcase>/{ [2022-04-17T15:38:04.674Z] classname=testunit [2022-04-17T15:38:04.674Z] # printing testcase to out [2022-04-17T15:38:04.674Z] out = out sprintf(" \n", classname, testname); [2022-04-17T15:38:04.674Z] if (result == "fail") { [2022-04-17T15:38:04.674Z] out = out " \n"; [2022-04-17T15:38:04.674Z] totalfailures++; [2022-04-17T15:38:04.674Z] } else if (result == "did_not_run") { [2022-04-17T15:38:04.674Z] out = out " \n"; [2022-04-17T15:38:04.674Z] totalerrors++; [2022-04-17T15:38:04.674Z] } [2022-04-17T15:38:04.674Z] out = out " \n"; [2022-04-17T15:38:04.674Z] [2022-04-17T15:38:04.674Z] totaltests++; [2022-04-17T15:38:04.674Z] result=""; [2022-04-17T15:38:04.674Z] testname=""; [2022-04-17T15:38:04.674Z] } [2022-04-17T15:38:04.674Z] END { [2022-04-17T15:38:04.674Z] print "" [2022-04-17T15:38:04.674Z] printf "\n", totaltests, totalfailures, totalerrors, suitename; [2022-04-17T15:38:04.674Z] printf "%s", out; [2022-04-17T15:38:04.674Z] print "" [2022-04-17T15:38:04.674Z] }' [2022-04-17T15:38:04.674Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:38:04.674Z] + change_junit_report_class_names [2022-04-17T15:38:04.674Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T15:38:04.674Z] + sed -i 's/\bclassname="/classname="cdi_all./g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T15:38:04.674Z] + copy_test_artifacts cdi_all [2022-04-17T15:38:04.674Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' [2022-04-17T15:38:04.674Z] [2022-04-17T15:38:04.674Z] ===== COPY TEST ARTIFACTS ===== [2022-04-17T15:38:04.674Z] [2022-04-17T15:38:04.674Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:38:04.674Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains [2022-04-17T15:38:04.674Z] tar: Removing leading `/' from member names [2022-04-17T15:38:05.604Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:38:05.604Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:38:05.604Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:38:05.604Z] ++ pwd [2022-04-17T15:38:05.604Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:38:05.604Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/*/*logs.zip': No such file or directory [2022-04-17T15:38:05.604Z] + true [2022-04-17T15:38:05.604Z] ++ pwd [2022-04-17T15:38:05.604Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:38:05.604Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/cdi/*/*/*logs.zip': No such file or directory [2022-04-17T15:38:05.604Z] + true [2022-04-17T15:38:05.604Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/cdi_all-results.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results [2022-04-17T15:38:05.604Z] tar: Removing leading `/' from member names [2022-04-17T15:38:05.604Z] + break [2022-04-17T15:38:05.604Z] + [[ true = false ]] [2022-04-17T15:38:05.604Z] + git reset --hard [2022-04-17T15:38:05.861Z] HEAD is now at d56ff92b9 Merge pull request #23899 from dmatej/mvn-annotation-processing [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 glassfish6 + true + java --version openjdk 18-ea 2022-03-22 OpenJDK Runtime Environment (build 18-ea+27-1924) OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) + ./gftest.sh ql_gf_full_profile_all WORKSPACE = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18 S1AS_HOME = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish APS_HOME = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests TEST_RUN_LOG = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/tests-run.log Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish Running tests for: * ql_gf_full_profile_all Running tests from dir /home/jenkins/agent/workspace/glassfish6_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/qXrgf-internal-env + GF_INTERNAL_ENV_SH=/tmp/qXrgf-internal-env + '[' '!' -z '' ']' + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles/maven-repo.tar.gz ']' + tar -xzf /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish' Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist + export GF_VERSION=6.2.6-SNAPSHOT + GF_VERSION=6.2.6-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= + 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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/bundles/glassfish.zip == *.zip* ]] + unzip -qq -o /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18 + cd /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/ + mvn -Dglassfish.home=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish -Ptest_gd_security,report test + tee /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/tests-run.log [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.glassfish.quicklook:quicklook >------------------ [INFO] Building Glassfish Quicklook Bundle 6.2.6-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/glassfish6_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/glassfish6_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/glassfish6_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 [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/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] Successfully started the domain : domain1 [INFO] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [INFO] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [INFO] [exec] Admin Port: 4848 [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] 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] Successfully started the domain : domain1 [INFO] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [INFO] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [INFO] [exec] Admin Port: 4848 [INFO] [exec] Command start-domain executed successfully. [WARNING] [echo] ANT PROJECT GlassFish-QuickLook [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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test [INFO] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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] 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/glassfish6_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/glassfish6_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] Successfully restarted the domain [WARNING] [echo] Command restart-domain executed successfully. [WARNING] [echo] compiling test client to ..//classes/test [WARNING] [echo] Listing of source files: admin/AdminConsoleTests.java;admin/BaseAdminConsoleTest.java [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/adminconsole/src/test/admin/BaseAdminConsoleTest.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: admin/RestTests.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/web/helloworld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jsftest [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/web/jsfastrologer/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/web/jsfinjection/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jdbcusertx [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jpainjectemf [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jpavalidation [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/security [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/security/helloworld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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. [INFO] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/security-basicauth/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/security-basicauth [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/security-basicauth/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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] 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_slsbnicmt [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_sfulnoi [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/ejb/sfulnoi/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/bv [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/weld/numberguess/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/weld/osgiweld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/lib [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/lib/extensions.jar [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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 Distribution Build Deploy [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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_remoteview/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_Singleton/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_Singleton [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_Singleton/singletonWeb.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_Singleton/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/ejb/singleton/metadata/${dbschema} to copy. [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_Singleton/singletonEJB.jar [INFO] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_CMP [INFO] [javac] Compiling 17 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_CMP/RosterAppWeb.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_CMP/app [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_CMP/RosterAppEJB.jar [INFO] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/../javadb [WARNING] [echo] sql.file = sql/RosterApp_derby.sql [WARNING] [echo] db.class.path = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/../javadb/lib/derbyshared.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/../javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/../javadb/lib/derbyclient.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/../javadb/lib/derbyclient.jar [INFO] [sql] Executing resource: /home/jenkins/agent/workspace/glassfish6_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. [INFO] [javac] Compiling 7 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/mdb/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/mdb [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/mdb/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/mdb/app/META-INF [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/mdb/ejb-ejb30-hello-mdb-client.jar [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/mdb/app/META-INF [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/mdb/ejb-ejb30-hello-mdb-ejb.jar [INFO] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/JMS_Injection/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/JMS_Injection [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/JMS_Injection/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/jms/injection/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] build-setup: build.home=../.. [INFO] [wsimport] Consider using / so that wsimport won't do unnecessary compilation [INFO] [wsimport] Eclipse Metro/3.0.3 (RELEASE-3.0.3-7a63cef; 2021-10-13T11:40:48+0000) JAXWS-RI/3.0.2 JAXWS-API/3.0.1 JAXB-RI/3.0.2 JAXB-API/3.0.1 [INFO] [wsimport] command line: wsimport/opt/tools/java/openjdk/jdk-18/18-ea+27/bin/java -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test -keep -verbose /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/wsit/JaxwsFromWsdl/etc/AddNumbers.wsdl -b /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/wsit/JaxwsFromWsdl/etc/custom-server.xml [WARNING] [wsimport] parsing WSDL... [WARNING] [wsimport] [WARNING] [wsimport] [WARNING] [wsimport] [WARNING] [wsimport] Generating code... [WARNING] [wsimport] [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] [WARNING] [wsimport] javac -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test -classpath /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/jakarta.activation.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/webservices-osgi.jar /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbers.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbersFault.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbersFault_Exception.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbersPortType.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbersResponse.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/AddNumbersService.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/ObjectFactory.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/server/OneWayInt.java /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/wsit/JaxwsFromWsdl/JaxwsFromWsdl.war [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_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 / so that wsimport won't do unnecessary compilation [INFO] [wsimport] Eclipse Metro/3.0.3 (RELEASE-3.0.3-7a63cef; 2021-10-13T11:40:48+0000) JAXWS-RI/3.0.2 JAXWS-API/3.0.1 JAXB-RI/3.0.2 JAXB-API/3.0.1 [INFO] [wsimport] command line: wsimport/opt/tools/java/openjdk/jdk-18/18-ea+27/bin/java -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test -keep -verbose http://localhost:8080/JaxwsFromWsdl/addnumbers?wsdl -b /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/wsit/JaxwsFromWsdl/etc/custom-client.xml [WARNING] [wsimport] parsing WSDL... [WARNING] [wsimport] [WARNING] [wsimport] [WARNING] [wsimport] [WARNING] [wsimport] Generating code... [WARNING] [wsimport] [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] [WARNING] [wsimport] javac -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test -classpath /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/jakarta.xml.bind-api.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/jakarta.activation.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/jakarta.mail.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/jaxb-osgi.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/webservices-api-osgi.jar:/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/modules/webservices-osgi.jar /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbers.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbersFault.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbersFault_Exception.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbersPortType.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbersResponse.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/AddNumbersService.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/ObjectFactory.java /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/test/jaxwsfromwsdl/client/OneWayInt.java /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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] 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] build-setup: build.home=../.. [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/wsit/jsr109tester/JaxwsFromJava.war [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_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 / so that wsimport won't do unnecessary compilation [WARNING] [wsimport] parsing WSDL... [WARNING] [wsimport] [WARNING] [wsimport] [WARNING] [wsimport] [WARNING] [wsimport] Generating code... [WARNING] [wsimport] [WARNING] [wsimport] [WARNING] [wsimport] Compiling code... [WARNING] [wsimport] [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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 = addNumbers [INFO] [testng] method = getSPI [INFO] [testng] method = getEndpointReference [INFO] [testng] method = getEndpointReference [INFO] [testng] method = getBinding [INFO] [testng] method = getComponents [INFO] [testng] method = setAddress [INFO] [testng] method = setOutboundHeaders [INFO] [testng] method = setOutboundHeaders [INFO] [testng] method = setOutboundHeaders [INFO] [testng] method = getPortInfo [INFO] [testng] method = getRequestContext [INFO] [testng] method = getResponseContext [INFO] [testng] method = getWSEndpointReference [INFO] [testng] method = getManagedObjectManager [INFO] [testng] method = getInboundHeaders [INFO] [testng] method = proxyClassLookup [INFO] [testng] Tester Page HTML = AddNumbersService Web Service Tester

AddNumbersService Web Service Tester


This form will allow you to test your web service implementation (WSDL File)
To invoke an operation, fill the method parameter(s) input boxes and click on the button labeled with the method name.

Methods :

public abstract int fromjava.server.AddNumbers.addNumbers(int,int)
(,)

[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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/app_perms/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/app_perms [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/app_perms/apppermsWeb.war [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/app_perms/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/security/appperms/metadata/${dbschema} to copy. [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/app_perms/apppermsEJB.jar [INFO] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] =============Starting TestNG functional tests from testng/testng_gd.xml ============ [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/glassfish6_build-and-test_jdk18/glassfish6/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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/asadmin ping-connection-pool DerbyPool [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/asadmin ping-connection-pool QLJdbcPool [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/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] Apr 17, 2022 3:40:13 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] [WARNING] [testng] ***** Login page not found. Sleeping to allow app to deploy (1 of 60)... [WARNING] [testng] ***** Login page not found. Sleeping to allow app to deploy (2 of 60)... [INFO] [testng] PASSED: testCommonTasks [INFO] [testng] Admin Console tests [INFO] [testng] PASSED: testDeployedAppPage [INFO] [testng] Admin Console tests [INFO] [testng] PASSED: testRealmsList [INFO] [testng] Admin Console tests [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] adminconsole_tests [INFO] [testng] Tests run: 3, 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] 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] [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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/asadmin multimode --file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/ejb/mdb/create_resources.asadmin [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/asadmin deploy --retrieve=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/./dist/mdb/ /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/./dist/mdb/ejb-ejb30-hello-mdbApp.ear [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/./dist/mdb/ejb-ejb30-hello-mdbAppClient.jar [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/asadmin undeploy ejb-ejb30-hello-mdbApp [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/asadmin multimode --file /home/jenkins/agent/workspace/glassfish6_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: SimpleBVServlet

Obtained ValidatorFactory: org.hibernate.validator.internal.engine.ValidatorFactoryImpl@34af7c19.

Validating person class using validateValue with valid property

case1: No ConstraintViolations found.

Validating person class using validateValue with invalid property

case2: caught IllegalArgumentException. Message: HV000227: The validated type simple_bv_servlet.Person does not specify the property: nonExistentProperty

Validating invalid person instance using validate.

case3: ConstraintViolation: message: must not be null propertyPath: listOfString

case3: ConstraintViolation: message: must not be null propertyPath: lastName

case3: ConstraintViolation: message: must not be null propertyPath: firstName

Validating valid person.

case4: No ConstraintViolations found.

[INFO] [testng] [INFO] [testng] Response: SimpleBVServlet

Obtained ValidatorFactory: org.hibernate.validator.internal.engine.ValidatorFactoryImpl@7a4c1abb.

Validating person class using validateValue with valid property

case0: ConstraintViolation: message: must not be null propertyPath: listOfString[2].

case1: No ConstraintViolations found.

Validating person class using validateValue with invalid property

case2: caught IllegalArgumentException. Message: HV000227: The validated type simple_bv_servlet.Employee does not specify the property: nonExistentProperty

Validating invalid person instance using validate.

case3: ConstraintViolation: message: must not be null propertyPath: email

case3: ConstraintViolation: message: must not be null propertyPath: firstName

case3: ConstraintViolation: message: must be greater than or equal to 20 propertyPath: age

case3: ConstraintViolation: message: must not be null propertyPath: listOfString

case3: ConstraintViolation: message: must not be null propertyPath: lastName

case3: ConstraintViolation: message: must be greater than or equal to 25 propertyPath: age

Validating valid person.

case4: ConstraintViolation: message: must be a well-formed email address propertyPath: email

case5: No ConstraintViolations found.

case6: ConstraintViolation: message: must be greater than or equal to 25 propertyPath: age

case7: ConstraintViolation: message: must be less than or equal to 50 propertyPath: age

[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: 97, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [WARNING] [echo] hellojsp [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] jsfastrologer [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] jsfinjection [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] jdbcusertx [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] jpainjectemf [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] jpavalidation [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] hellojspsecure [INFO] [exec] Command undeploy executed successfully. [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] slsbnicmt [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] sfulnoi [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] simple-bv-servlet [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] numberguess [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] osgiweld [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] extensions [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] injection [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] singleton [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] remoteview [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] RosterApp [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] appperms [INFO] [exec] Command undeploy executed successfully. [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/version.output [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/config/server.policy [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/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] Command stop-domain executed successfully. [INFO] [exec] Sun Apr 17 15:41:22 UTC 2022 : Connection obtained for host: 0.0.0.0, port number 1527. [INFO] [exec] Sun Apr 17 15:41:23 UTC 2022 : 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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output [WARNING] [echo] Checking messages in: [WARNING] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [WARNING] [echo] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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: 97, 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/glassfish6_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: 251ms [WARNING] [echo] Test Report available at test-output/index.html [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:57 min [INFO] Finished at: 2022-04-17T15:41: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/glassfish6_build-and-test_jdk18/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains tar: Removing leading `/' from member names + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ + cp -r /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/bullet_point.png /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/collapseall.gif /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/emailable-report.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/failed.png /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/index.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/jquery-1.7.1.min.js /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/junit-noframes.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/junitreports /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/navigator-bullet.png /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/old /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/passed.png /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/QL-GP-report.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/QuickLookTests /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/skipped.png /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng.css /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-reports.css /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-reports.js /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-results.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/test_results_junit.xml + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/quicklook_summary.txt /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/tests-run.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ + tar -czf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ql_gf_full_profile_all-results.tar.gz /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXConfigProxyTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXCoreTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXOtherTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXProxyTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-fromjava.client.CheckTesterUITestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-jaxwsfromwsdl.client.JaxwsFromWsdlTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.AdminConsoleTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admincli.ExistStatusTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admincli.RestartDomainTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.JdbcConnectionPoolTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.JvmOptionTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.OsgiAsadminTest.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.RestTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.WebtierTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.bv.servlet.simple.SimpleBVServletTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.CmpRosterTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.remoteview.RemoteViewTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.sfulnoi.SfulnoiTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.singleton.SingletonTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.slsbnicmt.SlsbnicmtTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jdbc.jdbcusertx.JdbcUserTxTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jms.injection.ClientTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpainjectemf.JpaInjectEMFTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpavalidation.JpaValidationTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jsf.astrologer.JSFWebTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.mdb.MDBTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.appperms.ApppermsTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.basicauth.BasicAuthTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.hellojsp.HelloSecurityTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.extensions.ExtensionsTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.jsfinjection.JSFInjectionTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.jsp.hello.HelloJSPTestNG.xml /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXConfigProxyTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXCoreTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXOtherTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXProxyTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-fromjava.client.CheckTesterUITestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-jaxwsfromwsdl.client.JaxwsFromWsdlTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.AdminConsoleTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admincli.ExistStatusTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admincli.RestartDomainTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.JdbcConnectionPoolTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.JvmOptionTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.OsgiAsadminTest.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.RestTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.WebtierTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.bv.servlet.simple.SimpleBVServletTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.CmpRosterTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.remoteview.RemoteViewTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.sfulnoi.SfulnoiTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.singleton.SingletonTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.slsbnicmt.SlsbnicmtTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jdbc.jdbcusertx.JdbcUserTxTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jms.injection.ClientTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpainjectemf.JpaInjectEMFTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpavalidation.JpaValidationTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jsf.astrologer.JSFWebTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.mdb.MDBTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.appperms.ApppermsTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.basicauth.BasicAuthTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.hellojsp.HelloSecurityTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.extensions.ExtensionsTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.jsfinjection.JSFInjectionTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.jsp.hello.HelloJSPTestNG.xml /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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 glassfish6 + true + java --version openjdk 18-ea 2022-03-22 OpenJDK Runtime Environment (build 18-ea+27-1924) OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) + ./gftest.sh ql_gf_web_profile_all WORKSPACE = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18 S1AS_HOME = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish APS_HOME = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests TEST_RUN_LOG = /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/tests-run.log Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish Running tests for: * ql_gf_web_profile_all Running tests from dir /home/jenkins/agent/workspace/glassfish6_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/6Gygf-internal-env + GF_INTERNAL_ENV_SH=/tmp/6Gygf-internal-env + '[' '!' -z '' ']' + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles/maven-repo.tar.gz ']' + tar -xzf /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish' Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist + export GF_VERSION=6.2.6-SNAPSHOT + GF_VERSION=6.2.6-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= + 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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/bundles/web.zip == *.zip* ]] + unzip -qq -o /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/bundles/web.zip -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18 + cd /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/glassfish6/glassfish -Ptest_wd_security,report test + tee /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/tests-run.log [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.glassfish.quicklook:quicklook >------------------ [INFO] Building Glassfish Quicklook Bundle 6.2.6-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/glassfish6_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/glassfish6_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/glassfish6_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 [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/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. [INFO] [exec] Ignoring unrecognized element jms-service at Line number = 293 [INFO] [exec] Column number = 107 [INFO] [exec] System Id = null [INFO] [exec] Public Id = null [INFO] [exec] Location Uri= null [INFO] [exec] CharacterOffset = 18929 [INFO] [exec] [INFO] [exec] Ignoring unrecognized element jms-availability at Line number = 414 [INFO] [exec] Column number = 33 [INFO] [exec] System Id = null [INFO] [exec] Public Id = null [INFO] [exec] Location Uri= null [INFO] [exec] CharacterOffset = 28615 [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] Successfully started the domain : domain1 [INFO] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [INFO] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [INFO] [exec] Admin Port: 4848 [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] 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] Successfully started the domain : domain1 [INFO] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1 [INFO] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [INFO] [exec] Admin Port: 4848 [INFO] [exec] Command start-domain executed successfully. [WARNING] [echo] ANT PROJECT GlassFish-QuickLook [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/glassfish6_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] 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/glassfish6_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] 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/glassfish6_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/glassfish6_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] Successfully restarted the domain [WARNING] [echo] Command restart-domain executed successfully. [WARNING] [echo] compiling test client to ..//classes/test [WARNING] [echo] Listing of source files: admin/AdminConsoleTests.java;admin/BaseAdminConsoleTest.java [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/adminconsole/src/test/admin/BaseAdminConsoleTest.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: admin/RestTests.java [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/web/helloworld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jsftest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jsftest [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jsftest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/web/jsfastrologer/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/basicweb [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/basicweb/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/web/jsfinjection/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jdbcusertx [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jdbcusertx [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jdbcusertx/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/jdbc/jdbcusertx/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jpainjectemf [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jpainjectemf [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpainjectemf/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jpavalidation [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/jpavalidation [INFO] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/jpavalidation/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/security [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/security [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/security/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/security/helloworld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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. [INFO] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/security-basicauth/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/security-basicauth [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/security-basicauth/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/security-basicauth [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/security-basicauth/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/security/basicauth/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_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] 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_slsbnicmt [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_slsbnicmt [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_slsbnicmt/app/META-INF [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_sfulnoi [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/EJB_sfulnoi [INFO] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/EJB_sfulnoi/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/ejb/sfulnoi/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/bv [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/bv [INFO] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/bv/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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] 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [javac] Compiling 12 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/weld/numberguess/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [ERROR] [copy] Warning: Could not find file /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/weld/osgiweld/metadata/persistence.xml to copy. [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] 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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/lib [INFO] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/classes/weldtest/app/META-INF [INFO] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/dist/weldtest/lib/extensions.jar [INFO] [war] Building war: /home/jenkins/agent/workspace/glassfish6_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] =============Starting TestNG functional tests from testng/testng_wd.xml ============ [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/glassfish6_build-and-test_jdk18/glassfish6/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/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/asadmin ping-connection-pool DerbyPool [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/bin/asadmin ping-connection-pool QLJdbcPool [INFO] [testng] RtExec.execute: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/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] [WARNING] [testng] ***** Login page not found. Sleeping to allow app to deploy (1 of 60)... [WARNING] [testng] ***** Login page not found. Sleeping to allow app to deploy (2 of 60)... [INFO] [testng] PASSED: testCommonTasks [INFO] [testng] Admin Console tests [INFO] [testng] PASSED: testDeployedAppPage [INFO] [testng] Admin Console tests [INFO] [testng] PASSED: testRealmsList [INFO] [testng] Admin Console tests [INFO] [testng] [INFO] [testng] =============================================== [INFO] [testng] adminconsole_tests [INFO] [testng] Tests run: 3, 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] 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: SimpleBVServlet

Obtained ValidatorFactory: org.hibernate.validator.internal.engine.ValidatorFactoryImpl@11698438.

Validating person class using validateValue with valid property

case1: No ConstraintViolations found.

Validating person class using validateValue with invalid property

case2: caught IllegalArgumentException. Message: HV000227: The validated type simple_bv_servlet.Person does not specify the property: nonExistentProperty

Validating invalid person instance using validate.

case3: ConstraintViolation: message: must not be null propertyPath: firstName

case3: ConstraintViolation: message: must not be null propertyPath: listOfString

case3: ConstraintViolation: message: must not be null propertyPath: lastName

Validating valid person.

case4: No ConstraintViolations found.

[INFO] [testng] [INFO] [testng] Response: SimpleBVServlet

Obtained ValidatorFactory: org.hibernate.validator.internal.engine.ValidatorFactoryImpl@7a7e0615.

Validating person class using validateValue with valid property

case0: ConstraintViolation: message: must not be null propertyPath: listOfString[2].

case1: No ConstraintViolations found.

Validating person class using validateValue with invalid property

case2: caught IllegalArgumentException. Message: HV000227: The validated type simple_bv_servlet.Employee does not specify the property: nonExistentProperty

Validating invalid person instance using validate.

case3: ConstraintViolation: message: must not be null propertyPath: firstName

case3: ConstraintViolation: message: must not be null propertyPath: listOfString

case3: ConstraintViolation: message: must be greater than or equal to 20 propertyPath: age

case3: ConstraintViolation: message: must not be null propertyPath: lastName

case3: ConstraintViolation: message: must be greater than or equal to 25 propertyPath: age

case3: ConstraintViolation: message: must not be null propertyPath: email

Validating valid person.

case4: ConstraintViolation: message: must be a well-formed email address propertyPath: email

case5: No ConstraintViolations found.

case6: ConstraintViolation: message: must be greater than or equal to 25 propertyPath: age

case7: ConstraintViolation: message: must be less than or equal to 50 propertyPath: age

[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: 82, Failures: 0, Skips: 0 [INFO] [testng] =============================================== [INFO] [testng] [WARNING] [echo] hellojsp [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] jsfastrologer [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] jsfinjection [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] jdbcusertx [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] jpainjectemf [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] jpavalidation [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] hellojspsecure [INFO] [exec] Command undeploy executed successfully. [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] slsbnicmt [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] sfulnoi [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] simple-bv-servlet [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] numberguess [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] osgiweld [INFO] [exec] Command undeploy executed successfully. [WARNING] [echo] extensions [INFO] [exec] Command undeploy executed successfully. [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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/version.output [INFO] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/config/server.policy [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/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] Command stop-domain executed successfully. [INFO] [exec] Sun Apr 17 15:43:18 UTC 2022 : Connection obtained for host: 0.0.0.0, port number 1527. [INFO] [exec] Sun Apr 17 15:43:19 UTC 2022 : 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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output [WARNING] [echo] Checking messages in: [WARNING] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log [WARNING] [echo] [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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: 82, 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/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/glassfish6_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: 341ms [WARNING] [echo] Test Report available at test-output/index.html [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:37 min [INFO] Finished at: 2022-04-17T15:43:20Z [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/glassfish6_build-and-test_jdk18/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains tar: Removing leading `/' from member names + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/glassfish6/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ + cp -r /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/bullet_point.png /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/collapseall.gif /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/emailable-report.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/failed.png /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/index.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/jquery-1.7.1.min.js /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/junit-noframes.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/junitreports /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/navigator-bullet.png /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/old /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/passed.png /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/QL-GP-report.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/QL-WP-report.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/QuickLookTests /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/skipped.png /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng.css /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-reports.css /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-reports.js /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/testng-results.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/test-output/TESTS-TestSuites.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/test_results_junit.xml + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/quicklook/quicklook_summary.txt /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/tests-run.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/ + tar -czf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ql_gf_web_profile_all-results.tar.gz /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXConfigProxyTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXCoreTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXOtherTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXProxyTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-fromjava.client.CheckTesterUITestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-jaxwsfromwsdl.client.JaxwsFromWsdlTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.AdminConsoleTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admincli.ExistStatusTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admincli.RestartDomainTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.JdbcConnectionPoolTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.JvmOptionTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.OsgiAsadminTest.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.RestTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.WebtierTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.bv.servlet.simple.SimpleBVServletTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.CmpRosterTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.remoteview.RemoteViewTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.sfulnoi.SfulnoiTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.singleton.SingletonTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.slsbnicmt.SlsbnicmtTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jdbc.jdbcusertx.JdbcUserTxTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jms.injection.ClientTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpainjectemf.JpaInjectEMFTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpavalidation.JpaValidationTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jsf.astrologer.JSFWebTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.mdb.MDBTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.appperms.ApppermsTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.basicauth.BasicAuthTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.hellojsp.HelloSecurityTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.extensions.ExtensionsTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.jsfinjection.JSFInjectionTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.jsp.hello.HelloJSPTestNG.xml /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXConfigProxyTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXCoreTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXOtherTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-amxtest.AMXProxyTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-fromjava.client.CheckTesterUITestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-jaxwsfromwsdl.client.JaxwsFromWsdlTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.AdminConsoleTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admincli.ExistStatusTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admincli.RestartDomainTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.JdbcConnectionPoolTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.JvmOptionTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.OsgiAsadminTest.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.RestTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.admin.WebtierTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.bv.servlet.simple.SimpleBVServletTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.CmpRosterTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.remoteview.RemoteViewTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.sfulnoi.SfulnoiTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.singleton.SingletonTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.ejb.slsbnicmt.SlsbnicmtTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jdbc.jdbcusertx.JdbcUserTxTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jms.injection.ClientTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpainjectemf.JpaInjectEMFTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jpa.jpavalidation.JpaValidationTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.jsf.astrologer.JSFWebTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.mdb.MDBTests.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.appperms.ApppermsTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.basicauth.BasicAuthTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.security.hellojsp.HelloSecurityTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.extensions.ExtensionsTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.jsfinjection.JSFInjectionTestNG.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/results/junitreports/TEST-test.web.jsp.hello.HelloJSPTestNG.xml /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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 [2022-04-17T15:43:31.135Z] + rm -rf glassfish6 [2022-04-17T15:43:31.136Z] + true [2022-04-17T15:43:31.136Z] + export MAVEN_ARGS=-Pstaging [2022-04-17T15:43:31.136Z] + MAVEN_ARGS=-Pstaging [2022-04-17T15:43:31.136Z] + ./runtests.sh web_jsp [2022-04-17T15:43:31.136Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven [2022-04-17T15:43:31.136Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command [2022-04-17T15:43:31.136Z] Second argument is a test set id, one of: [2022-04-17T15:43:31.136Z] cdi_all, ql_gf_full_profile_all, \n [2022-04-17T15:43:31.136Z] \n [2022-04-17T15:43:31.136Z] web_jsp, deployment_all, \n [2022-04-17T15:43:31.136Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n [2022-04-17T15:43:31.136Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, connector_group_1, connector_group_2, connector_group_3, connector_group_4 [2022-04-17T15:43:31.136Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. [2022-04-17T15:43:31.136Z] [2022-04-17T15:43:31.136Z] POM file "/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist [2022-04-17T15:43:35.339Z] [INFO] Scanning for projects... [2022-04-17T15:43:35.339Z] [INFO] [2022-04-17T15:43:35.340Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [2022-04-17T15:43:35.340Z] [INFO] Building GlassFish Project 6.2.6-SNAPSHOT [2022-04-17T15:43:35.340Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-04-17T15:43:35.340Z] [INFO] [2022-04-17T15:43:35.340Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- [2022-04-17T15:43:35.596Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.7:jar [2022-04-17T15:43:35.596Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.7:jar already exists in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:43:35.596Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:43:35.596Z] [INFO] BUILD SUCCESS [2022-04-17T15:43:35.596Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:43:35.596Z] [INFO] Total time: 0.997 s [2022-04-17T15:43:35.596Z] [INFO] Finished at: 2022-04-17T15:43:35Z [2022-04-17T15:43:35.596Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:43:35.596Z] + '[' '!' -z /var/jenkins ']' [2022-04-17T15:43:35.596Z] ++ mktemp -t XXXgf-internal-env [2022-04-17T15:43:35.596Z] + readonly GF_INTERNAL_ENV_SH=/tmp/hVZgf-internal-env [2022-04-17T15:43:35.596Z] + GF_INTERNAL_ENV_SH=/tmp/hVZgf-internal-env [2022-04-17T15:43:35.596Z] + '[' '!' -z '' ']' [2022-04-17T15:43:35.596Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T15:43:35.596Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T15:43:35.596Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' [2022-04-17T15:43:35.596Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish' [2022-04-17T15:43:35.596Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:43:35.596Z] + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:43:35.596Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' [2022-04-17T15:43:35.596Z] + '[' -z 6.2.6-SNAPSHOT ']' [2022-04-17T15:43:35.596Z] + '[' -z /home/jenkins/.m2/repository ']' [2022-04-17T15:43:35.596Z] + run_test web_jsp [2022-04-17T15:43:35.596Z] + local testid=web_jsp [2022-04-17T15:43:35.596Z] + local found=false [2022-04-17T15:43:35.596Z] ++ find . -name run_test.sh [2022-04-17T15:43:36.159Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.159Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids [2022-04-17T15:43:36.159Z] + OPT=list_test_ids [2022-04-17T15:43:36.159Z] + TEST_ID= [2022-04-17T15:43:36.159Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh [2022-04-17T15:43:36.159Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh [2022-04-17T15:43:36.159Z] +++ uname [2022-04-17T15:43:36.159Z] +++ grep -i sunos [2022-04-17T15:43:36.159Z] +++ wc -l [2022-04-17T15:43:36.159Z] +++ awk '{print $1}' [2022-04-17T15:43:36.159Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.159Z] ++ GREP=grep [2022-04-17T15:43:36.159Z] ++ AWK=awk [2022-04-17T15:43:36.159Z] ++ SED=sed [2022-04-17T15:43:36.159Z] ++ BC=bc [2022-04-17T15:43:36.159Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.159Z] + case ${OPT} in [2022-04-17T15:43:36.159Z] + list_test_ids [2022-04-17T15:43:36.159Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 [2022-04-17T15:43:36.159Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.159Z] + [[ admin_cli_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.159Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.159Z] + [[ admin-cli-group-1 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.159Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.159Z] + [[ admin-cli-group-2 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.159Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.159Z] + [[ admin-cli-group-3 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.159Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.159Z] + [[ admin-cli-group-4 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.159Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.159Z] + [[ admin-cli-group-5 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.159Z] + [[ false = true ]] [2022-04-17T15:43:36.159Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.159Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids [2022-04-17T15:43:36.159Z] + OPT=list_test_ids [2022-04-17T15:43:36.159Z] + TEST_ID= [2022-04-17T15:43:36.159Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh [2022-04-17T15:43:36.159Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh [2022-04-17T15:43:36.159Z] +++ uname [2022-04-17T15:43:36.159Z] +++ grep -i sunos [2022-04-17T15:43:36.159Z] +++ wc -l [2022-04-17T15:43:36.159Z] +++ awk '{print $1}' [2022-04-17T15:43:36.159Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.159Z] ++ GREP=grep [2022-04-17T15:43:36.159Z] ++ AWK=awk [2022-04-17T15:43:36.159Z] ++ SED=sed [2022-04-17T15:43:36.159Z] ++ BC=bc [2022-04-17T15:43:36.159Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.159Z] + case ${OPT} in [2022-04-17T15:43:36.159Z] + list_test_ids [2022-04-17T15:43:36.159Z] + echo batch_all [2022-04-17T15:43:36.159Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.159Z] + [[ batch_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.159Z] + [[ false = true ]] [2022-04-17T15:43:36.159Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.159Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids [2022-04-17T15:43:36.159Z] + OPT=list_test_ids [2022-04-17T15:43:36.159Z] + TEST_ID= [2022-04-17T15:43:36.159Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh [2022-04-17T15:43:36.159Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh [2022-04-17T15:43:36.159Z] +++ uname [2022-04-17T15:43:36.159Z] +++ grep -i sunos [2022-04-17T15:43:36.159Z] +++ wc -l [2022-04-17T15:43:36.160Z] +++ awk '{print $1}' [2022-04-17T15:43:36.160Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.160Z] ++ GREP=grep [2022-04-17T15:43:36.160Z] ++ AWK=awk [2022-04-17T15:43:36.160Z] ++ SED=sed [2022-04-17T15:43:36.160Z] ++ BC=bc [2022-04-17T15:43:36.160Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.160Z] + case ${OPT} in [2022-04-17T15:43:36.160Z] + list_test_ids [2022-04-17T15:43:36.160Z] + echo cdi_all [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ cdi_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + [[ false = true ]] [2022-04-17T15:43:36.160Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.160Z] ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids [2022-04-17T15:43:36.160Z] + OPT=list_test_ids [2022-04-17T15:43:36.160Z] + TEST_ID= [2022-04-17T15:43:36.160Z] ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh [2022-04-17T15:43:36.160Z] + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh [2022-04-17T15:43:36.160Z] +++ uname [2022-04-17T15:43:36.160Z] +++ grep -i sunos [2022-04-17T15:43:36.160Z] +++ wc -l [2022-04-17T15:43:36.160Z] +++ awk '{print $1}' [2022-04-17T15:43:36.160Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.160Z] ++ GREP=grep [2022-04-17T15:43:36.160Z] ++ AWK=awk [2022-04-17T15:43:36.160Z] ++ SED=sed [2022-04-17T15:43:36.160Z] ++ BC=bc [2022-04-17T15:43:36.160Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.160Z] + case ${OPT} in [2022-04-17T15:43:36.160Z] + list_test_ids [2022-04-17T15:43:36.160Z] + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ connector_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ connector_group_1 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ connector_group_2 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ connector_group_3 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ connector_group_4 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + [[ false = true ]] [2022-04-17T15:43:36.160Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.160Z] ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids [2022-04-17T15:43:36.160Z] + OPT=list_test_ids [2022-04-17T15:43:36.160Z] + TEST_ID= [2022-04-17T15:43:36.160Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh [2022-04-17T15:43:36.160Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh [2022-04-17T15:43:36.160Z] +++ uname [2022-04-17T15:43:36.160Z] +++ grep -i sunos [2022-04-17T15:43:36.160Z] +++ wc -l [2022-04-17T15:43:36.160Z] +++ awk '{print $1}' [2022-04-17T15:43:36.160Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.160Z] ++ GREP=grep [2022-04-17T15:43:36.160Z] ++ AWK=awk [2022-04-17T15:43:36.160Z] ++ SED=sed [2022-04-17T15:43:36.160Z] ++ BC=bc [2022-04-17T15:43:36.160Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.160Z] + case ${OPT} in [2022-04-17T15:43:36.160Z] + list_test_ids [2022-04-17T15:43:36.160Z] + echo deployment_all deployment_cluster_all [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ deployment_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ deployment_cluster_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + [[ false = true ]] [2022-04-17T15:43:36.160Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.160Z] ++ ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh list_test_ids [2022-04-17T15:43:36.160Z] + OPT=list_test_ids [2022-04-17T15:43:36.160Z] + TEST_ID= [2022-04-17T15:43:36.160Z] ++ dirname ./appserver/tests/appserv-tests/devtests/ejb/run_test.sh [2022-04-17T15:43:36.160Z] + source ./appserver/tests/appserv-tests/devtests/ejb/../../../common_test.sh [2022-04-17T15:43:36.160Z] +++ uname [2022-04-17T15:43:36.160Z] +++ grep -i sunos [2022-04-17T15:43:36.160Z] +++ wc -l [2022-04-17T15:43:36.160Z] +++ awk '{print $1}' [2022-04-17T15:43:36.160Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.160Z] ++ GREP=grep [2022-04-17T15:43:36.160Z] ++ AWK=awk [2022-04-17T15:43:36.160Z] ++ SED=sed [2022-04-17T15:43:36.160Z] ++ BC=bc [2022-04-17T15:43:36.160Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.160Z] + case ${OPT} in [2022-04-17T15:43:36.160Z] + list_test_ids [2022-04-17T15:43:36.160Z] + echo ejb_all ejb_timer_cluster_all ejb_web_all ejb_group_1 ejb_group_2 ejb_group_3 ejb_group_embedded [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ ejb_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ ejb_timer_cluster_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ ejb_web_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ ejb_group_1 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ ejb_group_2 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ ejb_group_3 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ ejb_group_embedded = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + [[ false = true ]] [2022-04-17T15:43:36.160Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.160Z] ++ ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh list_test_ids [2022-04-17T15:43:36.160Z] + OPT=list_test_ids [2022-04-17T15:43:36.160Z] + TEST_ID= [2022-04-17T15:43:36.160Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jdbc/run_test.sh [2022-04-17T15:43:36.160Z] + source ./appserver/tests/appserv-tests/devtests/jdbc/../../../common_test.sh [2022-04-17T15:43:36.160Z] +++ uname [2022-04-17T15:43:36.160Z] +++ grep -i sunos [2022-04-17T15:43:36.160Z] +++ wc -l [2022-04-17T15:43:36.160Z] +++ awk '{print $1}' [2022-04-17T15:43:36.160Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.160Z] ++ GREP=grep [2022-04-17T15:43:36.160Z] ++ AWK=awk [2022-04-17T15:43:36.160Z] ++ SED=sed [2022-04-17T15:43:36.160Z] ++ BC=bc [2022-04-17T15:43:36.160Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.160Z] + case ${OPT} in [2022-04-17T15:43:36.160Z] + list_test_ids [2022-04-17T15:43:36.160Z] + echo jdbc_all [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ jdbc_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + [[ false = true ]] [2022-04-17T15:43:36.160Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.160Z] ++ ./appserver/tests/appserv-tests/devtests/jms/run_test.sh list_test_ids [2022-04-17T15:43:36.160Z] + OPT=list_test_ids [2022-04-17T15:43:36.160Z] + TEST_ID= [2022-04-17T15:43:36.160Z] ++ dirname ./appserver/tests/appserv-tests/devtests/jms/run_test.sh [2022-04-17T15:43:36.160Z] + source ./appserver/tests/appserv-tests/devtests/jms/../../../common_test.sh [2022-04-17T15:43:36.160Z] +++ uname [2022-04-17T15:43:36.160Z] +++ grep -i sunos [2022-04-17T15:43:36.160Z] +++ wc -l [2022-04-17T15:43:36.160Z] +++ awk '{print $1}' [2022-04-17T15:43:36.160Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.160Z] ++ GREP=grep [2022-04-17T15:43:36.160Z] ++ AWK=awk [2022-04-17T15:43:36.160Z] ++ SED=sed [2022-04-17T15:43:36.160Z] ++ BC=bc [2022-04-17T15:43:36.160Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.160Z] + case ${OPT} in [2022-04-17T15:43:36.160Z] + list_test_ids [2022-04-17T15:43:36.160Z] + echo jms_all [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ jms_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + [[ false = true ]] [2022-04-17T15:43:36.160Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.160Z] ++ ./appserver/tests/appserv-tests/devtests/naming/run_test.sh list_test_ids [2022-04-17T15:43:36.160Z] + OPT=list_test_ids [2022-04-17T15:43:36.160Z] + TEST_ID= [2022-04-17T15:43:36.160Z] ++ dirname ./appserver/tests/appserv-tests/devtests/naming/run_test.sh [2022-04-17T15:43:36.160Z] + source ./appserver/tests/appserv-tests/devtests/naming/../../../common_test.sh [2022-04-17T15:43:36.160Z] +++ uname [2022-04-17T15:43:36.160Z] +++ grep -i sunos [2022-04-17T15:43:36.160Z] +++ wc -l [2022-04-17T15:43:36.160Z] +++ awk '{print $1}' [2022-04-17T15:43:36.160Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.160Z] ++ GREP=grep [2022-04-17T15:43:36.160Z] ++ AWK=awk [2022-04-17T15:43:36.160Z] ++ SED=sed [2022-04-17T15:43:36.160Z] ++ BC=bc [2022-04-17T15:43:36.160Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.160Z] + case ${OPT} in [2022-04-17T15:43:36.160Z] + list_test_ids [2022-04-17T15:43:36.160Z] + echo naming_all [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ naming_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + [[ false = true ]] [2022-04-17T15:43:36.160Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.160Z] ++ ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh list_test_ids [2022-04-17T15:43:36.160Z] + OPT=list_test_ids [2022-04-17T15:43:36.160Z] + TEST_ID= [2022-04-17T15:43:36.160Z] ++ dirname ./appserver/tests/appserv-tests/devtests/persistence/run_test.sh [2022-04-17T15:43:36.160Z] + source ./appserver/tests/appserv-tests/devtests/persistence/../../../common_test.sh [2022-04-17T15:43:36.160Z] +++ uname [2022-04-17T15:43:36.160Z] +++ grep -i sunos [2022-04-17T15:43:36.160Z] +++ wc -l [2022-04-17T15:43:36.160Z] +++ awk '{print $1}' [2022-04-17T15:43:36.160Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.160Z] ++ GREP=grep [2022-04-17T15:43:36.160Z] ++ AWK=awk [2022-04-17T15:43:36.160Z] ++ SED=sed [2022-04-17T15:43:36.160Z] ++ BC=bc [2022-04-17T15:43:36.160Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.160Z] + case ${OPT} in [2022-04-17T15:43:36.160Z] + list_test_ids [2022-04-17T15:43:36.160Z] + echo persistence_all [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ persistence_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + [[ false = true ]] [2022-04-17T15:43:36.160Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.160Z] ++ ./appserver/tests/appserv-tests/devtests/security/run_test.sh list_test_ids [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ security_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + [[ false = true ]] [2022-04-17T15:43:36.160Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.160Z] ++ ./appserver/tests/appserv-tests/devtests/transaction/ee/run_test.sh list_test_ids [2022-04-17T15:43:36.160Z] + OPT=list_test_ids [2022-04-17T15:43:36.160Z] + TEST_ID= [2022-04-17T15:43:36.160Z] ++ dirname ./appserver/tests/appserv-tests/devtests/transaction/ee/run_test.sh [2022-04-17T15:43:36.160Z] + source ./appserver/tests/appserv-tests/devtests/transaction/ee/../../../../common_test.sh [2022-04-17T15:43:36.160Z] +++ uname [2022-04-17T15:43:36.160Z] +++ grep -i sunos [2022-04-17T15:43:36.160Z] +++ wc -l [2022-04-17T15:43:36.160Z] +++ awk '{print $1}' [2022-04-17T15:43:36.160Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.160Z] ++ GREP=grep [2022-04-17T15:43:36.160Z] ++ AWK=awk [2022-04-17T15:43:36.160Z] ++ SED=sed [2022-04-17T15:43:36.160Z] ++ BC=bc [2022-04-17T15:43:36.160Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.160Z] + case ${OPT} in [2022-04-17T15:43:36.160Z] + list_test_ids [2022-04-17T15:43:36.160Z] + echo transaction_ee_all transaction-ee-1 transaction-ee-2 transaction-ee-3 transaction-ee-4 [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ transaction_ee_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ transaction-ee-1 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ transaction-ee-2 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ transaction-ee-3 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.160Z] + [[ transaction-ee-4 = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.160Z] + [[ false = true ]] [2022-04-17T15:43:36.160Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:43:36.160Z] ++ ./appserver/tests/appserv-tests/devtests/web/run_test.sh list_test_ids [2022-04-17T15:43:36.160Z] + OPT=list_test_ids [2022-04-17T15:43:36.160Z] + TEST_ID= [2022-04-17T15:43:36.160Z] ++ dirname ./appserver/tests/appserv-tests/devtests/web/run_test.sh [2022-04-17T15:43:36.160Z] + source ./appserver/tests/appserv-tests/devtests/web/../../../common_test.sh [2022-04-17T15:43:36.160Z] +++ uname [2022-04-17T15:43:36.160Z] +++ grep -i sunos [2022-04-17T15:43:36.160Z] +++ wc -l [2022-04-17T15:43:36.160Z] +++ awk '{print $1}' [2022-04-17T15:43:36.160Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.160Z] ++ GREP=grep [2022-04-17T15:43:36.160Z] ++ AWK=awk [2022-04-17T15:43:36.160Z] ++ SED=sed [2022-04-17T15:43:36.160Z] ++ BC=bc [2022-04-17T15:43:36.160Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.160Z] + case $OPT in [2022-04-17T15:43:36.161Z] + list_test_ids [2022-04-17T15:43:36.161Z] + echo web_all web_jsp web_servlet web_web-container web_group-1 [2022-04-17T15:43:36.161Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.161Z] + [[ web_all = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.161Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:43:36.161Z] + [[ web_jsp = \w\e\b\_\j\s\p ]] [2022-04-17T15:43:36.161Z] + found=true [2022-04-17T15:43:36.161Z] + break [2022-04-17T15:43:36.161Z] + [[ true = true ]] [2022-04-17T15:43:36.161Z] + ./appserver/tests/appserv-tests/devtests/web/run_test.sh run_test_id web_jsp [2022-04-17T15:43:36.161Z] + OPT=run_test_id [2022-04-17T15:43:36.161Z] + TEST_ID=web_jsp [2022-04-17T15:43:36.161Z] ++ dirname ./appserver/tests/appserv-tests/devtests/web/run_test.sh [2022-04-17T15:43:36.161Z] + source ./appserver/tests/appserv-tests/devtests/web/../../../common_test.sh [2022-04-17T15:43:36.161Z] +++ uname [2022-04-17T15:43:36.161Z] +++ grep -i sunos [2022-04-17T15:43:36.161Z] +++ wc -l [2022-04-17T15:43:36.161Z] +++ awk '{print $1}' [2022-04-17T15:43:36.161Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:43:36.161Z] ++ GREP=grep [2022-04-17T15:43:36.161Z] ++ AWK=awk [2022-04-17T15:43:36.161Z] ++ SED=sed [2022-04-17T15:43:36.161Z] ++ BC=bc [2022-04-17T15:43:36.161Z] ++ export GREP AWK SED BC [2022-04-17T15:43:36.161Z] + case $OPT in [2022-04-17T15:43:36.161Z] + trap 'copy_test_artifacts web_jsp' EXIT [2022-04-17T15:43:36.161Z] + run_test_id web_jsp [2022-04-17T15:43:36.161Z] + cat /etc/hosts [2022-04-17T15:43:36.161Z] # Kubernetes-managed hosts file. [2022-04-17T15:43:36.161Z] 127.0.0.1 localhost [2022-04-17T15:43:36.161Z] ::1 localhost ip6-localhost ip6-loopback [2022-04-17T15:43:36.161Z] fe00::0 ip6-localnet [2022-04-17T15:43:36.161Z] fe00::0 ip6-mcastprefix [2022-04-17T15:43:36.161Z] fe00::1 ip6-allnodes [2022-04-17T15:43:36.161Z] fe00::2 ip6-allrouters [2022-04-17T15:43:36.161Z] 10.40.48.90 basic-3dlpv [2022-04-17T15:43:36.161Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip [2022-04-17T15:43:36.161Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' [2022-04-17T15:43:36.161Z] [2022-04-17T15:43:36.161Z] ===== UNZIP TEST RESOURCES ===== [2022-04-17T15:43:36.161Z] [2022-04-17T15:43:36.161Z] + for i in "${@}" [2022-04-17T15:43:36.161Z] + [[ /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] [2022-04-17T15:43:36.161Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target [2022-04-17T15:43:37.090Z] ++ dirname ./appserver/tests/appserv-tests/devtests/web/run_test.sh [2022-04-17T15:43:37.090Z] + cd ./appserver/tests/appserv-tests/devtests/web [2022-04-17T15:43:37.090Z] + test_init [2022-04-17T15:43:37.090Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' [2022-04-17T15:43:37.090Z] [2022-04-17T15:43:37.090Z] ===== V2 DEVTESTS INIT ===== [2022-04-17T15:43:37.090Z] [2022-04-17T15:43:37.090Z] + find /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish -type f [2022-04-17T15:43:37.090Z] + xargs touch [2022-04-17T15:43:37.090Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:43:37.090Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:43:37.090Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T15:43:37.090Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T15:43:37.090Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T15:43:37.090Z] APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T15:43:37.090Z] + java -version [2022-04-17T15:43:37.090Z] openjdk version "18-ea" 2022-03-22 [2022-04-17T15:43:37.090Z] OpenJDK Runtime Environment (build 18-ea+27-1924) [2022-04-17T15:43:37.090Z] OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) [2022-04-17T15:43:37.090Z] + ant -version [2022-04-17T15:43:37.090Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 [2022-04-17T15:43:37.090Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:43:37.090Z] + printf '\n\n' [2022-04-17T15:43:37.090Z] [2022-04-17T15:43:37.090Z] [2022-04-17T15:43:37.090Z] + TARGET_FROM_INPUT=(`echo $1 | sed 's/web_//'`) [2022-04-17T15:43:37.090Z] ++ echo web_jsp [2022-04-17T15:43:37.090Z] ++ sed s/web_// [2022-04-17T15:43:37.090Z] + get_test_target jsp [2022-04-17T15:43:37.090Z] + case ${1} in [2022-04-17T15:43:37.090Z] + TARGET='init jsp finish-report' [2022-04-17T15:43:37.090Z] + export TARGET [2022-04-17T15:43:37.090Z] + test_run [2022-04-17T15:43:37.090Z] + export WEBTIER_ADMIN_PORT=45707 [2022-04-17T15:43:37.090Z] + WEBTIER_ADMIN_PORT=45707 [2022-04-17T15:43:37.090Z] + export WEBTIER_JMS_PORT=45708 [2022-04-17T15:43:37.090Z] + WEBTIER_JMS_PORT=45708 [2022-04-17T15:43:37.090Z] + export WEBTIER_JMX_PORT=45709 [2022-04-17T15:43:37.090Z] + WEBTIER_JMX_PORT=45709 [2022-04-17T15:43:37.090Z] + export WEBTIER_ORB_PORT=45710 [2022-04-17T15:43:37.090Z] + WEBTIER_ORB_PORT=45710 [2022-04-17T15:43:37.090Z] + export WEBTIER_HTTP_PORT=45711 [2022-04-17T15:43:37.090Z] + WEBTIER_HTTP_PORT=45711 [2022-04-17T15:43:37.090Z] + export WEBTIER_HTTPS_PORT=45712 [2022-04-17T15:43:37.090Z] + WEBTIER_HTTPS_PORT=45712 [2022-04-17T15:43:37.090Z] + export WEBTIER_ALTERNATE_PORT=45713 [2022-04-17T15:43:37.090Z] + WEBTIER_ALTERNATE_PORT=45713 [2022-04-17T15:43:37.090Z] + export WEBTIER_ORB_SSL_PORT=45714 [2022-04-17T15:43:37.090Z] + WEBTIER_ORB_SSL_PORT=45714 [2022-04-17T15:43:37.090Z] + export WEBTIER_ORB_SSL_MUTUALAUTH_PORT=45715 [2022-04-17T15:43:37.090Z] + WEBTIER_ORB_SSL_MUTUALAUTH_PORT=45715 [2022-04-17T15:43:37.090Z] + export WEBTIER_INSTANCE_PORT=45716 [2022-04-17T15:43:37.090Z] + WEBTIER_INSTANCE_PORT=45716 [2022-04-17T15:43:37.090Z] + export WEBTIER_INSTANCE_PORT_2=45717 [2022-04-17T15:43:37.090Z] + WEBTIER_INSTANCE_PORT_2=45717 [2022-04-17T15:43:37.090Z] + export WEBTIER_INSTANCE_PORT_3=45718 [2022-04-17T15:43:37.090Z] + WEBTIER_INSTANCE_PORT_3=45718 [2022-04-17T15:43:37.090Z] + export WEBTIER_INSTANCE_HTTPS_PORT=45719 [2022-04-17T15:43:37.090Z] + WEBTIER_INSTANCE_HTTPS_PORT=45719 [2022-04-17T15:43:37.090Z] + export AS_LOGFILE=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/cli.log [2022-04-17T15:43:37.090Z] + AS_LOGFILE=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/cli.log [2022-04-17T15:43:37.090Z] + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:43:37.091Z] + cd /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T15:43:37.091Z] + echo AS_ADMIN_PASSWORD= [2022-04-17T15:43:37.091Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:43:38.021Z] Using port 45707 for Admin. [2022-04-17T15:43:38.021Z] Using port 45711 for HTTP Instance. [2022-04-17T15:43:38.021Z] Using port 45708 for JMS. [2022-04-17T15:43:38.021Z] Using port 45710 for IIOP. [2022-04-17T15:43:38.021Z] Using port 45712 for HTTP_SSL. [2022-04-17T15:43:38.021Z] Using port 45714 for IIOP_SSL. [2022-04-17T15:43:38.021Z] Using port 45715 for IIOP_MUTUALAUTH. [2022-04-17T15:43:38.021Z] Using port 45709 for JMX_ADMIN. [2022-04-17T15:43:38.021Z] Using default port 6666 for OSGI_SHELL. [2022-04-17T15:43:38.021Z] Using default port 9009 for JAVA_DEBUGGER. [2022-04-17T15:43:38.021Z] Distinguished Name of the self-signed X.509 Server Certificate is: [2022-04-17T15:43:38.021Z] [CN=basic-3dlpv,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [2022-04-17T15:43:40.544Z] Distinguished Name of the self-signed X.509 Server Certificate is: [2022-04-17T15:43:40.544Z] [CN=basic-3dlpv-instance,OU=GlassFish,O=Eclipse.org Foundation Inc,L=Ottawa,ST=Ontario,C=CA] [2022-04-17T15:43:52.732Z] Domain domain1 created. [2022-04-17T15:43:52.732Z] Domain domain1 admin port is 45707. [2022-04-17T15:43:52.732Z] Domain domain1 allows admin login as user "admin" with no password. [2022-04-17T15:43:52.732Z] Command create-domain executed successfully. [2022-04-17T15:43:52.732Z] + HOST=localhost [2022-04-17T15:43:52.732Z] + echo ' [2022-04-17T15:43:52.732Z] gf.version=${env.GF_VERSION} [2022-04-17T15:43:52.732Z] bundles.dir=${env.WORKSPACE}/bundles [2022-04-17T15:43:52.732Z] admin.domain=domain1 [2022-04-17T15:43:52.732Z] admin.domain.dir=${env.S1AS_HOME}/domains [2022-04-17T15:43:52.732Z] admin.port=45707 [2022-04-17T15:43:52.732Z] admin.user=admin [2022-04-17T15:43:52.732Z] admin.host=localhost [2022-04-17T15:43:52.732Z] http.port=45711 [2022-04-17T15:43:52.732Z] https.port=45712 [2022-04-17T15:43:52.732Z] http.host=localhost [2022-04-17T15:43:52.732Z] http.address=127.0.0.1 [2022-04-17T15:43:52.732Z] http.alternate.port=45713 [2022-04-17T15:43:52.732Z] orb.port=45710 [2022-04-17T15:43:52.732Z] admin.password= [2022-04-17T15:43:52.732Z] ssl.password=changeit [2022-04-17T15:43:52.732Z] master.password=changeit [2022-04-17T15:43:52.732Z] admin.password.file=${env.APS_HOME}/config/adminpassword.txt [2022-04-17T15:43:52.732Z] appserver.instance.name=server [2022-04-17T15:43:52.732Z] config.dottedname.prefix=server [2022-04-17T15:43:52.732Z] resources.dottedname.prefix=domain.resources [2022-04-17T15:43:52.732Z] results.mailhost=localhost [2022-04-17T15:43:52.732Z] results.mailer=QLTestsForPEInstallOrDASInEEInstall@sun.com [2022-04-17T15:43:52.732Z] results.mailee=yourname@sun.com [2022-04-17T15:43:52.732Z] autodeploy.dir=${env.S1AS_HOME}/domains/${admin.domain}/autodeploy [2022-04-17T15:43:52.732Z] precompilejsp=true [2022-04-17T15:43:52.732Z] jvm.maxpermsize=192m [2022-04-17T15:43:52.732Z] ENABLE_REPLICATION=false [2022-04-17T15:43:52.732Z] appserver.instance.dir=${admin.domain.dir}/${admin.domain} [2022-04-17T15:43:52.732Z] cluster.name=clusterA [2022-04-17T15:43:52.732Z] instance.name=inst1 [2022-04-17T15:43:52.732Z] instance.name.2=inst2 [2022-04-17T15:43:52.732Z] instance.name.3=inst3 [2022-04-17T15:43:52.732Z] instance.http.port=45716 [2022-04-17T15:43:52.732Z] instance.https.port=45719 [2022-04-17T15:43:52.732Z] instance.http.port.2=45717 [2022-04-17T15:43:52.732Z] instance.http.port.3=45718 [2022-04-17T15:43:52.732Z] nodeagent.name=localhost-domain1 [2022-04-17T15:43:52.732Z] ' [2022-04-17T15:43:52.732Z] + kill_processes [2022-04-17T15:43:52.732Z] + ps -aef [2022-04-17T15:43:52.732Z] + grep java [2022-04-17T15:43:52.732Z] + grep ASMain [2022-04-17T15:43:52.732Z] + grep -v grep [2022-04-17T15:43:52.732Z] + awk '{print $2}' [2022-04-17T15:43:52.732Z] + xargs kill -9 [2022-04-17T15:43:52.732Z] ./appserver/tests/appserv-tests/devtests/web/run_test.sh: line 19: ps: command not found [2022-04-17T15:43:52.732Z] + true [2022-04-17T15:43:52.732Z] + jps [2022-04-17T15:43:52.732Z] + grep Main [2022-04-17T15:43:52.732Z] + grep -v grep [2022-04-17T15:43:52.732Z] + awk '{print $1}' [2022-04-17T15:43:52.732Z] + xargs kill -9 [2022-04-17T15:43:52.732Z] + true [2022-04-17T15:43:52.732Z] + ps -aef [2022-04-17T15:43:52.732Z] + grep derby [2022-04-17T15:43:52.732Z] ./appserver/tests/appserv-tests/devtests/web/run_test.sh: line 21: ps: command not found [2022-04-17T15:43:52.732Z] + grep -v grep [2022-04-17T15:43:52.732Z] + awk '{print $2}' [2022-04-17T15:43:52.732Z] + xargs kill -9 [2022-04-17T15:43:52.732Z] + true [2022-04-17T15:43:52.732Z] + cd /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web [2022-04-17T15:43:52.732Z] + ant init jsp finish-report [2022-04-17T15:43:52.732Z] + tee /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log [2022-04-17T15:43:52.732Z] Buildfile: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/build.xml [2022-04-17T15:43:52.732Z] [2022-04-17T15:43:52.732Z] init: [2022-04-17T15:43:52.732Z] [2022-04-17T15:43:52.732Z] init-report: [2022-04-17T15:43:52.732Z] [2022-04-17T15:43:52.732Z] setOSConditions: [2022-04-17T15:43:52.732Z] [2022-04-17T15:43:52.732Z] setToolWin: [2022-04-17T15:43:52.732Z] [2022-04-17T15:43:52.732Z] setToolUnix: [2022-04-17T15:43:52.732Z] [2022-04-17T15:43:52.732Z] setToolProperty: [2022-04-17T15:43:52.732Z] [2022-04-17T15:43:52.732Z] setS1ASclassPath: [2022-04-17T15:43:52.732Z] [2022-04-17T15:43:52.732Z] init-common: [2022-04-17T15:43:52.732Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:43:52.732Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:43:52.732Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:43:52.732Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:43:52.732Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:43:52.732Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:43:52.732Z] [2022-04-17T15:43:52.732Z] startDomainUnix: [2022-04-17T15:43:52.732Z] [echo] Starting DAS [2022-04-17T15:43:56.943Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:43:56.943Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:43:56.943Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:43:56.943Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:43:56.943Z] [exec] Admin Port: 45707 [2022-04-17T15:43:56.943Z] [exec] Command start-domain executed successfully. [2022-04-17T15:43:56.943Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:43:56.943Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] dumpThreadStack: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] startDomainWindows: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] startDomain: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] jsp: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setOSConditions: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setToolWin: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setToolUnix: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setToolProperty: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setS1ASclassPath: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] init-common: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] clean: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setOSConditions: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setToolWin: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setToolUnix: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setToolProperty: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setS1ASclassPath: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] init-common: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] clean-common: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setOSConditions: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setToolWin: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setToolUnix: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setToolProperty: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] setS1ASclassPath: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] init-common: [2022-04-17T15:43:57.239Z] [2022-04-17T15:43:57.239Z] clean-classes-common: [2022-04-17T15:43:57.240Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] setOSConditions: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] setToolWin: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] setToolUnix: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] setToolProperty: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] setS1ASclassPath: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] init-common: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] clean-jars-common: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] compile: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] setOSConditions: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] setToolWin: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] setToolUnix: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] setToolProperty: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] setS1ASclassPath: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] init-common: [2022-04-17T15:43:57.240Z] [2022-04-17T15:43:57.240Z] compile-common: [2022-04-17T15:43:57.240Z] [echo] Current time (ISO): 2022-04-17T15:43:57.174+0000 [2022-04-17T15:43:57.240Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:43:57.495Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:43:58.875Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:43:59.132Z] [javac] 1 warning [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] build: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] setOSConditions: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] setToolWin: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] setToolUnix: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] setToolProperty: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] setS1ASclassPath: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] init-common: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] webclient-war-common: [2022-04-17T15:43:59.132Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] clear: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] test-tlds-exist: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] copy-tlds: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] test-tagfiles-exist: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] copy-tagfiles: [2022-04-17T15:43:59.132Z] [2022-04-17T15:43:59.132Z] package-war-common: [2022-04-17T15:43:59.132Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:43:59.132Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:43:59.132Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:43:59.132Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:43:59.132Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/emptyServletPathJspInclude/lib [2022-04-17T15:43:59.132Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:43:59.132Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:43:59.132Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-empty-servlet-path-jsp-include-web.war [2022-04-17T15:43:59.132Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:43:59.132Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:43:59.132Z] [javac] Compiling 1 source file [2022-04-17T15:43:59.694Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/emptyServletPathJspInclude/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:43:59.694Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:43:59.694Z] [2022-04-17T15:43:59.694Z] deploy: [2022-04-17T15:43:59.694Z] [2022-04-17T15:43:59.694Z] deploy-war-common: [2022-04-17T15:43:59.694Z] [2022-04-17T15:43:59.694Z] setOSConditions: [2022-04-17T15:43:59.694Z] [2022-04-17T15:43:59.694Z] setToolWin: [2022-04-17T15:43:59.694Z] [2022-04-17T15:43:59.694Z] setToolUnix: [2022-04-17T15:43:59.694Z] [2022-04-17T15:43:59.694Z] setToolProperty: [2022-04-17T15:43:59.694Z] [2022-04-17T15:43:59.694Z] setS1ASclassPath: [2022-04-17T15:43:59.694Z] [2022-04-17T15:43:59.694Z] init-common: [2022-04-17T15:43:59.694Z] [2022-04-17T15:43:59.694Z] deploy-war-commonpe: [2022-04-17T15:44:01.079Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-empty-servlet-path-jsp-include-web.war [2022-04-17T15:44:05.255Z] [exec] Application deployed with name web-empty-servlet-path-jsp-include-web. [2022-04-17T15:44:05.255Z] [2022-04-17T15:44:05.255Z] deploy-war-commonee: [2022-04-17T15:44:05.255Z] [2022-04-17T15:44:05.255Z] run: [2022-04-17T15:44:05.255Z] [java] Connecting to: http://localhost:45711/web-empty-servlet-path-jsp-include/jsp/test.jsp [2022-04-17T15:44:05.255Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:44:05.255Z] [java] [2022-04-17T15:44:05.255Z] [java] [2022-04-17T15:44:05.255Z] [java] ----------------------------------------- [2022-04-17T15:44:05.255Z] [java] - empty-servlet-path-jsp-include: PASS - [2022-04-17T15:44:05.255Z] [java] ----------------------------------------- [2022-04-17T15:44:05.255Z] [java] - Total PASS : 1 - [2022-04-17T15:44:05.255Z] [java] - Total FAIL : 0 - [2022-04-17T15:44:05.255Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:44:05.255Z] [java] ----------------------------------------- [2022-04-17T15:44:05.255Z] [2022-04-17T15:44:05.255Z] undeploy: [2022-04-17T15:44:05.255Z] [2022-04-17T15:44:05.255Z] setOSConditions: [2022-04-17T15:44:05.255Z] [2022-04-17T15:44:05.255Z] setToolWin: [2022-04-17T15:44:05.255Z] [2022-04-17T15:44:05.255Z] setToolUnix: [2022-04-17T15:44:05.255Z] [2022-04-17T15:44:05.255Z] setToolProperty: [2022-04-17T15:44:05.255Z] [2022-04-17T15:44:05.255Z] setS1ASclassPath: [2022-04-17T15:44:05.255Z] [2022-04-17T15:44:05.255Z] init-common: [2022-04-17T15:44:05.255Z] [2022-04-17T15:44:05.255Z] undeploy-war-common: [2022-04-17T15:44:05.843Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:44:05.843Z] [2022-04-17T15:44:05.843Z] all: [2022-04-17T15:44:05.843Z] [2022-04-17T15:44:05.843Z] setup: [2022-04-17T15:44:05.843Z] [2022-04-17T15:44:05.843Z] setOSConditions: [2022-04-17T15:44:05.843Z] [2022-04-17T15:44:05.843Z] setToolWin: [2022-04-17T15:44:05.843Z] [2022-04-17T15:44:05.843Z] setToolUnix: [2022-04-17T15:44:05.843Z] [2022-04-17T15:44:05.843Z] setToolProperty: [2022-04-17T15:44:05.843Z] [2022-04-17T15:44:05.843Z] setS1ASclassPath: [2022-04-17T15:44:05.843Z] [2022-04-17T15:44:05.843Z] init-common: [2022-04-17T15:44:05.843Z] [2022-04-17T15:44:05.843Z] create-user-common: [2022-04-17T15:44:06.140Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:06.396Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/asadminuserpassword.txt [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setOSConditions: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolWin: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolUnix: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolProperty: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setS1ASclassPath: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] init-common: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] clean: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setOSConditions: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolWin: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolUnix: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolProperty: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setS1ASclassPath: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] init-common: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] clean-common: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setOSConditions: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolWin: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolUnix: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolProperty: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setS1ASclassPath: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] init-common: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] clean-classes-common: [2022-04-17T15:44:06.396Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setOSConditions: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolWin: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolUnix: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolProperty: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setS1ASclassPath: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] init-common: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] clean-jars-common: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] compile: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setOSConditions: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolWin: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolUnix: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolProperty: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setS1ASclassPath: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] init-common: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] compile-common: [2022-04-17T15:44:06.396Z] [echo] Current time (ISO): 2022-04-17T15:44:06.208+0000 [2022-04-17T15:44:06.396Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:06.396Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/servlet [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] build: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setOSConditions: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolWin: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolUnix: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setToolProperty: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] setS1ASclassPath: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] init-common: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] webclient-war-common: [2022-04-17T15:44:06.396Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] clear: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] test-tlds-exist: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] copy-tlds: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] test-tagfiles-exist: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] copy-tagfiles: [2022-04-17T15:44:06.396Z] [2022-04-17T15:44:06.396Z] package-war-common: [2022-04-17T15:44:06.396Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:44:06.396Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:06.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:06.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:06.397Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/lib [2022-04-17T15:44:06.397Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:06.397Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:06.397Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-security-web.war [2022-04-17T15:44:06.397Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:06.397Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:06.397Z] [javac] Compiling 1 source file [2022-04-17T15:44:06.397Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:06.397Z] [javac] int port = new Integer(portS).intValue(); [2022-04-17T15:44:06.397Z] [javac] ^ [2022-04-17T15:44:06.397Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jsp-security/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:44:06.397Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:44:06.397Z] [javac] 1 warning [2022-04-17T15:44:06.397Z] [2022-04-17T15:44:06.397Z] deploy: [2022-04-17T15:44:06.397Z] [2022-04-17T15:44:06.397Z] deploy-war-common: [2022-04-17T15:44:06.397Z] [2022-04-17T15:44:06.397Z] setOSConditions: [2022-04-17T15:44:06.397Z] [2022-04-17T15:44:06.397Z] setToolWin: [2022-04-17T15:44:06.397Z] [2022-04-17T15:44:06.397Z] setToolUnix: [2022-04-17T15:44:06.397Z] [2022-04-17T15:44:06.397Z] setToolProperty: [2022-04-17T15:44:06.397Z] [2022-04-17T15:44:06.397Z] setS1ASclassPath: [2022-04-17T15:44:06.397Z] [2022-04-17T15:44:06.397Z] init-common: [2022-04-17T15:44:06.397Z] [2022-04-17T15:44:06.397Z] deploy-war-commonpe: [2022-04-17T15:44:06.958Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-security-web.war [2022-04-17T15:44:07.911Z] [exec] Application deployed with name web-jsp-security-web. [2022-04-17T15:44:07.911Z] [2022-04-17T15:44:07.911Z] deploy-war-commonee: [2022-04-17T15:44:07.911Z] [2022-04-17T15:44:07.911Z] run: [2022-04-17T15:44:07.911Z] [java] GET /web-jsp-security/test.jsp HTTP/1.0 [2022-04-17T15:44:07.911Z] [java] [2022-04-17T15:44:07.911Z] [java] 0: HTTP/1.1 200 OK [2022-04-17T15:44:07.911Z] [java] 1: Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:44:07.911Z] [java] 2: X-Powered-By: JSP/2.3 [2022-04-17T15:44:07.911Z] [java] 3: Pragma: No-cache [2022-04-17T15:44:07.911Z] [java] 4: Cache-Control: no-cache [2022-04-17T15:44:07.911Z] [java] 5: Expires: Thu, 01 Jan 1970 00:00:00 UTC [2022-04-17T15:44:07.911Z] [java] 6: Set-Cookie: JSESSIONID=832145acbe10d0fd071171ddd8cc; Path=/web-jsp-security; HttpOnly [2022-04-17T15:44:07.911Z] [java] 7: Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:44:07.911Z] [java] 8: Connection: close [2022-04-17T15:44:07.911Z] [java] 9: Content-Length: 26 [2022-04-17T15:44:07.911Z] [java] 10: [2022-04-17T15:44:07.911Z] [java] 11: [2022-04-17T15:44:07.911Z] [java] 12: [2022-04-17T15:44:07.911Z] [java] 13: [2022-04-17T15:44:07.911Z] [java] 14: [2022-04-17T15:44:07.911Z] [java] 15: [2022-04-17T15:44:07.911Z] [java] 16: jsp-security::PASS [2022-04-17T15:44:07.911Z] [java] 17: [2022-04-17T15:44:07.911Z] [java] 18: [2022-04-17T15:44:07.911Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:44:07.911Z] [java] [2022-04-17T15:44:07.911Z] [java] [2022-04-17T15:44:07.911Z] [java] ----------------------------------------- [2022-04-17T15:44:07.911Z] [java] - web-jsp-security: PASS - [2022-04-17T15:44:07.912Z] [java] ----------------------------------------- [2022-04-17T15:44:07.912Z] [java] - Total PASS : 1 - [2022-04-17T15:44:07.912Z] [java] - Total FAIL : 0 - [2022-04-17T15:44:07.912Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:44:07.912Z] [java] ----------------------------------------- [2022-04-17T15:44:07.912Z] [2022-04-17T15:44:07.912Z] undeploy: [2022-04-17T15:44:07.912Z] [2022-04-17T15:44:07.912Z] setOSConditions: [2022-04-17T15:44:07.912Z] [2022-04-17T15:44:07.912Z] setToolWin: [2022-04-17T15:44:07.912Z] [2022-04-17T15:44:07.912Z] setToolUnix: [2022-04-17T15:44:07.912Z] [2022-04-17T15:44:07.912Z] setToolProperty: [2022-04-17T15:44:07.912Z] [2022-04-17T15:44:07.912Z] setS1ASclassPath: [2022-04-17T15:44:07.912Z] [2022-04-17T15:44:07.912Z] init-common: [2022-04-17T15:44:07.912Z] [2022-04-17T15:44:07.912Z] undeploy-war-common: [2022-04-17T15:44:08.474Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:44:08.474Z] [2022-04-17T15:44:08.474Z] restore: [2022-04-17T15:44:08.474Z] [2022-04-17T15:44:08.474Z] setOSConditions: [2022-04-17T15:44:08.474Z] [2022-04-17T15:44:08.474Z] setToolWin: [2022-04-17T15:44:08.474Z] [2022-04-17T15:44:08.474Z] setToolUnix: [2022-04-17T15:44:08.474Z] [2022-04-17T15:44:08.474Z] setToolProperty: [2022-04-17T15:44:08.474Z] [2022-04-17T15:44:08.474Z] setS1ASclassPath: [2022-04-17T15:44:08.474Z] [2022-04-17T15:44:08.474Z] init-common: [2022-04-17T15:44:08.474Z] [2022-04-17T15:44:08.474Z] delete-user-common: [2022-04-17T15:44:09.042Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] all: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setOSConditions: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolWin: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolUnix: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolProperty: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setS1ASclassPath: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] init-common: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] clean: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setOSConditions: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolWin: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolUnix: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolProperty: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setS1ASclassPath: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] init-common: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] clean-common: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setOSConditions: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolWin: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolUnix: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolProperty: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setS1ASclassPath: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] init-common: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] clean-classes-common: [2022-04-17T15:44:09.042Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setOSConditions: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolWin: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolUnix: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolProperty: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setS1ASclassPath: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] init-common: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] clean-jars-common: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] compile: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setOSConditions: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolWin: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolUnix: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolProperty: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setS1ASclassPath: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] init-common: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] compile-common: [2022-04-17T15:44:09.042Z] [echo] Current time (ISO): 2022-04-17T15:44:08.880+0000 [2022-04-17T15:44:09.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:09.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten/servlet [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] build: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setOSConditions: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolWin: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolUnix: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setToolProperty: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] setS1ASclassPath: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] init-common: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] webclient-war-common: [2022-04-17T15:44:09.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] clear: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] test-tlds-exist: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] copy-tlds: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] test-tagfiles-exist: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] copy-tagfiles: [2022-04-17T15:44:09.042Z] [2022-04-17T15:44:09.042Z] package-war-common: [2022-04-17T15:44:09.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:44:09.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:09.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:09.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:09.042Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten/lib [2022-04-17T15:44:09.042Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:09.042Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:09.042Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:09.042Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:09.042Z] [javac] Compiling 1 source file [2022-04-17T15:44:09.042Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:09.042Z] [javac] sock = new Socket(host, new Integer(port).intValue()); [2022-04-17T15:44:09.042Z] [javac] ^ [2022-04-17T15:44:09.299Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:44:09.299Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:44:09.299Z] [javac] 1 warning [2022-04-17T15:44:09.299Z] [2022-04-17T15:44:09.299Z] deploy: [2022-04-17T15:44:09.299Z] [2022-04-17T15:44:09.299Z] deploy-war-common: [2022-04-17T15:44:09.299Z] [2022-04-17T15:44:09.299Z] setOSConditions: [2022-04-17T15:44:09.299Z] [2022-04-17T15:44:09.299Z] setToolWin: [2022-04-17T15:44:09.299Z] [2022-04-17T15:44:09.299Z] setToolUnix: [2022-04-17T15:44:09.299Z] [2022-04-17T15:44:09.299Z] setToolProperty: [2022-04-17T15:44:09.299Z] [2022-04-17T15:44:09.299Z] setS1ASclassPath: [2022-04-17T15:44:09.299Z] [2022-04-17T15:44:09.299Z] init-common: [2022-04-17T15:44:09.299Z] [2022-04-17T15:44:09.299Z] deploy-war-commonpe: [2022-04-17T15:44:09.555Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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 [2022-04-17T15:44:11.472Z] [exec] Application deployed with name web-jsp-allow-error-page-to-set-response-charset-if-no-output-written-web. [2022-04-17T15:44:11.472Z] [2022-04-17T15:44:11.472Z] deploy-war-commonee: [2022-04-17T15:44:11.472Z] [2022-04-17T15:44:11.472Z] run: [2022-04-17T15:44:11.739Z] [java] GET /web-jsp-allow-error-page-to-set-response-charset-if-no-output-written/403.jsp HTTP/1.0 [2022-04-17T15:44:11.739Z] [java] [2022-04-17T15:44:11.739Z] [java] GET /web-jsp-allow-error-page-to-set-response-charset-if-no-output-written/throwable.jsp HTTP/1.0 [2022-04-17T15:44:11.739Z] [java] [2022-04-17T15:44:11.739Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:44:11.739Z] [java] [2022-04-17T15:44:11.739Z] [java] [2022-04-17T15:44:11.739Z] [java] ----------------------------------------- [2022-04-17T15:44:11.739Z] [java] - jsp-allow-error-page-to-set-response-charset-if-no-output-written: PASS - [2022-04-17T15:44:11.739Z] [java] ----------------------------------------- [2022-04-17T15:44:11.739Z] [java] - Total PASS : 1 - [2022-04-17T15:44:11.739Z] [java] - Total FAIL : 0 - [2022-04-17T15:44:11.739Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:44:11.739Z] [java] ----------------------------------------- [2022-04-17T15:44:11.739Z] [2022-04-17T15:44:11.739Z] undeploy: [2022-04-17T15:44:11.739Z] [2022-04-17T15:44:11.739Z] setOSConditions: [2022-04-17T15:44:11.739Z] [2022-04-17T15:44:11.739Z] setToolWin: [2022-04-17T15:44:11.739Z] [2022-04-17T15:44:11.739Z] setToolUnix: [2022-04-17T15:44:11.739Z] [2022-04-17T15:44:11.739Z] setToolProperty: [2022-04-17T15:44:11.739Z] [2022-04-17T15:44:11.739Z] setS1ASclassPath: [2022-04-17T15:44:11.739Z] [2022-04-17T15:44:11.739Z] init-common: [2022-04-17T15:44:11.739Z] [2022-04-17T15:44:11.739Z] undeploy-war-common: [2022-04-17T15:44:11.996Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:44:11.996Z] [2022-04-17T15:44:11.996Z] all: [2022-04-17T15:44:11.996Z] [2022-04-17T15:44:11.996Z] setOSConditions: [2022-04-17T15:44:11.996Z] [2022-04-17T15:44:11.996Z] setToolWin: [2022-04-17T15:44:11.996Z] [2022-04-17T15:44:11.996Z] setToolUnix: [2022-04-17T15:44:11.996Z] [2022-04-17T15:44:11.996Z] setToolProperty: [2022-04-17T15:44:11.996Z] [2022-04-17T15:44:11.996Z] setS1ASclassPath: [2022-04-17T15:44:11.996Z] [2022-04-17T15:44:11.996Z] init-common: [2022-04-17T15:44:11.996Z] [2022-04-17T15:44:11.996Z] clean: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setOSConditions: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolWin: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolUnix: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolProperty: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setS1ASclassPath: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] init-common: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] clean-common: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setOSConditions: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolWin: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolUnix: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolProperty: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setS1ASclassPath: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] init-common: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] clean-classes-common: [2022-04-17T15:44:12.252Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setOSConditions: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolWin: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolUnix: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolProperty: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setS1ASclassPath: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] init-common: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] clean-jars-common: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] compile: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setOSConditions: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolWin: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolUnix: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setToolProperty: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] setS1ASclassPath: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] init-common: [2022-04-17T15:44:12.252Z] [2022-04-17T15:44:12.252Z] compile-common: [2022-04-17T15:44:12.252Z] [echo] Current time (ISO): 2022-04-17T15:44:12.038+0000 [2022-04-17T15:44:12.252Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:12.252Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:13.619Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:44:13.619Z] [javac] 1 warning [2022-04-17T15:44:13.619Z] [2022-04-17T15:44:13.619Z] build: [2022-04-17T15:44:13.619Z] [2022-04-17T15:44:13.619Z] setOSConditions: [2022-04-17T15:44:13.619Z] [2022-04-17T15:44:13.619Z] setToolWin: [2022-04-17T15:44:13.619Z] [2022-04-17T15:44:13.619Z] setToolUnix: [2022-04-17T15:44:13.619Z] [2022-04-17T15:44:13.619Z] setToolProperty: [2022-04-17T15:44:13.619Z] [2022-04-17T15:44:13.619Z] setS1ASclassPath: [2022-04-17T15:44:13.619Z] [2022-04-17T15:44:13.619Z] init-common: [2022-04-17T15:44:13.619Z] [2022-04-17T15:44:13.619Z] webclient-war-common: [2022-04-17T15:44:13.619Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:44:13.875Z] [2022-04-17T15:44:13.875Z] clear: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] test-tlds-exist: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] copy-tlds: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] test-tagfiles-exist: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] copy-tagfiles: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] package-war-common: [2022-04-17T15:44:13.876Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:44:13.876Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:13.876Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:13.876Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:13.876Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAnonymousClass/lib [2022-04-17T15:44:13.876Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:13.876Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:13.876Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-anonymous-class-web.war [2022-04-17T15:44:13.876Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:13.876Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:13.876Z] [javac] Compiling 1 source file [2022-04-17T15:44:13.876Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAnonymousClass/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:44:13.876Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] deploy: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] deploy-war-common: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] setOSConditions: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] setToolWin: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] setToolUnix: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] setToolProperty: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] setS1ASclassPath: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] init-common: [2022-04-17T15:44:13.876Z] [2022-04-17T15:44:13.876Z] deploy-war-commonpe: [2022-04-17T15:44:14.139Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-anonymous-class-web.war [2022-04-17T15:44:14.700Z] [exec] Application deployed with name web-jsp-anonymous-class-web. [2022-04-17T15:44:14.700Z] [2022-04-17T15:44:14.700Z] deploy-war-commonee: [2022-04-17T15:44:14.700Z] [2022-04-17T15:44:14.700Z] run: [2022-04-17T15:44:14.957Z] [java] Connecting to: http://localhost:45711/web-jsp-anonymous-class/jsp/test.jsp [2022-04-17T15:44:14.957Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:44:14.957Z] [java] [2022-04-17T15:44:14.957Z] [java] [2022-04-17T15:44:14.957Z] [java] ----------------------------------------- [2022-04-17T15:44:14.957Z] [java] - jsp-anonymous-class: PASS - [2022-04-17T15:44:14.957Z] [java] ----------------------------------------- [2022-04-17T15:44:14.957Z] [java] - Total PASS : 1 - [2022-04-17T15:44:14.957Z] [java] - Total FAIL : 0 - [2022-04-17T15:44:14.957Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:44:14.957Z] [java] ----------------------------------------- [2022-04-17T15:44:14.957Z] [2022-04-17T15:44:14.957Z] undeploy: [2022-04-17T15:44:14.957Z] [2022-04-17T15:44:14.957Z] setOSConditions: [2022-04-17T15:44:14.957Z] [2022-04-17T15:44:14.957Z] setToolWin: [2022-04-17T15:44:14.957Z] [2022-04-17T15:44:14.957Z] setToolUnix: [2022-04-17T15:44:14.957Z] [2022-04-17T15:44:14.957Z] setToolProperty: [2022-04-17T15:44:14.957Z] [2022-04-17T15:44:14.957Z] setS1ASclassPath: [2022-04-17T15:44:14.957Z] [2022-04-17T15:44:14.957Z] init-common: [2022-04-17T15:44:14.957Z] [2022-04-17T15:44:14.957Z] undeploy-war-common: [2022-04-17T15:44:15.545Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] all: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setOSConditions: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolWin: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolUnix: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolProperty: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setS1ASclassPath: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] init-common: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] clean: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setOSConditions: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolWin: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolUnix: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolProperty: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setS1ASclassPath: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] init-common: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] clean-common: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setOSConditions: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolWin: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolUnix: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolProperty: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setS1ASclassPath: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] init-common: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] clean-classes-common: [2022-04-17T15:44:15.545Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setOSConditions: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolWin: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolUnix: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolProperty: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setS1ASclassPath: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] init-common: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] clean-jars-common: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] compile: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setOSConditions: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolWin: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolUnix: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setToolProperty: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] setS1ASclassPath: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] init-common: [2022-04-17T15:44:15.545Z] [2022-04-17T15:44:15.545Z] compile-common: [2022-04-17T15:44:15.545Z] [echo] Current time (ISO): 2022-04-17T15:44:15.343+0000 [2022-04-17T15:44:15.545Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:15.545Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:16.913Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:44:17.169Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAttributeNameWithColonOrDot/servlet/taglib/EchoAttributesTag.java uses unchecked or unsafe operations. [2022-04-17T15:44:17.169Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:44:17.169Z] [javac] 1 warning [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] build: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] setOSConditions: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] setToolWin: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] setToolUnix: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] setToolProperty: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] setS1ASclassPath: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] init-common: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] webclient-war-common: [2022-04-17T15:44:17.169Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] clear: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] test-tlds-exist: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] copy-tlds: [2022-04-17T15:44:17.169Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:44:17.169Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] test-tagfiles-exist: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] copy-tagfiles: [2022-04-17T15:44:17.169Z] [2022-04-17T15:44:17.169Z] package-war-common: [2022-04-17T15:44:17.169Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:17.169Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:17.169Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAttributeNameWithColonOrDot/lib [2022-04-17T15:44:17.169Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:17.170Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:17.170Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-attribute-name-with-colon-or-dot-web.war [2022-04-17T15:44:17.170Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:17.170Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:17.170Z] [javac] Compiling 1 source file [2022-04-17T15:44:17.170Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspAttributeNameWithColonOrDot/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:44:17.170Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:44:17.170Z] [2022-04-17T15:44:17.170Z] deploy: [2022-04-17T15:44:17.170Z] [2022-04-17T15:44:17.170Z] deploy-war-common: [2022-04-17T15:44:17.170Z] [2022-04-17T15:44:17.170Z] setOSConditions: [2022-04-17T15:44:17.170Z] [2022-04-17T15:44:17.170Z] setToolWin: [2022-04-17T15:44:17.170Z] [2022-04-17T15:44:17.170Z] setToolUnix: [2022-04-17T15:44:17.170Z] [2022-04-17T15:44:17.170Z] setToolProperty: [2022-04-17T15:44:17.170Z] [2022-04-17T15:44:17.170Z] setS1ASclassPath: [2022-04-17T15:44:17.170Z] [2022-04-17T15:44:17.170Z] init-common: [2022-04-17T15:44:17.170Z] [2022-04-17T15:44:17.170Z] deploy-war-commonpe: [2022-04-17T15:44:17.744Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-attribute-name-with-colon-or-dot-web.war [2022-04-17T15:44:18.705Z] [exec] Application deployed with name web-jsp-attribute-name-with-colon-or-dot-web. [2022-04-17T15:44:18.705Z] [2022-04-17T15:44:18.705Z] deploy-war-commonee: [2022-04-17T15:44:18.705Z] [2022-04-17T15:44:18.705Z] run: [2022-04-17T15:44:18.961Z] [java] Connecting to: http://localhost:45711/web-jsp-attribute-name-with-colon-or-dot/jsp//test.jsp [2022-04-17T15:44:18.961Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:44:18.961Z] [java] [2022-04-17T15:44:18.961Z] [java] [2022-04-17T15:44:18.961Z] [java] ----------------------------------------- [2022-04-17T15:44:18.961Z] [java] - jsp-attribute-name-with-colon-or-dot: PASS - [2022-04-17T15:44:18.961Z] [java] ----------------------------------------- [2022-04-17T15:44:18.961Z] [java] - Total PASS : 1 - [2022-04-17T15:44:18.961Z] [java] - Total FAIL : 0 - [2022-04-17T15:44:18.961Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:44:18.961Z] [java] ----------------------------------------- [2022-04-17T15:44:18.961Z] [2022-04-17T15:44:18.961Z] undeploy: [2022-04-17T15:44:18.961Z] [2022-04-17T15:44:18.961Z] setOSConditions: [2022-04-17T15:44:18.961Z] [2022-04-17T15:44:18.961Z] setToolWin: [2022-04-17T15:44:18.961Z] [2022-04-17T15:44:18.961Z] setToolUnix: [2022-04-17T15:44:18.961Z] [2022-04-17T15:44:18.961Z] setToolProperty: [2022-04-17T15:44:18.961Z] [2022-04-17T15:44:18.961Z] setS1ASclassPath: [2022-04-17T15:44:18.961Z] [2022-04-17T15:44:18.961Z] init-common: [2022-04-17T15:44:18.961Z] [2022-04-17T15:44:18.961Z] undeploy-war-common: [2022-04-17T15:44:19.217Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] all: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setOSConditions: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setToolWin: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setToolUnix: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setToolProperty: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setS1ASclassPath: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] init-common: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] clean: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setOSConditions: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setToolWin: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setToolUnix: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setToolProperty: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setS1ASclassPath: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] init-common: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] clean-common: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setOSConditions: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setToolWin: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setToolUnix: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setToolProperty: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] setS1ASclassPath: [2022-04-17T15:44:19.217Z] [2022-04-17T15:44:19.217Z] init-common: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] clean-classes-common: [2022-04-17T15:44:19.473Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setOSConditions: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setToolWin: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setToolUnix: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setToolProperty: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setS1ASclassPath: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] init-common: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] clean-jars-common: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] compile: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setOSConditions: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setToolWin: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setToolUnix: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setToolProperty: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setS1ASclassPath: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] init-common: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] compile-common: [2022-04-17T15:44:19.473Z] [echo] Current time (ISO): 2022-04-17T15:44:19.245+0000 [2022-04-17T15:44:19.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:19.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntax/servlet [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] build: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setOSConditions: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setToolWin: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setToolUnix: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setToolProperty: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] setS1ASclassPath: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] init-common: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] webclient-war-common: [2022-04-17T15:44:19.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] clear: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] test-tlds-exist: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] copy-tlds: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] test-tagfiles-exist: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] copy-tagfiles: [2022-04-17T15:44:19.473Z] [2022-04-17T15:44:19.473Z] package-war-common: [2022-04-17T15:44:19.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:44:19.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:19.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:19.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:19.473Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntax/lib [2022-04-17T15:44:19.473Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:19.474Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-web.war [2022-04-17T15:44:19.474Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:19.474Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:19.474Z] [javac] Compiling 1 source file [2022-04-17T15:44:19.474Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntax/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:44:19.474Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:44:19.474Z] [2022-04-17T15:44:19.474Z] deploy: [2022-04-17T15:44:19.474Z] [2022-04-17T15:44:19.474Z] deploy-war-common: [2022-04-17T15:44:19.474Z] [2022-04-17T15:44:19.474Z] setOSConditions: [2022-04-17T15:44:19.474Z] [2022-04-17T15:44:19.474Z] setToolWin: [2022-04-17T15:44:19.474Z] [2022-04-17T15:44:19.474Z] setToolUnix: [2022-04-17T15:44:19.474Z] [2022-04-17T15:44:19.474Z] setToolProperty: [2022-04-17T15:44:19.474Z] [2022-04-17T15:44:19.474Z] setS1ASclassPath: [2022-04-17T15:44:19.474Z] [2022-04-17T15:44:19.474Z] init-common: [2022-04-17T15:44:19.474Z] [2022-04-17T15:44:19.474Z] deploy-war-commonpe: [2022-04-17T15:44:20.045Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-web.war [2022-04-17T15:44:20.974Z] [exec] Application deployed with name web-jsp-bom-in-classic-syntax-web. [2022-04-17T15:44:20.974Z] [2022-04-17T15:44:20.974Z] deploy-war-commonee: [2022-04-17T15:44:20.974Z] [2022-04-17T15:44:20.974Z] run: [2022-04-17T15:44:21.239Z] [java] Connecting to: http://localhost:45711/web-jsp-bom-in-classic-syntax/UTF-16BE.jsp [2022-04-17T15:44:21.239Z] [java] Connecting to: http://localhost:45711/web-jsp-bom-in-classic-syntax/UTF-16LE.jsp [2022-04-17T15:44:21.239Z] [java] Connecting to: http://localhost:45711/web-jsp-bom-in-classic-syntax/UTF-8.jsp [2022-04-17T15:44:21.239Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:44:21.239Z] [java] [2022-04-17T15:44:21.239Z] [java] [2022-04-17T15:44:21.239Z] [java] ----------------------------------------- [2022-04-17T15:44:21.239Z] [java] - jsp-bom-in-classic-syntax: PASS - [2022-04-17T15:44:21.239Z] [java] ----------------------------------------- [2022-04-17T15:44:21.239Z] [java] - Total PASS : 1 - [2022-04-17T15:44:21.239Z] [java] - Total FAIL : 0 - [2022-04-17T15:44:21.239Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:44:21.239Z] [java] ----------------------------------------- [2022-04-17T15:44:21.239Z] [2022-04-17T15:44:21.239Z] undeploy: [2022-04-17T15:44:21.239Z] [2022-04-17T15:44:21.239Z] setOSConditions: [2022-04-17T15:44:21.239Z] [2022-04-17T15:44:21.239Z] setToolWin: [2022-04-17T15:44:21.239Z] [2022-04-17T15:44:21.239Z] setToolUnix: [2022-04-17T15:44:21.239Z] [2022-04-17T15:44:21.239Z] setToolProperty: [2022-04-17T15:44:21.239Z] [2022-04-17T15:44:21.239Z] setS1ASclassPath: [2022-04-17T15:44:21.239Z] [2022-04-17T15:44:21.239Z] init-common: [2022-04-17T15:44:21.239Z] [2022-04-17T15:44:21.239Z] undeploy-war-common: [2022-04-17T15:44:21.495Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:44:21.751Z] [2022-04-17T15:44:21.752Z] all: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setOSConditions: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolWin: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolUnix: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolProperty: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setS1ASclassPath: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] init-common: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] clean: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setOSConditions: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolWin: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolUnix: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolProperty: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setS1ASclassPath: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] init-common: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] clean-common: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setOSConditions: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolWin: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolUnix: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolProperty: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setS1ASclassPath: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] init-common: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] clean-classes-common: [2022-04-17T15:44:21.752Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setOSConditions: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolWin: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolUnix: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolProperty: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setS1ASclassPath: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] init-common: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] clean-jars-common: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] compile: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setOSConditions: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolWin: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolUnix: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolProperty: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setS1ASclassPath: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] init-common: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] compile-common: [2022-04-17T15:44:21.752Z] [echo] Current time (ISO): 2022-04-17T15:44:21.559+0000 [2022-04-17T15:44:21.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:21.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchJspConfig/servlet [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] build: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setOSConditions: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolWin: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolUnix: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolProperty: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setS1ASclassPath: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] init-common: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] webclient-war-common: [2022-04-17T15:44:21.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] clear: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] test-tlds-exist: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] copy-tlds: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] test-tagfiles-exist: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] copy-tagfiles: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] package-war-common: [2022-04-17T15:44:21.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:44:21.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:21.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:21.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:21.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchJspConfig/lib [2022-04-17T15:44:21.752Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:21.752Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig-web.war [2022-04-17T15:44:21.752Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:21.752Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:21.752Z] [javac] Compiling 1 source file [2022-04-17T15:44:21.752Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchJspConfig/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:44:21.752Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] deploy: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] deploy-war-common: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setOSConditions: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolWin: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolUnix: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setToolProperty: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] setS1ASclassPath: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] init-common: [2022-04-17T15:44:21.752Z] [2022-04-17T15:44:21.752Z] deploy-war-commonpe: [2022-04-17T15:44:22.341Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig-web.war [2022-04-17T15:44:22.341Z] [exec] Application deployed with name web-jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig-web. [2022-04-17T15:44:22.341Z] [2022-04-17T15:44:22.341Z] deploy-war-commonee: [2022-04-17T15:44:22.341Z] [2022-04-17T15:44:22.341Z] run: [2022-04-17T15:44:22.597Z] [java] Connecting to: http://localhost:45711/web-jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig/UTF-16BE.jsp [2022-04-17T15:44:22.597Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:44:22.597Z] [java] [2022-04-17T15:44:22.597Z] [java] [2022-04-17T15:44:22.597Z] [java] ----------------------------------------- [2022-04-17T15:44:22.597Z] [java] - jsp-bom-in-classic-syntax-encoding-mismatch-jspconfig: PASS - [2022-04-17T15:44:22.597Z] [java] ----------------------------------------- [2022-04-17T15:44:22.597Z] [java] - Total PASS : 1 - [2022-04-17T15:44:22.597Z] [java] - Total FAIL : 0 - [2022-04-17T15:44:22.597Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:44:22.597Z] [java] ----------------------------------------- [2022-04-17T15:44:22.597Z] [2022-04-17T15:44:22.597Z] undeploy: [2022-04-17T15:44:22.597Z] [2022-04-17T15:44:22.597Z] setOSConditions: [2022-04-17T15:44:22.597Z] [2022-04-17T15:44:22.597Z] setToolWin: [2022-04-17T15:44:22.597Z] [2022-04-17T15:44:22.597Z] setToolUnix: [2022-04-17T15:44:22.597Z] [2022-04-17T15:44:22.597Z] setToolProperty: [2022-04-17T15:44:22.597Z] [2022-04-17T15:44:22.597Z] setS1ASclassPath: [2022-04-17T15:44:22.597Z] [2022-04-17T15:44:22.597Z] init-common: [2022-04-17T15:44:22.597Z] [2022-04-17T15:44:22.597Z] undeploy-war-common: [2022-04-17T15:44:22.853Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] all: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setOSConditions: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolWin: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolUnix: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolProperty: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setS1ASclassPath: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] init-common: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] clean: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setOSConditions: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolWin: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolUnix: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolProperty: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setS1ASclassPath: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] init-common: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] clean-common: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setOSConditions: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolWin: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolUnix: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolProperty: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setS1ASclassPath: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] init-common: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] clean-classes-common: [2022-04-17T15:44:23.139Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setOSConditions: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolWin: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolUnix: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolProperty: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setS1ASclassPath: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] init-common: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] clean-jars-common: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] compile: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setOSConditions: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolWin: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolUnix: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolProperty: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setS1ASclassPath: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] init-common: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] compile-common: [2022-04-17T15:44:23.139Z] [echo] Current time (ISO): 2022-04-17T15:44:23.008+0000 [2022-04-17T15:44:23.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:23.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchPageDir/servlet [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] build: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setOSConditions: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolWin: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolUnix: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolProperty: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setS1ASclassPath: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] init-common: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] webclient-war-common: [2022-04-17T15:44:23.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] clear: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] test-tlds-exist: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] copy-tlds: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] test-tagfiles-exist: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] copy-tagfiles: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] package-war-common: [2022-04-17T15:44:23.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:44:23.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:23.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:23.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:23.139Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchPageDir/lib [2022-04-17T15:44:23.139Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:23.139Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-encoding-mismatch-pagedir-web.war [2022-04-17T15:44:23.139Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:23.139Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:23.139Z] [javac] Compiling 1 source file [2022-04-17T15:44:23.139Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchPageDir/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:44:23.139Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] deploy: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] deploy-war-common: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setOSConditions: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolWin: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolUnix: [2022-04-17T15:44:23.139Z] [2022-04-17T15:44:23.139Z] setToolProperty: [2022-04-17T15:44:23.140Z] [2022-04-17T15:44:23.140Z] setS1ASclassPath: [2022-04-17T15:44:23.140Z] [2022-04-17T15:44:23.140Z] init-common: [2022-04-17T15:44:23.140Z] [2022-04-17T15:44:23.140Z] deploy-war-commonpe: [2022-04-17T15:44:23.702Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-bom-in-classic-syntax-encoding-mismatch-pagedir-web.war [2022-04-17T15:44:23.702Z] [exec] Application deployed with name web-jsp-bom-in-classic-syntax-encoding-mismatch-pagedir-web. [2022-04-17T15:44:23.958Z] [2022-04-17T15:44:23.958Z] deploy-war-commonee: [2022-04-17T15:44:23.958Z] [2022-04-17T15:44:23.958Z] run: [2022-04-17T15:44:23.958Z] [java] Connecting to: http://localhost:45711/web-jsp-bom-in-classic-syntax-encoding-mismatch-pagedir/encodingMismatch.jsp [2022-04-17T15:44:23.958Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:44:23.958Z] [java] [2022-04-17T15:44:23.958Z] [java] [2022-04-17T15:44:23.958Z] [java] ----------------------------------------- [2022-04-17T15:44:23.958Z] [java] - jsp-bom-in-classic-syntax-encoding-mismatch-pagedir: PASS - [2022-04-17T15:44:23.958Z] [java] ----------------------------------------- [2022-04-17T15:44:23.958Z] [java] - Total PASS : 1 - [2022-04-17T15:44:23.958Z] [java] - Total FAIL : 0 - [2022-04-17T15:44:23.958Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:44:23.958Z] [java] ----------------------------------------- [2022-04-17T15:44:23.958Z] [2022-04-17T15:44:23.958Z] undeploy: [2022-04-17T15:44:23.958Z] [2022-04-17T15:44:23.958Z] setOSConditions: [2022-04-17T15:44:23.958Z] [2022-04-17T15:44:23.958Z] setToolWin: [2022-04-17T15:44:23.958Z] [2022-04-17T15:44:23.958Z] setToolUnix: [2022-04-17T15:44:23.958Z] [2022-04-17T15:44:23.958Z] setToolProperty: [2022-04-17T15:44:23.958Z] [2022-04-17T15:44:23.958Z] setS1ASclassPath: [2022-04-17T15:44:23.958Z] [2022-04-17T15:44:23.959Z] init-common: [2022-04-17T15:44:23.959Z] [2022-04-17T15:44:23.959Z] undeploy-war-common: [2022-04-17T15:44:24.541Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] all: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setOSConditions: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolWin: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolUnix: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolProperty: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setS1ASclassPath: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] init-common: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] clean: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setOSConditions: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolWin: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolUnix: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolProperty: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setS1ASclassPath: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] init-common: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] clean-common: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setOSConditions: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolWin: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolUnix: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolProperty: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setS1ASclassPath: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] init-common: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] clean-classes-common: [2022-04-17T15:44:24.541Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setOSConditions: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolWin: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolUnix: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolProperty: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setS1ASclassPath: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] init-common: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] clean-jars-common: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] compile: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setOSConditions: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolWin: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolUnix: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolProperty: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setS1ASclassPath: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] init-common: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] compile-common: [2022-04-17T15:44:24.541Z] [echo] Current time (ISO): 2022-04-17T15:44:24.413+0000 [2022-04-17T15:44:24.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:24.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCacheTaglibPrecompile/servlet [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] build: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setOSConditions: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolWin: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolUnix: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setToolProperty: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] setS1ASclassPath: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] init-common: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] webclient-war-common: [2022-04-17T15:44:24.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] clear: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] test-tlds-exist: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] copy-tlds: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] test-tagfiles-exist: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] copy-tagfiles: [2022-04-17T15:44:24.541Z] [2022-04-17T15:44:24.541Z] package-war-common: [2022-04-17T15:44:24.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:44:24.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:24.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:24.541Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:24.542Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:24.542Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:24.542Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-cache-taglib-precompile-web.war [2022-04-17T15:44:24.542Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:24.542Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:24.542Z] [javac] Compiling 1 source file [2022-04-17T15:44:24.542Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCacheTaglibPrecompile/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:44:24.542Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:44:24.542Z] [2022-04-17T15:44:24.542Z] deploy: [2022-04-17T15:44:24.542Z] [2022-04-17T15:44:24.542Z] deploy-war-common: [2022-04-17T15:44:24.542Z] [2022-04-17T15:44:24.542Z] setOSConditions: [2022-04-17T15:44:24.542Z] [2022-04-17T15:44:24.542Z] setToolWin: [2022-04-17T15:44:24.542Z] [2022-04-17T15:44:24.542Z] setToolUnix: [2022-04-17T15:44:24.542Z] [2022-04-17T15:44:24.542Z] setToolProperty: [2022-04-17T15:44:24.542Z] [2022-04-17T15:44:24.542Z] setS1ASclassPath: [2022-04-17T15:44:24.542Z] [2022-04-17T15:44:24.542Z] init-common: [2022-04-17T15:44:24.542Z] [2022-04-17T15:44:24.542Z] deploy-war-commonpe: [2022-04-17T15:44:25.104Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-cache-taglib-precompile-web.war [2022-04-17T15:44:26.031Z] [exec] Application deployed with name web-jsp-cache-taglib-precompile-web. [2022-04-17T15:44:26.031Z] [2022-04-17T15:44:26.031Z] deploy-war-commonee: [2022-04-17T15:44:26.031Z] [2022-04-17T15:44:26.031Z] run: [2022-04-17T15:44:26.032Z] [java] Connecting to: http://localhost:45711/web-jsp-cache-taglib-precompile/jsp/caching/basicCache.jsp [2022-04-17T15:44:26.032Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:44:26.032Z] [java] [2022-04-17T15:44:26.032Z] [java] [2022-04-17T15:44:26.032Z] [java] ----------------------------------------- [2022-04-17T15:44:26.032Z] [java] - jsp-cache-taglib-precompile: PASS - [2022-04-17T15:44:26.032Z] [java] ----------------------------------------- [2022-04-17T15:44:26.032Z] [java] - Total PASS : 1 - [2022-04-17T15:44:26.032Z] [java] - Total FAIL : 0 - [2022-04-17T15:44:26.032Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:44:26.032Z] [java] ----------------------------------------- [2022-04-17T15:44:26.032Z] [2022-04-17T15:44:26.032Z] undeploy: [2022-04-17T15:44:26.032Z] [2022-04-17T15:44:26.032Z] setOSConditions: [2022-04-17T15:44:26.032Z] [2022-04-17T15:44:26.032Z] setToolWin: [2022-04-17T15:44:26.032Z] [2022-04-17T15:44:26.032Z] setToolUnix: [2022-04-17T15:44:26.032Z] [2022-04-17T15:44:26.032Z] setToolProperty: [2022-04-17T15:44:26.032Z] [2022-04-17T15:44:26.032Z] setS1ASclassPath: [2022-04-17T15:44:26.032Z] [2022-04-17T15:44:26.032Z] init-common: [2022-04-17T15:44:26.032Z] [2022-04-17T15:44:26.032Z] undeploy-war-common: [2022-04-17T15:44:26.292Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:44:26.292Z] [2022-04-17T15:44:26.292Z] all: [2022-04-17T15:44:26.292Z] [2022-04-17T15:44:26.292Z] setOSConditions: [2022-04-17T15:44:26.292Z] [2022-04-17T15:44:26.292Z] setToolWin: [2022-04-17T15:44:26.292Z] [2022-04-17T15:44:26.292Z] setToolUnix: [2022-04-17T15:44:26.292Z] [2022-04-17T15:44:26.292Z] setToolProperty: [2022-04-17T15:44:26.292Z] [2022-04-17T15:44:26.292Z] setS1ASclassPath: [2022-04-17T15:44:26.292Z] [2022-04-17T15:44:26.292Z] init-common: [2022-04-17T15:44:26.292Z] [2022-04-17T15:44:26.292Z] setup: [2022-04-17T15:44:26.548Z] [2022-04-17T15:44:26.548Z] asadmin-common-ignore-fail: [2022-04-17T15:44:26.548Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:26.836Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:26.836Z] [exec] server.web-container.jsp-caching-enabled=true [2022-04-17T15:44:26.836Z] [2022-04-17T15:44:26.836Z] restart-server-instance-common: [2022-04-17T15:44:26.836Z] [2022-04-17T15:44:26.836Z] setOSConditions: [2022-04-17T15:44:26.836Z] [2022-04-17T15:44:26.836Z] setToolWin: [2022-04-17T15:44:26.836Z] [2022-04-17T15:44:26.836Z] setToolUnix: [2022-04-17T15:44:26.836Z] [2022-04-17T15:44:26.836Z] setToolProperty: [2022-04-17T15:44:26.836Z] [2022-04-17T15:44:26.836Z] setS1ASclassPath: [2022-04-17T15:44:26.836Z] [2022-04-17T15:44:26.836Z] init-common: [2022-04-17T15:44:26.836Z] [2022-04-17T15:44:26.836Z] stopDomain: [2022-04-17T15:44:26.836Z] [echo] run.xml:stopping domain... [2022-04-17T15:44:28.204Z] [exec] Waiting for the domain to stop . [2022-04-17T15:44:28.204Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:44:33.455Z] [2022-04-17T15:44:33.455Z] setOSConditions: [2022-04-17T15:44:33.455Z] [2022-04-17T15:44:33.455Z] setToolWin: [2022-04-17T15:44:33.455Z] [2022-04-17T15:44:33.455Z] setToolUnix: [2022-04-17T15:44:33.455Z] [2022-04-17T15:44:33.455Z] setToolProperty: [2022-04-17T15:44:33.455Z] [2022-04-17T15:44:33.455Z] setS1ASclassPath: [2022-04-17T15:44:33.455Z] [2022-04-17T15:44:33.455Z] init-common: [2022-04-17T15:44:33.455Z] [2022-04-17T15:44:33.455Z] startDomainUnix: [2022-04-17T15:44:33.455Z] [echo] Starting DAS [2022-04-17T15:44:37.640Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:44:37.640Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:44:37.640Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:44:37.640Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:44:37.640Z] [exec] Admin Port: 45707 [2022-04-17T15:44:37.640Z] [exec] Command start-domain executed successfully. [2022-04-17T15:44:37.640Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:44:37.640Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] dumpThreadStack: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] startDomainWindows: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] startDomain: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] clean: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setOSConditions: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolWin: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolUnix: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolProperty: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setS1ASclassPath: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] init-common: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] clean-common: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setOSConditions: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolWin: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolUnix: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolProperty: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setS1ASclassPath: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] init-common: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] clean-classes-common: [2022-04-17T15:44:37.640Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setOSConditions: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolWin: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolUnix: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolProperty: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setS1ASclassPath: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] init-common: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] clean-jars-common: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] compile: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setOSConditions: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolWin: [2022-04-17T15:44:37.640Z] [2022-04-17T15:44:37.640Z] setToolUnix: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] setToolProperty: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] setS1ASclassPath: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] init-common: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] compile-common: [2022-04-17T15:44:37.641Z] [echo] Current time (ISO): 2022-04-17T15:44:37.546+0000 [2022-04-17T15:44:37.641Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:37.641Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCachingInstanceLevel/servlet [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] build: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] setOSConditions: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] setToolWin: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] setToolUnix: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] setToolProperty: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] setS1ASclassPath: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] init-common: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] webclient-war-common: [2022-04-17T15:44:37.641Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] clear: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] test-tlds-exist: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] copy-tlds: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] test-tagfiles-exist: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] copy-tagfiles: [2022-04-17T15:44:37.641Z] [2022-04-17T15:44:37.641Z] package-war-common: [2022-04-17T15:44:37.641Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:44:37.641Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:37.641Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:37.641Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:37.641Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCachingInstanceLevel/lib [2022-04-17T15:44:37.641Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:37.641Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-caching-instance-level-web.war [2022-04-17T15:44:37.641Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:37.641Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:37.641Z] [javac] Compiling 1 source file [2022-04-17T15:44:37.897Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCachingInstanceLevel/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:44:37.897Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:44:37.897Z] [2022-04-17T15:44:37.897Z] deploy: [2022-04-17T15:44:37.897Z] [2022-04-17T15:44:37.897Z] deploy-war-common: [2022-04-17T15:44:37.897Z] [2022-04-17T15:44:37.897Z] setOSConditions: [2022-04-17T15:44:37.897Z] [2022-04-17T15:44:37.897Z] setToolWin: [2022-04-17T15:44:37.897Z] [2022-04-17T15:44:37.897Z] setToolUnix: [2022-04-17T15:44:37.897Z] [2022-04-17T15:44:37.897Z] setToolProperty: [2022-04-17T15:44:37.897Z] [2022-04-17T15:44:37.897Z] setS1ASclassPath: [2022-04-17T15:44:37.897Z] [2022-04-17T15:44:37.897Z] init-common: [2022-04-17T15:44:37.897Z] [2022-04-17T15:44:37.897Z] deploy-war-commonpe: [2022-04-17T15:44:38.154Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-caching-instance-level-web.war [2022-04-17T15:44:41.442Z] [exec] Application deployed with name web-jsp-caching-instance-level-web. [2022-04-17T15:44:41.442Z] [2022-04-17T15:44:41.442Z] deploy-war-commonee: [2022-04-17T15:44:41.442Z] [2022-04-17T15:44:41.442Z] run: [2022-04-17T15:44:41.442Z] [java] Connecting to: http://localhost:45711/web-jsp-caching-instance-level/jsp/caching/basicCache.jsp [2022-04-17T15:44:42.438Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:44:42.438Z] [java] [2022-04-17T15:44:42.438Z] [java] [2022-04-17T15:44:42.438Z] [java] ----------------------------------------- [2022-04-17T15:44:42.438Z] [java] - jsp-caching-instance-level: PASS - [2022-04-17T15:44:42.438Z] [java] ----------------------------------------- [2022-04-17T15:44:42.438Z] [java] - Total PASS : 1 - [2022-04-17T15:44:42.438Z] [java] - Total FAIL : 0 - [2022-04-17T15:44:42.438Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:44:42.438Z] [java] ----------------------------------------- [2022-04-17T15:44:42.438Z] [2022-04-17T15:44:42.438Z] undeploy: [2022-04-17T15:44:42.438Z] [2022-04-17T15:44:42.438Z] setOSConditions: [2022-04-17T15:44:42.438Z] [2022-04-17T15:44:42.438Z] setToolWin: [2022-04-17T15:44:42.438Z] [2022-04-17T15:44:42.438Z] setToolUnix: [2022-04-17T15:44:42.438Z] [2022-04-17T15:44:42.438Z] setToolProperty: [2022-04-17T15:44:42.438Z] [2022-04-17T15:44:42.438Z] setS1ASclassPath: [2022-04-17T15:44:42.438Z] [2022-04-17T15:44:42.438Z] init-common: [2022-04-17T15:44:42.438Z] [2022-04-17T15:44:42.438Z] undeploy-war-common: [2022-04-17T15:44:42.695Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:44:42.951Z] [2022-04-17T15:44:42.951Z] restore: [2022-04-17T15:44:42.951Z] [2022-04-17T15:44:42.951Z] asadmin-common-ignore-fail: [2022-04-17T15:44:42.951Z] [echo] asadmin set --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:43.541Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:43.541Z] [exec] server.web-container.jsp-caching-enabled=false [2022-04-17T15:44:43.541Z] [2022-04-17T15:44:43.541Z] restart-server-instance-common: [2022-04-17T15:44:43.541Z] [2022-04-17T15:44:43.541Z] setOSConditions: [2022-04-17T15:44:43.541Z] [2022-04-17T15:44:43.541Z] setToolWin: [2022-04-17T15:44:43.541Z] [2022-04-17T15:44:43.541Z] setToolUnix: [2022-04-17T15:44:43.541Z] [2022-04-17T15:44:43.541Z] setToolProperty: [2022-04-17T15:44:43.541Z] [2022-04-17T15:44:43.541Z] setS1ASclassPath: [2022-04-17T15:44:43.541Z] [2022-04-17T15:44:43.541Z] init-common: [2022-04-17T15:44:43.541Z] [2022-04-17T15:44:43.541Z] stopDomain: [2022-04-17T15:44:43.541Z] [echo] run.xml:stopping domain... [2022-04-17T15:44:44.946Z] [exec] Waiting for the domain to stop . [2022-04-17T15:44:44.946Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:44:50.202Z] [2022-04-17T15:44:50.202Z] setOSConditions: [2022-04-17T15:44:50.202Z] [2022-04-17T15:44:50.202Z] setToolWin: [2022-04-17T15:44:50.202Z] [2022-04-17T15:44:50.202Z] setToolUnix: [2022-04-17T15:44:50.202Z] [2022-04-17T15:44:50.202Z] setToolProperty: [2022-04-17T15:44:50.202Z] [2022-04-17T15:44:50.202Z] setS1ASclassPath: [2022-04-17T15:44:50.202Z] [2022-04-17T15:44:50.202Z] init-common: [2022-04-17T15:44:50.202Z] [2022-04-17T15:44:50.202Z] startDomainUnix: [2022-04-17T15:44:50.202Z] [echo] Starting DAS [2022-04-17T15:44:53.540Z] [exec] Waiting for domain1 to start ... [2022-04-17T15:44:53.540Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:44:53.540Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:44:53.540Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:44:53.540Z] [exec] Admin Port: 45707 [2022-04-17T15:44:53.540Z] [exec] Command start-domain executed successfully. [2022-04-17T15:44:53.796Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:44:54.052Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] dumpThreadStack: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] startDomainWindows: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] startDomain: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] all: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] setOSConditions: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] setToolWin: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] setToolUnix: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] setToolProperty: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] setS1ASclassPath: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] init-common: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] clean: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] setOSConditions: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] setToolWin: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] setToolUnix: [2022-04-17T15:44:54.052Z] [2022-04-17T15:44:54.052Z] setToolProperty: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setS1ASclassPath: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] init-common: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] clean-common: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setOSConditions: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setToolWin: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setToolUnix: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setToolProperty: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setS1ASclassPath: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] init-common: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] clean-classes-common: [2022-04-17T15:44:54.053Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setOSConditions: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setToolWin: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setToolUnix: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setToolProperty: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setS1ASclassPath: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] init-common: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] clean-jars-common: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] compile: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setOSConditions: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setToolWin: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setToolUnix: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setToolProperty: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] setS1ASclassPath: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] init-common: [2022-04-17T15:44:54.053Z] [2022-04-17T15:44:54.053Z] compile-common: [2022-04-17T15:44:54.053Z] [echo] Current time (ISO): 2022-04-17T15:44:53.874+0000 [2022-04-17T15:44:54.053Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:54.053Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:44:55.419Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:44:55.419Z] [javac] 1 warning [2022-04-17T15:44:55.419Z] [2022-04-17T15:44:55.419Z] build: [2022-04-17T15:44:55.419Z] [2022-04-17T15:44:55.419Z] setOSConditions: [2022-04-17T15:44:55.419Z] [2022-04-17T15:44:55.419Z] setToolWin: [2022-04-17T15:44:55.419Z] [2022-04-17T15:44:55.419Z] setToolUnix: [2022-04-17T15:44:55.419Z] [2022-04-17T15:44:55.419Z] setToolProperty: [2022-04-17T15:44:55.419Z] [2022-04-17T15:44:55.419Z] setS1ASclassPath: [2022-04-17T15:44:55.419Z] [2022-04-17T15:44:55.419Z] init-common: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] webclient-war-common: [2022-04-17T15:44:55.676Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] clear: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] test-tlds-exist: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] copy-tlds: [2022-04-17T15:44:55.676Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:44:55.676Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] test-tagfiles-exist: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] copy-tagfiles: [2022-04-17T15:44:55.676Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags [2022-04-17T15:44:55.676Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] package-war-common: [2022-04-17T15:44:55.676Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:55.676Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:44:55.676Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCallingELFuctionFromTagfileWithinSameTaglibInfiniteRecursion/lib [2022-04-17T15:44:55.676Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:55.676Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:44:55.676Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:55.676Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:44:55.676Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:44:55.676Z] [javac] Compiling 1 source file [2022-04-17T15:44:55.676Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCallingELFuctionFromTagfileWithinSameTaglibInfiniteRecursion/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:44:55.676Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] deploy: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] deploy-war-common: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] setOSConditions: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] setToolWin: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] setToolUnix: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] setToolProperty: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] setS1ASclassPath: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] init-common: [2022-04-17T15:44:55.676Z] [2022-04-17T15:44:55.676Z] deploy-war-commonpe: [2022-04-17T15:44:55.938Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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 [2022-04-17T15:44:59.302Z] [exec] Application deployed with name web-jsp-calling-el-fuction-from-tagfile-within-same-taglib-infinite-recursion-web. [2022-04-17T15:44:59.302Z] [2022-04-17T15:44:59.302Z] deploy-war-commonee: [2022-04-17T15:44:59.302Z] [2022-04-17T15:44:59.302Z] run: [2022-04-17T15:44:59.302Z] [java] Connecting to: http://localhost:45711/web-jsp-calling-el-fuction-from-tagfile-within-same-taglib-infinite-recursion/jsp/test.jspx [2022-04-17T15:45:01.202Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:45:01.202Z] [java] [2022-04-17T15:45:01.202Z] [java] [2022-04-17T15:45:01.202Z] [java] ----------------------------------------- [2022-04-17T15:45:01.202Z] [java] - jsp-calling-el-fuction-from-tagfile-within-same-taglib-infinite-recursion: PASS - [2022-04-17T15:45:01.202Z] [java] ----------------------------------------- [2022-04-17T15:45:01.202Z] [java] - Total PASS : 1 - [2022-04-17T15:45:01.202Z] [java] - Total FAIL : 0 - [2022-04-17T15:45:01.202Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:45:01.202Z] [java] ----------------------------------------- [2022-04-17T15:45:01.202Z] [2022-04-17T15:45:01.202Z] undeploy: [2022-04-17T15:45:01.202Z] [2022-04-17T15:45:01.202Z] setOSConditions: [2022-04-17T15:45:01.202Z] [2022-04-17T15:45:01.202Z] setToolWin: [2022-04-17T15:45:01.202Z] [2022-04-17T15:45:01.202Z] setToolUnix: [2022-04-17T15:45:01.202Z] [2022-04-17T15:45:01.202Z] setToolProperty: [2022-04-17T15:45:01.202Z] [2022-04-17T15:45:01.202Z] setS1ASclassPath: [2022-04-17T15:45:01.202Z] [2022-04-17T15:45:01.202Z] init-common: [2022-04-17T15:45:01.202Z] [2022-04-17T15:45:01.202Z] undeploy-war-common: [2022-04-17T15:45:01.459Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] all: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setOSConditions: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolWin: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolUnix: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolProperty: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setS1ASclassPath: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] init-common: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] clean: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setOSConditions: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolWin: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolUnix: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolProperty: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setS1ASclassPath: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] init-common: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] clean-common: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setOSConditions: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolWin: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolUnix: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolProperty: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setS1ASclassPath: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] init-common: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] clean-classes-common: [2022-04-17T15:45:01.459Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setOSConditions: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolWin: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolUnix: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolProperty: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setS1ASclassPath: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] init-common: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] clean-jars-common: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] compile: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setOSConditions: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolWin: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolUnix: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolProperty: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setS1ASclassPath: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] init-common: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] compile-common: [2022-04-17T15:45:01.459Z] [echo] Current time (ISO): 2022-04-17T15:45:01.450+0000 [2022-04-17T15:45:01.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:45:01.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective/servlet [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] build: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setOSConditions: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolWin: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolUnix: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setToolProperty: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] setS1ASclassPath: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] init-common: [2022-04-17T15:45:01.459Z] [2022-04-17T15:45:01.459Z] webclient-war-common: [2022-04-17T15:45:01.459Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] clear: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] test-tlds-exist: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] copy-tlds: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] test-tagfiles-exist: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] copy-tagfiles: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] package-war-common: [2022-04-17T15:45:01.739Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:45:01.739Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:01.739Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:45:01.739Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:45:01.739Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective/lib [2022-04-17T15:45:01.739Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:01.739Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-commented-out-page-directive-web.war [2022-04-17T15:45:01.739Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:01.739Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:45:01.739Z] [javac] Compiling 1 source file [2022-04-17T15:45:01.739Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:45:01.739Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] deploy: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] deploy-war-common: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] setOSConditions: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] setToolWin: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] setToolUnix: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] setToolProperty: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] setS1ASclassPath: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] init-common: [2022-04-17T15:45:01.739Z] [2022-04-17T15:45:01.739Z] deploy-war-commonpe: [2022-04-17T15:45:01.995Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-commented-out-page-directive-web.war [2022-04-17T15:45:02.923Z] [exec] Application deployed with name web-jsp-commented-out-page-directive-web. [2022-04-17T15:45:02.923Z] [2022-04-17T15:45:02.923Z] deploy-war-commonee: [2022-04-17T15:45:02.923Z] [2022-04-17T15:45:02.923Z] run: [2022-04-17T15:45:03.179Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:45:03.179Z] [java] [2022-04-17T15:45:03.179Z] [java] [2022-04-17T15:45:03.179Z] [java] ----------------------------------------- [2022-04-17T15:45:03.179Z] [java] - jsp-commented-out-page-directive: PASS - [2022-04-17T15:45:03.179Z] [java] ----------------------------------------- [2022-04-17T15:45:03.179Z] [java] - Total PASS : 1 - [2022-04-17T15:45:03.179Z] [java] - Total FAIL : 0 - [2022-04-17T15:45:03.179Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:45:03.179Z] [java] ----------------------------------------- [2022-04-17T15:45:03.179Z] [2022-04-17T15:45:03.179Z] undeploy: [2022-04-17T15:45:03.179Z] [2022-04-17T15:45:03.179Z] setOSConditions: [2022-04-17T15:45:03.179Z] [2022-04-17T15:45:03.179Z] setToolWin: [2022-04-17T15:45:03.179Z] [2022-04-17T15:45:03.179Z] setToolUnix: [2022-04-17T15:45:03.179Z] [2022-04-17T15:45:03.179Z] setToolProperty: [2022-04-17T15:45:03.179Z] [2022-04-17T15:45:03.179Z] setS1ASclassPath: [2022-04-17T15:45:03.179Z] [2022-04-17T15:45:03.179Z] init-common: [2022-04-17T15:45:03.179Z] [2022-04-17T15:45:03.179Z] undeploy-war-common: [2022-04-17T15:45:03.436Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] all: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setOSConditions: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolWin: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolUnix: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolProperty: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setS1ASclassPath: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] init-common: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] clean: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setOSConditions: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolWin: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolUnix: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolProperty: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setS1ASclassPath: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] init-common: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] clean-common: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setOSConditions: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolWin: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolUnix: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolProperty: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setS1ASclassPath: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] init-common: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] clean-classes-common: [2022-04-17T15:45:03.436Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setOSConditions: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolWin: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolUnix: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolProperty: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setS1ASclassPath: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] init-common: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] clean-jars-common: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] compile: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setOSConditions: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolWin: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolUnix: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolProperty: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setS1ASclassPath: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] init-common: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] compile-common: [2022-04-17T15:45:03.436Z] [echo] Current time (ISO): 2022-04-17T15:45:03.406+0000 [2022-04-17T15:45:03.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:45:03.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective1/servlet [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] build: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setOSConditions: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolWin: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolUnix: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setToolProperty: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] setS1ASclassPath: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] init-common: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] webclient-war-common: [2022-04-17T15:45:03.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] clear: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] test-tlds-exist: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] copy-tlds: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] test-tagfiles-exist: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] copy-tagfiles: [2022-04-17T15:45:03.436Z] [2022-04-17T15:45:03.436Z] package-war-common: [2022-04-17T15:45:03.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:45:03.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:03.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:45:03.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:45:03.436Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective1/lib [2022-04-17T15:45:03.436Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:03.436Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-commented-out-page-directive-web.war [2022-04-17T15:45:03.436Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:03.436Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:45:03.436Z] [javac] Compiling 1 source file [2022-04-17T15:45:03.693Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective1/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:45:03.693Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:45:03.693Z] [2022-04-17T15:45:03.693Z] deploy: [2022-04-17T15:45:03.693Z] [2022-04-17T15:45:03.693Z] deploy-war-common: [2022-04-17T15:45:03.693Z] [2022-04-17T15:45:03.693Z] setOSConditions: [2022-04-17T15:45:03.693Z] [2022-04-17T15:45:03.693Z] setToolWin: [2022-04-17T15:45:03.693Z] [2022-04-17T15:45:03.693Z] setToolUnix: [2022-04-17T15:45:03.693Z] [2022-04-17T15:45:03.693Z] setToolProperty: [2022-04-17T15:45:03.693Z] [2022-04-17T15:45:03.693Z] setS1ASclassPath: [2022-04-17T15:45:03.693Z] [2022-04-17T15:45:03.693Z] init-common: [2022-04-17T15:45:03.693Z] [2022-04-17T15:45:03.693Z] deploy-war-commonpe: [2022-04-17T15:45:03.949Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-commented-out-page-directive-web.war [2022-04-17T15:45:04.906Z] [exec] Application deployed with name web-jsp-commented-out-page-directive-web. [2022-04-17T15:45:04.906Z] [2022-04-17T15:45:04.906Z] deploy-war-commonee: [2022-04-17T15:45:04.906Z] [2022-04-17T15:45:04.906Z] run: [2022-04-17T15:45:04.906Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:45:04.906Z] [java] [2022-04-17T15:45:04.906Z] [java] [2022-04-17T15:45:04.906Z] [java] ----------------------------------------- [2022-04-17T15:45:04.906Z] [java] - jsp-commented-out-page-directive: PASS - [2022-04-17T15:45:04.906Z] [java] ----------------------------------------- [2022-04-17T15:45:04.906Z] [java] - Total PASS : 1 - [2022-04-17T15:45:04.906Z] [java] - Total FAIL : 0 - [2022-04-17T15:45:04.906Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:45:04.906Z] [java] ----------------------------------------- [2022-04-17T15:45:04.906Z] [2022-04-17T15:45:04.906Z] undeploy: [2022-04-17T15:45:04.906Z] [2022-04-17T15:45:04.906Z] setOSConditions: [2022-04-17T15:45:04.906Z] [2022-04-17T15:45:04.906Z] setToolWin: [2022-04-17T15:45:04.906Z] [2022-04-17T15:45:04.906Z] setToolUnix: [2022-04-17T15:45:04.906Z] [2022-04-17T15:45:04.906Z] setToolProperty: [2022-04-17T15:45:04.906Z] [2022-04-17T15:45:04.906Z] setS1ASclassPath: [2022-04-17T15:45:04.906Z] [2022-04-17T15:45:04.906Z] init-common: [2022-04-17T15:45:04.906Z] [2022-04-17T15:45:04.906Z] undeploy-war-common: [2022-04-17T15:45:05.162Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] all: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setOSConditions: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolWin: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolUnix: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolProperty: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setS1ASclassPath: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] init-common: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] clean: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setOSConditions: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolWin: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolUnix: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolProperty: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setS1ASclassPath: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] init-common: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] clean-common: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setOSConditions: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolWin: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolUnix: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolProperty: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setS1ASclassPath: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] init-common: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] clean-classes-common: [2022-04-17T15:45:05.419Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setOSConditions: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolWin: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolUnix: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolProperty: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setS1ASclassPath: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] init-common: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] clean-jars-common: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] compile: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setOSConditions: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolWin: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolUnix: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolProperty: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setS1ASclassPath: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] init-common: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] compile-common: [2022-04-17T15:45:05.419Z] [echo] Current time (ISO): 2022-04-17T15:45:05.280+0000 [2022-04-17T15:45:05.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:45:05.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigBuffer/servlet [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] build: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setOSConditions: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolWin: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolUnix: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolProperty: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setS1ASclassPath: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] init-common: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] webclient-war-common: [2022-04-17T15:45:05.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] clear: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] test-tlds-exist: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] copy-tlds: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] test-tagfiles-exist: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] copy-tagfiles: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] package-war-common: [2022-04-17T15:45:05.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:45:05.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:05.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:45:05.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:45:05.419Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigBuffer/lib [2022-04-17T15:45:05.419Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:05.419Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-buffer-web.war [2022-04-17T15:45:05.419Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:05.419Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:45:05.419Z] [javac] Compiling 1 source file [2022-04-17T15:45:05.419Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigBuffer/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:45:05.419Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] deploy: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] deploy-war-common: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setOSConditions: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolWin: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolUnix: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setToolProperty: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] setS1ASclassPath: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] init-common: [2022-04-17T15:45:05.419Z] [2022-04-17T15:45:05.419Z] deploy-war-commonpe: [2022-04-17T15:45:05.984Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-buffer-web.war [2022-04-17T15:45:06.452Z] [exec] Application deployed with name web-jsp-config-buffer-web. [2022-04-17T15:45:06.452Z] [2022-04-17T15:45:06.452Z] deploy-war-commonee: [2022-04-17T15:45:06.452Z] [2022-04-17T15:45:06.452Z] run: [2022-04-17T15:45:06.708Z] [java] Connecting to: http://localhost:45711/web-jsp-config-buffer/jsp/test.jsp [2022-04-17T15:45:06.708Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:45:06.708Z] [java] [2022-04-17T15:45:06.708Z] [java] [2022-04-17T15:45:06.708Z] [java] ----------------------------------------- [2022-04-17T15:45:06.708Z] [java] - jsp-config-buffer: PASS - [2022-04-17T15:45:06.708Z] [java] ----------------------------------------- [2022-04-17T15:45:06.708Z] [java] - Total PASS : 1 - [2022-04-17T15:45:06.708Z] [java] - Total FAIL : 0 - [2022-04-17T15:45:06.708Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:45:06.708Z] [java] ----------------------------------------- [2022-04-17T15:45:06.708Z] [2022-04-17T15:45:06.708Z] undeploy: [2022-04-17T15:45:06.708Z] [2022-04-17T15:45:06.708Z] setOSConditions: [2022-04-17T15:45:06.708Z] [2022-04-17T15:45:06.708Z] setToolWin: [2022-04-17T15:45:06.708Z] [2022-04-17T15:45:06.708Z] setToolUnix: [2022-04-17T15:45:06.708Z] [2022-04-17T15:45:06.708Z] setToolProperty: [2022-04-17T15:45:06.708Z] [2022-04-17T15:45:06.708Z] setS1ASclassPath: [2022-04-17T15:45:06.708Z] [2022-04-17T15:45:06.708Z] init-common: [2022-04-17T15:45:06.708Z] [2022-04-17T15:45:06.708Z] undeploy-war-common: [2022-04-17T15:45:07.271Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] all: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setOSConditions: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolWin: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolUnix: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolProperty: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setS1ASclassPath: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] init-common: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] clean: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setOSConditions: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolWin: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolUnix: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolProperty: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setS1ASclassPath: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] init-common: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] clean-common: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setOSConditions: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolWin: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolUnix: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolProperty: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setS1ASclassPath: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] init-common: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] clean-classes-common: [2022-04-17T15:45:07.271Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setOSConditions: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolWin: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolUnix: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolProperty: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setS1ASclassPath: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] init-common: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] clean-jars-common: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] compile: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setOSConditions: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolWin: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolUnix: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolProperty: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setS1ASclassPath: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] init-common: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] compile-common: [2022-04-17T15:45:07.271Z] [echo] Current time (ISO): 2022-04-17T15:45:07.091+0000 [2022-04-17T15:45:07.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:45:07.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigDefaultContentType/servlet [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] build: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setOSConditions: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolWin: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolUnix: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolProperty: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setS1ASclassPath: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] init-common: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] webclient-war-common: [2022-04-17T15:45:07.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] clear: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] test-tlds-exist: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] copy-tlds: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] test-tagfiles-exist: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] copy-tagfiles: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] package-war-common: [2022-04-17T15:45:07.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:45:07.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:07.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:45:07.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:45:07.271Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigDefaultContentType/lib [2022-04-17T15:45:07.271Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:07.271Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-default-content-type-web.war [2022-04-17T15:45:07.271Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:07.271Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:45:07.271Z] [javac] Compiling 1 source file [2022-04-17T15:45:07.271Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigDefaultContentType/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:45:07.271Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] deploy: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] deploy-war-common: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setOSConditions: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolWin: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolUnix: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setToolProperty: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] setS1ASclassPath: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] init-common: [2022-04-17T15:45:07.271Z] [2022-04-17T15:45:07.271Z] deploy-war-commonpe: [2022-04-17T15:45:07.845Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-default-content-type-web.war [2022-04-17T15:45:08.102Z] [exec] Application deployed with name web-jsp-config-default-content-type-web. [2022-04-17T15:45:08.102Z] [2022-04-17T15:45:08.102Z] deploy-war-commonee: [2022-04-17T15:45:08.102Z] [2022-04-17T15:45:08.102Z] run: [2022-04-17T15:45:08.391Z] [java] Connecting to: http://localhost:45711/web-jsp-config-default-content-type/jsp/test.jsp [2022-04-17T15:45:08.391Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:45:08.391Z] [java] [2022-04-17T15:45:08.391Z] [java] [2022-04-17T15:45:08.391Z] [java] ----------------------------------------- [2022-04-17T15:45:08.391Z] [java] - jsp-config-default-content-type: PASS - [2022-04-17T15:45:08.391Z] [java] ----------------------------------------- [2022-04-17T15:45:08.391Z] [java] - Total PASS : 1 - [2022-04-17T15:45:08.391Z] [java] - Total FAIL : 0 - [2022-04-17T15:45:08.391Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:45:08.391Z] [java] ----------------------------------------- [2022-04-17T15:45:08.391Z] [2022-04-17T15:45:08.391Z] undeploy: [2022-04-17T15:45:08.391Z] [2022-04-17T15:45:08.391Z] setOSConditions: [2022-04-17T15:45:08.391Z] [2022-04-17T15:45:08.391Z] setToolWin: [2022-04-17T15:45:08.391Z] [2022-04-17T15:45:08.391Z] setToolUnix: [2022-04-17T15:45:08.391Z] [2022-04-17T15:45:08.391Z] setToolProperty: [2022-04-17T15:45:08.391Z] [2022-04-17T15:45:08.391Z] setS1ASclassPath: [2022-04-17T15:45:08.391Z] [2022-04-17T15:45:08.391Z] init-common: [2022-04-17T15:45:08.391Z] [2022-04-17T15:45:08.391Z] undeploy-war-common: [2022-04-17T15:45:08.954Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] all: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setOSConditions: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolWin: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolUnix: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolProperty: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setS1ASclassPath: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] init-common: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] clean: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setOSConditions: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolWin: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolUnix: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolProperty: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setS1ASclassPath: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] init-common: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] clean-common: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setOSConditions: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolWin: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolUnix: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolProperty: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setS1ASclassPath: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] init-common: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] clean-classes-common: [2022-04-17T15:45:08.954Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setOSConditions: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolWin: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolUnix: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolProperty: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setS1ASclassPath: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] init-common: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] clean-jars-common: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] compile: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setOSConditions: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolWin: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolUnix: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolProperty: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setS1ASclassPath: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] init-common: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] compile-common: [2022-04-17T15:45:08.954Z] [echo] Current time (ISO): 2022-04-17T15:45:08.852+0000 [2022-04-17T15:45:08.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:45:08.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigGetServletPath/servlet [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] build: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setOSConditions: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolWin: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolUnix: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolProperty: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setS1ASclassPath: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] init-common: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] webclient-war-common: [2022-04-17T15:45:08.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] clear: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] test-tlds-exist: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] copy-tlds: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] test-tagfiles-exist: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] copy-tagfiles: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] package-war-common: [2022-04-17T15:45:08.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:45:08.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:08.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:45:08.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:45:08.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigGetServletPath/lib [2022-04-17T15:45:08.954Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:08.954Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-get-servlet-web.war [2022-04-17T15:45:08.954Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:08.954Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:45:08.954Z] [javac] Compiling 1 source file [2022-04-17T15:45:08.954Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigGetServletPath/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:45:08.954Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] deploy: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] deploy-war-common: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setOSConditions: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolWin: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolUnix: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setToolProperty: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] setS1ASclassPath: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] init-common: [2022-04-17T15:45:08.954Z] [2022-04-17T15:45:08.954Z] deploy-war-commonpe: [2022-04-17T15:45:09.517Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-get-servlet-web.war [2022-04-17T15:45:10.080Z] [exec] Application deployed with name web-jsp-config-get-servlet-web. [2022-04-17T15:45:10.080Z] [2022-04-17T15:45:10.080Z] deploy-war-commonee: [2022-04-17T15:45:10.080Z] [2022-04-17T15:45:10.080Z] run: [2022-04-17T15:45:10.338Z] [java] Connecting to: http://localhost:45711/web-jsp-config-get-servlet/subdir/test.txt [2022-04-17T15:45:10.338Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:45:10.338Z] [java] [2022-04-17T15:45:10.338Z] [java] [2022-04-17T15:45:10.338Z] [java] ----------------------------------------- [2022-04-17T15:45:10.338Z] [java] - jsp-config-get-servlet-path: PASS - [2022-04-17T15:45:10.338Z] [java] ----------------------------------------- [2022-04-17T15:45:10.338Z] [java] - Total PASS : 1 - [2022-04-17T15:45:10.338Z] [java] - Total FAIL : 0 - [2022-04-17T15:45:10.338Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:45:10.338Z] [java] ----------------------------------------- [2022-04-17T15:45:10.338Z] [2022-04-17T15:45:10.338Z] undeploy: [2022-04-17T15:45:10.338Z] [2022-04-17T15:45:10.338Z] setOSConditions: [2022-04-17T15:45:10.338Z] [2022-04-17T15:45:10.338Z] setToolWin: [2022-04-17T15:45:10.338Z] [2022-04-17T15:45:10.338Z] setToolUnix: [2022-04-17T15:45:10.338Z] [2022-04-17T15:45:10.338Z] setToolProperty: [2022-04-17T15:45:10.338Z] [2022-04-17T15:45:10.338Z] setS1ASclassPath: [2022-04-17T15:45:10.338Z] [2022-04-17T15:45:10.338Z] init-common: [2022-04-17T15:45:10.338Z] [2022-04-17T15:45:10.338Z] undeploy-war-common: [2022-04-17T15:45:10.594Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] all: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setOSConditions: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolWin: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolUnix: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolProperty: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setS1ASclassPath: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] init-common: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] clean: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setOSConditions: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolWin: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolUnix: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolProperty: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setS1ASclassPath: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] init-common: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] clean-common: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setOSConditions: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolWin: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolUnix: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolProperty: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setS1ASclassPath: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] init-common: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] clean-classes-common: [2022-04-17T15:45:10.853Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setOSConditions: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolWin: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolUnix: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolProperty: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setS1ASclassPath: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] init-common: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] clean-jars-common: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] compile: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setOSConditions: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolWin: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolUnix: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setToolProperty: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] setS1ASclassPath: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] init-common: [2022-04-17T15:45:10.853Z] [2022-04-17T15:45:10.853Z] compile-common: [2022-04-17T15:45:10.853Z] [echo] Current time (ISO): 2022-04-17T15:45:10.689+0000 [2022-04-17T15:45:10.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:45:10.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigIncludeChain/servlet [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] build: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] setOSConditions: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] setToolWin: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] setToolUnix: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] setToolProperty: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] setS1ASclassPath: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] init-common: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] webclient-war-common: [2022-04-17T15:45:10.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] clear: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] test-tlds-exist: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] copy-tlds: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] test-tagfiles-exist: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] copy-tagfiles: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] package-war-common: [2022-04-17T15:45:10.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:45:10.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:10.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:45:10.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:45:10.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigIncludeChain/lib [2022-04-17T15:45:10.854Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:10.854Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-include-chain-web.war [2022-04-17T15:45:10.854Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:10.854Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:45:10.854Z] [javac] Compiling 1 source file [2022-04-17T15:45:10.854Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigIncludeChain/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:45:10.854Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] deploy: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] deploy-war-common: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] setOSConditions: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] setToolWin: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] setToolUnix: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] setToolProperty: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] setS1ASclassPath: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] init-common: [2022-04-17T15:45:10.854Z] [2022-04-17T15:45:10.854Z] deploy-war-commonpe: [2022-04-17T15:45:11.444Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-include-chain-web.war [2022-04-17T15:45:11.444Z] [exec] Application deployed with name web-jsp-config-include-chain-web. [2022-04-17T15:45:11.444Z] [2022-04-17T15:45:11.444Z] deploy-war-commonee: [2022-04-17T15:45:11.444Z] [2022-04-17T15:45:11.444Z] run: [2022-04-17T15:45:11.700Z] [java] Connecting to: http://localhost:45711/web-jsp-config-include-chain/subdir/including.txt [2022-04-17T15:45:12.263Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:45:12.263Z] [java] [2022-04-17T15:45:12.263Z] [java] [2022-04-17T15:45:12.263Z] [java] ----------------------------------------- [2022-04-17T15:45:12.263Z] [java] - jsp-config-include-chain: PASS - [2022-04-17T15:45:12.263Z] [java] ----------------------------------------- [2022-04-17T15:45:12.263Z] [java] - Total PASS : 1 - [2022-04-17T15:45:12.263Z] [java] - Total FAIL : 0 - [2022-04-17T15:45:12.263Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:45:12.263Z] [java] ----------------------------------------- [2022-04-17T15:45:12.263Z] [2022-04-17T15:45:12.263Z] undeploy: [2022-04-17T15:45:12.263Z] [2022-04-17T15:45:12.263Z] setOSConditions: [2022-04-17T15:45:12.263Z] [2022-04-17T15:45:12.263Z] setToolWin: [2022-04-17T15:45:12.263Z] [2022-04-17T15:45:12.263Z] setToolUnix: [2022-04-17T15:45:12.263Z] [2022-04-17T15:45:12.263Z] setToolProperty: [2022-04-17T15:45:12.263Z] [2022-04-17T15:45:12.263Z] setS1ASclassPath: [2022-04-17T15:45:12.263Z] [2022-04-17T15:45:12.263Z] init-common: [2022-04-17T15:45:12.263Z] [2022-04-17T15:45:12.263Z] undeploy-war-common: [2022-04-17T15:45:12.520Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:45:12.520Z] [2022-04-17T15:45:12.520Z] all: [2022-04-17T15:45:12.520Z] [2022-04-17T15:45:12.520Z] setOSConditions: [2022-04-17T15:45:12.520Z] [2022-04-17T15:45:12.520Z] setToolWin: [2022-04-17T15:45:12.520Z] [2022-04-17T15:45:12.520Z] setToolUnix: [2022-04-17T15:45:12.520Z] [2022-04-17T15:45:12.520Z] setToolProperty: [2022-04-17T15:45:12.520Z] [2022-04-17T15:45:12.520Z] setS1ASclassPath: [2022-04-17T15:45:12.520Z] [2022-04-17T15:45:12.520Z] init-common: [2022-04-17T15:45:12.520Z] [2022-04-17T15:45:12.520Z] clean: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setOSConditions: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolWin: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolUnix: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolProperty: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setS1ASclassPath: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] init-common: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] clean-common: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setOSConditions: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolWin: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolUnix: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolProperty: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setS1ASclassPath: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] init-common: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] clean-classes-common: [2022-04-17T15:45:12.775Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setOSConditions: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolWin: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolUnix: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolProperty: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setS1ASclassPath: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] init-common: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] clean-jars-common: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] compile: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setOSConditions: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolWin: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolUnix: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolProperty: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setS1ASclassPath: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] init-common: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] compile-common: [2022-04-17T15:45:12.775Z] [echo] Current time (ISO): 2022-04-17T15:45:12.540+0000 [2022-04-17T15:45:12.775Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:45:12.775Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJavacSource/servlet [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] build: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setOSConditions: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolWin: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolUnix: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setToolProperty: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] setS1ASclassPath: [2022-04-17T15:45:12.775Z] [2022-04-17T15:45:12.775Z] init-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] webclient-war-common: [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] clear: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] test-tlds-exist: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] copy-tlds: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] test-tagfiles-exist: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] copy-tagfiles: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] package-war-common: [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJavacSource/lib [2022-04-17T15:45:12.776Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:12.776Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:12.776Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-javac-source-web.war [2022-04-17T15:45:12.776Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:12.776Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:45:12.776Z] [javac] Compiling 1 source file [2022-04-17T15:45:12.776Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJavacSource/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:45:12.776Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] publish-war-common: [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/wars [2022-04-17T15:45:12.776Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/wars [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] build-publish-war: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setOSConditions: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolWin: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolUnix: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolProperty: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setS1ASclassPath: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] init-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] clean: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setOSConditions: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolWin: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolUnix: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolProperty: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setS1ASclassPath: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] init-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] clean-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setOSConditions: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolWin: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolUnix: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolProperty: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setS1ASclassPath: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] init-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] clean-classes-common: [2022-04-17T15:45:12.776Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setOSConditions: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolWin: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolUnix: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolProperty: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setS1ASclassPath: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] init-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] clean-jars-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] compile: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setOSConditions: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolWin: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolUnix: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolProperty: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setS1ASclassPath: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] init-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] compile-common: [2022-04-17T15:45:12.776Z] [echo] Current time (ISO): 2022-04-17T15:45:12.623+0000 [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJspFile/servlet [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] build: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setOSConditions: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolWin: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolUnix: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolProperty: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setS1ASclassPath: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] init-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] webclient-war-common: [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] clear: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] test-tlds-exist: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] copy-tlds: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] test-tagfiles-exist: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] copy-tagfiles: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] package-war-common: [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:45:12.776Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJspFile/lib [2022-04-17T15:45:12.776Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:12.776Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:12.776Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-jsp-file-web.war [2022-04-17T15:45:12.776Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:12.776Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:45:12.776Z] [javac] Compiling 1 source file [2022-04-17T15:45:12.776Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigJspFile/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:45:12.776Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] deploy: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] deploy-war-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setOSConditions: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolWin: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolUnix: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setToolProperty: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] setS1ASclassPath: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] init-common: [2022-04-17T15:45:12.776Z] [2022-04-17T15:45:12.776Z] deploy-war-commonpe: [2022-04-17T15:45:13.346Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-jsp-file-web.war [2022-04-17T15:45:13.909Z] [exec] Application deployed with name web-jsp-config-jsp-file-web. [2022-04-17T15:45:13.909Z] [2022-04-17T15:45:13.909Z] deploy-war-commonee: [2022-04-17T15:45:13.909Z] [2022-04-17T15:45:13.909Z] run: [2022-04-17T15:45:13.909Z] [java] Connecting to: http://localhost:45711/web-jsp-config-jsp-file/TestServlet [2022-04-17T15:45:13.909Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:45:13.909Z] [java] [2022-04-17T15:45:13.909Z] [java] [2022-04-17T15:45:13.909Z] [java] ----------------------------------------- [2022-04-17T15:45:13.909Z] [java] - jsp-config-jsp-file: PASS - [2022-04-17T15:45:13.909Z] [java] ----------------------------------------- [2022-04-17T15:45:13.909Z] [java] - Total PASS : 1 - [2022-04-17T15:45:13.909Z] [java] - Total FAIL : 0 - [2022-04-17T15:45:13.909Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:45:13.909Z] [java] ----------------------------------------- [2022-04-17T15:45:13.909Z] [2022-04-17T15:45:13.909Z] undeploy: [2022-04-17T15:45:13.909Z] [2022-04-17T15:45:13.909Z] setOSConditions: [2022-04-17T15:45:13.909Z] [2022-04-17T15:45:13.909Z] setToolWin: [2022-04-17T15:45:13.909Z] [2022-04-17T15:45:13.909Z] setToolUnix: [2022-04-17T15:45:13.909Z] [2022-04-17T15:45:13.909Z] setToolProperty: [2022-04-17T15:45:13.909Z] [2022-04-17T15:45:13.909Z] setS1ASclassPath: [2022-04-17T15:45:13.909Z] [2022-04-17T15:45:13.909Z] init-common: [2022-04-17T15:45:13.909Z] [2022-04-17T15:45:13.909Z] undeploy-war-common: [2022-04-17T15:45:14.472Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] all: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setOSConditions: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolWin: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolUnix: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolProperty: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setS1ASclassPath: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] init-common: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] clean: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setOSConditions: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolWin: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolUnix: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolProperty: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setS1ASclassPath: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] init-common: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] clean-common: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setOSConditions: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolWin: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolUnix: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolProperty: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setS1ASclassPath: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] init-common: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] clean-classes-common: [2022-04-17T15:45:14.472Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setOSConditions: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolWin: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolUnix: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolProperty: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setS1ASclassPath: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] init-common: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] clean-jars-common: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] compile: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setOSConditions: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolWin: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolUnix: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setToolProperty: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] setS1ASclassPath: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] init-common: [2022-04-17T15:45:14.472Z] [2022-04-17T15:45:14.472Z] compile-common: [2022-04-17T15:45:14.472Z] [echo] Current time (ISO): 2022-04-17T15:45:14.397+0000 [2022-04-17T15:45:14.472Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:45:14.472Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:45:15.875Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:45:16.131Z] [javac] 1 warning [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] build: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] setOSConditions: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] setToolWin: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] setToolUnix: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] setToolProperty: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] setS1ASclassPath: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] init-common: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] webclient-war-common: [2022-04-17T15:45:16.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] clear: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] test-tlds-exist: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] copy-tlds: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] test-tagfiles-exist: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] copy-tagfiles: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] package-war-common: [2022-04-17T15:45:16.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:45:16.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:16.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:45:16.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:45:16.131Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/lib [2022-04-17T15:45:16.131Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:16.131Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:16.131Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:45:16.131Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-modification-test-interval-web.war [2022-04-17T15:45:16.131Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:45:16.131Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:45:16.131Z] [javac] Compiling 1 source file [2022-04-17T15:45:16.131Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:45:16.131Z] [javac] sock = new Socket(host, new Integer(port).intValue()); [2022-04-17T15:45:16.131Z] [javac] ^ [2022-04-17T15:45:16.131Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:45:16.131Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:45:16.131Z] [javac] 1 warning [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] deploy: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] deploy-war-common: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] setOSConditions: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] setToolWin: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] setToolUnix: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] setToolProperty: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] setS1ASclassPath: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] init-common: [2022-04-17T15:45:16.131Z] [2022-04-17T15:45:16.131Z] deploy-war-commonpe: [2022-04-17T15:45:16.388Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-modification-test-interval-web.war [2022-04-17T15:45:16.644Z] [exec] Application deployed with name web-jsp-config-modification-test-interval-web. [2022-04-17T15:45:16.644Z] [2022-04-17T15:45:16.644Z] deploy-war-commonee: [2022-04-17T15:45:16.644Z] [2022-04-17T15:45:16.644Z] run: [2022-04-17T15:45:16.900Z] [java] GET /web-jsp-config-modification-test-interval/jsp/test.jsp HTTP/1.0 [2022-04-17T15:45:16.901Z] [java] [2022-04-17T15:45:16.901Z] [java] Updating JSP ... [2022-04-17T15:45:16.901Z] [java] GET /web-jsp-config-modification-test-interval/UpdateJsp HTTP/1.0 [2022-04-17T15:45:16.901Z] [java] [2022-04-17T15:45:16.901Z] [java] Done [2022-04-17T15:45:16.901Z] [java] GET /web-jsp-config-modification-test-interval/jsp/test.jsp HTTP/1.0 [2022-04-17T15:45:16.901Z] [java] [2022-04-17T15:45:17.157Z] [java] Sleeping for 60s ... [2022-04-17T15:46:24.817Z] [java] GET /web-jsp-config-modification-test-interval/jsp/test.jsp HTTP/1.0 [2022-04-17T15:46:24.818Z] [java] [2022-04-17T15:46:24.818Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:24.818Z] [java] [2022-04-17T15:46:24.818Z] [java] [2022-04-17T15:46:24.818Z] [java] ----------------------------------------- [2022-04-17T15:46:24.818Z] [java] - jsp-config-modification-test-interval: PASS - [2022-04-17T15:46:24.818Z] [java] ----------------------------------------- [2022-04-17T15:46:24.818Z] [java] - Total PASS : 1 - [2022-04-17T15:46:24.818Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:24.818Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:24.818Z] [java] ----------------------------------------- [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] undeploy: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] undeploy-war-common: [2022-04-17T15:46:24.818Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] all: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] clean: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] clean-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] clean-classes-common: [2022-04-17T15:46:24.818Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] clean-jars-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] compile: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] compile-common: [2022-04-17T15:46:24.818Z] [echo] Current time (ISO): 2022-04-17T15:46:17.565+0000 [2022-04-17T15:46:24.818Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:24.818Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUndeclaredNS/servlet [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] build: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] webclient-war-common: [2022-04-17T15:46:24.818Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] clear: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] test-tlds-exist: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] copy-tlds: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] test-tagfiles-exist: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] copy-tagfiles: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] package-war-common: [2022-04-17T15:46:24.818Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:24.818Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.818Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:24.818Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:24.818Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUndeclaredNS/lib [2022-04-17T15:46:24.818Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.818Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-undeclared-ns-web.war [2022-04-17T15:46:24.818Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.818Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:24.818Z] [javac] Compiling 1 source file [2022-04-17T15:46:24.818Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUndeclaredNS/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:24.818Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] deploy: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] deploy-war-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] deploy-war-commonpe: [2022-04-17T15:46:24.818Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-undeclared-ns-web.war [2022-04-17T15:46:24.818Z] [exec] Application deployed with name web-jsp-config-undeclared-ns-web. [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] deploy-war-commonee: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] run: [2022-04-17T15:46:24.818Z] [java] Connecting to: http://localhost:45711/web-jsp-config-undeclared-ns/jsp/test.jsp [2022-04-17T15:46:24.818Z] [java] Connecting to: http://localhost:45711/web-jsp-config-undeclared-ns/jsp/test2.jsp [2022-04-17T15:46:24.818Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:24.818Z] [java] [2022-04-17T15:46:24.818Z] [java] [2022-04-17T15:46:24.818Z] [java] ----------------------------------------- [2022-04-17T15:46:24.818Z] [java] - jsp-config-error-on-undeclared-namespace: PASS - [2022-04-17T15:46:24.818Z] [java] - jsp-config-error-on-undeclared-namespace -- DUPLICATE: PASS - [2022-04-17T15:46:24.818Z] [java] ----------------------------------------- [2022-04-17T15:46:24.818Z] [java] - Total PASS : 2 - [2022-04-17T15:46:24.818Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:24.818Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:24.818Z] [java] ----------------------------------------- [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] undeploy: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] undeploy-war-common: [2022-04-17T15:46:24.818Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] all: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] clean: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] clean-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setOSConditions: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolWin: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolUnix: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setToolProperty: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] setS1ASclassPath: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] init-common: [2022-04-17T15:46:24.818Z] [2022-04-17T15:46:24.818Z] clean-classes-common: [2022-04-17T15:46:24.819Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] clean-jars-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] compile: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] compile-common: [2022-04-17T15:46:24.819Z] [echo] Current time (ISO): 2022-04-17T15:46:18.987+0000 [2022-04-17T15:46:24.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:24.819Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:24.819Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:46:24.819Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled/servlet/org/apache/jsp/jsp/test_jsp.java uses unchecked or unsafe operations. [2022-04-17T15:46:24.819Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:46:24.819Z] [javac] 1 warning [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] build: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] webclient-war-common: [2022-04-17T15:46:24.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] clear: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] test-tlds-exist: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] copy-tlds: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] test-tagfiles-exist: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] copy-tagfiles: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] package-war-common: [2022-04-17T15:46:24.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:24.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:24.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:24.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled/lib [2022-04-17T15:46:24.819Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.819Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.819Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:24.819Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-use-precompiled-web.war [2022-04-17T15:46:24.819Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.819Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:24.819Z] [javac] Compiling 1 source file [2022-04-17T15:46:24.819Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:24.819Z] [javac] sock = new Socket(host, new Integer(port).intValue()); [2022-04-17T15:46:24.819Z] [javac] ^ [2022-04-17T15:46:24.819Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:24.819Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:24.819Z] [javac] 1 warning [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] deploy: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] deploy-war-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] deploy-war-commonpe: [2022-04-17T15:46:24.819Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-use-precompiled-web.war [2022-04-17T15:46:24.819Z] [exec] Application deployed with name web-jsp-config-use-precompiled-web. [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] deploy-war-commonee: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] run: [2022-04-17T15:46:24.819Z] [java] GET /web-jsp-config-use-precompiled/jsp/test.jsp HTTP/1.0 [2022-04-17T15:46:24.819Z] [java] [2022-04-17T15:46:24.819Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:24.819Z] [java] [2022-04-17T15:46:24.819Z] [java] [2022-04-17T15:46:24.819Z] [java] ----------------------------------------- [2022-04-17T15:46:24.819Z] [java] - jsp-config-use-precompiled: PASS - [2022-04-17T15:46:24.819Z] [java] ----------------------------------------- [2022-04-17T15:46:24.819Z] [java] - Total PASS : 1 - [2022-04-17T15:46:24.819Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:24.819Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:24.819Z] [java] ----------------------------------------- [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] undeploy: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] undeploy-war-common: [2022-04-17T15:46:24.819Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] all: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] clean: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] clean-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] clean-classes-common: [2022-04-17T15:46:24.819Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] clean-jars-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] compile: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] compile-common: [2022-04-17T15:46:24.819Z] [echo] Current time (ISO): 2022-04-17T15:46:21.883+0000 [2022-04-17T15:46:24.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:24.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled2/servlet [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] build: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setOSConditions: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolWin: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolUnix: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setToolProperty: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] setS1ASclassPath: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] init-common: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] webclient-war-common: [2022-04-17T15:46:24.819Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] clear: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] test-tlds-exist: [2022-04-17T15:46:24.819Z] [2022-04-17T15:46:24.819Z] copy-tlds: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] test-tagfiles-exist: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] copy-tagfiles: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] package-war-common: [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:24.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:24.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled2/docroot [2022-04-17T15:46:24.820Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-use-precompiled2-web.war [2022-04-17T15:46:24.820Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.820Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:24.820Z] [javac] Compiling 1 source file [2022-04-17T15:46:24.820Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled2/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:24.820Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] deploy: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] deploy-war-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setOSConditions: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolWin: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolUnix: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolProperty: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setS1ASclassPath: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] init-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] deploy-war-commonpe: [2022-04-17T15:46:24.820Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-use-precompiled2-web.war [2022-04-17T15:46:24.820Z] [exec] Application deployed with name web-jsp-config-use-precompiled2-web. [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] deploy-war-commonee: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] run: [2022-04-17T15:46:24.820Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:24.820Z] [java] [2022-04-17T15:46:24.820Z] [java] [2022-04-17T15:46:24.820Z] [java] ----------------------------------------- [2022-04-17T15:46:24.820Z] [java] - jsp-precompiled-bundled-in-jar: PASS - [2022-04-17T15:46:24.820Z] [java] ----------------------------------------- [2022-04-17T15:46:24.820Z] [java] - Total PASS : 1 - [2022-04-17T15:46:24.820Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:24.820Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:24.820Z] [java] ----------------------------------------- [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] undeploy: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setOSConditions: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolWin: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolUnix: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolProperty: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setS1ASclassPath: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] init-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] undeploy-war-common: [2022-04-17T15:46:24.820Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] all: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setOSConditions: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolWin: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolUnix: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolProperty: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setS1ASclassPath: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] init-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] clean: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setOSConditions: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolWin: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolUnix: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolProperty: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setS1ASclassPath: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] init-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] clean-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setOSConditions: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolWin: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolUnix: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolProperty: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setS1ASclassPath: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] init-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] clean-classes-common: [2022-04-17T15:46:24.820Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setOSConditions: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolWin: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolUnix: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolProperty: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setS1ASclassPath: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] init-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] clean-jars-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] compile: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setOSConditions: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolWin: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolUnix: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolProperty: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setS1ASclassPath: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] init-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] compile-common: [2022-04-17T15:46:24.820Z] [echo] Current time (ISO): 2022-04-17T15:46:23.122+0000 [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:24.820Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:24.820Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:46:24.820Z] [javac] 1 warning [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] build: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setOSConditions: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolWin: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolUnix: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolProperty: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setS1ASclassPath: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] init-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] webclient-war-common: [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] clear: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] test-tlds-exist: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] copy-tlds: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] test-tagfiles-exist: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] copy-tagfiles: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] package-war-common: [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:24.820Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigWelcomeFiles/lib [2022-04-17T15:46:24.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.820Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:24.820Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-welcome-files-web.war [2022-04-17T15:46:24.820Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:24.820Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:24.820Z] [javac] Compiling 1 source file [2022-04-17T15:46:24.820Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspConfigWelcomeFiles/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:24.820Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] deploy: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] deploy-war-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setOSConditions: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolWin: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolUnix: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setToolProperty: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] setS1ASclassPath: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] init-common: [2022-04-17T15:46:24.820Z] [2022-04-17T15:46:24.820Z] deploy-war-commonpe: [2022-04-17T15:46:25.398Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-welcome-files-web.war [2022-04-17T15:46:25.693Z] [exec] Application deployed with name web-jsp-config-welcome-files-web. [2022-04-17T15:46:25.693Z] [2022-04-17T15:46:25.693Z] deploy-war-commonee: [2022-04-17T15:46:25.693Z] [2022-04-17T15:46:25.693Z] run: [2022-04-17T15:46:25.693Z] [java] Connecting to: http://localhost:45711/web-jsp-config-welcome-files/subdir1/subdir2/ [2022-04-17T15:46:25.950Z] [java] Connecting to: http://localhost:45711/web-jsp-config-welcome-files/TestServlet [2022-04-17T15:46:25.950Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:25.950Z] [java] [2022-04-17T15:46:25.950Z] [java] [2022-04-17T15:46:25.950Z] [java] ----------------------------------------- [2022-04-17T15:46:25.950Z] [java] - jsp-config-welcome-files: PASS - [2022-04-17T15:46:25.950Z] [java] ----------------------------------------- [2022-04-17T15:46:25.950Z] [java] - Total PASS : 1 - [2022-04-17T15:46:25.950Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:25.950Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:25.950Z] [java] ----------------------------------------- [2022-04-17T15:46:25.950Z] [2022-04-17T15:46:25.950Z] undeploy: [2022-04-17T15:46:25.950Z] [2022-04-17T15:46:25.950Z] setOSConditions: [2022-04-17T15:46:25.950Z] [2022-04-17T15:46:25.950Z] setToolWin: [2022-04-17T15:46:25.950Z] [2022-04-17T15:46:25.950Z] setToolUnix: [2022-04-17T15:46:25.950Z] [2022-04-17T15:46:25.950Z] setToolProperty: [2022-04-17T15:46:25.950Z] [2022-04-17T15:46:25.950Z] setS1ASclassPath: [2022-04-17T15:46:25.950Z] [2022-04-17T15:46:25.950Z] init-common: [2022-04-17T15:46:25.950Z] [2022-04-17T15:46:25.950Z] undeploy-war-common: [2022-04-17T15:46:26.515Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:26.515Z] [2022-04-17T15:46:26.515Z] all: [2022-04-17T15:46:26.515Z] [2022-04-17T15:46:26.515Z] setOSConditions: [2022-04-17T15:46:26.515Z] [2022-04-17T15:46:26.515Z] setToolWin: [2022-04-17T15:46:26.515Z] [2022-04-17T15:46:26.515Z] setToolUnix: [2022-04-17T15:46:26.515Z] [2022-04-17T15:46:26.515Z] setToolProperty: [2022-04-17T15:46:26.515Z] [2022-04-17T15:46:26.515Z] setS1ASclassPath: [2022-04-17T15:46:26.515Z] [2022-04-17T15:46:26.515Z] init-common: [2022-04-17T15:46:26.515Z] [2022-04-17T15:46:26.515Z] clean: [2022-04-17T15:46:26.515Z] [2022-04-17T15:46:26.516Z] setOSConditions: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolWin: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolUnix: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolProperty: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setS1ASclassPath: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] init-common: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] clean-common: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setOSConditions: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolWin: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolUnix: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolProperty: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setS1ASclassPath: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] init-common: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] clean-classes-common: [2022-04-17T15:46:26.516Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setOSConditions: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolWin: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolUnix: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolProperty: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setS1ASclassPath: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] init-common: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] clean-jars-common: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] compile: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setOSConditions: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolWin: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolUnix: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setToolProperty: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] setS1ASclassPath: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] init-common: [2022-04-17T15:46:26.516Z] [2022-04-17T15:46:26.516Z] compile-common: [2022-04-17T15:46:26.516Z] [echo] Current time (ISO): 2022-04-17T15:46:26.388+0000 [2022-04-17T15:46:26.516Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:26.516Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:28.440Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:46:28.440Z] [javac] 1 warning [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] build: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] setOSConditions: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] setToolWin: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] setToolUnix: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] setToolProperty: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] setS1ASclassPath: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] init-common: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] webclient-war-common: [2022-04-17T15:46:28.440Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] clear: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] test-tlds-exist: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] copy-tlds: [2022-04-17T15:46:28.440Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:46:28.440Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] test-tagfiles-exist: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] copy-tagfiles: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] package-war-common: [2022-04-17T15:46:28.440Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:28.440Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:28.440Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTagAttributeOfArrayType/lib [2022-04-17T15:46:28.440Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:28.440Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:28.440Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-tag-attribute-of-array-type-web.war [2022-04-17T15:46:28.440Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:28.440Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:28.440Z] [javac] Compiling 1 source file [2022-04-17T15:46:28.440Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTagAttributeOfArrayType/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:28.440Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] deploy: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] deploy-war-common: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] setOSConditions: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] setToolWin: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] setToolUnix: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] setToolProperty: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] setS1ASclassPath: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] init-common: [2022-04-17T15:46:28.440Z] [2022-04-17T15:46:28.440Z] deploy-war-commonpe: [2022-04-17T15:46:28.696Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-tag-attribute-of-array-type-web.war [2022-04-17T15:46:29.624Z] [exec] Application deployed with name web-jsp-custom-tag-attribute-of-array-type-web. [2022-04-17T15:46:29.624Z] [2022-04-17T15:46:29.624Z] deploy-war-commonee: [2022-04-17T15:46:29.624Z] [2022-04-17T15:46:29.624Z] run: [2022-04-17T15:46:29.879Z] [java] Connecting to: http://localhost:45711/web-jsp-custom-tag-attribute-of-array-type/jsp/test.jsp [2022-04-17T15:46:29.879Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:29.879Z] [java] [2022-04-17T15:46:29.879Z] [java] [2022-04-17T15:46:29.879Z] [java] ----------------------------------------- [2022-04-17T15:46:29.879Z] [java] - jsp-custom-tag-attribute-of-array-type: PASS - [2022-04-17T15:46:29.879Z] [java] ----------------------------------------- [2022-04-17T15:46:29.879Z] [java] - Total PASS : 1 - [2022-04-17T15:46:29.879Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:29.879Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:29.879Z] [java] ----------------------------------------- [2022-04-17T15:46:29.879Z] [2022-04-17T15:46:29.879Z] undeploy: [2022-04-17T15:46:29.879Z] [2022-04-17T15:46:29.879Z] setOSConditions: [2022-04-17T15:46:29.879Z] [2022-04-17T15:46:29.879Z] setToolWin: [2022-04-17T15:46:29.879Z] [2022-04-17T15:46:29.879Z] setToolUnix: [2022-04-17T15:46:29.879Z] [2022-04-17T15:46:29.879Z] setToolProperty: [2022-04-17T15:46:29.879Z] [2022-04-17T15:46:29.879Z] setS1ASclassPath: [2022-04-17T15:46:29.879Z] [2022-04-17T15:46:29.879Z] init-common: [2022-04-17T15:46:29.879Z] [2022-04-17T15:46:29.879Z] undeploy-war-common: [2022-04-17T15:46:30.137Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] all: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setOSConditions: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolWin: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolUnix: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolProperty: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setS1ASclassPath: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] init-common: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] clean: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setOSConditions: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolWin: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolUnix: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolProperty: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setS1ASclassPath: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] init-common: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] clean-common: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setOSConditions: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolWin: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolUnix: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolProperty: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setS1ASclassPath: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] init-common: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] clean-classes-common: [2022-04-17T15:46:30.137Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setOSConditions: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolWin: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolUnix: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolProperty: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setS1ASclassPath: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] init-common: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] clean-jars-common: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] compile: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setOSConditions: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolWin: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolUnix: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setToolProperty: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] setS1ASclassPath: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] init-common: [2022-04-17T15:46:30.137Z] [2022-04-17T15:46:30.137Z] compile-common: [2022-04-17T15:46:30.137Z] [echo] Current time (ISO): 2022-04-17T15:46:30.120+0000 [2022-04-17T15:46:30.138Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:30.138Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibBundledAsJar/servlet [2022-04-17T15:46:30.138Z] [2022-04-17T15:46:30.138Z] build: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] setOSConditions: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] setToolWin: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] setToolUnix: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] setToolProperty: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] setS1ASclassPath: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] init-common: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] webclient-war-common: [2022-04-17T15:46:30.393Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] clear: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] test-tlds-exist: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] copy-tlds: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] test-tagfiles-exist: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] copy-tagfiles: [2022-04-17T15:46:30.393Z] [2022-04-17T15:46:30.393Z] package-war-common: [2022-04-17T15:46:30.393Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:30.394Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:30.394Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:30.394Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:30.394Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:30.394Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:30.394Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-taglib-bundled-as-jar-web.war [2022-04-17T15:46:30.394Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:30.394Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:30.394Z] [javac] Compiling 1 source file [2022-04-17T15:46:30.394Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibBundledAsJar/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:30.394Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:30.394Z] [2022-04-17T15:46:30.394Z] deploy: [2022-04-17T15:46:30.394Z] [2022-04-17T15:46:30.394Z] deploy-war-common: [2022-04-17T15:46:30.394Z] [2022-04-17T15:46:30.394Z] setOSConditions: [2022-04-17T15:46:30.394Z] [2022-04-17T15:46:30.394Z] setToolWin: [2022-04-17T15:46:30.394Z] [2022-04-17T15:46:30.394Z] setToolUnix: [2022-04-17T15:46:30.394Z] [2022-04-17T15:46:30.394Z] setToolProperty: [2022-04-17T15:46:30.394Z] [2022-04-17T15:46:30.394Z] setS1ASclassPath: [2022-04-17T15:46:30.394Z] [2022-04-17T15:46:30.394Z] init-common: [2022-04-17T15:46:30.394Z] [2022-04-17T15:46:30.394Z] deploy-war-commonpe: [2022-04-17T15:46:30.650Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-taglib-bundled-as-jar-web.war [2022-04-17T15:46:31.578Z] [exec] Application deployed with name web-jsp-custom-taglib-bundled-as-jar-web. [2022-04-17T15:46:31.578Z] [2022-04-17T15:46:31.578Z] deploy-war-commonee: [2022-04-17T15:46:31.578Z] [2022-04-17T15:46:31.578Z] run: [2022-04-17T15:46:31.578Z] [java] Connecting to: http://localhost:45711/web-jsp-custom-taglib-bundled-as-jar/test.jsp [2022-04-17T15:46:31.578Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:31.578Z] [java] [2022-04-17T15:46:31.578Z] [java] [2022-04-17T15:46:31.578Z] [java] ----------------------------------------- [2022-04-17T15:46:31.578Z] [java] - jsp-custom-taglib-bundled-as-jar: PASS - [2022-04-17T15:46:31.578Z] [java] ----------------------------------------- [2022-04-17T15:46:31.578Z] [java] - Total PASS : 1 - [2022-04-17T15:46:31.578Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:31.578Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:31.578Z] [java] ----------------------------------------- [2022-04-17T15:46:31.578Z] [2022-04-17T15:46:31.578Z] undeploy: [2022-04-17T15:46:31.578Z] [2022-04-17T15:46:31.578Z] setOSConditions: [2022-04-17T15:46:31.578Z] [2022-04-17T15:46:31.578Z] setToolWin: [2022-04-17T15:46:31.578Z] [2022-04-17T15:46:31.578Z] setToolUnix: [2022-04-17T15:46:31.578Z] [2022-04-17T15:46:31.578Z] setToolProperty: [2022-04-17T15:46:31.578Z] [2022-04-17T15:46:31.578Z] setS1ASclassPath: [2022-04-17T15:46:31.578Z] [2022-04-17T15:46:31.578Z] init-common: [2022-04-17T15:46:31.578Z] [2022-04-17T15:46:31.578Z] undeploy-war-common: [2022-04-17T15:46:32.144Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] all: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setOSConditions: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolWin: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolUnix: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolProperty: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setS1ASclassPath: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] init-common: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] clean: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setOSConditions: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolWin: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolUnix: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolProperty: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setS1ASclassPath: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] init-common: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] clean-common: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setOSConditions: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolWin: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolUnix: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolProperty: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setS1ASclassPath: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] init-common: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] clean-classes-common: [2022-04-17T15:46:32.144Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setOSConditions: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolWin: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolUnix: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolProperty: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setS1ASclassPath: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] init-common: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] clean-jars-common: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] compile: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setOSConditions: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolWin: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolUnix: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setToolProperty: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] setS1ASclassPath: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] init-common: [2022-04-17T15:46:32.144Z] [2022-04-17T15:46:32.144Z] compile-common: [2022-04-17T15:46:32.144Z] [echo] Current time (ISO): 2022-04-17T15:46:32.012+0000 [2022-04-17T15:46:32.144Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:32.144Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:34.040Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:46:34.040Z] [javac] 1 warning [2022-04-17T15:46:34.040Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:34.040Z] [javac] Compiling 1 source file [2022-04-17T15:46:34.040Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithManifestClassPath/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:34.040Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] build: [2022-04-17T15:46:34.040Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:34.040Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mytaglib.jar [2022-04-17T15:46:34.040Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/test.jar [2022-04-17T15:46:34.040Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mywar.war [2022-04-17T15:46:34.040Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-customi-taglib-jar-inside-ear-with-manifest-classpathApp.ear [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] deploy: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] setOSConditions: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] setToolWin: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] setToolUnix: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] setToolProperty: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] setS1ASclassPath: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] init-common: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] deploy-common: [2022-04-17T15:46:34.040Z] [echo] Current time (ISO): 2022-04-17T15:46:33.752+0000 [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] setOSConditions: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] setToolWin: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] setToolUnix: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] setToolProperty: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] setS1ASclassPath: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] init-common: [2022-04-17T15:46:34.040Z] [2022-04-17T15:46:34.040Z] deploy-common-pe: [2022-04-17T15:46:34.299Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-customi-taglib-jar-inside-ear-with-manifest-classpathApp.ear [2022-04-17T15:46:34.555Z] [exec] Application deployed with name web-jsp-customi-taglib-jar-inside-ear-with-manifest-classpathApp. [2022-04-17T15:46:34.555Z] [exec] there are no files to retrieve for application web-jsp-customi-taglib-jar-inside-ear-with-manifest-classpathApp [2022-04-17T15:46:34.555Z] [echo] Deployment on target server server successful [2022-04-17T15:46:34.555Z] [2022-04-17T15:46:34.555Z] setOSConditions: [2022-04-17T15:46:34.555Z] [2022-04-17T15:46:34.555Z] setToolWin: [2022-04-17T15:46:34.555Z] [2022-04-17T15:46:34.555Z] setToolUnix: [2022-04-17T15:46:34.555Z] [2022-04-17T15:46:34.555Z] setToolProperty: [2022-04-17T15:46:34.555Z] [2022-04-17T15:46:34.555Z] setS1ASclassPath: [2022-04-17T15:46:34.555Z] [2022-04-17T15:46:34.555Z] init-common: [2022-04-17T15:46:34.555Z] [2022-04-17T15:46:34.555Z] deploy-common-ee: [2022-04-17T15:46:34.555Z] [2022-04-17T15:46:34.555Z] run: [2022-04-17T15:46:34.815Z] [java] Connecting to: http://localhost:45711/mywar/test.jsp [2022-04-17T15:46:35.071Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:35.071Z] [java] [2022-04-17T15:46:35.071Z] [java] [2022-04-17T15:46:35.071Z] [java] ----------------------------------------- [2022-04-17T15:46:35.071Z] [java] - jsp-custom-taglib-jar-inside-ear-with-manifest-classpath: PASS - [2022-04-17T15:46:35.071Z] [java] ----------------------------------------- [2022-04-17T15:46:35.071Z] [java] - Total PASS : 1 - [2022-04-17T15:46:35.071Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:35.072Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:35.072Z] [java] ----------------------------------------- [2022-04-17T15:46:35.072Z] [2022-04-17T15:46:35.072Z] undeploy: [2022-04-17T15:46:35.072Z] [2022-04-17T15:46:35.072Z] setOSConditions: [2022-04-17T15:46:35.072Z] [2022-04-17T15:46:35.072Z] setToolWin: [2022-04-17T15:46:35.072Z] [2022-04-17T15:46:35.072Z] setToolUnix: [2022-04-17T15:46:35.072Z] [2022-04-17T15:46:35.072Z] setToolProperty: [2022-04-17T15:46:35.072Z] [2022-04-17T15:46:35.072Z] setS1ASclassPath: [2022-04-17T15:46:35.072Z] [2022-04-17T15:46:35.072Z] init-common: [2022-04-17T15:46:35.072Z] [2022-04-17T15:46:35.072Z] undeploy-common: [2022-04-17T15:46:35.337Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] all: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setOSConditions: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolWin: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolUnix: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolProperty: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setS1ASclassPath: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] init-common: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] clean: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setOSConditions: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolWin: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolUnix: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolProperty: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setS1ASclassPath: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] init-common: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] clean-common: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setOSConditions: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolWin: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolUnix: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolProperty: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setS1ASclassPath: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] init-common: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] clean-classes-common: [2022-04-17T15:46:35.595Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setOSConditions: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolWin: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolUnix: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolProperty: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setS1ASclassPath: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] init-common: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] clean-jars-common: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] compile: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setOSConditions: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolWin: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolUnix: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setToolProperty: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] setS1ASclassPath: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] init-common: [2022-04-17T15:46:35.595Z] [2022-04-17T15:46:35.595Z] compile-common: [2022-04-17T15:46:35.595Z] [echo] Current time (ISO): 2022-04-17T15:46:35.430+0000 [2022-04-17T15:46:35.595Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:35.595Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:37.506Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:46:37.506Z] [javac] 1 warning [2022-04-17T15:46:37.506Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:37.506Z] [javac] Compiling 1 source file [2022-04-17T15:46:37.506Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithoutManifestClassPath/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:37.506Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] build: [2022-04-17T15:46:37.506Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib [2022-04-17T15:46:37.506Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/mytaglib.jar [2022-04-17T15:46:37.506Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/lib/test.jar [2022-04-17T15:46:37.506Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/mywar.war [2022-04-17T15:46:37.506Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-taglib-jar-inside-ear-without-manifest-classpathApp.ear [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] deploy: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] setOSConditions: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] setToolWin: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] setToolUnix: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] setToolProperty: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] setS1ASclassPath: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] init-common: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] deploy-common: [2022-04-17T15:46:37.506Z] [echo] Current time (ISO): 2022-04-17T15:46:37.174+0000 [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] setOSConditions: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] setToolWin: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] setToolUnix: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] setToolProperty: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] setS1ASclassPath: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] init-common: [2022-04-17T15:46:37.506Z] [2022-04-17T15:46:37.506Z] deploy-common-pe: [2022-04-17T15:46:37.771Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-custom-taglib-jar-inside-ear-without-manifest-classpathApp.ear [2022-04-17T15:46:38.028Z] [exec] Application deployed with name web-jsp-custom-taglib-jar-inside-ear-without-manifest-classpathApp. [2022-04-17T15:46:38.028Z] [exec] there are no files to retrieve for application web-jsp-custom-taglib-jar-inside-ear-without-manifest-classpathApp [2022-04-17T15:46:38.028Z] [echo] Deployment on target server server successful [2022-04-17T15:46:38.028Z] [2022-04-17T15:46:38.028Z] setOSConditions: [2022-04-17T15:46:38.028Z] [2022-04-17T15:46:38.028Z] setToolWin: [2022-04-17T15:46:38.028Z] [2022-04-17T15:46:38.028Z] setToolUnix: [2022-04-17T15:46:38.028Z] [2022-04-17T15:46:38.028Z] setToolProperty: [2022-04-17T15:46:38.028Z] [2022-04-17T15:46:38.028Z] setS1ASclassPath: [2022-04-17T15:46:38.028Z] [2022-04-17T15:46:38.028Z] init-common: [2022-04-17T15:46:38.028Z] [2022-04-17T15:46:38.028Z] deploy-common-ee: [2022-04-17T15:46:38.028Z] [2022-04-17T15:46:38.028Z] run: [2022-04-17T15:46:38.028Z] [java] Connecting to: http://localhost:45711/mywar/test.jsp [2022-04-17T15:46:38.283Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:38.283Z] [java] [2022-04-17T15:46:38.283Z] [java] [2022-04-17T15:46:38.283Z] [java] ----------------------------------------- [2022-04-17T15:46:38.283Z] [java] - jsp-custom-taglib-jar-inside-ear-without-manifest-classpath: PASS - [2022-04-17T15:46:38.283Z] [java] ----------------------------------------- [2022-04-17T15:46:38.283Z] [java] - Total PASS : 1 - [2022-04-17T15:46:38.283Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:38.283Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:38.283Z] [java] ----------------------------------------- [2022-04-17T15:46:38.283Z] [2022-04-17T15:46:38.283Z] undeploy: [2022-04-17T15:46:38.283Z] [2022-04-17T15:46:38.283Z] setOSConditions: [2022-04-17T15:46:38.283Z] [2022-04-17T15:46:38.283Z] setToolWin: [2022-04-17T15:46:38.283Z] [2022-04-17T15:46:38.283Z] setToolUnix: [2022-04-17T15:46:38.283Z] [2022-04-17T15:46:38.283Z] setToolProperty: [2022-04-17T15:46:38.283Z] [2022-04-17T15:46:38.283Z] setS1ASclassPath: [2022-04-17T15:46:38.283Z] [2022-04-17T15:46:38.283Z] init-common: [2022-04-17T15:46:38.283Z] [2022-04-17T15:46:38.283Z] undeploy-common: [2022-04-17T15:46:38.846Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] all: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setOSConditions: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolWin: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolUnix: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolProperty: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setS1ASclassPath: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] init-common: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] clean: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setOSConditions: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolWin: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolUnix: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolProperty: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setS1ASclassPath: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] init-common: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] clean-common: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setOSConditions: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolWin: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolUnix: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolProperty: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setS1ASclassPath: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] init-common: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] clean-classes-common: [2022-04-17T15:46:38.846Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setOSConditions: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolWin: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolUnix: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolProperty: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setS1ASclassPath: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] init-common: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] clean-jars-common: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] compile: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setOSConditions: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolWin: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolUnix: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolProperty: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setS1ASclassPath: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] init-common: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] compile-common: [2022-04-17T15:46:38.846Z] [echo] Current time (ISO): 2022-04-17T15:46:38.733+0000 [2022-04-17T15:46:38.846Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:38.846Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspELEnum/servlet [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] build: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setOSConditions: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolWin: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolUnix: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setToolProperty: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setS1ASclassPath: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] init-common: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] webclient-war-common: [2022-04-17T15:46:38.846Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] clear: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] test-tlds-exist: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] copy-tlds: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] test-tagfiles-exist: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] copy-tagfiles: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] package-war-common: [2022-04-17T15:46:38.846Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:38.846Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:38.846Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:38.846Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:38.846Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspELEnum/lib [2022-04-17T15:46:38.846Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:38.846Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-el-enum-web.war [2022-04-17T15:46:38.846Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:38.846Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:38.846Z] [javac] Compiling 1 source file [2022-04-17T15:46:38.846Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspELEnum/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:38.846Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] deploy: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] deploy-war-common: [2022-04-17T15:46:38.846Z] [2022-04-17T15:46:38.846Z] setOSConditions: [2022-04-17T15:46:38.847Z] [2022-04-17T15:46:38.847Z] setToolWin: [2022-04-17T15:46:38.847Z] [2022-04-17T15:46:38.847Z] setToolUnix: [2022-04-17T15:46:38.847Z] [2022-04-17T15:46:38.847Z] setToolProperty: [2022-04-17T15:46:38.847Z] [2022-04-17T15:46:38.847Z] setS1ASclassPath: [2022-04-17T15:46:38.847Z] [2022-04-17T15:46:38.847Z] init-common: [2022-04-17T15:46:38.847Z] [2022-04-17T15:46:38.847Z] deploy-war-commonpe: [2022-04-17T15:46:39.446Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-el-enum-web.war [2022-04-17T15:46:40.039Z] [exec] Application deployed with name web-el-enum-web. [2022-04-17T15:46:40.295Z] [2022-04-17T15:46:40.295Z] deploy-war-commonee: [2022-04-17T15:46:40.295Z] [2022-04-17T15:46:40.295Z] run: [2022-04-17T15:46:40.295Z] [java] Connecting to: http://localhost:45711/web-el-enum/enum.jsp [2022-04-17T15:46:40.295Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:40.295Z] [java] [2022-04-17T15:46:40.295Z] [java] [2022-04-17T15:46:40.295Z] [java] ----------------------------------------- [2022-04-17T15:46:40.295Z] [java] - jsp-el-enum-test: PASS - [2022-04-17T15:46:40.295Z] [java] ----------------------------------------- [2022-04-17T15:46:40.295Z] [java] - Total PASS : 1 - [2022-04-17T15:46:40.295Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:40.295Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:40.295Z] [java] ----------------------------------------- [2022-04-17T15:46:40.295Z] [2022-04-17T15:46:40.295Z] undeploy: [2022-04-17T15:46:40.295Z] [2022-04-17T15:46:40.295Z] setOSConditions: [2022-04-17T15:46:40.295Z] [2022-04-17T15:46:40.295Z] setToolWin: [2022-04-17T15:46:40.295Z] [2022-04-17T15:46:40.295Z] setToolUnix: [2022-04-17T15:46:40.295Z] [2022-04-17T15:46:40.295Z] setToolProperty: [2022-04-17T15:46:40.295Z] [2022-04-17T15:46:40.295Z] setS1ASclassPath: [2022-04-17T15:46:40.295Z] [2022-04-17T15:46:40.295Z] init-common: [2022-04-17T15:46:40.295Z] [2022-04-17T15:46:40.295Z] undeploy-war-common: [2022-04-17T15:46:40.857Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] all: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setOSConditions: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolWin: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolUnix: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolProperty: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setS1ASclassPath: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] init-common: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] clean: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setOSConditions: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolWin: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolUnix: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolProperty: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setS1ASclassPath: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] init-common: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] clean-common: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setOSConditions: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolWin: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolUnix: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolProperty: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setS1ASclassPath: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] init-common: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] clean-classes-common: [2022-04-17T15:46:40.857Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setOSConditions: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolWin: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolUnix: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolProperty: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setS1ASclassPath: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] init-common: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] clean-jars-common: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] compile: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setOSConditions: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolWin: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolUnix: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setToolProperty: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] setS1ASclassPath: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] init-common: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] compile-common: [2022-04-17T15:46:40.857Z] [echo] Current time (ISO): 2022-04-17T15:46:40.721+0000 [2022-04-17T15:46:40.857Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:40.857Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/servlet [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.857Z] build: [2022-04-17T15:46:40.857Z] [2022-04-17T15:46:40.858Z] setOSConditions: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] setToolWin: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] setToolUnix: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] setToolProperty: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] setS1ASclassPath: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] init-common: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] webclient-war-common: [2022-04-17T15:46:40.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] clear: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] test-tlds-exist: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] copy-tlds: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] test-tagfiles-exist: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] copy-tagfiles: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] package-war-common: [2022-04-17T15:46:40.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:40.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:40.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:40.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:40.858Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/lib [2022-04-17T15:46:40.858Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:40.858Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-class-cast-exception-web.war [2022-04-17T15:46:40.858Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:40.858Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:40.858Z] [javac] Compiling 1 source file [2022-04-17T15:46:40.858Z] [javac] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/WebTest.java:60: warning: [removal] Integer(String) in Integer has been deprecated and marked for removal [2022-04-17T15:46:40.858Z] [javac] Socket s = new Socket(host, new Integer(port).intValue()); [2022-04-17T15:46:40.858Z] [javac] ^ [2022-04-17T15:46:40.858Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:40.858Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:40.858Z] [javac] 1 warning [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] deploy: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] deploy-war-common: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] setOSConditions: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] setToolWin: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] setToolUnix: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] setToolProperty: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] setS1ASclassPath: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] init-common: [2022-04-17T15:46:40.858Z] [2022-04-17T15:46:40.858Z] deploy-war-commonpe: [2022-04-17T15:46:41.443Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-class-cast-exception-web.war [2022-04-17T15:46:42.005Z] [exec] Application deployed with name web-jsp-error-page-class-cast-exception-web. [2022-04-17T15:46:42.262Z] [2022-04-17T15:46:42.262Z] deploy-war-commonee: [2022-04-17T15:46:42.262Z] [2022-04-17T15:46:42.262Z] run: [2022-04-17T15:46:42.262Z] [java] GET /web-jsp-error-page-class-cast-exception/causeError.jsp HTTP/1.0 [2022-04-17T15:46:42.262Z] [java] HTTP/1.1 500 Internal Server Error [2022-04-17T15:46:42.262Z] [java] Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:46:42.262Z] [java] X-Powered-By: JSP/2.3 [2022-04-17T15:46:42.262Z] [java] Set-Cookie: JSESSIONID=8346f6bc307bcefab6e9af0382f5; Path=/web-jsp-error-page-class-cast-exception; HttpOnly [2022-04-17T15:46:42.262Z] [java] Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:46:42.262Z] [java] Connection: close [2022-04-17T15:46:42.262Z] [java] Content-Length: 84 [2022-04-17T15:46:42.262Z] [java] [2022-04-17T15:46:42.262Z] [java] [2022-04-17T15:46:42.262Z] [java] [2022-04-17T15:46:42.262Z] [java] [2022-04-17T15:46:42.262Z] [java] [2022-04-17T15:46:42.262Z] [java] jakarta.servlet.jsp.JspException: java.lang.Throwable: The cake fell in the mud [2022-04-17T15:46:42.262Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:42.262Z] [java] [2022-04-17T15:46:42.262Z] [java] [2022-04-17T15:46:42.262Z] [java] ----------------------------------------- [2022-04-17T15:46:42.262Z] [java] - jsp-error-page-class-cast-exception: PASS - [2022-04-17T15:46:42.262Z] [java] ----------------------------------------- [2022-04-17T15:46:42.262Z] [java] - Total PASS : 1 - [2022-04-17T15:46:42.262Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:42.262Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:42.262Z] [java] ----------------------------------------- [2022-04-17T15:46:42.262Z] [2022-04-17T15:46:42.262Z] undeploy: [2022-04-17T15:46:42.262Z] [2022-04-17T15:46:42.262Z] setOSConditions: [2022-04-17T15:46:42.262Z] [2022-04-17T15:46:42.262Z] setToolWin: [2022-04-17T15:46:42.262Z] [2022-04-17T15:46:42.262Z] setToolUnix: [2022-04-17T15:46:42.262Z] [2022-04-17T15:46:42.262Z] setToolProperty: [2022-04-17T15:46:42.262Z] [2022-04-17T15:46:42.262Z] setS1ASclassPath: [2022-04-17T15:46:42.262Z] [2022-04-17T15:46:42.262Z] init-common: [2022-04-17T15:46:42.262Z] [2022-04-17T15:46:42.262Z] undeploy-war-common: [2022-04-17T15:46:42.851Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] all: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setOSConditions: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolWin: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolUnix: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolProperty: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setS1ASclassPath: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] init-common: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] clean: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setOSConditions: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolWin: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolUnix: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolProperty: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setS1ASclassPath: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] init-common: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] clean-common: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setOSConditions: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolWin: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolUnix: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolProperty: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setS1ASclassPath: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] init-common: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] clean-classes-common: [2022-04-17T15:46:42.851Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setOSConditions: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolWin: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolUnix: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolProperty: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setS1ASclassPath: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] init-common: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] clean-jars-common: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] compile: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setOSConditions: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolWin: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolUnix: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolProperty: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setS1ASclassPath: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] init-common: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] compile-common: [2022-04-17T15:46:42.851Z] [echo] Current time (ISO): 2022-04-17T15:46:42.691+0000 [2022-04-17T15:46:42.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:42.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageServletErrorException/servlet [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] build: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setOSConditions: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolWin: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolUnix: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolProperty: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setS1ASclassPath: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] init-common: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] webclient-war-common: [2022-04-17T15:46:42.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] clear: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] test-tlds-exist: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] copy-tlds: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] test-tagfiles-exist: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] copy-tagfiles: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] package-war-common: [2022-04-17T15:46:42.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:42.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:42.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:42.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:42.851Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageServletErrorException/lib [2022-04-17T15:46:42.851Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:42.851Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-servlet-error-exception-web.war [2022-04-17T15:46:42.851Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:42.851Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:42.851Z] [javac] Compiling 1 source file [2022-04-17T15:46:42.851Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageServletErrorException/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:42.851Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] deploy: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] deploy-war-common: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setOSConditions: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolWin: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolUnix: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setToolProperty: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] setS1ASclassPath: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] init-common: [2022-04-17T15:46:42.851Z] [2022-04-17T15:46:42.851Z] deploy-war-commonpe: [2022-04-17T15:46:43.413Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-servlet-error-exception-web.war [2022-04-17T15:46:43.976Z] [exec] Application deployed with name web-jsp-error-page-servlet-error-exception-web. [2022-04-17T15:46:43.976Z] [2022-04-17T15:46:43.976Z] deploy-war-commonee: [2022-04-17T15:46:43.976Z] [2022-04-17T15:46:43.976Z] run: [2022-04-17T15:46:44.232Z] [java] GET /web-jsp-error-page-servlet-error-exception/causeError.jsp HTTP/1.0 [2022-04-17T15:46:44.232Z] [java] HTTP/1.1 500 Internal Server Error [2022-04-17T15:46:44.232Z] [java] Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:46:44.232Z] [java] X-Powered-By: JSP/2.3 [2022-04-17T15:46:44.232Z] [java] Set-Cookie: JSESSIONID=83476fcec1563e32a52fb77cc602; Path=/web-jsp-error-page-servlet-error-exception; HttpOnly [2022-04-17T15:46:44.232Z] [java] Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:46:44.232Z] [java] Connection: close [2022-04-17T15:46:44.232Z] [java] [2022-04-17T15:46:44.232Z] [java] [2022-04-17T15:46:44.232Z] [java] [2022-04-17T15:46:44.232Z] [java] [2022-04-17T15:46:44.232Z] [java] java.lang.NullPointerException: Cannot invoke "String.length()" because "s" is null [2022-04-17T15:46:44.232Z] [java] java.lang.NullPointerException: Cannot invoke "String.length()" because "s" is null [2022-04-17T15:46:44.232Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:44.232Z] [java] [2022-04-17T15:46:44.232Z] [java] [2022-04-17T15:46:44.232Z] [java] ----------------------------------------- [2022-04-17T15:46:44.232Z] [java] - jsp-error-page-servlet-error-exception: PASS - [2022-04-17T15:46:44.232Z] [java] ----------------------------------------- [2022-04-17T15:46:44.232Z] [java] - Total PASS : 1 - [2022-04-17T15:46:44.232Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:44.232Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:44.232Z] [java] ----------------------------------------- [2022-04-17T15:46:44.232Z] [2022-04-17T15:46:44.232Z] undeploy: [2022-04-17T15:46:44.232Z] [2022-04-17T15:46:44.232Z] setOSConditions: [2022-04-17T15:46:44.232Z] [2022-04-17T15:46:44.232Z] setToolWin: [2022-04-17T15:46:44.232Z] [2022-04-17T15:46:44.232Z] setToolUnix: [2022-04-17T15:46:44.232Z] [2022-04-17T15:46:44.232Z] setToolProperty: [2022-04-17T15:46:44.232Z] [2022-04-17T15:46:44.232Z] setS1ASclassPath: [2022-04-17T15:46:44.232Z] [2022-04-17T15:46:44.232Z] init-common: [2022-04-17T15:46:44.232Z] [2022-04-17T15:46:44.232Z] undeploy-war-common: [2022-04-17T15:46:44.795Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] all: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setOSConditions: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolWin: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolUnix: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolProperty: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setS1ASclassPath: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] init-common: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] clean: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setOSConditions: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolWin: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolUnix: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolProperty: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setS1ASclassPath: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] init-common: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] clean-common: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setOSConditions: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolWin: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolUnix: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolProperty: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setS1ASclassPath: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] init-common: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] clean-classes-common: [2022-04-17T15:46:44.795Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setOSConditions: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolWin: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolUnix: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolProperty: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setS1ASclassPath: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] init-common: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] clean-jars-common: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] compile: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setOSConditions: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolWin: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolUnix: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolProperty: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setS1ASclassPath: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] init-common: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] compile-common: [2022-04-17T15:46:44.795Z] [echo] Current time (ISO): 2022-04-17T15:46:44.624+0000 [2022-04-17T15:46:44.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:44.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageStatusCode/servlet [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] build: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setOSConditions: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolWin: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolUnix: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolProperty: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setS1ASclassPath: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] init-common: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] webclient-war-common: [2022-04-17T15:46:44.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] clear: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] test-tlds-exist: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] copy-tlds: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] test-tagfiles-exist: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] copy-tagfiles: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] package-war-common: [2022-04-17T15:46:44.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:44.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:44.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:44.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:44.795Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageStatusCode/lib [2022-04-17T15:46:44.795Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:44.795Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-status-code-web.war [2022-04-17T15:46:44.795Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:44.795Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:44.795Z] [javac] Compiling 1 source file [2022-04-17T15:46:44.795Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspErrorPageStatusCode/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:44.795Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] deploy: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] deploy-war-common: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setOSConditions: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolWin: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolUnix: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setToolProperty: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] setS1ASclassPath: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] init-common: [2022-04-17T15:46:44.795Z] [2022-04-17T15:46:44.795Z] deploy-war-commonpe: [2022-04-17T15:46:45.357Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-error-page-status-code-web.war [2022-04-17T15:46:46.286Z] [exec] Application deployed with name web-jsp-error-page-status-code-web. [2022-04-17T15:46:46.286Z] [2022-04-17T15:46:46.286Z] deploy-war-commonee: [2022-04-17T15:46:46.286Z] [2022-04-17T15:46:46.286Z] run: [2022-04-17T15:46:46.286Z] [java] Connecting to: http://localhost:45711/web-jsp-error-page-status-code/foo.jsp [2022-04-17T15:46:46.286Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:46.286Z] [java] [2022-04-17T15:46:46.286Z] [java] [2022-04-17T15:46:46.286Z] [java] ----------------------------------------- [2022-04-17T15:46:46.286Z] [java] - jsp-error-page-status-code: PASS - [2022-04-17T15:46:46.286Z] [java] ----------------------------------------- [2022-04-17T15:46:46.286Z] [java] - Total PASS : 1 - [2022-04-17T15:46:46.286Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:46.286Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:46.286Z] [java] ----------------------------------------- [2022-04-17T15:46:46.286Z] [2022-04-17T15:46:46.286Z] undeploy: [2022-04-17T15:46:46.286Z] [2022-04-17T15:46:46.286Z] setOSConditions: [2022-04-17T15:46:46.286Z] [2022-04-17T15:46:46.286Z] setToolWin: [2022-04-17T15:46:46.286Z] [2022-04-17T15:46:46.286Z] setToolUnix: [2022-04-17T15:46:46.286Z] [2022-04-17T15:46:46.286Z] setToolProperty: [2022-04-17T15:46:46.286Z] [2022-04-17T15:46:46.286Z] setS1ASclassPath: [2022-04-17T15:46:46.287Z] [2022-04-17T15:46:46.287Z] init-common: [2022-04-17T15:46:46.287Z] [2022-04-17T15:46:46.287Z] undeploy-war-common: [2022-04-17T15:46:46.853Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] all: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setOSConditions: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolWin: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolUnix: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolProperty: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setS1ASclassPath: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] init-common: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] clean: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setOSConditions: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolWin: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolUnix: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolProperty: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setS1ASclassPath: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] init-common: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] clean-common: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setOSConditions: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolWin: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolUnix: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolProperty: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setS1ASclassPath: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] init-common: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] clean-classes-common: [2022-04-17T15:46:46.853Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setOSConditions: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolWin: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolUnix: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolProperty: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setS1ASclassPath: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] init-common: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] clean-jars-common: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] compile: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setOSConditions: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolWin: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolUnix: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolProperty: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setS1ASclassPath: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] init-common: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] compile-common: [2022-04-17T15:46:46.853Z] [echo] Current time (ISO): 2022-04-17T15:46:46.686+0000 [2022-04-17T15:46:46.853Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:46.853Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspExceptionInTagBodyRestoreJspWriter/servlet [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] build: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setOSConditions: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolWin: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolUnix: [2022-04-17T15:46:46.853Z] [2022-04-17T15:46:46.853Z] setToolProperty: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] setS1ASclassPath: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] init-common: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] webclient-war-common: [2022-04-17T15:46:46.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] clear: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] test-tlds-exist: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] copy-tlds: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] test-tagfiles-exist: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] copy-tagfiles: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] package-war-common: [2022-04-17T15:46:46.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:46.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:46.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:46.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:46.854Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspExceptionInTagBodyRestoreJspWriter/lib [2022-04-17T15:46:46.854Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:46.854Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-exception-in-tag-body-restore-jsp-writer-web.war [2022-04-17T15:46:46.854Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:46.854Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:46.854Z] [javac] Compiling 1 source file [2022-04-17T15:46:46.854Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspExceptionInTagBodyRestoreJspWriter/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:46.854Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] deploy: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] deploy-war-common: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] setOSConditions: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] setToolWin: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] setToolUnix: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] setToolProperty: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] setS1ASclassPath: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] init-common: [2022-04-17T15:46:46.854Z] [2022-04-17T15:46:46.854Z] deploy-war-commonpe: [2022-04-17T15:46:47.441Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-exception-in-tag-body-restore-jsp-writer-web.war [2022-04-17T15:46:48.003Z] [exec] Application deployed with name web-jsp-exception-in-tag-body-restore-jsp-writer-web. [2022-04-17T15:46:48.003Z] [2022-04-17T15:46:48.003Z] deploy-war-commonee: [2022-04-17T15:46:48.003Z] [2022-04-17T15:46:48.003Z] run: [2022-04-17T15:46:48.260Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:48.260Z] [java] [2022-04-17T15:46:48.260Z] [java] [2022-04-17T15:46:48.260Z] [java] ----------------------------------------- [2022-04-17T15:46:48.260Z] [java] - jsp-exception-in-tag-body-restore-jsp-writer: PASS - [2022-04-17T15:46:48.260Z] [java] ----------------------------------------- [2022-04-17T15:46:48.260Z] [java] - Total PASS : 1 - [2022-04-17T15:46:48.260Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:48.260Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:48.260Z] [java] ----------------------------------------- [2022-04-17T15:46:48.260Z] [2022-04-17T15:46:48.260Z] undeploy: [2022-04-17T15:46:48.260Z] [2022-04-17T15:46:48.260Z] setOSConditions: [2022-04-17T15:46:48.260Z] [2022-04-17T15:46:48.260Z] setToolWin: [2022-04-17T15:46:48.260Z] [2022-04-17T15:46:48.260Z] setToolUnix: [2022-04-17T15:46:48.260Z] [2022-04-17T15:46:48.260Z] setToolProperty: [2022-04-17T15:46:48.260Z] [2022-04-17T15:46:48.260Z] setS1ASclassPath: [2022-04-17T15:46:48.260Z] [2022-04-17T15:46:48.260Z] init-common: [2022-04-17T15:46:48.260Z] [2022-04-17T15:46:48.260Z] undeploy-war-common: [2022-04-17T15:46:48.541Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] all: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setOSConditions: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolWin: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolUnix: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolProperty: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setS1ASclassPath: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] init-common: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] clean: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setOSConditions: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolWin: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolUnix: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolProperty: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setS1ASclassPath: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] init-common: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] clean-common: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setOSConditions: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolWin: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolUnix: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolProperty: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setS1ASclassPath: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] init-common: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] clean-classes-common: [2022-04-17T15:46:48.797Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setOSConditions: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolWin: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolUnix: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolProperty: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setS1ASclassPath: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] init-common: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] clean-jars-common: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] compile: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setOSConditions: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolWin: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolUnix: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setToolProperty: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] setS1ASclassPath: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] init-common: [2022-04-17T15:46:48.797Z] [2022-04-17T15:46:48.797Z] compile-common: [2022-04-17T15:46:48.797Z] [echo] Current time (ISO): 2022-04-17T15:46:48.588+0000 [2022-04-17T15:46:48.797Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:48.797Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:50.702Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:46:50.702Z] [javac] 1 warning [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] build: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] setOSConditions: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] setToolWin: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] setToolUnix: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] setToolProperty: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] setS1ASclassPath: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] init-common: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] webclient-war-common: [2022-04-17T15:46:50.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] clear: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] test-tlds-exist: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] copy-tlds: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] test-tagfiles-exist: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] copy-tagfiles: [2022-04-17T15:46:50.702Z] [2022-04-17T15:46:50.702Z] package-war-common: [2022-04-17T15:46:50.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:50.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:50.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:50.702Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:50.703Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardPreserveApplicationResponseWrapper/lib [2022-04-17T15:46:50.703Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:50.703Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:50.703Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-forward-preserve-application-response-wrapper-web.war [2022-04-17T15:46:50.703Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:50.703Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:50.703Z] [javac] Compiling 1 source file [2022-04-17T15:46:50.703Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardPreserveApplicationResponseWrapper/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:50.703Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:50.703Z] [2022-04-17T15:46:50.703Z] deploy: [2022-04-17T15:46:50.703Z] [2022-04-17T15:46:50.703Z] deploy-war-common: [2022-04-17T15:46:50.703Z] [2022-04-17T15:46:50.703Z] setOSConditions: [2022-04-17T15:46:50.703Z] [2022-04-17T15:46:50.703Z] setToolWin: [2022-04-17T15:46:50.703Z] [2022-04-17T15:46:50.703Z] setToolUnix: [2022-04-17T15:46:50.703Z] [2022-04-17T15:46:50.703Z] setToolProperty: [2022-04-17T15:46:50.703Z] [2022-04-17T15:46:50.703Z] setS1ASclassPath: [2022-04-17T15:46:50.703Z] [2022-04-17T15:46:50.703Z] init-common: [2022-04-17T15:46:50.703Z] [2022-04-17T15:46:50.703Z] deploy-war-commonpe: [2022-04-17T15:46:50.959Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-forward-preserve-application-response-wrapper-web.war [2022-04-17T15:46:51.540Z] [exec] Application deployed with name web-jsp-forward-preserve-application-response-wrapper-web. [2022-04-17T15:46:51.540Z] [2022-04-17T15:46:51.540Z] deploy-war-commonee: [2022-04-17T15:46:51.540Z] [2022-04-17T15:46:51.540Z] run: [2022-04-17T15:46:51.797Z] [java] Connecting to: http://localhost:45711/web-jsp-forward-preserve-application-response-wrapper/filtered/from.jsp [2022-04-17T15:46:51.797Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:51.797Z] [java] [2022-04-17T15:46:51.797Z] [java] [2022-04-17T15:46:51.797Z] [java] ----------------------------------------- [2022-04-17T15:46:51.797Z] [java] - jsp-forward-preserve-application-response-wrapper: PASS - [2022-04-17T15:46:51.797Z] [java] ----------------------------------------- [2022-04-17T15:46:51.797Z] [java] - Total PASS : 1 - [2022-04-17T15:46:51.797Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:51.797Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:51.797Z] [java] ----------------------------------------- [2022-04-17T15:46:51.797Z] [2022-04-17T15:46:51.797Z] undeploy: [2022-04-17T15:46:51.797Z] [2022-04-17T15:46:51.797Z] setOSConditions: [2022-04-17T15:46:51.797Z] [2022-04-17T15:46:51.797Z] setToolWin: [2022-04-17T15:46:51.797Z] [2022-04-17T15:46:51.797Z] setToolUnix: [2022-04-17T15:46:51.797Z] [2022-04-17T15:46:51.797Z] setToolProperty: [2022-04-17T15:46:51.797Z] [2022-04-17T15:46:51.797Z] setS1ASclassPath: [2022-04-17T15:46:51.797Z] [2022-04-17T15:46:51.797Z] init-common: [2022-04-17T15:46:51.797Z] [2022-04-17T15:46:51.797Z] undeploy-war-common: [2022-04-17T15:46:52.359Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] all: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setOSConditions: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolWin: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolUnix: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolProperty: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setS1ASclassPath: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] init-common: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] clean: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setOSConditions: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolWin: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolUnix: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolProperty: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setS1ASclassPath: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] init-common: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] clean-common: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setOSConditions: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolWin: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolUnix: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolProperty: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setS1ASclassPath: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] init-common: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] clean-classes-common: [2022-04-17T15:46:52.359Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setOSConditions: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolWin: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolUnix: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setToolProperty: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.359Z] setS1ASclassPath: [2022-04-17T15:46:52.359Z] [2022-04-17T15:46:52.360Z] init-common: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] clean-jars-common: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] compile: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setOSConditions: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setToolWin: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setToolUnix: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setToolProperty: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setS1ASclassPath: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] init-common: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] compile-common: [2022-04-17T15:46:52.360Z] [echo] Current time (ISO): 2022-04-17T15:46:52.227+0000 [2022-04-17T15:46:52.360Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:52.360Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardUnbuffered/servlet [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] build: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setOSConditions: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setToolWin: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setToolUnix: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setToolProperty: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setS1ASclassPath: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] init-common: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] webclient-war-common: [2022-04-17T15:46:52.360Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] clear: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] test-tlds-exist: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] copy-tlds: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] test-tagfiles-exist: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] copy-tagfiles: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] package-war-common: [2022-04-17T15:46:52.360Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:52.360Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:52.360Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:52.360Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:52.360Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardUnbuffered/lib [2022-04-17T15:46:52.360Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:52.360Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-forward-unbuffered-web.war [2022-04-17T15:46:52.360Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:52.360Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:52.360Z] [javac] Compiling 1 source file [2022-04-17T15:46:52.360Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspForwardUnbuffered/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:52.360Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] deploy: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] deploy-war-common: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setOSConditions: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setToolWin: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setToolUnix: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setToolProperty: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] setS1ASclassPath: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] init-common: [2022-04-17T15:46:52.360Z] [2022-04-17T15:46:52.360Z] deploy-war-commonpe: [2022-04-17T15:46:52.943Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-forward-unbuffered-web.war [2022-04-17T15:46:53.871Z] [exec] Application deployed with name web-jsp-forward-unbuffered-web. [2022-04-17T15:46:53.871Z] [2022-04-17T15:46:53.871Z] deploy-war-commonee: [2022-04-17T15:46:53.871Z] [2022-04-17T15:46:53.871Z] run: [2022-04-17T15:46:53.871Z] [java] Connecting to: http://localhost:45711/web-jsp-forward-unbuffered/from1.jsp [2022-04-17T15:46:53.871Z] [java] Connecting to: http://localhost:45711/web-jsp-forward-unbuffered/from2.jsp [2022-04-17T15:46:53.871Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:53.871Z] [java] [2022-04-17T15:46:53.871Z] [java] [2022-04-17T15:46:53.871Z] [java] ----------------------------------------- [2022-04-17T15:46:53.871Z] [java] - jsp-forward-unbuffered: PASS - [2022-04-17T15:46:53.871Z] [java] ----------------------------------------- [2022-04-17T15:46:53.871Z] [java] - Total PASS : 1 - [2022-04-17T15:46:53.871Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:53.871Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:53.871Z] [java] ----------------------------------------- [2022-04-17T15:46:53.871Z] [2022-04-17T15:46:53.871Z] undeploy: [2022-04-17T15:46:54.140Z] [2022-04-17T15:46:54.140Z] setOSConditions: [2022-04-17T15:46:54.140Z] [2022-04-17T15:46:54.140Z] setToolWin: [2022-04-17T15:46:54.140Z] [2022-04-17T15:46:54.140Z] setToolUnix: [2022-04-17T15:46:54.140Z] [2022-04-17T15:46:54.140Z] setToolProperty: [2022-04-17T15:46:54.140Z] [2022-04-17T15:46:54.140Z] setS1ASclassPath: [2022-04-17T15:46:54.140Z] [2022-04-17T15:46:54.140Z] init-common: [2022-04-17T15:46:54.140Z] [2022-04-17T15:46:54.140Z] undeploy-war-common: [2022-04-17T15:46:54.396Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:54.396Z] [2022-04-17T15:46:54.396Z] all: [2022-04-17T15:46:54.396Z] [2022-04-17T15:46:54.396Z] setOSConditions: [2022-04-17T15:46:54.397Z] [2022-04-17T15:46:54.397Z] setToolWin: [2022-04-17T15:46:54.397Z] [2022-04-17T15:46:54.397Z] setToolUnix: [2022-04-17T15:46:54.397Z] [2022-04-17T15:46:54.397Z] setToolProperty: [2022-04-17T15:46:54.397Z] [2022-04-17T15:46:54.397Z] setS1ASclassPath: [2022-04-17T15:46:54.397Z] [2022-04-17T15:46:54.397Z] init-common: [2022-04-17T15:46:54.397Z] [2022-04-17T15:46:54.397Z] clean: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setOSConditions: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolWin: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolUnix: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolProperty: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setS1ASclassPath: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] init-common: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] clean-common: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setOSConditions: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolWin: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolUnix: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolProperty: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setS1ASclassPath: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] init-common: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] clean-classes-common: [2022-04-17T15:46:54.652Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setOSConditions: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolWin: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolUnix: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolProperty: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setS1ASclassPath: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] init-common: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] clean-jars-common: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] compile: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setOSConditions: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolWin: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolUnix: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setToolProperty: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] setS1ASclassPath: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] init-common: [2022-04-17T15:46:54.652Z] [2022-04-17T15:46:54.652Z] compile-common: [2022-04-17T15:46:54.652Z] [echo] Current time (ISO): 2022-04-17T15:46:54.416+0000 [2022-04-17T15:46:54.652Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:54.652Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:56.019Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:46:56.275Z] [javac] 1 warning [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] build: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] setOSConditions: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] setToolWin: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] setToolUnix: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] setToolProperty: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] setS1ASclassPath: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] init-common: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] webclient-war-common: [2022-04-17T15:46:56.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] clear: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] test-tlds-exist: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] copy-tlds: [2022-04-17T15:46:56.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:46:56.275Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] test-tagfiles-exist: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] copy-tagfiles: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] package-war-common: [2022-04-17T15:46:56.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:56.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:56.275Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspGetTagLibraryInfos/lib [2022-04-17T15:46:56.275Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:56.275Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:56.275Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-get-tag-library-infos-web.war [2022-04-17T15:46:56.275Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:56.275Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:56.275Z] [javac] Compiling 1 source file [2022-04-17T15:46:56.275Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspGetTagLibraryInfos/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:56.275Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] deploy: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] deploy-war-common: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] setOSConditions: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] setToolWin: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] setToolUnix: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] setToolProperty: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] setS1ASclassPath: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] init-common: [2022-04-17T15:46:56.275Z] [2022-04-17T15:46:56.275Z] deploy-war-commonpe: [2022-04-17T15:46:56.536Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-get-tag-library-infos-web.war [2022-04-17T15:46:56.802Z] [exec] Application deployed with name web-jsp-get-tag-library-infos-web. [2022-04-17T15:46:56.802Z] [2022-04-17T15:46:56.802Z] deploy-war-commonee: [2022-04-17T15:46:56.802Z] [2022-04-17T15:46:56.802Z] run: [2022-04-17T15:46:57.096Z] [java] Connecting to: http://localhost:45711/web-jsp-get-tag-library-infos/jsp/test.jsp [2022-04-17T15:46:57.353Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:57.353Z] [java] [2022-04-17T15:46:57.353Z] [java] [2022-04-17T15:46:57.353Z] [java] ----------------------------------------- [2022-04-17T15:46:57.353Z] [java] - jsp-get-tag-library-infos: PASS - [2022-04-17T15:46:57.353Z] [java] ----------------------------------------- [2022-04-17T15:46:57.353Z] [java] - Total PASS : 1 - [2022-04-17T15:46:57.353Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:57.353Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:57.353Z] [java] ----------------------------------------- [2022-04-17T15:46:57.353Z] [2022-04-17T15:46:57.353Z] undeploy: [2022-04-17T15:46:57.353Z] [2022-04-17T15:46:57.353Z] setOSConditions: [2022-04-17T15:46:57.353Z] [2022-04-17T15:46:57.353Z] setToolWin: [2022-04-17T15:46:57.353Z] [2022-04-17T15:46:57.353Z] setToolUnix: [2022-04-17T15:46:57.353Z] [2022-04-17T15:46:57.353Z] setToolProperty: [2022-04-17T15:46:57.353Z] [2022-04-17T15:46:57.353Z] setS1ASclassPath: [2022-04-17T15:46:57.353Z] [2022-04-17T15:46:57.353Z] init-common: [2022-04-17T15:46:57.353Z] [2022-04-17T15:46:57.353Z] undeploy-war-common: [2022-04-17T15:46:57.609Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] all: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setOSConditions: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolWin: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolUnix: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolProperty: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setS1ASclassPath: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] init-common: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] clean: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setOSConditions: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolWin: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolUnix: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolProperty: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setS1ASclassPath: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] init-common: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] clean-common: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setOSConditions: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolWin: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolUnix: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolProperty: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setS1ASclassPath: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] init-common: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] clean-classes-common: [2022-04-17T15:46:57.866Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setOSConditions: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolWin: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolUnix: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolProperty: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setS1ASclassPath: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] init-common: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] clean-jars-common: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] compile: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setOSConditions: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolWin: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolUnix: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolProperty: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setS1ASclassPath: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] init-common: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] compile-common: [2022-04-17T15:46:57.866Z] [echo] Current time (ISO): 2022-04-17T15:46:57.703+0000 [2022-04-17T15:46:57.866Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:57.866Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspInWebappWithBundledXercesImpl/servlet [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] build: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setOSConditions: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolWin: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolUnix: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolProperty: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setS1ASclassPath: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] init-common: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] webclient-war-common: [2022-04-17T15:46:57.866Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] clear: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] test-tlds-exist: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] copy-tlds: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] test-tagfiles-exist: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] copy-tagfiles: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] package-war-common: [2022-04-17T15:46:57.866Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:57.866Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:57.866Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:57.866Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:57.866Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:57.866Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:57.866Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-in-webapp-with-bundled-xercesImpl-web.war [2022-04-17T15:46:57.866Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:57.866Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:57.866Z] [javac] Compiling 1 source file [2022-04-17T15:46:57.866Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspInWebappWithBundledXercesImpl/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:57.866Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] deploy: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] deploy-war-common: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setOSConditions: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolWin: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolUnix: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setToolProperty: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] setS1ASclassPath: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] init-common: [2022-04-17T15:46:57.866Z] [2022-04-17T15:46:57.866Z] deploy-war-commonpe: [2022-04-17T15:46:58.446Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-in-webapp-with-bundled-xercesImpl-web.war [2022-04-17T15:46:58.703Z] [exec] Application deployed with name web-jsp-in-webapp-with-bundled-xercesImpl-web. [2022-04-17T15:46:58.703Z] [2022-04-17T15:46:58.703Z] deploy-war-commonee: [2022-04-17T15:46:58.703Z] [2022-04-17T15:46:58.703Z] run: [2022-04-17T15:46:58.959Z] [java] Connecting to: http://localhost:45711/web-jsp-in-webapp-with-bundled-xercesImpl/test.jsp [2022-04-17T15:46:59.240Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:46:59.240Z] [java] [2022-04-17T15:46:59.240Z] [java] [2022-04-17T15:46:59.240Z] [java] ----------------------------------------- [2022-04-17T15:46:59.240Z] [java] - jsp-in-webapp-with-bundled-xercesImpl: PASS - [2022-04-17T15:46:59.240Z] [java] ----------------------------------------- [2022-04-17T15:46:59.240Z] [java] - Total PASS : 1 - [2022-04-17T15:46:59.240Z] [java] - Total FAIL : 0 - [2022-04-17T15:46:59.240Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:46:59.240Z] [java] ----------------------------------------- [2022-04-17T15:46:59.240Z] [2022-04-17T15:46:59.240Z] undeploy: [2022-04-17T15:46:59.240Z] [2022-04-17T15:46:59.240Z] setOSConditions: [2022-04-17T15:46:59.240Z] [2022-04-17T15:46:59.240Z] setToolWin: [2022-04-17T15:46:59.240Z] [2022-04-17T15:46:59.240Z] setToolUnix: [2022-04-17T15:46:59.240Z] [2022-04-17T15:46:59.240Z] setToolProperty: [2022-04-17T15:46:59.240Z] [2022-04-17T15:46:59.240Z] setS1ASclassPath: [2022-04-17T15:46:59.240Z] [2022-04-17T15:46:59.240Z] init-common: [2022-04-17T15:46:59.240Z] [2022-04-17T15:46:59.240Z] undeploy-war-common: [2022-04-17T15:46:59.496Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:46:59.496Z] [2022-04-17T15:46:59.496Z] all: [2022-04-17T15:46:59.496Z] [2022-04-17T15:46:59.496Z] setOSConditions: [2022-04-17T15:46:59.496Z] [2022-04-17T15:46:59.496Z] setToolWin: [2022-04-17T15:46:59.496Z] [2022-04-17T15:46:59.496Z] setToolUnix: [2022-04-17T15:46:59.496Z] [2022-04-17T15:46:59.496Z] setToolProperty: [2022-04-17T15:46:59.496Z] [2022-04-17T15:46:59.496Z] setS1ASclassPath: [2022-04-17T15:46:59.496Z] [2022-04-17T15:46:59.496Z] init-common: [2022-04-17T15:46:59.496Z] [2022-04-17T15:46:59.496Z] clean: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setOSConditions: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolWin: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolUnix: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolProperty: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setS1ASclassPath: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] init-common: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] clean-common: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setOSConditions: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolWin: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolUnix: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolProperty: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setS1ASclassPath: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] init-common: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] clean-classes-common: [2022-04-17T15:46:59.752Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setOSConditions: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolWin: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolUnix: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolProperty: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setS1ASclassPath: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] init-common: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] clean-jars-common: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] compile: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setOSConditions: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolWin: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolUnix: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolProperty: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setS1ASclassPath: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] init-common: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] compile-common: [2022-04-17T15:46:59.752Z] [echo] Current time (ISO): 2022-04-17T15:46:59.511+0000 [2022-04-17T15:46:59.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:46:59.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludeResourceNameWithPlusChar/servlet [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] build: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setOSConditions: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolWin: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolUnix: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolProperty: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setS1ASclassPath: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] init-common: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] webclient-war-common: [2022-04-17T15:46:59.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] clear: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] test-tlds-exist: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] copy-tlds: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] test-tagfiles-exist: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] copy-tagfiles: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] package-war-common: [2022-04-17T15:46:59.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:46:59.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:59.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:46:59.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:46:59.752Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludeResourceNameWithPlusChar/lib [2022-04-17T15:46:59.752Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:59.752Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-include-resource-name-with-plus-char-web.war [2022-04-17T15:46:59.752Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:46:59.752Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:46:59.752Z] [javac] Compiling 1 source file [2022-04-17T15:46:59.752Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludeResourceNameWithPlusChar/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:46:59.752Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] deploy: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] deploy-war-common: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setOSConditions: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolWin: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolUnix: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setToolProperty: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] setS1ASclassPath: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] init-common: [2022-04-17T15:46:59.752Z] [2022-04-17T15:46:59.752Z] deploy-war-commonpe: [2022-04-17T15:47:00.037Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-include-resource-name-with-plus-char-web.war [2022-04-17T15:47:00.965Z] [exec] Application deployed with name web-jsp-include-resource-name-with-plus-char-web. [2022-04-17T15:47:00.965Z] [2022-04-17T15:47:00.965Z] deploy-war-commonee: [2022-04-17T15:47:00.965Z] [2022-04-17T15:47:00.965Z] run: [2022-04-17T15:47:00.965Z] [java] Connecting to: http://localhost:45711/web-jsp-include-resource-name-with-plus-char/foo.jsp [2022-04-17T15:47:00.965Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:47:00.965Z] [java] [2022-04-17T15:47:00.965Z] [java] [2022-04-17T15:47:00.965Z] [java] ----------------------------------------- [2022-04-17T15:47:00.965Z] [java] - jsp-include-resource-name-with-plus-char: PASS - [2022-04-17T15:47:00.965Z] [java] ----------------------------------------- [2022-04-17T15:47:00.965Z] [java] - Total PASS : 1 - [2022-04-17T15:47:00.965Z] [java] - Total FAIL : 0 - [2022-04-17T15:47:00.965Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:47:00.965Z] [java] ----------------------------------------- [2022-04-17T15:47:00.965Z] [2022-04-17T15:47:00.965Z] undeploy: [2022-04-17T15:47:00.966Z] [2022-04-17T15:47:00.966Z] setOSConditions: [2022-04-17T15:47:00.966Z] [2022-04-17T15:47:00.966Z] setToolWin: [2022-04-17T15:47:00.966Z] [2022-04-17T15:47:00.966Z] setToolUnix: [2022-04-17T15:47:00.966Z] [2022-04-17T15:47:00.966Z] setToolProperty: [2022-04-17T15:47:00.966Z] [2022-04-17T15:47:00.966Z] setS1ASclassPath: [2022-04-17T15:47:00.966Z] [2022-04-17T15:47:00.966Z] init-common: [2022-04-17T15:47:00.966Z] [2022-04-17T15:47:00.966Z] undeploy-war-common: [2022-04-17T15:47:01.551Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] all: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setOSConditions: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolWin: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolUnix: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolProperty: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setS1ASclassPath: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] init-common: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] clean: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setOSConditions: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolWin: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolUnix: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolProperty: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setS1ASclassPath: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] init-common: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] clean-common: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setOSConditions: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolWin: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolUnix: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolProperty: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setS1ASclassPath: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] init-common: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] clean-classes-common: [2022-04-17T15:47:01.551Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setOSConditions: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolWin: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolUnix: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolProperty: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setS1ASclassPath: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] init-common: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] clean-jars-common: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] compile: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setOSConditions: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolWin: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolUnix: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolProperty: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setS1ASclassPath: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] init-common: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] compile-common: [2022-04-17T15:47:01.551Z] [echo] Current time (ISO): 2022-04-17T15:47:01.455+0000 [2022-04-17T15:47:01.551Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:47:01.551Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludedWelcomePage/servlet [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] build: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setOSConditions: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolWin: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolUnix: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolProperty: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setS1ASclassPath: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] init-common: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] webclient-war-common: [2022-04-17T15:47:01.551Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] clear: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] test-tlds-exist: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] copy-tlds: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] test-tagfiles-exist: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] copy-tagfiles: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] package-war-common: [2022-04-17T15:47:01.551Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:47:01.551Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:01.551Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:47:01.551Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:47:01.551Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludedWelcomePage/lib [2022-04-17T15:47:01.551Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:01.551Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-included-welcome-page-web.war [2022-04-17T15:47:01.551Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:01.551Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:47:01.551Z] [javac] Compiling 1 source file [2022-04-17T15:47:01.551Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspIncludedWelcomePage/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:47:01.551Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] deploy: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] deploy-war-common: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setOSConditions: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolWin: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolUnix: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setToolProperty: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] setS1ASclassPath: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] init-common: [2022-04-17T15:47:01.551Z] [2022-04-17T15:47:01.551Z] deploy-war-commonpe: [2022-04-17T15:47:02.147Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-included-welcome-page-web.war [2022-04-17T15:47:02.710Z] [exec] Application deployed with name web-jsp-included-welcome-page-web. [2022-04-17T15:47:02.710Z] [2022-04-17T15:47:02.710Z] deploy-war-commonee: [2022-04-17T15:47:02.710Z] [2022-04-17T15:47:02.710Z] run: [2022-04-17T15:47:02.966Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:47:02.966Z] [java] [2022-04-17T15:47:02.966Z] [java] [2022-04-17T15:47:02.966Z] [java] ----------------------------------------- [2022-04-17T15:47:02.966Z] [java] - jsp-included-welcome-page: PASS - [2022-04-17T15:47:02.966Z] [java] ----------------------------------------- [2022-04-17T15:47:02.966Z] [java] - Total PASS : 1 - [2022-04-17T15:47:02.966Z] [java] - Total FAIL : 0 - [2022-04-17T15:47:02.966Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:47:02.966Z] [java] ----------------------------------------- [2022-04-17T15:47:02.966Z] [2022-04-17T15:47:02.966Z] undeploy: [2022-04-17T15:47:02.966Z] [2022-04-17T15:47:02.966Z] setOSConditions: [2022-04-17T15:47:02.966Z] [2022-04-17T15:47:02.966Z] setToolWin: [2022-04-17T15:47:02.966Z] [2022-04-17T15:47:02.966Z] setToolUnix: [2022-04-17T15:47:02.966Z] [2022-04-17T15:47:02.966Z] setToolProperty: [2022-04-17T15:47:02.966Z] [2022-04-17T15:47:02.966Z] setS1ASclassPath: [2022-04-17T15:47:02.966Z] [2022-04-17T15:47:02.966Z] init-common: [2022-04-17T15:47:02.966Z] [2022-04-17T15:47:02.966Z] undeploy-war-common: [2022-04-17T15:47:03.222Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:47:03.222Z] [2022-04-17T15:47:03.222Z] all: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setOSConditions: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolWin: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolUnix: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolProperty: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setS1ASclassPath: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] init-common: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] clean: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setOSConditions: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolWin: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolUnix: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolProperty: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setS1ASclassPath: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] init-common: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] clean-common: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setOSConditions: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolWin: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolUnix: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolProperty: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setS1ASclassPath: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] init-common: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] clean-classes-common: [2022-04-17T15:47:03.478Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setOSConditions: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolWin: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolUnix: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolProperty: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setS1ASclassPath: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] init-common: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] clean-jars-common: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] compile: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setOSConditions: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolWin: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolUnix: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setToolProperty: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] setS1ASclassPath: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] init-common: [2022-04-17T15:47:03.478Z] [2022-04-17T15:47:03.478Z] compile-common: [2022-04-17T15:47:03.478Z] [echo] Current time (ISO): 2022-04-17T15:47:03.253+0000 [2022-04-17T15:47:03.478Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:47:03.478Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:47:05.380Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:47:05.380Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:47:05.380Z] [javac] pageContext.setAttribute(getName(), new Integer(counter++)); [2022-04-17T15:47:05.380Z] [javac] ^ [2022-04-17T15:47:05.380Z] [javac] 2 warnings [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] build: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] setOSConditions: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] setToolWin: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] setToolUnix: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] setToolProperty: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] setS1ASclassPath: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] init-common: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] webclient-war-common: [2022-04-17T15:47:05.380Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] clear: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] test-tlds-exist: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] copy-tlds: [2022-04-17T15:47:05.380Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:47:05.380Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] test-tagfiles-exist: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] copy-tagfiles: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] package-war-common: [2022-04-17T15:47:05.380Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:47:05.380Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:47:05.380Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNestedScriptingTagExtraInfo/lib [2022-04-17T15:47:05.380Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:05.380Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:47:05.380Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-nested-scripting-tag-extra-info-web.war [2022-04-17T15:47:05.380Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:05.380Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:47:05.380Z] [javac] Compiling 1 source file [2022-04-17T15:47:05.380Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNestedScriptingTagExtraInfo/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:47:05.380Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] deploy: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] deploy-war-common: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] setOSConditions: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] setToolWin: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] setToolUnix: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] setToolProperty: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] setS1ASclassPath: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] init-common: [2022-04-17T15:47:05.380Z] [2022-04-17T15:47:05.380Z] deploy-war-commonpe: [2022-04-17T15:47:05.380Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-nested-scripting-tag-extra-info-web.war [2022-04-17T15:47:06.309Z] [exec] Application deployed with name web-jsp-nested-scripting-tag-extra-info-web. [2022-04-17T15:47:06.309Z] [2022-04-17T15:47:06.309Z] deploy-war-commonee: [2022-04-17T15:47:06.309Z] [2022-04-17T15:47:06.309Z] run: [2022-04-17T15:47:06.309Z] [java] Connecting to: http://localhost:45711/web-jsp-nested-scripting-tag-extra-info/jsp//test.jsp [2022-04-17T15:47:06.309Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:47:06.309Z] [java] [2022-04-17T15:47:06.309Z] [java] [2022-04-17T15:47:06.309Z] [java] ----------------------------------------- [2022-04-17T15:47:06.309Z] [java] - jsp-nested-scripting-tag-extra-info: PASS - [2022-04-17T15:47:06.309Z] [java] ----------------------------------------- [2022-04-17T15:47:06.309Z] [java] - Total PASS : 1 - [2022-04-17T15:47:06.309Z] [java] - Total FAIL : 0 - [2022-04-17T15:47:06.309Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:47:06.309Z] [java] ----------------------------------------- [2022-04-17T15:47:06.309Z] [2022-04-17T15:47:06.309Z] undeploy: [2022-04-17T15:47:06.309Z] [2022-04-17T15:47:06.309Z] setOSConditions: [2022-04-17T15:47:06.309Z] [2022-04-17T15:47:06.309Z] setToolWin: [2022-04-17T15:47:06.309Z] [2022-04-17T15:47:06.309Z] setToolUnix: [2022-04-17T15:47:06.309Z] [2022-04-17T15:47:06.309Z] setToolProperty: [2022-04-17T15:47:06.309Z] [2022-04-17T15:47:06.309Z] setS1ASclassPath: [2022-04-17T15:47:06.309Z] [2022-04-17T15:47:06.309Z] init-common: [2022-04-17T15:47:06.309Z] [2022-04-17T15:47:06.309Z] undeploy-war-common: [2022-04-17T15:47:06.565Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] all: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setOSConditions: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolWin: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolUnix: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolProperty: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setS1ASclassPath: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] init-common: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] clean: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setOSConditions: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolWin: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolUnix: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolProperty: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setS1ASclassPath: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] init-common: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] clean-common: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setOSConditions: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolWin: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolUnix: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolProperty: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setS1ASclassPath: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] init-common: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] clean-classes-common: [2022-04-17T15:47:06.821Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setOSConditions: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolWin: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolUnix: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolProperty: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setS1ASclassPath: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] init-common: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] clean-jars-common: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] compile: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setOSConditions: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolWin: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolUnix: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolProperty: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setS1ASclassPath: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] init-common: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] compile-common: [2022-04-17T15:47:06.821Z] [echo] Current time (ISO): 2022-04-17T15:47:06.637+0000 [2022-04-17T15:47:06.821Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:47:06.821Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNullFragment/servlet [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] build: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setOSConditions: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolWin: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolUnix: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setToolProperty: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] setS1ASclassPath: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] init-common: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] webclient-war-common: [2022-04-17T15:47:06.821Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] clear: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] test-tlds-exist: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] copy-tlds: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] test-tagfiles-exist: [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] copy-tagfiles: [2022-04-17T15:47:06.821Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags [2022-04-17T15:47:06.821Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags [2022-04-17T15:47:06.821Z] [2022-04-17T15:47:06.821Z] package-war-common: [2022-04-17T15:47:06.821Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:47:06.821Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:47:06.821Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNullFragment/lib [2022-04-17T15:47:06.821Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:06.821Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-null-fragment-web.war [2022-04-17T15:47:06.822Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:06.822Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:47:06.822Z] [javac] Compiling 1 source file [2022-04-17T15:47:06.822Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspNullFragment/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:47:06.822Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:47:06.822Z] [2022-04-17T15:47:06.822Z] deploy: [2022-04-17T15:47:06.822Z] [2022-04-17T15:47:06.822Z] deploy-war-common: [2022-04-17T15:47:06.822Z] [2022-04-17T15:47:06.822Z] setOSConditions: [2022-04-17T15:47:06.822Z] [2022-04-17T15:47:06.822Z] setToolWin: [2022-04-17T15:47:06.822Z] [2022-04-17T15:47:06.822Z] setToolUnix: [2022-04-17T15:47:06.822Z] [2022-04-17T15:47:06.822Z] setToolProperty: [2022-04-17T15:47:06.822Z] [2022-04-17T15:47:06.822Z] setS1ASclassPath: [2022-04-17T15:47:06.822Z] [2022-04-17T15:47:06.822Z] init-common: [2022-04-17T15:47:06.822Z] [2022-04-17T15:47:06.822Z] deploy-war-commonpe: [2022-04-17T15:47:07.385Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-null-fragment-web.war [2022-04-17T15:47:08.314Z] [exec] Application deployed with name web-jsp-null-fragment-web. [2022-04-17T15:47:08.314Z] [2022-04-17T15:47:08.314Z] deploy-war-commonee: [2022-04-17T15:47:08.314Z] [2022-04-17T15:47:08.314Z] run: [2022-04-17T15:47:08.314Z] [java] Connecting to: http://localhost:45711/web-jsp-null-fragment/test.jsp [2022-04-17T15:47:08.314Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:47:08.314Z] [java] [2022-04-17T15:47:08.314Z] [java] [2022-04-17T15:47:08.314Z] [java] ----------------------------------------- [2022-04-17T15:47:08.314Z] [java] - jsp-null-frag: PASS - [2022-04-17T15:47:08.314Z] [java] ----------------------------------------- [2022-04-17T15:47:08.314Z] [java] - Total PASS : 1 - [2022-04-17T15:47:08.314Z] [java] - Total FAIL : 0 - [2022-04-17T15:47:08.314Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:47:08.314Z] [java] ----------------------------------------- [2022-04-17T15:47:08.314Z] [2022-04-17T15:47:08.314Z] undeploy: [2022-04-17T15:47:08.314Z] [2022-04-17T15:47:08.314Z] setOSConditions: [2022-04-17T15:47:08.314Z] [2022-04-17T15:47:08.314Z] setToolWin: [2022-04-17T15:47:08.314Z] [2022-04-17T15:47:08.314Z] setToolUnix: [2022-04-17T15:47:08.314Z] [2022-04-17T15:47:08.314Z] setToolProperty: [2022-04-17T15:47:08.314Z] [2022-04-17T15:47:08.314Z] setS1ASclassPath: [2022-04-17T15:47:08.314Z] [2022-04-17T15:47:08.314Z] init-common: [2022-04-17T15:47:08.314Z] [2022-04-17T15:47:08.314Z] undeploy-war-common: [2022-04-17T15:47:08.571Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:47:08.571Z] [2022-04-17T15:47:08.571Z] all: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setOSConditions: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolWin: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolUnix: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolProperty: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setS1ASclassPath: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] init-common: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] clean: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setOSConditions: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolWin: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolUnix: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolProperty: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setS1ASclassPath: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] init-common: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] clean-common: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setOSConditions: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolWin: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolUnix: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolProperty: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setS1ASclassPath: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] init-common: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] clean-classes-common: [2022-04-17T15:47:08.827Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setOSConditions: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolWin: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolUnix: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolProperty: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setS1ASclassPath: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] init-common: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] clean-jars-common: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] compile: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setOSConditions: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolWin: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolUnix: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setToolProperty: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] setS1ASclassPath: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] init-common: [2022-04-17T15:47:08.827Z] [2022-04-17T15:47:08.827Z] compile-common: [2022-04-17T15:47:08.827Z] [echo] Current time (ISO): 2022-04-17T15:47:08.603+0000 [2022-04-17T15:47:08.827Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:47:08.827Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:47:10.739Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:47:10.740Z] [javac] 1 warning [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] build: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] setOSConditions: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] setToolWin: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] setToolUnix: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] setToolProperty: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] setS1ASclassPath: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] init-common: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] webclient-war-common: [2022-04-17T15:47:10.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] clear: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] test-tlds-exist: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] copy-tlds: [2022-04-17T15:47:10.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:47:10.740Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] test-tagfiles-exist: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] copy-tagfiles: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] package-war-common: [2022-04-17T15:47:10.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:47:10.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:47:10.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPoundSyntax/lib [2022-04-17T15:47:10.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:10.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:47:10.740Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-pound-literal-web.war [2022-04-17T15:47:10.740Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:10.740Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:47:10.740Z] [javac] Compiling 1 source file [2022-04-17T15:47:10.740Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPoundSyntax/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:47:10.740Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] deploy: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] deploy-war-common: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] setOSConditions: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] setToolWin: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] setToolUnix: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] setToolProperty: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] setS1ASclassPath: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] init-common: [2022-04-17T15:47:10.740Z] [2022-04-17T15:47:10.740Z] deploy-war-commonpe: [2022-04-17T15:47:10.996Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-pound-literal-web.war [2022-04-17T15:47:10.996Z] [exec] Application deployed with name web-pound-literal-web. [2022-04-17T15:47:10.996Z] [2022-04-17T15:47:10.996Z] deploy-war-commonee: [2022-04-17T15:47:10.996Z] [2022-04-17T15:47:10.996Z] run: [2022-04-17T15:47:11.252Z] [java] Connecting to: http://localhost:45711/web-pound-literal/testjsp12.jsp [2022-04-17T15:47:11.509Z] [java] Connecting to: http://localhost:45711/web-pound-literal/testjsp21x.jsp [2022-04-17T15:47:11.509Z] [java] Connecting to: http://localhost:45711/web-pound-literal/testjsp21y.jsp [2022-04-17T15:47:11.509Z] [java] Connecting to: http://localhost:45711/web-pound-literal/testjsp21w.jsp [2022-04-17T15:47:11.509Z] [java] Connecting to: http://localhost:45711/web-pound-literal/testjsp21z.jsp [2022-04-17T15:47:11.765Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:47:11.765Z] [java] [2022-04-17T15:47:11.765Z] [java] [2022-04-17T15:47:11.765Z] [java] ----------------------------------------- [2022-04-17T15:47:11.765Z] [java] - jsp12-pound-compatibility-test: PASS - [2022-04-17T15:47:11.765Z] [java] - pound-in-literal-test: PASS - [2022-04-17T15:47:11.765Z] [java] - pound-in-exprval-test: PASS - [2022-04-17T15:47:11.765Z] [java] - pound-default-test: PASS - [2022-04-17T15:47:11.765Z] [java] - pound-syntax-allowed-as-literal-true-test: PASS - [2022-04-17T15:47:11.765Z] [java] ----------------------------------------- [2022-04-17T15:47:11.765Z] [java] - Total PASS : 5 - [2022-04-17T15:47:11.765Z] [java] - Total FAIL : 0 - [2022-04-17T15:47:11.765Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:47:11.765Z] [java] ----------------------------------------- [2022-04-17T15:47:11.765Z] [2022-04-17T15:47:11.765Z] undeploy: [2022-04-17T15:47:11.765Z] [2022-04-17T15:47:11.765Z] setOSConditions: [2022-04-17T15:47:11.765Z] [2022-04-17T15:47:11.765Z] setToolWin: [2022-04-17T15:47:11.765Z] [2022-04-17T15:47:11.765Z] setToolUnix: [2022-04-17T15:47:11.765Z] [2022-04-17T15:47:11.765Z] setToolProperty: [2022-04-17T15:47:11.765Z] [2022-04-17T15:47:11.765Z] setS1ASclassPath: [2022-04-17T15:47:11.765Z] [2022-04-17T15:47:11.765Z] init-common: [2022-04-17T15:47:11.765Z] [2022-04-17T15:47:11.765Z] undeploy-war-common: [2022-04-17T15:47:12.022Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] all: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setOSConditions: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setToolWin: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setToolUnix: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setToolProperty: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setS1ASclassPath: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] init-common: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setup: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setOSConditions: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setToolWin: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setToolUnix: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setToolProperty: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setS1ASclassPath: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] init-common: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] copyJarAndClasses: [2022-04-17T15:47:12.022Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib [2022-04-17T15:47:12.022Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib/classes [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] restart-server-instance-common: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setOSConditions: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setToolWin: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setToolUnix: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setToolProperty: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] setS1ASclassPath: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] init-common: [2022-04-17T15:47:12.022Z] [2022-04-17T15:47:12.022Z] stopDomain: [2022-04-17T15:47:12.022Z] [echo] run.xml:stopping domain... [2022-04-17T15:47:13.389Z] [exec] Waiting for the domain to stop . [2022-04-17T15:47:13.389Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:47:18.645Z] [2022-04-17T15:47:18.645Z] setOSConditions: [2022-04-17T15:47:18.645Z] [2022-04-17T15:47:18.645Z] setToolWin: [2022-04-17T15:47:18.645Z] [2022-04-17T15:47:18.645Z] setToolUnix: [2022-04-17T15:47:18.645Z] [2022-04-17T15:47:18.645Z] setToolProperty: [2022-04-17T15:47:18.645Z] [2022-04-17T15:47:18.645Z] setS1ASclassPath: [2022-04-17T15:47:18.645Z] [2022-04-17T15:47:18.645Z] init-common: [2022-04-17T15:47:18.645Z] [2022-04-17T15:47:18.645Z] startDomainUnix: [2022-04-17T15:47:18.645Z] [echo] Starting DAS [2022-04-17T15:47:22.845Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:47:22.845Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:47:22.845Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:47:22.845Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:47:22.845Z] [exec] Admin Port: 45707 [2022-04-17T15:47:22.845Z] [exec] Command start-domain executed successfully. [2022-04-17T15:47:22.845Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:47:22.845Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] dumpThreadStack: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] startDomainWindows: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] startDomain: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] clean: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setOSConditions: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolWin: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolUnix: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolProperty: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setS1ASclassPath: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] init-common: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] clean-common: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setOSConditions: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolWin: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolUnix: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolProperty: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setS1ASclassPath: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] init-common: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] clean-classes-common: [2022-04-17T15:47:22.845Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setOSConditions: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolWin: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolUnix: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolProperty: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setS1ASclassPath: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] init-common: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] clean-jars-common: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] compile: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setOSConditions: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolWin: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolUnix: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setToolProperty: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] setS1ASclassPath: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] init-common: [2022-04-17T15:47:22.845Z] [2022-04-17T15:47:22.845Z] compile-common: [2022-04-17T15:47:22.845Z] [echo] Current time (ISO): 2022-04-17T15:47:22.738+0000 [2022-04-17T15:47:22.845Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:47:22.845Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:47:24.740Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:47:24.740Z] [javac] 1 warning [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] build: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] setOSConditions: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] setToolWin: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] setToolUnix: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] setToolProperty: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] setS1ASclassPath: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] init-common: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] webclient-war-common: [2022-04-17T15:47:24.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] clear: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] test-tlds-exist: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] copy-tlds: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] test-tagfiles-exist: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] copy-tagfiles: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] package-war-common: [2022-04-17T15:47:24.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:47:24.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:24.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:47:24.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:47:24.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileConsiderDomainLibJarFilesAndClasses/lib [2022-04-17T15:47:24.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:24.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:47:24.740Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-consider-domain-lib-jarfiles-and-classes-web.war [2022-04-17T15:47:24.740Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:24.740Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:47:24.740Z] [javac] Compiling 1 source file [2022-04-17T15:47:24.740Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileConsiderDomainLibJarFilesAndClasses/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:47:24.740Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] deploy: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] deploy-war-common: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] setOSConditions: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] setToolWin: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] setToolUnix: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] setToolProperty: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] setS1ASclassPath: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] init-common: [2022-04-17T15:47:24.740Z] [2022-04-17T15:47:24.740Z] deploy-war-commonpe: [2022-04-17T15:47:24.740Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-consider-domain-lib-jarfiles-and-classes-web.war [2022-04-17T15:47:28.942Z] [exec] Application deployed with name web-jsp-precompile-consider-domain-lib-jarfiles-and-classes-web. [2022-04-17T15:47:28.942Z] [2022-04-17T15:47:28.942Z] deploy-war-commonee: [2022-04-17T15:47:28.942Z] [2022-04-17T15:47:28.942Z] run: [2022-04-17T15:47:29.199Z] [java] Connecting to: http://localhost:45711/web-jsp-precompile-consider-domain-lib-jarfiles-and-classes/jsp/test.jsp [2022-04-17T15:47:29.199Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:47:29.199Z] [java] [2022-04-17T15:47:29.199Z] [java] [2022-04-17T15:47:29.199Z] [java] ----------------------------------------- [2022-04-17T15:47:29.199Z] [java] - jsp-precompile-consider-domain-lib-jarfiles-and-classes: PASS - [2022-04-17T15:47:29.199Z] [java] ----------------------------------------- [2022-04-17T15:47:29.199Z] [java] - Total PASS : 1 - [2022-04-17T15:47:29.199Z] [java] - Total FAIL : 0 - [2022-04-17T15:47:29.199Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:47:29.199Z] [java] ----------------------------------------- [2022-04-17T15:47:29.199Z] [2022-04-17T15:47:29.199Z] undeploy: [2022-04-17T15:47:29.199Z] [2022-04-17T15:47:29.199Z] setOSConditions: [2022-04-17T15:47:29.199Z] [2022-04-17T15:47:29.199Z] setToolWin: [2022-04-17T15:47:29.199Z] [2022-04-17T15:47:29.199Z] setToolUnix: [2022-04-17T15:47:29.199Z] [2022-04-17T15:47:29.199Z] setToolProperty: [2022-04-17T15:47:29.199Z] [2022-04-17T15:47:29.199Z] setS1ASclassPath: [2022-04-17T15:47:29.199Z] [2022-04-17T15:47:29.199Z] init-common: [2022-04-17T15:47:29.199Z] [2022-04-17T15:47:29.199Z] undeploy-war-common: [2022-04-17T15:47:29.761Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:47:30.039Z] [2022-04-17T15:47:30.039Z] stopDomain: [2022-04-17T15:47:30.039Z] [echo] run.xml:stopping domain... [2022-04-17T15:47:31.445Z] [exec] Waiting for the domain to stop . [2022-04-17T15:47:31.445Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] restore: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] setOSConditions: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] setToolWin: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] setToolUnix: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] setToolProperty: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] setS1ASclassPath: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] init-common: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] removeJarAndClasses: [2022-04-17T15:47:31.445Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib/myclasses.jar [2022-04-17T15:47:31.445Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib/classes/aaa [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] setOSConditions: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] setToolWin: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] setToolUnix: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] setToolProperty: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] setS1ASclassPath: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] init-common: [2022-04-17T15:47:31.445Z] [2022-04-17T15:47:31.445Z] startDomainUnix: [2022-04-17T15:47:31.445Z] [echo] Starting DAS [2022-04-17T15:47:35.653Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:47:35.653Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:47:35.653Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:47:35.653Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:47:35.653Z] [exec] Admin Port: 45707 [2022-04-17T15:47:35.653Z] [exec] Command start-domain executed successfully. [2022-04-17T15:47:35.653Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:47:35.653Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] dumpThreadStack: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] startDomainWindows: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] startDomain: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] all: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setOSConditions: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setToolWin: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setToolUnix: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setToolProperty: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setS1ASclassPath: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] init-common: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setup: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setOSConditions: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setToolWin: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setToolUnix: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setToolProperty: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setS1ASclassPath: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] init-common: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] copyJarToApplibs: [2022-04-17T15:47:35.653Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib/applibs [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] restart-server-instance-common: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setOSConditions: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setToolWin: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setToolUnix: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setToolProperty: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] setS1ASclassPath: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] init-common: [2022-04-17T15:47:35.653Z] [2022-04-17T15:47:35.653Z] stopDomain: [2022-04-17T15:47:35.653Z] [echo] run.xml:stopping domain... [2022-04-17T15:47:40.936Z] [exec] Waiting for the domain to stop .. [2022-04-17T15:47:40.936Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:47:46.189Z] [2022-04-17T15:47:46.189Z] setOSConditions: [2022-04-17T15:47:46.189Z] [2022-04-17T15:47:46.189Z] setToolWin: [2022-04-17T15:47:46.189Z] [2022-04-17T15:47:46.189Z] setToolUnix: [2022-04-17T15:47:46.189Z] [2022-04-17T15:47:46.189Z] setToolProperty: [2022-04-17T15:47:46.189Z] [2022-04-17T15:47:46.189Z] setS1ASclassPath: [2022-04-17T15:47:46.189Z] [2022-04-17T15:47:46.189Z] init-common: [2022-04-17T15:47:46.189Z] [2022-04-17T15:47:46.189Z] startDomainUnix: [2022-04-17T15:47:46.189Z] [echo] Starting DAS [2022-04-17T15:47:50.441Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:47:50.441Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:47:50.441Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:47:50.441Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:47:50.441Z] [exec] Admin Port: 45707 [2022-04-17T15:47:50.441Z] [exec] Command start-domain executed successfully. [2022-04-17T15:47:51.051Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:47:51.051Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] dumpThreadStack: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] startDomainWindows: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] startDomain: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] clean: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setOSConditions: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolWin: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolUnix: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolProperty: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setS1ASclassPath: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] init-common: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] clean-common: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setOSConditions: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolWin: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolUnix: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolProperty: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setS1ASclassPath: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] init-common: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] clean-classes-common: [2022-04-17T15:47:51.051Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setOSConditions: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolWin: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolUnix: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolProperty: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setS1ASclassPath: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] init-common: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] clean-jars-common: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] compile: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setOSConditions: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolWin: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolUnix: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolProperty: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setS1ASclassPath: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] init-common: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] compile-common: [2022-04-17T15:47:51.051Z] [echo] Current time (ISO): 2022-04-17T15:47:50.905+0000 [2022-04-17T15:47:51.051Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:47:51.051Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileDeployDashDashLibraries/servlet [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] build: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setOSConditions: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolWin: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolUnix: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setToolProperty: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] setS1ASclassPath: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] init-common: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] webclient-war-common: [2022-04-17T15:47:51.051Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] clear: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] test-tlds-exist: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] copy-tlds: [2022-04-17T15:47:51.051Z] [2022-04-17T15:47:51.051Z] test-tagfiles-exist: [2022-04-17T15:47:51.052Z] [2022-04-17T15:47:51.052Z] copy-tagfiles: [2022-04-17T15:47:51.052Z] [2022-04-17T15:47:51.052Z] package-war-common: [2022-04-17T15:47:51.052Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:47:51.052Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:51.052Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:47:51.052Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:47:51.052Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:51.052Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-deploy-dash-dash-libraries-web.war [2022-04-17T15:47:51.052Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:47:51.052Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:47:51.052Z] [javac] Compiling 1 source file [2022-04-17T15:47:51.052Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileDeployDashDashLibraries/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:47:51.052Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:47:51.052Z] [2022-04-17T15:47:51.052Z] deploy: [2022-04-17T15:47:51.052Z] [2022-04-17T15:47:51.052Z] setOSConditions: [2022-04-17T15:47:51.052Z] [2022-04-17T15:47:51.052Z] setToolWin: [2022-04-17T15:47:51.052Z] [2022-04-17T15:47:51.052Z] setToolUnix: [2022-04-17T15:47:51.052Z] [2022-04-17T15:47:51.052Z] setToolProperty: [2022-04-17T15:47:51.052Z] [2022-04-17T15:47:51.052Z] setS1ASclassPath: [2022-04-17T15:47:51.052Z] [2022-04-17T15:47:51.052Z] init-common: [2022-04-17T15:47:51.052Z] [2022-04-17T15:47:51.052Z] deploy-war-libraries: [2022-04-17T15:47:51.647Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-deploy-dash-dash-libraries-web.war [2022-04-17T15:47:56.951Z] [exec] Application deployed with name web-jsp-precompile-deploy-dash-dash-libraries-web. [2022-04-17T15:47:56.951Z] [2022-04-17T15:47:56.951Z] run: [2022-04-17T15:47:56.951Z] [java] Connecting to: http://localhost:45711/web-jsp-precompile-deploy-dash-dash-libraries/test.jsp [2022-04-17T15:47:56.951Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:47:56.951Z] [java] [2022-04-17T15:47:56.951Z] [java] [2022-04-17T15:47:56.951Z] [java] ----------------------------------------- [2022-04-17T15:47:56.951Z] [java] - jsp-precompile-deploy-dash-dash-libraries: PASS - [2022-04-17T15:47:56.951Z] [java] ----------------------------------------- [2022-04-17T15:47:56.951Z] [java] - Total PASS : 1 - [2022-04-17T15:47:56.951Z] [java] - Total FAIL : 0 - [2022-04-17T15:47:56.951Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:47:56.951Z] [java] ----------------------------------------- [2022-04-17T15:47:56.951Z] [2022-04-17T15:47:56.951Z] undeploy: [2022-04-17T15:47:56.951Z] [2022-04-17T15:47:56.951Z] setOSConditions: [2022-04-17T15:47:56.951Z] [2022-04-17T15:47:56.951Z] setToolWin: [2022-04-17T15:47:56.951Z] [2022-04-17T15:47:56.951Z] setToolUnix: [2022-04-17T15:47:56.951Z] [2022-04-17T15:47:56.951Z] setToolProperty: [2022-04-17T15:47:56.951Z] [2022-04-17T15:47:56.951Z] setS1ASclassPath: [2022-04-17T15:47:56.951Z] [2022-04-17T15:47:56.951Z] init-common: [2022-04-17T15:47:56.951Z] [2022-04-17T15:47:56.951Z] undeploy-war-common: [2022-04-17T15:47:56.951Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:47:57.223Z] [2022-04-17T15:47:57.223Z] stopDomain: [2022-04-17T15:47:57.223Z] [echo] run.xml:stopping domain... [2022-04-17T15:47:58.678Z] [exec] Waiting for the domain to stop . [2022-04-17T15:47:58.678Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:47:58.678Z] [2022-04-17T15:47:58.678Z] restore: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] setOSConditions: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] setToolWin: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] setToolUnix: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] setToolProperty: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] setS1ASclassPath: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] init-common: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] removeJarFromApplibs: [2022-04-17T15:47:58.679Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib/applibs/myclasses.jar [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] setOSConditions: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] setToolWin: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] setToolUnix: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] setToolProperty: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] setS1ASclassPath: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] init-common: [2022-04-17T15:47:58.679Z] [2022-04-17T15:47:58.679Z] startDomainUnix: [2022-04-17T15:47:58.679Z] [echo] Starting DAS [2022-04-17T15:48:03.940Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:48:03.940Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:48:03.940Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:48:03.940Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:48:03.940Z] [exec] Admin Port: 45707 [2022-04-17T15:48:03.940Z] [exec] Command start-domain executed successfully. [2022-04-17T15:48:03.940Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:48:03.940Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] dumpThreadStack: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] startDomainWindows: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] startDomain: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] all: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setOSConditions: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolWin: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolUnix: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolProperty: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setS1ASclassPath: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] init-common: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] clean: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setOSConditions: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolWin: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolUnix: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolProperty: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setS1ASclassPath: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] init-common: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] clean-common: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setOSConditions: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolWin: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolUnix: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolProperty: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setS1ASclassPath: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] init-common: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] clean-classes-common: [2022-04-17T15:48:03.940Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setOSConditions: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolWin: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolUnix: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolProperty: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setS1ASclassPath: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] init-common: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] clean-jars-common: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] compile: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setOSConditions: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolWin: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolUnix: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolProperty: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setS1ASclassPath: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] init-common: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] compile-common: [2022-04-17T15:48:03.940Z] [echo] Current time (ISO): 2022-04-17T15:48:03.675+0000 [2022-04-17T15:48:03.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:03.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileIgnoreFragmentErrors/servlet [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] build: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setOSConditions: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolWin: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolUnix: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolProperty: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setS1ASclassPath: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] init-common: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] webclient-war-common: [2022-04-17T15:48:03.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] clear: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] test-tlds-exist: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] copy-tlds: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] test-tagfiles-exist: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] copy-tagfiles: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] package-war-common: [2022-04-17T15:48:03.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:48:03.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:03.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:03.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:48:03.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileIgnoreFragmentErrors/lib [2022-04-17T15:48:03.940Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:03.940Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:03.940Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-ignore-fragment-errors-web.war [2022-04-17T15:48:03.940Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:03.940Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:48:03.940Z] [javac] Compiling 1 source file [2022-04-17T15:48:03.940Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspPrecompileIgnoreFragmentErrors/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:48:03.940Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] deploy: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] deploy-war-common: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setOSConditions: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolWin: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolUnix: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setToolProperty: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] setS1ASclassPath: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] init-common: [2022-04-17T15:48:03.940Z] [2022-04-17T15:48:03.940Z] deploy-war-commonpe: [2022-04-17T15:48:04.547Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-precompile-ignore-fragment-errors-web.war [2022-04-17T15:48:11.132Z] [exec] Application deployed with name web-jsp-precompile-ignore-fragment-errors-web. [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] deploy-war-commonee: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] run: [2022-04-17T15:48:11.132Z] [java] Connecting to: http://localhost:45711/web-jsp-precompile-ignore-fragment-errors/jsp/test.jsp [2022-04-17T15:48:11.132Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:48:11.132Z] [java] [2022-04-17T15:48:11.132Z] [java] [2022-04-17T15:48:11.132Z] [java] ----------------------------------------- [2022-04-17T15:48:11.132Z] [java] - jsp-precompile-ignore-fragment-errors: PASS - [2022-04-17T15:48:11.132Z] [java] ----------------------------------------- [2022-04-17T15:48:11.132Z] [java] - Total PASS : 1 - [2022-04-17T15:48:11.132Z] [java] - Total FAIL : 0 - [2022-04-17T15:48:11.132Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:48:11.132Z] [java] ----------------------------------------- [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] undeploy: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setOSConditions: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolWin: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolUnix: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolProperty: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setS1ASclassPath: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] init-common: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] undeploy-war-common: [2022-04-17T15:48:11.132Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] all: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setOSConditions: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolWin: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolUnix: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolProperty: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setS1ASclassPath: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] init-common: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] clean: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setOSConditions: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolWin: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolUnix: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolProperty: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setS1ASclassPath: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] init-common: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] clean-common: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setOSConditions: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolWin: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolUnix: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolProperty: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setS1ASclassPath: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] init-common: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] clean-classes-common: [2022-04-17T15:48:11.132Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setOSConditions: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolWin: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolUnix: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolProperty: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setS1ASclassPath: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] init-common: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] clean-jars-common: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] compile: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setOSConditions: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolWin: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolUnix: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setToolProperty: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] setS1ASclassPath: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] init-common: [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] compile-common: [2022-04-17T15:48:11.132Z] [echo] Current time (ISO): 2022-04-17T15:48:10.994+0000 [2022-04-17T15:48:11.132Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:11.132Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/servlet [2022-04-17T15:48:11.132Z] [2022-04-17T15:48:11.132Z] build: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] setOSConditions: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] setToolWin: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] setToolUnix: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] setToolProperty: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] setS1ASclassPath: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] init-common: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] webclient-war-common: [2022-04-17T15:48:11.133Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] clear: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] test-tlds-exist: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] copy-tlds: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] test-tagfiles-exist: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] copy-tagfiles: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] package-war-common: [2022-04-17T15:48:11.133Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:48:11.133Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:11.133Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:11.133Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:48:11.133Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/lib [2022-04-17T15:48:11.133Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:11.133Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-reload-generated-servlet-if-updated-web.war [2022-04-17T15:48:11.133Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:11.133Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:48:11.133Z] [javac] Compiling 1 source file [2022-04-17T15:48:11.133Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:48:11.133Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] deploy: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] deploy-war-common: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] setOSConditions: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] setToolWin: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] setToolUnix: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] setToolProperty: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] setS1ASclassPath: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] init-common: [2022-04-17T15:48:11.133Z] [2022-04-17T15:48:11.133Z] deploy-war-commonpe: [2022-04-17T15:48:11.696Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-reload-generated-servlet-if-updated-web.war [2022-04-17T15:48:12.258Z] [exec] Application deployed with name web-jsp-reload-generated-servlet-if-updated-web. [2022-04-17T15:48:12.258Z] [2022-04-17T15:48:12.258Z] deploy-war-commonee: [2022-04-17T15:48:12.258Z] [2022-04-17T15:48:12.258Z] runfirst: [2022-04-17T15:48:12.515Z] [java] Connecting to: http://localhost:45711/web-jsp-reload-generated-servlet-if-updated/jsp/test.jsp [2022-04-17T15:48:12.515Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:48:12.515Z] [java] [2022-04-17T15:48:12.515Z] [java] [2022-04-17T15:48:12.515Z] [java] ----------------------------------------- [2022-04-17T15:48:12.515Z] [java] - jsp-reload-generated-servlet-if-updated-first: PASS - [2022-04-17T15:48:12.515Z] [java] ----------------------------------------- [2022-04-17T15:48:12.515Z] [java] - Total PASS : 1 - [2022-04-17T15:48:12.515Z] [java] - Total FAIL : 0 - [2022-04-17T15:48:12.515Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:48:12.515Z] [java] ----------------------------------------- [2022-04-17T15:48:12.515Z] [2022-04-17T15:48:12.515Z] update: [2022-04-17T15:48:13.444Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/generated/jsp/web-jsp-reload-generated-servlet-if-updated-web/org/apache/jsp/jsp/test_jsp.class [2022-04-17T15:48:13.444Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/generated/jsp/web-jsp-reload-generated-servlet-if-updated-web/org/apache/jsp/jsp [2022-04-17T15:48:13.444Z] [2022-04-17T15:48:13.444Z] runsecond: [2022-04-17T15:48:13.700Z] [java] Connecting to: http://localhost:45711/web-jsp-reload-generated-servlet-if-updated/jsp/test.jsp [2022-04-17T15:48:13.700Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:48:13.700Z] [java] [2022-04-17T15:48:13.700Z] [java] [2022-04-17T15:48:13.700Z] [java] ----------------------------------------- [2022-04-17T15:48:13.700Z] [java] - jsp-reload-generated-servlet-if-updated-second: PASS - [2022-04-17T15:48:13.700Z] [java] ----------------------------------------- [2022-04-17T15:48:13.700Z] [java] - Total PASS : 1 - [2022-04-17T15:48:13.700Z] [java] - Total FAIL : 0 - [2022-04-17T15:48:13.700Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:48:13.700Z] [java] ----------------------------------------- [2022-04-17T15:48:13.700Z] [2022-04-17T15:48:13.700Z] undeploy: [2022-04-17T15:48:13.700Z] [2022-04-17T15:48:13.700Z] setOSConditions: [2022-04-17T15:48:13.700Z] [2022-04-17T15:48:13.700Z] setToolWin: [2022-04-17T15:48:13.700Z] [2022-04-17T15:48:13.700Z] setToolUnix: [2022-04-17T15:48:13.700Z] [2022-04-17T15:48:13.700Z] setToolProperty: [2022-04-17T15:48:13.700Z] [2022-04-17T15:48:13.700Z] setS1ASclassPath: [2022-04-17T15:48:13.700Z] [2022-04-17T15:48:13.700Z] init-common: [2022-04-17T15:48:13.700Z] [2022-04-17T15:48:13.700Z] undeploy-war-common: [2022-04-17T15:48:13.956Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] all: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setOSConditions: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolWin: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolUnix: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolProperty: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setS1ASclassPath: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] init-common: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] clean: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setOSConditions: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolWin: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolUnix: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolProperty: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setS1ASclassPath: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] init-common: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] clean-common: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setOSConditions: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolWin: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolUnix: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolProperty: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setS1ASclassPath: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] init-common: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] clean-classes-common: [2022-04-17T15:48:14.213Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setOSConditions: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolWin: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolUnix: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolProperty: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setS1ASclassPath: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] init-common: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] clean-jars-common: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] compile: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setOSConditions: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolWin: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolUnix: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setToolProperty: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] setS1ASclassPath: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] init-common: [2022-04-17T15:48:14.213Z] [2022-04-17T15:48:14.213Z] compile-common: [2022-04-17T15:48:14.213Z] [echo] Current time (ISO): 2022-04-17T15:48:14.088+0000 [2022-04-17T15:48:14.213Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:14.213Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:16.106Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:48:16.106Z] [javac] 1 warning [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] build: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] setOSConditions: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] setToolWin: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] setToolUnix: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] setToolProperty: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] setS1ASclassPath: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] init-common: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] webclient-war-common: [2022-04-17T15:48:16.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] clear: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] test-tlds-exist: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] copy-tlds: [2022-04-17T15:48:16.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:48:16.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] test-tagfiles-exist: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] copy-tagfiles: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] package-war-common: [2022-04-17T15:48:16.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:16.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:48:16.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionContextListener/lib [2022-04-17T15:48:16.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:16.106Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:16.106Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:16.106Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionContextListener/docroot [2022-04-17T15:48:16.106Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-context-listener-web.war [2022-04-17T15:48:16.106Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:16.106Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:48:16.106Z] [javac] Compiling 1 source file [2022-04-17T15:48:16.106Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionContextListener/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:48:16.106Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] deploy: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] deploy-war-common: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] setOSConditions: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] setToolWin: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] setToolUnix: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] setToolProperty: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] setS1ASclassPath: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] init-common: [2022-04-17T15:48:16.106Z] [2022-04-17T15:48:16.106Z] deploy-war-commonpe: [2022-04-17T15:48:16.362Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-context-listener-web.war [2022-04-17T15:48:18.302Z] [exec] Application deployed with name web-jsp-resource-injection-context-listener-web. [2022-04-17T15:48:18.302Z] [2022-04-17T15:48:18.302Z] deploy-war-commonee: [2022-04-17T15:48:18.302Z] [2022-04-17T15:48:18.302Z] run: [2022-04-17T15:48:18.559Z] [java] Connecting to: http://localhost:45711/web-jsp-resource-injection-context-listener/TestServlet [2022-04-17T15:48:18.559Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:48:18.559Z] [java] [2022-04-17T15:48:18.559Z] [java] [2022-04-17T15:48:18.559Z] [java] ----------------------------------------- [2022-04-17T15:48:18.559Z] [java] - jsp-resource-injection-context-listener: PASS - [2022-04-17T15:48:18.559Z] [java] ----------------------------------------- [2022-04-17T15:48:18.559Z] [java] - Total PASS : 1 - [2022-04-17T15:48:18.559Z] [java] - Total FAIL : 0 - [2022-04-17T15:48:18.559Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:48:18.559Z] [java] ----------------------------------------- [2022-04-17T15:48:18.559Z] [2022-04-17T15:48:18.559Z] undeploy: [2022-04-17T15:48:18.559Z] [2022-04-17T15:48:18.559Z] setOSConditions: [2022-04-17T15:48:18.559Z] [2022-04-17T15:48:18.559Z] setToolWin: [2022-04-17T15:48:18.559Z] [2022-04-17T15:48:18.559Z] setToolUnix: [2022-04-17T15:48:18.559Z] [2022-04-17T15:48:18.559Z] setToolProperty: [2022-04-17T15:48:18.559Z] [2022-04-17T15:48:18.559Z] setS1ASclassPath: [2022-04-17T15:48:18.559Z] [2022-04-17T15:48:18.559Z] init-common: [2022-04-17T15:48:18.559Z] [2022-04-17T15:48:18.559Z] undeploy-war-common: [2022-04-17T15:48:18.814Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] all: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setOSConditions: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolWin: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolUnix: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolProperty: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setS1ASclassPath: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] init-common: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] clean: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setOSConditions: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolWin: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolUnix: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolProperty: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setS1ASclassPath: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] init-common: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] clean-common: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setOSConditions: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolWin: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolUnix: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolProperty: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setS1ASclassPath: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] init-common: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] clean-classes-common: [2022-04-17T15:48:19.092Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setOSConditions: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolWin: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolUnix: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolProperty: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setS1ASclassPath: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] init-common: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] clean-jars-common: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] compile: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setOSConditions: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolWin: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolUnix: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setToolProperty: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] setS1ASclassPath: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] init-common: [2022-04-17T15:48:19.092Z] [2022-04-17T15:48:19.092Z] compile-common: [2022-04-17T15:48:19.092Z] [echo] Current time (ISO): 2022-04-17T15:48:19.013+0000 [2022-04-17T15:48:19.092Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:19.092Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:20.997Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:48:20.998Z] [javac] 1 warning [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] build: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] setOSConditions: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] setToolWin: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] setToolUnix: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] setToolProperty: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] setS1ASclassPath: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] init-common: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] webclient-war-common: [2022-04-17T15:48:20.998Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] clear: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] test-tlds-exist: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] copy-tlds: [2022-04-17T15:48:20.998Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:48:20.998Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] test-tagfiles-exist: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] copy-tagfiles: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] package-war-common: [2022-04-17T15:48:20.998Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:20.998Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:48:20.998Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionSimpleTagHandler/lib [2022-04-17T15:48:20.998Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:20.998Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:20.998Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:20.998Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-simple-tag-handler-web.war [2022-04-17T15:48:20.998Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:20.998Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:48:20.998Z] [javac] Compiling 1 source file [2022-04-17T15:48:20.998Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionSimpleTagHandler/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:48:20.998Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] deploy: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] deploy-war-common: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] setOSConditions: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] setToolWin: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] setToolUnix: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] setToolProperty: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] setS1ASclassPath: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] init-common: [2022-04-17T15:48:20.998Z] [2022-04-17T15:48:20.998Z] deploy-war-commonpe: [2022-04-17T15:48:21.559Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-simple-tag-handler-web.war [2022-04-17T15:48:22.488Z] [exec] Application deployed with name web-jsp-resource-injection-simple-tag-handler-web. [2022-04-17T15:48:22.745Z] [2022-04-17T15:48:22.745Z] deploy-war-commonee: [2022-04-17T15:48:22.745Z] [2022-04-17T15:48:22.745Z] run: [2022-04-17T15:48:22.745Z] [java] Connecting to: http://localhost:45711/web-jsp-resource-injection-simple-tag-handler/jsp/test.jsp [2022-04-17T15:48:22.745Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:48:22.745Z] [java] [2022-04-17T15:48:22.745Z] [java] [2022-04-17T15:48:22.745Z] [java] ----------------------------------------- [2022-04-17T15:48:22.745Z] [java] - jsp-resource-injection-simple-tag-handler: PASS - [2022-04-17T15:48:22.745Z] [java] ----------------------------------------- [2022-04-17T15:48:22.745Z] [java] - Total PASS : 1 - [2022-04-17T15:48:22.745Z] [java] - Total FAIL : 0 - [2022-04-17T15:48:22.745Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:48:22.745Z] [java] ----------------------------------------- [2022-04-17T15:48:22.745Z] [2022-04-17T15:48:22.745Z] undeploy: [2022-04-17T15:48:22.745Z] [2022-04-17T15:48:22.745Z] setOSConditions: [2022-04-17T15:48:22.745Z] [2022-04-17T15:48:22.745Z] setToolWin: [2022-04-17T15:48:22.745Z] [2022-04-17T15:48:22.745Z] setToolUnix: [2022-04-17T15:48:22.745Z] [2022-04-17T15:48:22.745Z] setToolProperty: [2022-04-17T15:48:22.745Z] [2022-04-17T15:48:22.745Z] setS1ASclassPath: [2022-04-17T15:48:22.745Z] [2022-04-17T15:48:22.745Z] init-common: [2022-04-17T15:48:22.745Z] [2022-04-17T15:48:22.745Z] undeploy-war-common: [2022-04-17T15:48:23.341Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] all: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] setOSConditions: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] setToolWin: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] setToolUnix: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] setToolProperty: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] setS1ASclassPath: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] init-common: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] clean: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] setOSConditions: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] setToolWin: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] setToolUnix: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] setToolProperty: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.341Z] setS1ASclassPath: [2022-04-17T15:48:23.341Z] [2022-04-17T15:48:23.342Z] init-common: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] clean-common: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setOSConditions: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setToolWin: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setToolUnix: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setToolProperty: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setS1ASclassPath: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] init-common: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] clean-classes-common: [2022-04-17T15:48:23.342Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setOSConditions: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setToolWin: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setToolUnix: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setToolProperty: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setS1ASclassPath: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] init-common: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] clean-jars-common: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] compile: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setOSConditions: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setToolWin: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setToolUnix: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setToolProperty: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] setS1ASclassPath: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] init-common: [2022-04-17T15:48:23.342Z] [2022-04-17T15:48:23.342Z] compile-common: [2022-04-17T15:48:23.342Z] [echo] Current time (ISO): 2022-04-17T15:48:23.185+0000 [2022-04-17T15:48:23.342Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:23.342Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:25.263Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:48:25.263Z] [javac] 1 warning [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] build: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] setOSConditions: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] setToolWin: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] setToolUnix: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] setToolProperty: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] setS1ASclassPath: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] init-common: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] webclient-war-common: [2022-04-17T15:48:25.263Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] clear: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] test-tlds-exist: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] copy-tlds: [2022-04-17T15:48:25.263Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:48:25.263Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] test-tagfiles-exist: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] copy-tagfiles: [2022-04-17T15:48:25.263Z] [2022-04-17T15:48:25.263Z] package-war-common: [2022-04-17T15:48:25.263Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:25.263Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:48:25.264Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandler/lib [2022-04-17T15:48:25.264Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:25.264Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:25.264Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:25.264Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-tag-handler-web.war [2022-04-17T15:48:25.264Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:25.264Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:48:25.264Z] [javac] Compiling 1 source file [2022-04-17T15:48:25.264Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandler/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:48:25.264Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:48:25.264Z] [2022-04-17T15:48:25.264Z] deploy: [2022-04-17T15:48:25.264Z] [2022-04-17T15:48:25.264Z] deploy-war-common: [2022-04-17T15:48:25.264Z] [2022-04-17T15:48:25.264Z] setOSConditions: [2022-04-17T15:48:25.264Z] [2022-04-17T15:48:25.264Z] setToolWin: [2022-04-17T15:48:25.264Z] [2022-04-17T15:48:25.264Z] setToolUnix: [2022-04-17T15:48:25.264Z] [2022-04-17T15:48:25.264Z] setToolProperty: [2022-04-17T15:48:25.264Z] [2022-04-17T15:48:25.264Z] setS1ASclassPath: [2022-04-17T15:48:25.264Z] [2022-04-17T15:48:25.264Z] init-common: [2022-04-17T15:48:25.264Z] [2022-04-17T15:48:25.264Z] deploy-war-commonpe: [2022-04-17T15:48:25.541Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-tag-handler-web.war [2022-04-17T15:48:26.470Z] [exec] Application deployed with name web-jsp-resource-injection-tag-handler-web. [2022-04-17T15:48:26.727Z] [2022-04-17T15:48:26.727Z] deploy-war-commonee: [2022-04-17T15:48:26.727Z] [2022-04-17T15:48:26.727Z] run: [2022-04-17T15:48:26.727Z] [java] Connecting to: http://localhost:45711/web-jsp-resource-injection-tag-handler/jsp/test.jsp [2022-04-17T15:48:26.727Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:48:26.727Z] [java] [2022-04-17T15:48:26.727Z] [java] [2022-04-17T15:48:26.727Z] [java] ----------------------------------------- [2022-04-17T15:48:26.727Z] [java] - jsp-resource-injection-tag-handler: PASS - [2022-04-17T15:48:26.727Z] [java] ----------------------------------------- [2022-04-17T15:48:26.727Z] [java] - Total PASS : 1 - [2022-04-17T15:48:26.727Z] [java] - Total FAIL : 0 - [2022-04-17T15:48:26.727Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:48:26.727Z] [java] ----------------------------------------- [2022-04-17T15:48:26.727Z] [2022-04-17T15:48:26.727Z] undeploy: [2022-04-17T15:48:26.727Z] [2022-04-17T15:48:26.727Z] setOSConditions: [2022-04-17T15:48:26.727Z] [2022-04-17T15:48:26.727Z] setToolWin: [2022-04-17T15:48:26.727Z] [2022-04-17T15:48:26.727Z] setToolUnix: [2022-04-17T15:48:26.727Z] [2022-04-17T15:48:26.727Z] setToolProperty: [2022-04-17T15:48:26.727Z] [2022-04-17T15:48:26.727Z] setS1ASclassPath: [2022-04-17T15:48:26.727Z] [2022-04-17T15:48:26.727Z] init-common: [2022-04-17T15:48:26.727Z] [2022-04-17T15:48:26.727Z] undeploy-war-common: [2022-04-17T15:48:27.291Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] all: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setOSConditions: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolWin: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolUnix: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolProperty: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setS1ASclassPath: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] init-common: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] clean: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setOSConditions: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolWin: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolUnix: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolProperty: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setS1ASclassPath: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] init-common: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] clean-common: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setOSConditions: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolWin: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolUnix: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolProperty: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setS1ASclassPath: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] init-common: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] clean-classes-common: [2022-04-17T15:48:27.291Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setOSConditions: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolWin: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolUnix: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolProperty: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setS1ASclassPath: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] init-common: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] clean-jars-common: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] compile: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setOSConditions: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolWin: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolUnix: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setToolProperty: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] setS1ASclassPath: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] init-common: [2022-04-17T15:48:27.291Z] [2022-04-17T15:48:27.291Z] compile-common: [2022-04-17T15:48:27.291Z] [echo] Current time (ISO): 2022-04-17T15:48:27.163+0000 [2022-04-17T15:48:27.291Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:27.291Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:29.236Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:48:29.236Z] [javac] 1 warning [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] build: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] setOSConditions: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] setToolWin: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] setToolUnix: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] setToolProperty: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] setS1ASclassPath: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] init-common: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] webclient-war-common: [2022-04-17T15:48:29.236Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] clear: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] test-tlds-exist: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] copy-tlds: [2022-04-17T15:48:29.236Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:48:29.236Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] test-tagfiles-exist: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] copy-tagfiles: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] package-war-common: [2022-04-17T15:48:29.236Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:29.236Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:48:29.236Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandlerPoolingDisabled/lib [2022-04-17T15:48:29.236Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:29.236Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:29.236Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:29.236Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-tag-handler-pooling-disabled-web.war [2022-04-17T15:48:29.236Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:29.236Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:48:29.236Z] [javac] Compiling 1 source file [2022-04-17T15:48:29.236Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandlerPoolingDisabled/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:48:29.236Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] deploy: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] deploy-war-common: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] setOSConditions: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] setToolWin: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] setToolUnix: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] setToolProperty: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] setS1ASclassPath: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] init-common: [2022-04-17T15:48:29.236Z] [2022-04-17T15:48:29.236Z] deploy-war-commonpe: [2022-04-17T15:48:29.492Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-resource-injection-tag-handler-pooling-disabled-web.war [2022-04-17T15:48:30.879Z] [exec] Application deployed with name web-jsp-resource-injection-tag-handler-pooling-disabled-web. [2022-04-17T15:48:30.879Z] [2022-04-17T15:48:30.879Z] deploy-war-commonee: [2022-04-17T15:48:30.879Z] [2022-04-17T15:48:30.879Z] run: [2022-04-17T15:48:30.879Z] [java] Connecting to: http://localhost:45711/web-jsp-resource-injection-tag-handler-pooling-disabled/jsp/test.jsp [2022-04-17T15:48:30.879Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:48:30.879Z] [java] [2022-04-17T15:48:30.879Z] [java] [2022-04-17T15:48:30.879Z] [java] ----------------------------------------- [2022-04-17T15:48:30.879Z] [java] - jsp-resource-injection-tag-handler-pooling-disabled: PASS - [2022-04-17T15:48:30.879Z] [java] ----------------------------------------- [2022-04-17T15:48:30.879Z] [java] - Total PASS : 1 - [2022-04-17T15:48:30.879Z] [java] - Total FAIL : 0 - [2022-04-17T15:48:30.879Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:48:30.879Z] [java] ----------------------------------------- [2022-04-17T15:48:30.879Z] [2022-04-17T15:48:30.879Z] undeploy: [2022-04-17T15:48:30.879Z] [2022-04-17T15:48:30.879Z] setOSConditions: [2022-04-17T15:48:30.879Z] [2022-04-17T15:48:30.879Z] setToolWin: [2022-04-17T15:48:30.879Z] [2022-04-17T15:48:30.879Z] setToolUnix: [2022-04-17T15:48:30.879Z] [2022-04-17T15:48:30.879Z] setToolProperty: [2022-04-17T15:48:30.879Z] [2022-04-17T15:48:30.879Z] setS1ASclassPath: [2022-04-17T15:48:30.879Z] [2022-04-17T15:48:30.879Z] init-common: [2022-04-17T15:48:30.879Z] [2022-04-17T15:48:30.879Z] undeploy-war-common: [2022-04-17T15:48:31.137Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] all: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setOSConditions: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setToolWin: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setToolUnix: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setToolProperty: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setS1ASclassPath: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] init-common: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setup: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setOSConditions: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setToolWin: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setToolUnix: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setToolProperty: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setS1ASclassPath: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] init-common: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] copyJarAndClasses: [2022-04-17T15:48:31.393Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib [2022-04-17T15:48:31.393Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib/classes [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] restart-server-instance-common: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setOSConditions: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setToolWin: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setToolUnix: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setToolProperty: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] setS1ASclassPath: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] init-common: [2022-04-17T15:48:31.393Z] [2022-04-17T15:48:31.393Z] stopDomain: [2022-04-17T15:48:31.393Z] [echo] run.xml:stopping domain... [2022-04-17T15:48:32.759Z] [exec] Waiting for the domain to stop . [2022-04-17T15:48:32.759Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:48:38.007Z] [2022-04-17T15:48:38.007Z] setOSConditions: [2022-04-17T15:48:38.007Z] [2022-04-17T15:48:38.007Z] setToolWin: [2022-04-17T15:48:38.007Z] [2022-04-17T15:48:38.007Z] setToolUnix: [2022-04-17T15:48:38.007Z] [2022-04-17T15:48:38.007Z] setToolProperty: [2022-04-17T15:48:38.007Z] [2022-04-17T15:48:38.007Z] setS1ASclassPath: [2022-04-17T15:48:38.007Z] [2022-04-17T15:48:38.007Z] init-common: [2022-04-17T15:48:38.007Z] [2022-04-17T15:48:38.007Z] startDomainUnix: [2022-04-17T15:48:38.007Z] [echo] Starting DAS [2022-04-17T15:48:42.241Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:48:42.241Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:48:42.241Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:48:42.241Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:48:42.241Z] [exec] Admin Port: 45707 [2022-04-17T15:48:42.241Z] [exec] Command start-domain executed successfully. [2022-04-17T15:48:42.241Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:48:42.497Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] dumpThreadStack: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] startDomainWindows: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] startDomain: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] clean: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setOSConditions: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolWin: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolUnix: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolProperty: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setS1ASclassPath: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] init-common: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] clean-common: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setOSConditions: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolWin: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolUnix: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolProperty: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setS1ASclassPath: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] init-common: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] clean-classes-common: [2022-04-17T15:48:42.497Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setOSConditions: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolWin: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolUnix: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolProperty: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setS1ASclassPath: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] init-common: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] clean-jars-common: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] compile: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setOSConditions: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolWin: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolUnix: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setToolProperty: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] setS1ASclassPath: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] init-common: [2022-04-17T15:48:42.497Z] [2022-04-17T15:48:42.497Z] compile-common: [2022-04-17T15:48:42.497Z] [echo] Current time (ISO): 2022-04-17T15:48:42.273+0000 [2022-04-17T15:48:42.497Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:42.497Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:44.402Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:48:44.402Z] [javac] 1 warning [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] build: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] setOSConditions: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] setToolWin: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] setToolUnix: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] setToolProperty: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] setS1ASclassPath: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] init-common: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] webclient-war-common: [2022-04-17T15:48:44.402Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] clear: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] test-tlds-exist: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] copy-tlds: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] test-tagfiles-exist: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] copy-tagfiles: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] package-war-common: [2022-04-17T15:48:44.402Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:48:44.402Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:44.402Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:44.402Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:48:44.402Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeCompileConsiderDomainLibJarFilesAndClasses/lib [2022-04-17T15:48:44.402Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:44.402Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:44.402Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes-web.war [2022-04-17T15:48:44.402Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:44.402Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:48:44.402Z] [javac] Compiling 1 source file [2022-04-17T15:48:44.402Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeCompileConsiderDomainLibJarFilesAndClasses/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:48:44.402Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] deploy: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] deploy-war-common: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] setOSConditions: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] setToolWin: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] setToolUnix: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] setToolProperty: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] setS1ASclassPath: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] init-common: [2022-04-17T15:48:44.402Z] [2022-04-17T15:48:44.402Z] deploy-war-commonpe: [2022-04-17T15:48:44.402Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes-web.war [2022-04-17T15:48:47.690Z] [exec] Application deployed with name web-jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes-web. [2022-04-17T15:48:47.690Z] [2022-04-17T15:48:47.691Z] deploy-war-commonee: [2022-04-17T15:48:47.691Z] [2022-04-17T15:48:47.691Z] run: [2022-04-17T15:48:47.691Z] [java] Connecting to: http://localhost:45711/web-jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes/jsp/test.jsp [2022-04-17T15:48:49.082Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:48:49.082Z] [java] [2022-04-17T15:48:49.083Z] [java] [2022-04-17T15:48:49.083Z] [java] ----------------------------------------- [2022-04-17T15:48:49.083Z] [java] - jsp-runtime-compile-consider-domain-lib-jarfiles-and-classes: PASS - [2022-04-17T15:48:49.083Z] [java] ----------------------------------------- [2022-04-17T15:48:49.083Z] [java] - Total PASS : 1 - [2022-04-17T15:48:49.083Z] [java] - Total FAIL : 0 - [2022-04-17T15:48:49.083Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:48:49.083Z] [java] ----------------------------------------- [2022-04-17T15:48:49.083Z] [2022-04-17T15:48:49.083Z] undeploy: [2022-04-17T15:48:49.083Z] [2022-04-17T15:48:49.083Z] setOSConditions: [2022-04-17T15:48:49.083Z] [2022-04-17T15:48:49.083Z] setToolWin: [2022-04-17T15:48:49.083Z] [2022-04-17T15:48:49.083Z] setToolUnix: [2022-04-17T15:48:49.083Z] [2022-04-17T15:48:49.083Z] setToolProperty: [2022-04-17T15:48:49.083Z] [2022-04-17T15:48:49.083Z] setS1ASclassPath: [2022-04-17T15:48:49.083Z] [2022-04-17T15:48:49.083Z] init-common: [2022-04-17T15:48:49.083Z] [2022-04-17T15:48:49.083Z] undeploy-war-common: [2022-04-17T15:48:49.343Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:48:49.600Z] [2022-04-17T15:48:49.600Z] stopDomain: [2022-04-17T15:48:49.600Z] [echo] run.xml:stopping domain... [2022-04-17T15:48:50.967Z] [exec] Waiting for the domain to stop . [2022-04-17T15:48:50.967Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] restore: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] setOSConditions: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] setToolWin: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] setToolUnix: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] setToolProperty: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] setS1ASclassPath: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] init-common: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] removeJarAndClasses: [2022-04-17T15:48:50.967Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib/myclasses.jar [2022-04-17T15:48:50.967Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib/classes/aaa [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] setOSConditions: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] setToolWin: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] setToolUnix: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] setToolProperty: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] setS1ASclassPath: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] init-common: [2022-04-17T15:48:50.967Z] [2022-04-17T15:48:50.967Z] startDomainUnix: [2022-04-17T15:48:50.967Z] [echo] Starting DAS [2022-04-17T15:48:55.147Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:48:55.147Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:48:55.147Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:48:55.147Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:48:55.147Z] [exec] Admin Port: 45707 [2022-04-17T15:48:55.147Z] [exec] Command start-domain executed successfully. [2022-04-17T15:48:55.438Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:48:55.694Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] dumpThreadStack: [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] startDomainWindows: [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] startDomain: [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] all: [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] setOSConditions: [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] setToolWin: [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] setToolUnix: [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] setToolProperty: [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] setS1ASclassPath: [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] init-common: [2022-04-17T15:48:55.694Z] [2022-04-17T15:48:55.694Z] setup: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setOSConditions: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolWin: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolUnix: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolProperty: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setS1ASclassPath: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] init-common: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] copyJarToApplibs: [2022-04-17T15:48:55.695Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib/applibs [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] clean: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setOSConditions: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolWin: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolUnix: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolProperty: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setS1ASclassPath: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] init-common: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] clean-common: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setOSConditions: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolWin: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolUnix: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolProperty: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setS1ASclassPath: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] init-common: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] clean-classes-common: [2022-04-17T15:48:55.695Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setOSConditions: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolWin: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolUnix: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolProperty: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setS1ASclassPath: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] init-common: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] clean-jars-common: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] compile: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setOSConditions: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolWin: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolUnix: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolProperty: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setS1ASclassPath: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] init-common: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] compile-common: [2022-04-17T15:48:55.695Z] [echo] Current time (ISO): 2022-04-17T15:48:55.555+0000 [2022-04-17T15:48:55.695Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:48:55.695Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeDeployDashDashLibraries/servlet [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] build: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setOSConditions: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolWin: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolUnix: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolProperty: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setS1ASclassPath: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] init-common: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] webclient-war-common: [2022-04-17T15:48:55.695Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] clear: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] test-tlds-exist: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] copy-tlds: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] test-tagfiles-exist: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] copy-tagfiles: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] package-war-common: [2022-04-17T15:48:55.695Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:48:55.695Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:55.695Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:48:55.695Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:48:55.695Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeDeployDashDashLibraries/lib [2022-04-17T15:48:55.695Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:55.695Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-runtime-deploy-dash-dash-libraries-web.war [2022-04-17T15:48:55.695Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:48:55.695Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:48:55.695Z] [javac] Compiling 1 source file [2022-04-17T15:48:55.695Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspRuntimeDeployDashDashLibraries/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:48:55.695Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] deploy: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setOSConditions: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolWin: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolUnix: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setToolProperty: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] setS1ASclassPath: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] init-common: [2022-04-17T15:48:55.695Z] [2022-04-17T15:48:55.695Z] deploy-war-libraries: [2022-04-17T15:48:56.261Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-runtime-deploy-dash-dash-libraries-web.war [2022-04-17T15:48:59.654Z] [exec] Application deployed with name web-jsp-runtime-deploy-dash-dash-libraries-web. [2022-04-17T15:48:59.654Z] [2022-04-17T15:48:59.654Z] run: [2022-04-17T15:48:59.654Z] [java] Connecting to: http://localhost:45711/web-jsp-runtime-deploy-dash-dash-libraries/test.jsp [2022-04-17T15:49:01.037Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:01.037Z] [java] [2022-04-17T15:49:01.037Z] [java] [2022-04-17T15:49:01.037Z] [java] ----------------------------------------- [2022-04-17T15:49:01.037Z] [java] - jsp-runtime-deploy-dash-dash-libraries: PASS - [2022-04-17T15:49:01.037Z] [java] ----------------------------------------- [2022-04-17T15:49:01.037Z] [java] - Total PASS : 1 - [2022-04-17T15:49:01.038Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:01.038Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:01.038Z] [java] ----------------------------------------- [2022-04-17T15:49:01.038Z] [2022-04-17T15:49:01.038Z] undeploy: [2022-04-17T15:49:01.038Z] [2022-04-17T15:49:01.038Z] setOSConditions: [2022-04-17T15:49:01.038Z] [2022-04-17T15:49:01.038Z] setToolWin: [2022-04-17T15:49:01.038Z] [2022-04-17T15:49:01.038Z] setToolUnix: [2022-04-17T15:49:01.038Z] [2022-04-17T15:49:01.038Z] setToolProperty: [2022-04-17T15:49:01.038Z] [2022-04-17T15:49:01.038Z] setS1ASclassPath: [2022-04-17T15:49:01.038Z] [2022-04-17T15:49:01.038Z] init-common: [2022-04-17T15:49:01.038Z] [2022-04-17T15:49:01.038Z] undeploy-war-common: [2022-04-17T15:49:01.294Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] restore: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setOSConditions: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolWin: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolUnix: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolProperty: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setS1ASclassPath: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] init-common: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] removeJarFromApplibs: [2022-04-17T15:49:01.294Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/lib/applibs/myclasses.jar [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] all: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setOSConditions: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolWin: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolUnix: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolProperty: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setS1ASclassPath: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] init-common: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] clean: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setOSConditions: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolWin: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolUnix: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolProperty: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setS1ASclassPath: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] init-common: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] clean-common: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setOSConditions: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolWin: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolUnix: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolProperty: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setS1ASclassPath: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] init-common: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] clean-classes-common: [2022-04-17T15:49:01.294Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setOSConditions: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolWin: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolUnix: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolProperty: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setS1ASclassPath: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] init-common: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] clean-jars-common: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] compile: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setOSConditions: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolWin: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolUnix: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setToolProperty: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] setS1ASclassPath: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] init-common: [2022-04-17T15:49:01.294Z] [2022-04-17T15:49:01.294Z] compile-common: [2022-04-17T15:49:01.294Z] [echo] Current time (ISO): 2022-04-17T15:49:01.253+0000 [2022-04-17T15:49:01.294Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:01.294Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:03.200Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:49:03.200Z] [javac] 1 warning [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] build: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] setOSConditions: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] setToolWin: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] setToolUnix: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] setToolProperty: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] setS1ASclassPath: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] init-common: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] webclient-war-common: [2022-04-17T15:49:03.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] clear: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] test-tlds-exist: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] copy-tlds: [2022-04-17T15:49:03.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:03.200Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] test-tagfiles-exist: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] copy-tagfiles: [2022-04-17T15:49:03.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags [2022-04-17T15:49:03.200Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] package-war-common: [2022-04-17T15:49:03.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:03.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:03.200Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptlessTagBodyJspDocument/lib [2022-04-17T15:49:03.200Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:03.200Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:03.200Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptless-tag-body-jsp-document-web.war [2022-04-17T15:49:03.200Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:03.200Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:03.200Z] [javac] Compiling 1 source file [2022-04-17T15:49:03.200Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptlessTagBodyJspDocument/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:03.200Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] deploy: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] deploy-war-common: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] setOSConditions: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] setToolWin: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] setToolUnix: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] setToolProperty: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] setS1ASclassPath: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] init-common: [2022-04-17T15:49:03.200Z] [2022-04-17T15:49:03.200Z] deploy-war-commonpe: [2022-04-17T15:49:03.541Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptless-tag-body-jsp-document-web.war [2022-04-17T15:49:03.839Z] [exec] Application deployed with name web-jsp-scriptless-tag-body-jsp-document-web. [2022-04-17T15:49:03.839Z] [2022-04-17T15:49:03.839Z] deploy-war-commonee: [2022-04-17T15:49:03.839Z] [2022-04-17T15:49:03.839Z] run: [2022-04-17T15:49:03.839Z] [java] Connecting to: http://localhost:45711/web-jsp-scriptless-tag-body-jsp-document/jsp/test.jspx [2022-04-17T15:49:04.096Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:04.096Z] [java] [2022-04-17T15:49:04.096Z] [java] [2022-04-17T15:49:04.096Z] [java] ----------------------------------------- [2022-04-17T15:49:04.096Z] [java] - jsp-scriptless-tag-body-jsp-document: PASS - [2022-04-17T15:49:04.096Z] [java] ----------------------------------------- [2022-04-17T15:49:04.096Z] [java] - Total PASS : 1 - [2022-04-17T15:49:04.096Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:04.096Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:04.096Z] [java] ----------------------------------------- [2022-04-17T15:49:04.096Z] [2022-04-17T15:49:04.096Z] undeploy: [2022-04-17T15:49:04.096Z] [2022-04-17T15:49:04.096Z] setOSConditions: [2022-04-17T15:49:04.096Z] [2022-04-17T15:49:04.096Z] setToolWin: [2022-04-17T15:49:04.096Z] [2022-04-17T15:49:04.096Z] setToolUnix: [2022-04-17T15:49:04.096Z] [2022-04-17T15:49:04.096Z] setToolProperty: [2022-04-17T15:49:04.096Z] [2022-04-17T15:49:04.096Z] setS1ASclassPath: [2022-04-17T15:49:04.096Z] [2022-04-17T15:49:04.096Z] init-common: [2022-04-17T15:49:04.096Z] [2022-04-17T15:49:04.096Z] undeploy-war-common: [2022-04-17T15:49:04.357Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] all: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setOSConditions: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolWin: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolUnix: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolProperty: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setS1ASclassPath: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] init-common: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] clean: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setOSConditions: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolWin: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolUnix: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolProperty: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setS1ASclassPath: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] init-common: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] clean-common: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setOSConditions: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolWin: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolUnix: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolProperty: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setS1ASclassPath: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] init-common: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] clean-classes-common: [2022-04-17T15:49:04.613Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setOSConditions: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolWin: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolUnix: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolProperty: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setS1ASclassPath: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] init-common: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] clean-jars-common: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] compile: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setOSConditions: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolWin: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolUnix: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolProperty: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setS1ASclassPath: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] init-common: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] compile-common: [2022-04-17T15:49:04.613Z] [echo] Current time (ISO): 2022-04-17T15:49:04.403+0000 [2022-04-17T15:49:04.613Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:04.613Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletAfterScriptlessTag/servlet [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] build: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setOSConditions: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolWin: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolUnix: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolProperty: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setS1ASclassPath: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] init-common: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] webclient-war-common: [2022-04-17T15:49:04.613Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] clear: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] test-tlds-exist: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] copy-tlds: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] test-tagfiles-exist: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] copy-tagfiles: [2022-04-17T15:49:04.613Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags [2022-04-17T15:49:04.613Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] package-war-common: [2022-04-17T15:49:04.613Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:04.613Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:04.613Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletAfterScriptlessTag/lib [2022-04-17T15:49:04.613Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:04.613Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-after-scriptless-tag-web.war [2022-04-17T15:49:04.613Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:04.613Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:04.613Z] [javac] Compiling 1 source file [2022-04-17T15:49:04.613Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletAfterScriptlessTag/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:04.613Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] deploy: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] deploy-war-common: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setOSConditions: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolWin: [2022-04-17T15:49:04.613Z] [2022-04-17T15:49:04.613Z] setToolUnix: [2022-04-17T15:49:04.614Z] [2022-04-17T15:49:04.614Z] setToolProperty: [2022-04-17T15:49:04.614Z] [2022-04-17T15:49:04.614Z] setS1ASclassPath: [2022-04-17T15:49:04.614Z] [2022-04-17T15:49:04.614Z] init-common: [2022-04-17T15:49:04.614Z] [2022-04-17T15:49:04.614Z] deploy-war-commonpe: [2022-04-17T15:49:04.870Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-after-scriptless-tag-web.war [2022-04-17T15:49:06.770Z] [exec] Application deployed with name web-jsp-scriptlet-after-scriptless-tag-web. [2022-04-17T15:49:06.770Z] [2022-04-17T15:49:06.770Z] deploy-war-commonee: [2022-04-17T15:49:06.770Z] [2022-04-17T15:49:06.770Z] run: [2022-04-17T15:49:06.770Z] [java] Connecting to: http://localhost:45711/web-jsp-scriptlet-after-scriptless-tag/jsp/test.jspx [2022-04-17T15:49:06.770Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:06.770Z] [java] [2022-04-17T15:49:06.770Z] [java] [2022-04-17T15:49:06.770Z] [java] ----------------------------------------- [2022-04-17T15:49:06.770Z] [java] - jsp-scriptlet-after-scriptless-tag: PASS - [2022-04-17T15:49:06.770Z] [java] ----------------------------------------- [2022-04-17T15:49:06.770Z] [java] - Total PASS : 1 - [2022-04-17T15:49:06.770Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:06.770Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:06.770Z] [java] ----------------------------------------- [2022-04-17T15:49:06.770Z] [2022-04-17T15:49:06.770Z] undeploy: [2022-04-17T15:49:06.770Z] [2022-04-17T15:49:06.770Z] setOSConditions: [2022-04-17T15:49:06.770Z] [2022-04-17T15:49:06.770Z] setToolWin: [2022-04-17T15:49:06.770Z] [2022-04-17T15:49:06.770Z] setToolUnix: [2022-04-17T15:49:06.770Z] [2022-04-17T15:49:06.770Z] setToolProperty: [2022-04-17T15:49:06.770Z] [2022-04-17T15:49:06.770Z] setS1ASclassPath: [2022-04-17T15:49:06.770Z] [2022-04-17T15:49:06.770Z] init-common: [2022-04-17T15:49:06.770Z] [2022-04-17T15:49:06.770Z] undeploy-war-common: [2022-04-17T15:49:07.345Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] all: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setOSConditions: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolWin: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolUnix: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolProperty: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setS1ASclassPath: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] init-common: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] clean: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setOSConditions: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolWin: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolUnix: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolProperty: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setS1ASclassPath: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] init-common: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] clean-common: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setOSConditions: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolWin: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolUnix: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolProperty: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setS1ASclassPath: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] init-common: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] clean-classes-common: [2022-04-17T15:49:07.345Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setOSConditions: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolWin: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolUnix: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolProperty: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setS1ASclassPath: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] init-common: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] clean-jars-common: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] compile: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setOSConditions: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolWin: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolUnix: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setToolProperty: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] setS1ASclassPath: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] init-common: [2022-04-17T15:49:07.345Z] [2022-04-17T15:49:07.345Z] compile-common: [2022-04-17T15:49:07.345Z] [echo] Current time (ISO): 2022-04-17T15:49:07.293+0000 [2022-04-17T15:49:07.345Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:07.345Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:09.262Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:49:09.262Z] [javac] 1 warning [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] build: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] setOSConditions: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] setToolWin: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] setToolUnix: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] setToolProperty: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] setS1ASclassPath: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] init-common: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] webclient-war-common: [2022-04-17T15:49:09.262Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] clear: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] test-tlds-exist: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] copy-tlds: [2022-04-17T15:49:09.262Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:09.262Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] test-tagfiles-exist: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] copy-tagfiles: [2022-04-17T15:49:09.262Z] [2022-04-17T15:49:09.262Z] package-war-common: [2022-04-17T15:49:09.262Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:09.262Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:09.262Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletDeclNestedInCustomAction/lib [2022-04-17T15:49:09.262Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:09.263Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:09.263Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-decl-nested-in-custom-action-web.war [2022-04-17T15:49:09.263Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:09.263Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:09.263Z] [javac] Compiling 1 source file [2022-04-17T15:49:09.263Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletDeclNestedInCustomAction/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:09.263Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:09.263Z] [2022-04-17T15:49:09.263Z] deploy: [2022-04-17T15:49:09.263Z] [2022-04-17T15:49:09.263Z] deploy-war-common: [2022-04-17T15:49:09.263Z] [2022-04-17T15:49:09.263Z] setOSConditions: [2022-04-17T15:49:09.263Z] [2022-04-17T15:49:09.263Z] setToolWin: [2022-04-17T15:49:09.263Z] [2022-04-17T15:49:09.263Z] setToolUnix: [2022-04-17T15:49:09.263Z] [2022-04-17T15:49:09.263Z] setToolProperty: [2022-04-17T15:49:09.263Z] [2022-04-17T15:49:09.263Z] setS1ASclassPath: [2022-04-17T15:49:09.263Z] [2022-04-17T15:49:09.263Z] init-common: [2022-04-17T15:49:09.263Z] [2022-04-17T15:49:09.263Z] deploy-war-commonpe: [2022-04-17T15:49:09.537Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-decl-nested-in-custom-action-web.war [2022-04-17T15:49:10.465Z] [exec] Application deployed with name web-jsp-scriptlet-decl-nested-in-custom-action-web. [2022-04-17T15:49:10.465Z] [2022-04-17T15:49:10.465Z] deploy-war-commonee: [2022-04-17T15:49:10.465Z] [2022-04-17T15:49:10.465Z] run: [2022-04-17T15:49:10.465Z] [java] Connecting to: http://localhost:45711/web-jsp-scriptlet-decl-nested-in-custom-action/jsp/test.jsp [2022-04-17T15:49:10.465Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:10.465Z] [java] [2022-04-17T15:49:10.465Z] [java] [2022-04-17T15:49:10.465Z] [java] ----------------------------------------- [2022-04-17T15:49:10.465Z] [java] - jsp-scriptlet-decl-nested-in-custom-action: PASS - [2022-04-17T15:49:10.465Z] [java] ----------------------------------------- [2022-04-17T15:49:10.465Z] [java] - Total PASS : 1 - [2022-04-17T15:49:10.465Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:10.465Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:10.465Z] [java] ----------------------------------------- [2022-04-17T15:49:10.465Z] [2022-04-17T15:49:10.465Z] undeploy: [2022-04-17T15:49:10.465Z] [2022-04-17T15:49:10.465Z] setOSConditions: [2022-04-17T15:49:10.465Z] [2022-04-17T15:49:10.465Z] setToolWin: [2022-04-17T15:49:10.465Z] [2022-04-17T15:49:10.465Z] setToolUnix: [2022-04-17T15:49:10.465Z] [2022-04-17T15:49:10.465Z] setToolProperty: [2022-04-17T15:49:10.465Z] [2022-04-17T15:49:10.465Z] setS1ASclassPath: [2022-04-17T15:49:10.465Z] [2022-04-17T15:49:10.465Z] init-common: [2022-04-17T15:49:10.465Z] [2022-04-17T15:49:10.465Z] undeploy-war-common: [2022-04-17T15:49:11.045Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] all: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setOSConditions: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolWin: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolUnix: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolProperty: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setS1ASclassPath: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] init-common: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] clean: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setOSConditions: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolWin: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolUnix: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolProperty: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setS1ASclassPath: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] init-common: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] clean-common: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setOSConditions: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolWin: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolUnix: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolProperty: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setS1ASclassPath: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] init-common: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] clean-classes-common: [2022-04-17T15:49:11.045Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setOSConditions: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolWin: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolUnix: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolProperty: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setS1ASclassPath: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] init-common: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] clean-jars-common: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] compile: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setOSConditions: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolWin: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolUnix: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolProperty: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setS1ASclassPath: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] init-common: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] compile-common: [2022-04-17T15:49:11.045Z] [echo] Current time (ISO): 2022-04-17T15:49:11.010+0000 [2022-04-17T15:49:11.045Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:11.045Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage/servlet [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] build: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setOSConditions: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolWin: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolUnix: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setToolProperty: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] setS1ASclassPath: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] init-common: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] webclient-war-common: [2022-04-17T15:49:11.045Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] clear: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] test-tlds-exist: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] copy-tlds: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] test-tagfiles-exist: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] copy-tagfiles: [2022-04-17T15:49:11.045Z] [2022-04-17T15:49:11.045Z] package-war-common: [2022-04-17T15:49:11.045Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:49:11.045Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:11.045Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:11.045Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:11.045Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage/lib [2022-04-17T15:49:11.045Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:11.045Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-syntax-error-correct-error-message-web.war [2022-04-17T15:49:11.045Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:11.045Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:11.045Z] [javac] Compiling 1 source file [2022-04-17T15:49:11.301Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:11.301Z] [javac] sock = new Socket(host, new Integer(port).intValue()); [2022-04-17T15:49:11.301Z] [javac] ^ [2022-04-17T15:49:11.301Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:11.302Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:11.302Z] [javac] 1 warning [2022-04-17T15:49:11.302Z] [2022-04-17T15:49:11.302Z] deploy: [2022-04-17T15:49:11.302Z] [2022-04-17T15:49:11.302Z] deploy-war-common: [2022-04-17T15:49:11.302Z] [2022-04-17T15:49:11.302Z] setOSConditions: [2022-04-17T15:49:11.302Z] [2022-04-17T15:49:11.302Z] setToolWin: [2022-04-17T15:49:11.302Z] [2022-04-17T15:49:11.302Z] setToolUnix: [2022-04-17T15:49:11.302Z] [2022-04-17T15:49:11.302Z] setToolProperty: [2022-04-17T15:49:11.302Z] [2022-04-17T15:49:11.302Z] setS1ASclassPath: [2022-04-17T15:49:11.302Z] [2022-04-17T15:49:11.302Z] init-common: [2022-04-17T15:49:11.302Z] [2022-04-17T15:49:11.302Z] deploy-war-commonpe: [2022-04-17T15:49:11.558Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-scriptlet-syntax-error-correct-error-message-web.war [2022-04-17T15:49:11.814Z] [exec] Application deployed with name web-jsp-scriptlet-syntax-error-correct-error-message-web. [2022-04-17T15:49:11.814Z] [2022-04-17T15:49:11.814Z] deploy-war-commonee: [2022-04-17T15:49:11.814Z] [2022-04-17T15:49:11.814Z] run: [2022-04-17T15:49:12.071Z] [java] GET /web-jsp-scriptlet-syntax-error-correct-error-message/jsp/test.jsp HTTP/1.0 [2022-04-17T15:49:12.071Z] [java] [2022-04-17T15:49:12.071Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:12.071Z] [java] [2022-04-17T15:49:12.071Z] [java] [2022-04-17T15:49:12.071Z] [java] ----------------------------------------- [2022-04-17T15:49:12.071Z] [java] - scriptlet-syntax-error-correct-error-message: PASS - [2022-04-17T15:49:12.071Z] [java] ----------------------------------------- [2022-04-17T15:49:12.071Z] [java] - Total PASS : 1 - [2022-04-17T15:49:12.071Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:12.071Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:12.071Z] [java] ----------------------------------------- [2022-04-17T15:49:12.071Z] [2022-04-17T15:49:12.071Z] undeploy: [2022-04-17T15:49:12.071Z] [2022-04-17T15:49:12.071Z] setOSConditions: [2022-04-17T15:49:12.071Z] [2022-04-17T15:49:12.071Z] setToolWin: [2022-04-17T15:49:12.071Z] [2022-04-17T15:49:12.071Z] setToolUnix: [2022-04-17T15:49:12.071Z] [2022-04-17T15:49:12.071Z] setToolProperty: [2022-04-17T15:49:12.071Z] [2022-04-17T15:49:12.071Z] setS1ASclassPath: [2022-04-17T15:49:12.071Z] [2022-04-17T15:49:12.071Z] init-common: [2022-04-17T15:49:12.071Z] [2022-04-17T15:49:12.071Z] undeploy-war-common: [2022-04-17T15:49:12.644Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] all: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setOSConditions: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolWin: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolUnix: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolProperty: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setS1ASclassPath: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] init-common: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] clean: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setOSConditions: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolWin: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolUnix: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolProperty: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setS1ASclassPath: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] init-common: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] clean-common: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setOSConditions: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolWin: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolUnix: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolProperty: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setS1ASclassPath: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] init-common: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] clean-classes-common: [2022-04-17T15:49:12.644Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setOSConditions: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolWin: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolUnix: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolProperty: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setS1ASclassPath: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] init-common: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] clean-jars-common: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] compile: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setOSConditions: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolWin: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolUnix: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolProperty: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setS1ASclassPath: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] init-common: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] compile-common: [2022-04-17T15:49:12.644Z] [echo] Current time (ISO): 2022-04-17T15:49:12.540+0000 [2022-04-17T15:49:12.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:12.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPage/servlet [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] build: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setOSConditions: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolWin: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolUnix: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setToolProperty: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] setS1ASclassPath: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] init-common: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] webclient-war-common: [2022-04-17T15:49:12.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] clear: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] test-tlds-exist: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] copy-tlds: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] test-tagfiles-exist: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] copy-tagfiles: [2022-04-17T15:49:12.644Z] [2022-04-17T15:49:12.644Z] package-war-common: [2022-04-17T15:49:12.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:49:12.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:12.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:12.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:12.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPage/lib [2022-04-17T15:49:12.644Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:12.644Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-self-referencing-error-page-web.war [2022-04-17T15:49:12.645Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:12.645Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:12.645Z] [javac] Compiling 1 source file [2022-04-17T15:49:12.645Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPage/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:12.645Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:12.645Z] [2022-04-17T15:49:12.645Z] deploy: [2022-04-17T15:49:12.645Z] [2022-04-17T15:49:12.645Z] deploy-war-common: [2022-04-17T15:49:12.645Z] [2022-04-17T15:49:12.645Z] setOSConditions: [2022-04-17T15:49:12.645Z] [2022-04-17T15:49:12.645Z] setToolWin: [2022-04-17T15:49:12.645Z] [2022-04-17T15:49:12.645Z] setToolUnix: [2022-04-17T15:49:12.645Z] [2022-04-17T15:49:12.645Z] setToolProperty: [2022-04-17T15:49:12.645Z] [2022-04-17T15:49:12.645Z] setS1ASclassPath: [2022-04-17T15:49:12.645Z] [2022-04-17T15:49:12.645Z] init-common: [2022-04-17T15:49:12.645Z] [2022-04-17T15:49:12.645Z] deploy-war-commonpe: [2022-04-17T15:49:13.239Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-self-referencing-error-page-web.war [2022-04-17T15:49:13.239Z] [exec] Application deployed with name web-jsp-self-referencing-error-page-web. [2022-04-17T15:49:13.495Z] [2022-04-17T15:49:13.495Z] deploy-war-commonee: [2022-04-17T15:49:13.495Z] [2022-04-17T15:49:13.495Z] run: [2022-04-17T15:49:13.751Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:13.751Z] [java] [2022-04-17T15:49:13.751Z] [java] [2022-04-17T15:49:13.751Z] [java] ----------------------------------------- [2022-04-17T15:49:13.751Z] [java] - jsp-self-referencing-error-page: PASS - [2022-04-17T15:49:13.751Z] [java] ----------------------------------------- [2022-04-17T15:49:13.751Z] [java] - Total PASS : 1 - [2022-04-17T15:49:13.751Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:13.751Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:13.751Z] [java] ----------------------------------------- [2022-04-17T15:49:13.751Z] [2022-04-17T15:49:13.751Z] undeploy: [2022-04-17T15:49:13.751Z] [2022-04-17T15:49:13.751Z] setOSConditions: [2022-04-17T15:49:13.751Z] [2022-04-17T15:49:13.751Z] setToolWin: [2022-04-17T15:49:13.751Z] [2022-04-17T15:49:13.751Z] setToolUnix: [2022-04-17T15:49:13.751Z] [2022-04-17T15:49:13.751Z] setToolProperty: [2022-04-17T15:49:13.751Z] [2022-04-17T15:49:13.751Z] setS1ASclassPath: [2022-04-17T15:49:13.751Z] [2022-04-17T15:49:13.751Z] init-common: [2022-04-17T15:49:13.751Z] [2022-04-17T15:49:13.751Z] undeploy-war-common: [2022-04-17T15:49:14.314Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] all: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setOSConditions: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolWin: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolUnix: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolProperty: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setS1ASclassPath: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] init-common: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] clean: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setOSConditions: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolWin: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolUnix: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolProperty: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setS1ASclassPath: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] init-common: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] clean-common: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setOSConditions: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolWin: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolUnix: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolProperty: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setS1ASclassPath: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] init-common: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] clean-classes-common: [2022-04-17T15:49:14.314Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setOSConditions: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolWin: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolUnix: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolProperty: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setS1ASclassPath: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] init-common: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] clean-jars-common: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] compile: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setOSConditions: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolWin: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolUnix: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolProperty: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setS1ASclassPath: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] init-common: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] compile-common: [2022-04-17T15:49:14.314Z] [echo] Current time (ISO): 2022-04-17T15:49:14.212+0000 [2022-04-17T15:49:14.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:14.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPageWithRelativePath/servlet [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] build: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setOSConditions: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolWin: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolUnix: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolProperty: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setS1ASclassPath: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] init-common: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] webclient-war-common: [2022-04-17T15:49:14.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] clear: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] test-tlds-exist: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] copy-tlds: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] test-tagfiles-exist: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] copy-tagfiles: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] package-war-common: [2022-04-17T15:49:14.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:49:14.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:14.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:14.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:14.314Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPageWithRelativePath/lib [2022-04-17T15:49:14.314Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:14.314Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-self-referencing-error-page-with-relative-path-web.war [2022-04-17T15:49:14.314Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:14.314Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:14.314Z] [javac] Compiling 1 source file [2022-04-17T15:49:14.314Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPageWithRelativePath/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:14.314Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] deploy: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] deploy-war-common: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setOSConditions: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolWin: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolUnix: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setToolProperty: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] setS1ASclassPath: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] init-common: [2022-04-17T15:49:14.314Z] [2022-04-17T15:49:14.314Z] deploy-war-commonpe: [2022-04-17T15:49:14.876Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-self-referencing-error-page-with-relative-path-web.war [2022-04-17T15:49:15.138Z] [exec] Application deployed with name web-jsp-self-referencing-error-page-with-relative-path-web. [2022-04-17T15:49:15.138Z] [2022-04-17T15:49:15.138Z] deploy-war-commonee: [2022-04-17T15:49:15.138Z] [2022-04-17T15:49:15.138Z] run: [2022-04-17T15:49:15.394Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:15.394Z] [java] [2022-04-17T15:49:15.394Z] [java] [2022-04-17T15:49:15.394Z] [java] ----------------------------------------- [2022-04-17T15:49:15.394Z] [java] - jsp-self-referencing-error-page-with-relative-path: PASS - [2022-04-17T15:49:15.394Z] [java] ----------------------------------------- [2022-04-17T15:49:15.394Z] [java] - Total PASS : 1 - [2022-04-17T15:49:15.394Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:15.394Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:15.394Z] [java] ----------------------------------------- [2022-04-17T15:49:15.394Z] [2022-04-17T15:49:15.394Z] undeploy: [2022-04-17T15:49:15.394Z] [2022-04-17T15:49:15.394Z] setOSConditions: [2022-04-17T15:49:15.394Z] [2022-04-17T15:49:15.394Z] setToolWin: [2022-04-17T15:49:15.394Z] [2022-04-17T15:49:15.394Z] setToolUnix: [2022-04-17T15:49:15.394Z] [2022-04-17T15:49:15.394Z] setToolProperty: [2022-04-17T15:49:15.394Z] [2022-04-17T15:49:15.394Z] setS1ASclassPath: [2022-04-17T15:49:15.394Z] [2022-04-17T15:49:15.394Z] init-common: [2022-04-17T15:49:15.394Z] [2022-04-17T15:49:15.394Z] undeploy-war-common: [2022-04-17T15:49:15.650Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] all: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setOSConditions: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolWin: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolUnix: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolProperty: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setS1ASclassPath: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] init-common: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] clean: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setOSConditions: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolWin: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolUnix: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolProperty: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setS1ASclassPath: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] init-common: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] clean-common: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setOSConditions: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolWin: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolUnix: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolProperty: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setS1ASclassPath: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] init-common: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] clean-classes-common: [2022-04-17T15:49:15.906Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setOSConditions: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolWin: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolUnix: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setToolProperty: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] setS1ASclassPath: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.906Z] init-common: [2022-04-17T15:49:15.906Z] [2022-04-17T15:49:15.907Z] clean-jars-common: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] compile: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setOSConditions: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setToolWin: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setToolUnix: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setToolProperty: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setS1ASclassPath: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] init-common: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] compile-common: [2022-04-17T15:49:15.907Z] [echo] Current time (ISO): 2022-04-17T15:49:15.743+0000 [2022-04-17T15:49:15.907Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:15.907Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspServletOverride/servlet [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] build: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setOSConditions: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setToolWin: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setToolUnix: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setToolProperty: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setS1ASclassPath: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] init-common: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] webclient-war-common: [2022-04-17T15:49:15.907Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] clear: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] test-tlds-exist: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] copy-tlds: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] test-tagfiles-exist: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] copy-tagfiles: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] package-war-common: [2022-04-17T15:49:15.907Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:49:15.907Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:15.907Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:15.907Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:15.907Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspServletOverride/lib [2022-04-17T15:49:15.907Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:15.907Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-servlet-override-web.war [2022-04-17T15:49:15.907Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:15.907Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:15.907Z] [javac] Compiling 1 source file [2022-04-17T15:49:15.907Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspServletOverride/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:15.907Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] deploy: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] deploy-war-common: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setOSConditions: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setToolWin: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setToolUnix: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setToolProperty: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] setS1ASclassPath: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] init-common: [2022-04-17T15:49:15.907Z] [2022-04-17T15:49:15.907Z] deploy-war-commonpe: [2022-04-17T15:49:16.483Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-servlet-override-web.war [2022-04-17T15:49:16.483Z] [exec] Application deployed with name web-jsp-servlet-override-web. [2022-04-17T15:49:16.483Z] [2022-04-17T15:49:16.483Z] deploy-war-commonee: [2022-04-17T15:49:16.483Z] [2022-04-17T15:49:16.483Z] run: [2022-04-17T15:49:16.739Z] [java] Connecting to: http://localhost:45711/web-jsp-servlet-override/jsp/overrideIeClassId.jsp [2022-04-17T15:49:16.995Z] [java] [2022-04-17T15:49:16.995Z] [java] Connecting to: http://localhost:45711/web-jsp-servlet-override/jsp/include.jsp [2022-04-17T15:49:17.252Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:17.252Z] [java] [2022-04-17T15:49:17.252Z] [java] [2022-04-17T15:49:17.252Z] [java] ----------------------------------------- [2022-04-17T15:49:17.252Z] [java] - jsp-servlet-override: PASS - [2022-04-17T15:49:17.252Z] [java] ----------------------------------------- [2022-04-17T15:49:17.252Z] [java] - Total PASS : 1 - [2022-04-17T15:49:17.252Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:17.252Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:17.252Z] [java] ----------------------------------------- [2022-04-17T15:49:17.252Z] [2022-04-17T15:49:17.252Z] undeploy: [2022-04-17T15:49:17.252Z] [2022-04-17T15:49:17.252Z] setOSConditions: [2022-04-17T15:49:17.252Z] [2022-04-17T15:49:17.252Z] setToolWin: [2022-04-17T15:49:17.252Z] [2022-04-17T15:49:17.252Z] setToolUnix: [2022-04-17T15:49:17.252Z] [2022-04-17T15:49:17.252Z] setToolProperty: [2022-04-17T15:49:17.252Z] [2022-04-17T15:49:17.252Z] setS1ASclassPath: [2022-04-17T15:49:17.252Z] [2022-04-17T15:49:17.252Z] init-common: [2022-04-17T15:49:17.252Z] [2022-04-17T15:49:17.252Z] undeploy-war-common: [2022-04-17T15:49:17.843Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] all: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setOSConditions: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolWin: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolUnix: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolProperty: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setS1ASclassPath: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] init-common: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] clean: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setOSConditions: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolWin: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolUnix: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolProperty: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setS1ASclassPath: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] init-common: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] clean-common: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setOSConditions: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolWin: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolUnix: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolProperty: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setS1ASclassPath: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] init-common: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] clean-classes-common: [2022-04-17T15:49:17.843Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setOSConditions: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolWin: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolUnix: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolProperty: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setS1ASclassPath: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] init-common: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] clean-jars-common: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] compile: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setOSConditions: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolWin: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolUnix: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolProperty: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setS1ASclassPath: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] init-common: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] compile-common: [2022-04-17T15:49:17.843Z] [echo] Current time (ISO): 2022-04-17T15:49:17.766+0000 [2022-04-17T15:49:17.843Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:17.843Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSessionInvalidated/servlet [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] build: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setOSConditions: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolWin: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolUnix: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolProperty: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setS1ASclassPath: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] init-common: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] webclient-war-common: [2022-04-17T15:49:17.843Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] clear: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] test-tlds-exist: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] copy-tlds: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] test-tagfiles-exist: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] copy-tagfiles: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] package-war-common: [2022-04-17T15:49:17.843Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:49:17.843Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:17.843Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:17.843Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:17.843Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSessionInvalidated/lib [2022-04-17T15:49:17.843Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:17.843Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-session-invalidated-web.war [2022-04-17T15:49:17.843Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:17.843Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:17.843Z] [javac] Compiling 1 source file [2022-04-17T15:49:17.843Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSessionInvalidated/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:17.843Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] deploy: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] deploy-war-common: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setOSConditions: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolWin: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolUnix: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setToolProperty: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] setS1ASclassPath: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] init-common: [2022-04-17T15:49:17.843Z] [2022-04-17T15:49:17.843Z] deploy-war-commonpe: [2022-04-17T15:49:18.444Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-session-invalidated-web.war [2022-04-17T15:49:18.444Z] [exec] Application deployed with name web-jsp-session-invalidated-web. [2022-04-17T15:49:18.444Z] [2022-04-17T15:49:18.444Z] deploy-war-commonee: [2022-04-17T15:49:18.444Z] [2022-04-17T15:49:18.444Z] run: [2022-04-17T15:49:18.700Z] [java] Connecting to: http://localhost:45711/web-jsp-session-invalidated/jsp/test.jsp [2022-04-17T15:49:18.700Z] [java] Response: SUCCESS [2022-04-17T15:49:18.700Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:18.700Z] [java] [2022-04-17T15:49:18.700Z] [java] [2022-04-17T15:49:18.700Z] [java] ----------------------------------------- [2022-04-17T15:49:18.700Z] [java] - jsp-session-invalidated: PASS - [2022-04-17T15:49:18.700Z] [java] ----------------------------------------- [2022-04-17T15:49:18.700Z] [java] - Total PASS : 1 - [2022-04-17T15:49:18.700Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:18.700Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:18.700Z] [java] ----------------------------------------- [2022-04-17T15:49:18.700Z] [2022-04-17T15:49:18.700Z] undeploy: [2022-04-17T15:49:18.700Z] [2022-04-17T15:49:18.700Z] setOSConditions: [2022-04-17T15:49:18.700Z] [2022-04-17T15:49:18.700Z] setToolWin: [2022-04-17T15:49:18.700Z] [2022-04-17T15:49:18.700Z] setToolUnix: [2022-04-17T15:49:18.700Z] [2022-04-17T15:49:18.700Z] setToolProperty: [2022-04-17T15:49:18.700Z] [2022-04-17T15:49:18.700Z] setS1ASclassPath: [2022-04-17T15:49:18.700Z] [2022-04-17T15:49:18.700Z] init-common: [2022-04-17T15:49:18.700Z] [2022-04-17T15:49:18.700Z] undeploy-war-common: [2022-04-17T15:49:19.263Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] all: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setOSConditions: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setToolWin: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setToolUnix: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setToolProperty: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setS1ASclassPath: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] init-common: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] clean: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setOSConditions: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setToolWin: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setToolUnix: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setToolProperty: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setS1ASclassPath: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] init-common: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] clean-common: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setOSConditions: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setToolWin: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.263Z] setToolUnix: [2022-04-17T15:49:19.263Z] [2022-04-17T15:49:19.264Z] setToolProperty: [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] setS1ASclassPath: [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] init-common: [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] clean-classes-common: [2022-04-17T15:49:19.264Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] setOSConditions: [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] setToolWin: [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] setToolUnix: [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] setToolProperty: [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] setS1ASclassPath: [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] init-common: [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] clean-jars-common: [2022-04-17T15:49:19.264Z] [2022-04-17T15:49:19.264Z] compile: [2022-04-17T15:49:19.520Z] [2022-04-17T15:49:19.520Z] setOSConditions: [2022-04-17T15:49:19.520Z] [2022-04-17T15:49:19.520Z] setToolWin: [2022-04-17T15:49:19.520Z] [2022-04-17T15:49:19.520Z] setToolUnix: [2022-04-17T15:49:19.520Z] [2022-04-17T15:49:19.520Z] setToolProperty: [2022-04-17T15:49:19.520Z] [2022-04-17T15:49:19.520Z] setS1ASclassPath: [2022-04-17T15:49:19.520Z] [2022-04-17T15:49:19.520Z] init-common: [2022-04-17T15:49:19.520Z] [2022-04-17T15:49:19.520Z] compile-common: [2022-04-17T15:49:19.520Z] [echo] Current time (ISO): 2022-04-17T15:49:19.265+0000 [2022-04-17T15:49:19.520Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:19.520Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:21.417Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:49:21.417Z] [javac] 1 warning [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] build: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] setOSConditions: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] setToolWin: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] setToolUnix: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] setToolProperty: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] setS1ASclassPath: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] init-common: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] webclient-war-common: [2022-04-17T15:49:21.417Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] clear: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] test-tlds-exist: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] copy-tlds: [2022-04-17T15:49:21.417Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:21.417Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] test-tagfiles-exist: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] copy-tagfiles: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] package-war-common: [2022-04-17T15:49:21.417Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:21.417Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:21.417Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSimpleTagAnnotation/lib [2022-04-17T15:49:21.417Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:21.417Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:21.417Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-simpletag-annotation-web.war [2022-04-17T15:49:21.417Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:21.417Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:21.417Z] [javac] Compiling 1 source file [2022-04-17T15:49:21.417Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:21.417Z] [javac] int port = new Integer(portS).intValue(); [2022-04-17T15:49:21.417Z] [javac] ^ [2022-04-17T15:49:21.417Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspSimpleTagAnnotation/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:21.417Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:21.417Z] [javac] 1 warning [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] deploy: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] deploy-war-common: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] setOSConditions: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] setToolWin: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] setToolUnix: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] setToolProperty: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] setS1ASclassPath: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] init-common: [2022-04-17T15:49:21.417Z] [2022-04-17T15:49:21.417Z] deploy-war-commonpe: [2022-04-17T15:49:21.980Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-simpletag-annotation-web.war [2022-04-17T15:49:22.913Z] [exec] Application deployed with name web-jsp-simpletag-annotation-web. [2022-04-17T15:49:22.913Z] [2022-04-17T15:49:22.913Z] deploy-war-commonee: [2022-04-17T15:49:22.913Z] [2022-04-17T15:49:22.913Z] run: [2022-04-17T15:49:22.913Z] [java] GET /web-jsp-simpletag-annotation/test.jsp HTTP/1.0 [2022-04-17T15:49:22.913Z] [java] HTTP/1.1 200 OK [2022-04-17T15:49:22.913Z] [java] Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:49:22.913Z] [java] X-Powered-By: JSP/2.3 [2022-04-17T15:49:22.913Z] [java] Set-Cookie: JSESSIONID=836e29fa4a451a8cfdfbca5d48e2; Path=/web-jsp-simpletag-annotation; HttpOnly [2022-04-17T15:49:22.913Z] [java] Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:49:22.913Z] [java] Connection: close [2022-04-17T15:49:22.913Z] [java] Content-Length: 118 [2022-04-17T15:49:22.913Z] [java] ==init==
[2022-04-17T15:49:22.913Z] [java] ==PostConstruct==
[2022-04-17T15:49:22.913Z] [java] ==body==
[2022-04-17T15:49:22.913Z] [java] ==PostConstruct==
[2022-04-17T15:49:22.913Z] [java] ==PreDestroy==
[2022-04-17T15:49:22.913Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:22.913Z] [java] [2022-04-17T15:49:22.913Z] [java] [2022-04-17T15:49:22.913Z] [java] ----------------------------------------- [2022-04-17T15:49:22.913Z] [java] - BodyTag test: PASS - [2022-04-17T15:49:22.913Z] [java] ----------------------------------------- [2022-04-17T15:49:22.913Z] [java] - Total PASS : 1 - [2022-04-17T15:49:22.913Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:22.913Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:22.913Z] [java] ----------------------------------------- [2022-04-17T15:49:22.913Z] [2022-04-17T15:49:22.913Z] undeploy: [2022-04-17T15:49:22.913Z] [2022-04-17T15:49:22.913Z] setOSConditions: [2022-04-17T15:49:22.913Z] [2022-04-17T15:49:22.913Z] setToolWin: [2022-04-17T15:49:22.913Z] [2022-04-17T15:49:22.913Z] setToolUnix: [2022-04-17T15:49:22.913Z] [2022-04-17T15:49:22.913Z] setToolProperty: [2022-04-17T15:49:22.913Z] [2022-04-17T15:49:22.913Z] setS1ASclassPath: [2022-04-17T15:49:22.913Z] [2022-04-17T15:49:22.913Z] init-common: [2022-04-17T15:49:22.913Z] [2022-04-17T15:49:22.913Z] undeploy-war-common: [2022-04-17T15:49:23.170Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] all: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setOSConditions: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolWin: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolUnix: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolProperty: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setS1ASclassPath: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] init-common: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] clean: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setOSConditions: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolWin: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolUnix: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolProperty: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setS1ASclassPath: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] init-common: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] clean-common: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setOSConditions: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolWin: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolUnix: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolProperty: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setS1ASclassPath: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] init-common: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] clean-classes-common: [2022-04-17T15:49:23.426Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setOSConditions: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolWin: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolUnix: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolProperty: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setS1ASclassPath: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] init-common: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] clean-jars-common: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] compile: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setOSConditions: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolWin: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolUnix: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolProperty: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setS1ASclassPath: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] init-common: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] compile-common: [2022-04-17T15:49:23.426Z] [echo] Current time (ISO): 2022-04-17T15:49:23.298+0000 [2022-04-17T15:49:23.426Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:23.426Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspStaticFileEncoding/servlet [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] build: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setOSConditions: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolWin: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolUnix: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setToolProperty: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] setS1ASclassPath: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] init-common: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] webclient-war-common: [2022-04-17T15:49:23.426Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] clear: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] test-tlds-exist: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] copy-tlds: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] test-tagfiles-exist: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] copy-tagfiles: [2022-04-17T15:49:23.426Z] [2022-04-17T15:49:23.426Z] package-war-common: [2022-04-17T15:49:23.426Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:49:23.427Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:23.427Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:23.427Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:23.427Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspStaticFileEncoding/lib [2022-04-17T15:49:23.427Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:23.427Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-staticFileEncoding-web.war [2022-04-17T15:49:23.427Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:23.427Z] [2022-04-17T15:49:23.427Z] deploy: [2022-04-17T15:49:23.427Z] [2022-04-17T15:49:23.427Z] deploy-war-common: [2022-04-17T15:49:23.427Z] [2022-04-17T15:49:23.427Z] setOSConditions: [2022-04-17T15:49:23.427Z] [2022-04-17T15:49:23.427Z] setToolWin: [2022-04-17T15:49:23.427Z] [2022-04-17T15:49:23.427Z] setToolUnix: [2022-04-17T15:49:23.427Z] [2022-04-17T15:49:23.427Z] setToolProperty: [2022-04-17T15:49:23.427Z] [2022-04-17T15:49:23.427Z] setS1ASclassPath: [2022-04-17T15:49:23.427Z] [2022-04-17T15:49:23.427Z] init-common: [2022-04-17T15:49:23.427Z] [2022-04-17T15:49:23.427Z] deploy-war-commonpe: [2022-04-17T15:49:23.989Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-staticFileEncoding-web.war [2022-04-17T15:49:24.247Z] [exec] Application deployed with name web-staticFileEncoding-web. [2022-04-17T15:49:24.247Z] [2022-04-17T15:49:24.247Z] deploy-war-commonee: [2022-04-17T15:49:24.247Z] [2022-04-17T15:49:24.247Z] run: [2022-04-17T15:49:24.247Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:24.247Z] [javac] Compiling 1 source file [2022-04-17T15:49:24.504Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspStaticFileEncoding/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:24.504Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:24.504Z] [java] Invoking URL: http://localhost:45711/web-staticFileEncoding/include.jsp [2022-04-17T15:49:24.504Z] [java] Response Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:49:24.504Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:24.504Z] [java] [2022-04-17T15:49:24.504Z] [java] [2022-04-17T15:49:24.504Z] [java] ----------------------------------------- [2022-04-17T15:49:24.504Z] [java] - jspStaticFileEncoding: PASS - [2022-04-17T15:49:24.504Z] [java] ----------------------------------------- [2022-04-17T15:49:24.504Z] [java] - Total PASS : 1 - [2022-04-17T15:49:24.504Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:24.504Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:24.504Z] [java] ----------------------------------------- [2022-04-17T15:49:24.504Z] [2022-04-17T15:49:24.504Z] undeploy: [2022-04-17T15:49:24.504Z] [2022-04-17T15:49:24.504Z] setOSConditions: [2022-04-17T15:49:24.504Z] [2022-04-17T15:49:24.504Z] setToolWin: [2022-04-17T15:49:24.504Z] [2022-04-17T15:49:24.504Z] setToolUnix: [2022-04-17T15:49:24.504Z] [2022-04-17T15:49:24.504Z] setToolProperty: [2022-04-17T15:49:24.504Z] [2022-04-17T15:49:24.504Z] setS1ASclassPath: [2022-04-17T15:49:24.504Z] [2022-04-17T15:49:24.504Z] init-common: [2022-04-17T15:49:24.504Z] [2022-04-17T15:49:24.504Z] undeploy-war-common: [2022-04-17T15:49:25.071Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] all: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setOSConditions: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolWin: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolUnix: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolProperty: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setS1ASclassPath: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] init-common: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] clean: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setOSConditions: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolWin: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolUnix: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolProperty: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setS1ASclassPath: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] init-common: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] clean-common: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setOSConditions: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolWin: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolUnix: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolProperty: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setS1ASclassPath: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] init-common: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] clean-classes-common: [2022-04-17T15:49:25.071Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setOSConditions: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolWin: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolUnix: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolProperty: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setS1ASclassPath: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] init-common: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] clean-jars-common: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] compile: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setOSConditions: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolWin: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolUnix: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolProperty: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setS1ASclassPath: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] init-common: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] compile-common: [2022-04-17T15:49:25.071Z] [echo] Current time (ISO): 2022-04-17T15:49:24.934+0000 [2022-04-17T15:49:25.071Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:25.071Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagFileBomEncodingMismatchTagDir/servlet [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] build: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setOSConditions: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolWin: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolUnix: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolProperty: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setS1ASclassPath: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] init-common: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] webclient-war-common: [2022-04-17T15:49:25.071Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] clear: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] test-tlds-exist: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] copy-tlds: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] test-tagfiles-exist: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] copy-tagfiles: [2022-04-17T15:49:25.071Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags [2022-04-17T15:49:25.071Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tags [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] package-war-common: [2022-04-17T15:49:25.071Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:25.071Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:25.071Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagFileBomEncodingMismatchTagDir/lib [2022-04-17T15:49:25.071Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:25.071Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tagfile-bom-encoding-mismatch-tagdir-web.war [2022-04-17T15:49:25.071Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:25.071Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:25.071Z] [javac] Compiling 1 source file [2022-04-17T15:49:25.071Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagFileBomEncodingMismatchTagDir/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:25.071Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] deploy: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] deploy-war-common: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setOSConditions: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolWin: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolUnix: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setToolProperty: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] setS1ASclassPath: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] init-common: [2022-04-17T15:49:25.071Z] [2022-04-17T15:49:25.071Z] deploy-war-commonpe: [2022-04-17T15:49:25.645Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tagfile-bom-encoding-mismatch-tagdir-web.war [2022-04-17T15:49:25.645Z] [exec] Application deployed with name web-jsp-tagfile-bom-encoding-mismatch-tagdir-web. [2022-04-17T15:49:25.645Z] [2022-04-17T15:49:25.645Z] deploy-war-commonee: [2022-04-17T15:49:25.645Z] [2022-04-17T15:49:25.645Z] run: [2022-04-17T15:49:25.901Z] [java] Connecting to: http://localhost:45711/web-jsp-tagfile-bom-encoding-mismatch-tagdir/test.jsp [2022-04-17T15:49:25.901Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:25.901Z] [java] [2022-04-17T15:49:25.901Z] [java] [2022-04-17T15:49:25.901Z] [java] ----------------------------------------- [2022-04-17T15:49:25.901Z] [java] - jsp-tagfile-bom-encoding-mismatch-tagdir: PASS - [2022-04-17T15:49:25.901Z] [java] ----------------------------------------- [2022-04-17T15:49:25.901Z] [java] - Total PASS : 1 - [2022-04-17T15:49:25.901Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:25.901Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:25.901Z] [java] ----------------------------------------- [2022-04-17T15:49:25.901Z] [2022-04-17T15:49:25.901Z] undeploy: [2022-04-17T15:49:25.901Z] [2022-04-17T15:49:25.901Z] setOSConditions: [2022-04-17T15:49:25.901Z] [2022-04-17T15:49:25.901Z] setToolWin: [2022-04-17T15:49:25.901Z] [2022-04-17T15:49:25.901Z] setToolUnix: [2022-04-17T15:49:25.901Z] [2022-04-17T15:49:25.901Z] setToolProperty: [2022-04-17T15:49:25.901Z] [2022-04-17T15:49:25.901Z] setS1ASclassPath: [2022-04-17T15:49:25.901Z] [2022-04-17T15:49:25.901Z] init-common: [2022-04-17T15:49:25.901Z] [2022-04-17T15:49:25.901Z] undeploy-war-common: [2022-04-17T15:49:26.158Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] all: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setOSConditions: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolWin: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolUnix: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolProperty: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setS1ASclassPath: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] init-common: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] clean: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setOSConditions: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolWin: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolUnix: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolProperty: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setS1ASclassPath: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] init-common: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] clean-common: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setOSConditions: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolWin: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolUnix: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolProperty: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setS1ASclassPath: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] init-common: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] clean-classes-common: [2022-04-17T15:49:26.415Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setOSConditions: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolWin: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolUnix: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolProperty: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setS1ASclassPath: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] init-common: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] clean-jars-common: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] compile: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setOSConditions: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolWin: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolUnix: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setToolProperty: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] setS1ASclassPath: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] init-common: [2022-04-17T15:49:26.415Z] [2022-04-17T15:49:26.415Z] compile-common: [2022-04-17T15:49:26.415Z] [echo] Current time (ISO): 2022-04-17T15:49:26.227+0000 [2022-04-17T15:49:26.415Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:26.415Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:28.340Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:49:28.340Z] [javac] 1 warning [2022-04-17T15:49:28.340Z] [2022-04-17T15:49:28.340Z] build: [2022-04-17T15:49:28.340Z] [2022-04-17T15:49:28.340Z] setOSConditions: [2022-04-17T15:49:28.340Z] [2022-04-17T15:49:28.340Z] setToolWin: [2022-04-17T15:49:28.340Z] [2022-04-17T15:49:28.340Z] setToolUnix: [2022-04-17T15:49:28.340Z] [2022-04-17T15:49:28.340Z] setToolProperty: [2022-04-17T15:49:28.340Z] [2022-04-17T15:49:28.340Z] setS1ASclassPath: [2022-04-17T15:49:28.340Z] [2022-04-17T15:49:28.340Z] init-common: [2022-04-17T15:49:28.340Z] [2022-04-17T15:49:28.340Z] webclient-war-common: [2022-04-17T15:49:28.340Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:28.340Z] [2022-04-17T15:49:28.340Z] clear: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] test-tlds-exist: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] copy-tlds: [2022-04-17T15:49:28.341Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:28.341Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] test-tagfiles-exist: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] copy-tagfiles: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] package-war-common: [2022-04-17T15:49:28.341Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:28.341Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:28.341Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPostConstructElement/lib [2022-04-17T15:49:28.341Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:28.341Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:28.341Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:28.341Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-post-construct-element-web.war [2022-04-17T15:49:28.341Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:28.341Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:28.341Z] [javac] Compiling 1 source file [2022-04-17T15:49:28.341Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPostConstructElement/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:28.341Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] deploy: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] deploy-war-common: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] setOSConditions: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] setToolWin: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] setToolUnix: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] setToolProperty: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] setS1ASclassPath: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] init-common: [2022-04-17T15:49:28.341Z] [2022-04-17T15:49:28.341Z] deploy-war-commonpe: [2022-04-17T15:49:28.653Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-post-construct-element-web.war [2022-04-17T15:49:30.573Z] [exec] Application deployed with name web-jsp-tag-handler-post-construct-element-web. [2022-04-17T15:49:30.573Z] [2022-04-17T15:49:30.573Z] deploy-war-commonee: [2022-04-17T15:49:30.573Z] [2022-04-17T15:49:30.573Z] run: [2022-04-17T15:49:30.838Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-handler-post-construct-element/jsp/test.jsp [2022-04-17T15:49:31.400Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:31.400Z] [java] [2022-04-17T15:49:31.400Z] [java] [2022-04-17T15:49:31.400Z] [java] ----------------------------------------- [2022-04-17T15:49:31.400Z] [java] - jsp-tag-handler-post-construct-element: PASS - [2022-04-17T15:49:31.400Z] [java] ----------------------------------------- [2022-04-17T15:49:31.400Z] [java] - Total PASS : 1 - [2022-04-17T15:49:31.400Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:31.400Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:31.400Z] [java] ----------------------------------------- [2022-04-17T15:49:31.400Z] [2022-04-17T15:49:31.400Z] undeploy: [2022-04-17T15:49:31.400Z] [2022-04-17T15:49:31.400Z] setOSConditions: [2022-04-17T15:49:31.400Z] [2022-04-17T15:49:31.400Z] setToolWin: [2022-04-17T15:49:31.400Z] [2022-04-17T15:49:31.400Z] setToolUnix: [2022-04-17T15:49:31.400Z] [2022-04-17T15:49:31.400Z] setToolProperty: [2022-04-17T15:49:31.400Z] [2022-04-17T15:49:31.400Z] setS1ASclassPath: [2022-04-17T15:49:31.400Z] [2022-04-17T15:49:31.401Z] init-common: [2022-04-17T15:49:31.401Z] [2022-04-17T15:49:31.401Z] undeploy-war-common: [2022-04-17T15:49:31.657Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] all: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setOSConditions: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolWin: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolUnix: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolProperty: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setS1ASclassPath: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] init-common: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] clean: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setOSConditions: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolWin: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolUnix: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolProperty: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setS1ASclassPath: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] init-common: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] clean-common: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setOSConditions: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolWin: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolUnix: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolProperty: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setS1ASclassPath: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] init-common: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] clean-classes-common: [2022-04-17T15:49:31.913Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setOSConditions: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolWin: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolUnix: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolProperty: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setS1ASclassPath: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] init-common: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] clean-jars-common: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] compile: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setOSConditions: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolWin: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolUnix: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setToolProperty: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] setS1ASclassPath: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] init-common: [2022-04-17T15:49:31.913Z] [2022-04-17T15:49:31.913Z] compile-common: [2022-04-17T15:49:31.913Z] [echo] Current time (ISO): 2022-04-17T15:49:31.778+0000 [2022-04-17T15:49:31.913Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:31.913Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:33.805Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:49:33.805Z] [javac] 1 warning [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] build: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] setOSConditions: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] setToolWin: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] setToolUnix: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] setToolProperty: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] setS1ASclassPath: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] init-common: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] webclient-war-common: [2022-04-17T15:49:33.805Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] clear: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] test-tlds-exist: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] copy-tlds: [2022-04-17T15:49:33.805Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:33.805Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] test-tagfiles-exist: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] copy-tagfiles: [2022-04-17T15:49:33.805Z] [2022-04-17T15:49:33.805Z] package-war-common: [2022-04-17T15:49:33.805Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:33.805Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:33.805Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPreDestroyAnnotation/lib [2022-04-17T15:49:33.806Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:33.806Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:33.806Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-pre-destroy-annotation-web.war [2022-04-17T15:49:33.806Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:33.806Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:33.806Z] [javac] Compiling 1 source file [2022-04-17T15:49:33.806Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagHandlerPreDestroyAnnotation/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:49:33.806Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:49:33.806Z] [2022-04-17T15:49:33.806Z] deploy: [2022-04-17T15:49:33.806Z] [2022-04-17T15:49:33.806Z] deploy-war-common: [2022-04-17T15:49:33.806Z] [2022-04-17T15:49:33.806Z] setOSConditions: [2022-04-17T15:49:33.806Z] [2022-04-17T15:49:33.806Z] setToolWin: [2022-04-17T15:49:33.806Z] [2022-04-17T15:49:33.806Z] setToolUnix: [2022-04-17T15:49:33.806Z] [2022-04-17T15:49:33.806Z] setToolProperty: [2022-04-17T15:49:33.806Z] [2022-04-17T15:49:33.806Z] setS1ASclassPath: [2022-04-17T15:49:33.806Z] [2022-04-17T15:49:33.806Z] init-common: [2022-04-17T15:49:33.806Z] [2022-04-17T15:49:33.806Z] deploy-war-commonpe: [2022-04-17T15:49:34.091Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-pre-destroy-annotation-web.war [2022-04-17T15:49:35.019Z] [exec] Application deployed with name web-jsp-tag-handler-pre-destroy-annotation-web. [2022-04-17T15:49:35.019Z] [2022-04-17T15:49:35.019Z] deploy-war-commonee: [2022-04-17T15:49:35.019Z] [2022-04-17T15:49:35.019Z] run-first: [2022-04-17T15:49:35.283Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-handler-pre-destroy-annotation/jsp/test.jsp [2022-04-17T15:49:35.283Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:35.283Z] [java] [2022-04-17T15:49:35.283Z] [java] [2022-04-17T15:49:35.283Z] [java] ----------------------------------------- [2022-04-17T15:49:35.283Z] [java] - jsp-tag-handler-pre-destroy-annotation: PASS - [2022-04-17T15:49:35.283Z] [java] ----------------------------------------- [2022-04-17T15:49:35.283Z] [java] - Total PASS : 1 - [2022-04-17T15:49:35.283Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:35.283Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:35.283Z] [java] ----------------------------------------- [2022-04-17T15:49:35.283Z] [2022-04-17T15:49:35.283Z] restart-server-instance-common: [2022-04-17T15:49:35.283Z] [2022-04-17T15:49:35.283Z] setOSConditions: [2022-04-17T15:49:35.283Z] [2022-04-17T15:49:35.283Z] setToolWin: [2022-04-17T15:49:35.283Z] [2022-04-17T15:49:35.283Z] setToolUnix: [2022-04-17T15:49:35.283Z] [2022-04-17T15:49:35.283Z] setToolProperty: [2022-04-17T15:49:35.283Z] [2022-04-17T15:49:35.283Z] setS1ASclassPath: [2022-04-17T15:49:35.283Z] [2022-04-17T15:49:35.283Z] init-common: [2022-04-17T15:49:35.283Z] [2022-04-17T15:49:35.283Z] stopDomain: [2022-04-17T15:49:35.283Z] [echo] run.xml:stopping domain... [2022-04-17T15:49:36.652Z] [exec] Waiting for the domain to stop . [2022-04-17T15:49:36.652Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:49:41.901Z] [2022-04-17T15:49:41.901Z] setOSConditions: [2022-04-17T15:49:41.901Z] [2022-04-17T15:49:41.901Z] setToolWin: [2022-04-17T15:49:41.901Z] [2022-04-17T15:49:41.901Z] setToolUnix: [2022-04-17T15:49:41.901Z] [2022-04-17T15:49:41.901Z] setToolProperty: [2022-04-17T15:49:41.901Z] [2022-04-17T15:49:41.901Z] setS1ASclassPath: [2022-04-17T15:49:41.901Z] [2022-04-17T15:49:41.901Z] init-common: [2022-04-17T15:49:41.901Z] [2022-04-17T15:49:41.901Z] startDomainUnix: [2022-04-17T15:49:41.901Z] [echo] Starting DAS [2022-04-17T15:49:48.538Z] [exec] Waiting for domain1 to start ...... [2022-04-17T15:49:48.538Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:49:48.538Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:49:48.538Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:49:48.538Z] [exec] Admin Port: 45707 [2022-04-17T15:49:48.538Z] [exec] Command start-domain executed successfully. [2022-04-17T15:49:48.538Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:49:48.538Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] dumpThreadStack: [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] startDomainWindows: [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] startDomain: [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] run-second: [2022-04-17T15:49:48.538Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:48.538Z] [java] [2022-04-17T15:49:48.538Z] [java] [2022-04-17T15:49:48.538Z] [java] ----------------------------------------- [2022-04-17T15:49:48.538Z] [java] - jsp-tag-handler-pre-destroy-annotation: PASS - [2022-04-17T15:49:48.538Z] [java] ----------------------------------------- [2022-04-17T15:49:48.538Z] [java] - Total PASS : 1 - [2022-04-17T15:49:48.538Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:48.538Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:48.538Z] [java] ----------------------------------------- [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] undeploy: [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] setOSConditions: [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] setToolWin: [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] setToolUnix: [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] setToolProperty: [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] setS1ASclassPath: [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] init-common: [2022-04-17T15:49:48.538Z] [2022-04-17T15:49:48.538Z] undeploy-war-common: [2022-04-17T15:49:48.795Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] all: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setOSConditions: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolWin: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolUnix: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolProperty: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setS1ASclassPath: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] init-common: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] clean: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setOSConditions: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolWin: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolUnix: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolProperty: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setS1ASclassPath: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] init-common: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] clean-common: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setOSConditions: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolWin: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolUnix: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolProperty: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setS1ASclassPath: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] init-common: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] clean-classes-common: [2022-04-17T15:49:50.179Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setOSConditions: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolWin: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolUnix: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolProperty: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setS1ASclassPath: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] init-common: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] clean-jars-common: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] compile: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setOSConditions: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolWin: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolUnix: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setToolProperty: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] setS1ASclassPath: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] init-common: [2022-04-17T15:49:50.179Z] [2022-04-17T15:49:50.179Z] compile-common: [2022-04-17T15:49:50.179Z] [echo] Current time (ISO): 2022-04-17T15:49:49.886+0000 [2022-04-17T15:49:50.179Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:50.179Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:49:51.551Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:49:51.551Z] [javac] 1 warning [2022-04-17T15:49:51.551Z] [2022-04-17T15:49:51.551Z] build: [2022-04-17T15:49:51.551Z] [2022-04-17T15:49:51.551Z] setOSConditions: [2022-04-17T15:49:51.551Z] [2022-04-17T15:49:51.551Z] setToolWin: [2022-04-17T15:49:51.551Z] [2022-04-17T15:49:51.551Z] setToolUnix: [2022-04-17T15:49:51.551Z] [2022-04-17T15:49:51.551Z] setToolProperty: [2022-04-17T15:49:51.551Z] [2022-04-17T15:49:51.551Z] setS1ASclassPath: [2022-04-17T15:49:51.551Z] [2022-04-17T15:49:51.551Z] init-common: [2022-04-17T15:49:51.551Z] [2022-04-17T15:49:51.551Z] webclient-war-common: [2022-04-17T15:49:51.551Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] clear: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] test-tlds-exist: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] copy-tlds: [2022-04-17T15:49:51.840Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:51.840Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] test-tagfiles-exist: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] copy-tagfiles: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] package-war-common: [2022-04-17T15:49:51.840Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:51.840Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:49:51.840Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:51.840Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:49:51.840Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-pre-destroy-annotation-web.war [2022-04-17T15:49:51.840Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:49:51.840Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] deploy: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] deploy-war-common: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] setOSConditions: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] setToolWin: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] setToolUnix: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] setToolProperty: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] setS1ASclassPath: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] init-common: [2022-04-17T15:49:51.840Z] [2022-04-17T15:49:51.840Z] deploy-war-commonpe: [2022-04-17T15:49:52.097Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-handler-pre-destroy-annotation-web.war [2022-04-17T15:49:54.618Z] [exec] Application deployed with name web-jsp-tag-handler-pre-destroy-annotation-web. [2022-04-17T15:49:54.618Z] [2022-04-17T15:49:54.618Z] deploy-war-commonee: [2022-04-17T15:49:54.618Z] [2022-04-17T15:49:54.618Z] run-first: [2022-04-17T15:49:54.618Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-handler-pre-destroy-annotation/jsp/test.jsp [2022-04-17T15:49:54.875Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:49:54.875Z] [java] [2022-04-17T15:49:54.875Z] [java] [2022-04-17T15:49:54.875Z] [java] ----------------------------------------- [2022-04-17T15:49:54.875Z] [java] - jsp-tag-handler-pre-destroy-annotation: PASS - [2022-04-17T15:49:54.875Z] [java] ----------------------------------------- [2022-04-17T15:49:54.875Z] [java] - Total PASS : 1 - [2022-04-17T15:49:54.875Z] [java] - Total FAIL : 0 - [2022-04-17T15:49:54.875Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:49:54.875Z] [java] ----------------------------------------- [2022-04-17T15:49:54.875Z] [2022-04-17T15:49:54.875Z] restart-server-instance-common: [2022-04-17T15:49:54.875Z] [2022-04-17T15:49:54.875Z] setOSConditions: [2022-04-17T15:49:54.875Z] [2022-04-17T15:49:54.875Z] setToolWin: [2022-04-17T15:49:54.875Z] [2022-04-17T15:49:54.875Z] setToolUnix: [2022-04-17T15:49:54.875Z] [2022-04-17T15:49:54.875Z] setToolProperty: [2022-04-17T15:49:54.875Z] [2022-04-17T15:49:54.875Z] setS1ASclassPath: [2022-04-17T15:49:54.875Z] [2022-04-17T15:49:54.875Z] init-common: [2022-04-17T15:49:54.875Z] [2022-04-17T15:49:54.875Z] stopDomain: [2022-04-17T15:49:54.875Z] [echo] run.xml:stopping domain... [2022-04-17T15:49:56.249Z] [exec] Waiting for the domain to stop . [2022-04-17T15:49:56.249Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:50:01.499Z] [2022-04-17T15:50:01.499Z] setOSConditions: [2022-04-17T15:50:01.499Z] [2022-04-17T15:50:01.499Z] setToolWin: [2022-04-17T15:50:01.499Z] [2022-04-17T15:50:01.499Z] setToolUnix: [2022-04-17T15:50:01.499Z] [2022-04-17T15:50:01.499Z] setToolProperty: [2022-04-17T15:50:01.499Z] [2022-04-17T15:50:01.499Z] setS1ASclassPath: [2022-04-17T15:50:01.499Z] [2022-04-17T15:50:01.499Z] init-common: [2022-04-17T15:50:01.499Z] [2022-04-17T15:50:01.499Z] startDomainUnix: [2022-04-17T15:50:01.499Z] [echo] Starting DAS [2022-04-17T15:50:08.066Z] [exec] Waiting for domain1 to start ...... [2022-04-17T15:50:08.066Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:50:08.066Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:50:08.066Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:50:08.066Z] [exec] Admin Port: 45707 [2022-04-17T15:50:08.066Z] [exec] Command start-domain executed successfully. [2022-04-17T15:50:08.066Z] [echo] run.xml:doing wait for localhost:45711... [2022-04-17T15:50:08.066Z] [echo] run.xml:DONE doing wait for localhost:45711... [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] dumpThreadStack: [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] startDomainWindows: [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] startDomain: [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] run-second: [2022-04-17T15:50:08.066Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:08.066Z] [java] [2022-04-17T15:50:08.066Z] [java] [2022-04-17T15:50:08.066Z] [java] ----------------------------------------- [2022-04-17T15:50:08.066Z] [java] - jsp-tag-handler-pre-destroy-annotation: PASS - [2022-04-17T15:50:08.066Z] [java] ----------------------------------------- [2022-04-17T15:50:08.066Z] [java] - Total PASS : 1 - [2022-04-17T15:50:08.066Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:08.066Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:08.066Z] [java] ----------------------------------------- [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] undeploy: [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] setOSConditions: [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] setToolWin: [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] setToolUnix: [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] setToolProperty: [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] setS1ASclassPath: [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] init-common: [2022-04-17T15:50:08.066Z] [2022-04-17T15:50:08.066Z] undeploy-war-common: [2022-04-17T15:50:08.649Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] all: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setOSConditions: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolWin: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolUnix: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolProperty: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setS1ASclassPath: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] init-common: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] clean: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setOSConditions: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolWin: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolUnix: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolProperty: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setS1ASclassPath: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] init-common: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] clean-common: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setOSConditions: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolWin: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolUnix: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolProperty: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setS1ASclassPath: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] init-common: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] clean-classes-common: [2022-04-17T15:50:10.016Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setOSConditions: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolWin: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolUnix: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolProperty: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setS1ASclassPath: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] init-common: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] clean-jars-common: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] compile: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setOSConditions: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolWin: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolUnix: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setToolProperty: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] setS1ASclassPath: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] init-common: [2022-04-17T15:50:10.016Z] [2022-04-17T15:50:10.016Z] compile-common: [2022-04-17T15:50:10.016Z] [echo] Current time (ISO): 2022-04-17T15:50:09.886+0000 [2022-04-17T15:50:10.016Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:10.016Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:11.939Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:50:11.939Z] [javac] 1 warning [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] build: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] setOSConditions: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] setToolWin: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] setToolUnix: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] setToolProperty: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] setS1ASclassPath: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] init-common: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] webclient-war-common: [2022-04-17T15:50:11.939Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] clear: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] test-tlds-exist: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] copy-tlds: [2022-04-17T15:50:11.939Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:50:11.939Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] test-tagfiles-exist: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] copy-tagfiles: [2022-04-17T15:50:11.939Z] [2022-04-17T15:50:11.939Z] package-war-common: [2022-04-17T15:50:11.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:11.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:11.940Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagLibraryValidatorXMLViewStaticInclude/lib [2022-04-17T15:50:11.940Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:11.940Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:11.940Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-library-validator-xml-view-static-include-web.war [2022-04-17T15:50:11.940Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:11.940Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:11.940Z] [javac] Compiling 1 source file [2022-04-17T15:50:11.940Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagLibraryValidatorXMLViewStaticInclude/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:11.940Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:11.940Z] [2022-04-17T15:50:11.940Z] deploy: [2022-04-17T15:50:11.940Z] [2022-04-17T15:50:11.940Z] deploy-war-common: [2022-04-17T15:50:11.940Z] [2022-04-17T15:50:11.940Z] setOSConditions: [2022-04-17T15:50:11.940Z] [2022-04-17T15:50:11.940Z] setToolWin: [2022-04-17T15:50:11.940Z] [2022-04-17T15:50:11.940Z] setToolUnix: [2022-04-17T15:50:11.940Z] [2022-04-17T15:50:11.940Z] setToolProperty: [2022-04-17T15:50:11.940Z] [2022-04-17T15:50:11.940Z] setS1ASclassPath: [2022-04-17T15:50:11.940Z] [2022-04-17T15:50:11.940Z] init-common: [2022-04-17T15:50:11.940Z] [2022-04-17T15:50:11.940Z] deploy-war-commonpe: [2022-04-17T15:50:12.196Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-library-validator-xml-view-static-include-web.war [2022-04-17T15:50:12.454Z] [exec] Application deployed with name web-jsp-tag-library-validator-xml-view-static-include-web. [2022-04-17T15:50:12.711Z] [2022-04-17T15:50:12.711Z] deploy-war-commonee: [2022-04-17T15:50:12.711Z] [2022-04-17T15:50:12.711Z] run: [2022-04-17T15:50:12.711Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-library-validator-xml-view-static-include/jsp/a.jspx [2022-04-17T15:50:14.077Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:14.077Z] [java] [2022-04-17T15:50:14.077Z] [java] [2022-04-17T15:50:14.077Z] [java] ----------------------------------------- [2022-04-17T15:50:14.077Z] [java] - jsp-tag-library-validator-xml-view-static-include: PASS - [2022-04-17T15:50:14.077Z] [java] ----------------------------------------- [2022-04-17T15:50:14.077Z] [java] - Total PASS : 1 - [2022-04-17T15:50:14.077Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:14.077Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:14.077Z] [java] ----------------------------------------- [2022-04-17T15:50:14.077Z] [2022-04-17T15:50:14.077Z] undeploy: [2022-04-17T15:50:14.077Z] [2022-04-17T15:50:14.077Z] setOSConditions: [2022-04-17T15:50:14.077Z] [2022-04-17T15:50:14.077Z] setToolWin: [2022-04-17T15:50:14.077Z] [2022-04-17T15:50:14.077Z] setToolUnix: [2022-04-17T15:50:14.077Z] [2022-04-17T15:50:14.077Z] setToolProperty: [2022-04-17T15:50:14.078Z] [2022-04-17T15:50:14.078Z] setS1ASclassPath: [2022-04-17T15:50:14.078Z] [2022-04-17T15:50:14.078Z] init-common: [2022-04-17T15:50:14.078Z] [2022-04-17T15:50:14.078Z] undeploy-war-common: [2022-04-17T15:50:14.644Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] all: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setOSConditions: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolWin: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolUnix: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolProperty: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setS1ASclassPath: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] init-common: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] clean: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setOSConditions: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolWin: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolUnix: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolProperty: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setS1ASclassPath: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] init-common: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] clean-common: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setOSConditions: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolWin: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolUnix: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolProperty: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setS1ASclassPath: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] init-common: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] clean-classes-common: [2022-04-17T15:50:14.644Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setOSConditions: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolWin: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolUnix: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolProperty: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setS1ASclassPath: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] init-common: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] clean-jars-common: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] compile: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setOSConditions: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolWin: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolUnix: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setToolProperty: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] setS1ASclassPath: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] init-common: [2022-04-17T15:50:14.644Z] [2022-04-17T15:50:14.644Z] compile-common: [2022-04-17T15:50:14.644Z] [echo] Current time (ISO): 2022-04-17T15:50:14.537+0000 [2022-04-17T15:50:14.644Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:14.644Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:16.564Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:50:16.564Z] [javac] 1 warning [2022-04-17T15:50:16.564Z] [2022-04-17T15:50:16.564Z] build: [2022-04-17T15:50:16.564Z] [2022-04-17T15:50:16.564Z] setOSConditions: [2022-04-17T15:50:16.564Z] [2022-04-17T15:50:16.564Z] setToolWin: [2022-04-17T15:50:16.564Z] [2022-04-17T15:50:16.564Z] setToolUnix: [2022-04-17T15:50:16.564Z] [2022-04-17T15:50:16.564Z] setToolProperty: [2022-04-17T15:50:16.564Z] [2022-04-17T15:50:16.565Z] setS1ASclassPath: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] init-common: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] webclient-war-common: [2022-04-17T15:50:16.565Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] clear: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] test-tlds-exist: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] copy-tlds: [2022-04-17T15:50:16.565Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:50:16.565Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] test-tagfiles-exist: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] copy-tagfiles: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] package-war-common: [2022-04-17T15:50:16.565Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:16.565Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:16.565Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingDisabled/lib [2022-04-17T15:50:16.565Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:16.565Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:16.565Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:16.565Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-release-called-when-pooling-disabled-web.war [2022-04-17T15:50:16.565Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:16.565Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:16.565Z] [javac] Compiling 1 source file [2022-04-17T15:50:16.565Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingDisabled/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:16.565Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] deploy: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] deploy-war-common: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] setOSConditions: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] setToolWin: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] setToolUnix: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] setToolProperty: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] setS1ASclassPath: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] init-common: [2022-04-17T15:50:16.565Z] [2022-04-17T15:50:16.565Z] deploy-war-commonpe: [2022-04-17T15:50:16.840Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-release-called-when-pooling-disabled-web.war [2022-04-17T15:50:18.208Z] [exec] Application deployed with name web-jsp-tag-release-called-when-pooling-disabled-web. [2022-04-17T15:50:18.208Z] [2022-04-17T15:50:18.208Z] deploy-war-commonee: [2022-04-17T15:50:18.208Z] [2022-04-17T15:50:18.208Z] run: [2022-04-17T15:50:18.467Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-release-called-when-pooling-disabled/jsp/test.jsp [2022-04-17T15:50:18.467Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:18.467Z] [java] [2022-04-17T15:50:18.467Z] [java] [2022-04-17T15:50:18.467Z] [java] ----------------------------------------- [2022-04-17T15:50:18.467Z] [java] - jsp-tag-release-called-when-pooling-disabled: PASS - [2022-04-17T15:50:18.467Z] [java] ----------------------------------------- [2022-04-17T15:50:18.467Z] [java] - Total PASS : 1 - [2022-04-17T15:50:18.467Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:18.467Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:18.467Z] [java] ----------------------------------------- [2022-04-17T15:50:18.467Z] [2022-04-17T15:50:18.467Z] undeploy: [2022-04-17T15:50:18.467Z] [2022-04-17T15:50:18.467Z] setOSConditions: [2022-04-17T15:50:18.467Z] [2022-04-17T15:50:18.467Z] setToolWin: [2022-04-17T15:50:18.467Z] [2022-04-17T15:50:18.467Z] setToolUnix: [2022-04-17T15:50:18.467Z] [2022-04-17T15:50:18.467Z] setToolProperty: [2022-04-17T15:50:18.467Z] [2022-04-17T15:50:18.467Z] setS1ASclassPath: [2022-04-17T15:50:18.467Z] [2022-04-17T15:50:18.467Z] init-common: [2022-04-17T15:50:18.467Z] [2022-04-17T15:50:18.467Z] undeploy-war-common: [2022-04-17T15:50:18.742Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] all: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setOSConditions: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolWin: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolUnix: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolProperty: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setS1ASclassPath: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] init-common: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] clean: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setOSConditions: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolWin: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolUnix: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolProperty: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setS1ASclassPath: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] init-common: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] clean-common: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setOSConditions: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolWin: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolUnix: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolProperty: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setS1ASclassPath: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] init-common: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] clean-classes-common: [2022-04-17T15:50:18.998Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setOSConditions: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolWin: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolUnix: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolProperty: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setS1ASclassPath: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] init-common: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] clean-jars-common: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] compile: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setOSConditions: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolWin: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolUnix: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setToolProperty: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] setS1ASclassPath: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] init-common: [2022-04-17T15:50:18.998Z] [2022-04-17T15:50:18.998Z] compile-common: [2022-04-17T15:50:18.998Z] [echo] Current time (ISO): 2022-04-17T15:50:18.895+0000 [2022-04-17T15:50:18.998Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:18.998Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:20.941Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:50:20.941Z] [javac] 1 warning [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] build: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] setOSConditions: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] setToolWin: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] setToolUnix: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] setToolProperty: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] setS1ASclassPath: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] init-common: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] webclient-war-common: [2022-04-17T15:50:20.941Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] clear: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] test-tlds-exist: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] copy-tlds: [2022-04-17T15:50:20.941Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:50:20.941Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] test-tagfiles-exist: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] copy-tagfiles: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] package-war-common: [2022-04-17T15:50:20.941Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:20.941Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:20.941Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingEnabled/lib [2022-04-17T15:50:20.941Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:20.941Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:20.941Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:20.941Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-release-called-when-pooling-enabled-web.war [2022-04-17T15:50:20.941Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:20.941Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:20.941Z] [javac] Compiling 1 source file [2022-04-17T15:50:20.941Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingEnabled/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:20.941Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] deploy: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] deploy-war-common: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] setOSConditions: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] setToolWin: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.941Z] setToolUnix: [2022-04-17T15:50:20.941Z] [2022-04-17T15:50:20.942Z] setToolProperty: [2022-04-17T15:50:20.942Z] [2022-04-17T15:50:20.942Z] setS1ASclassPath: [2022-04-17T15:50:20.942Z] [2022-04-17T15:50:20.942Z] init-common: [2022-04-17T15:50:20.942Z] [2022-04-17T15:50:20.942Z] deploy-war-commonpe: [2022-04-17T15:50:21.239Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-tag-release-called-when-pooling-enabled-web.war [2022-04-17T15:50:22.172Z] [exec] Application deployed with name web-jsp-tag-release-called-when-pooling-enabled-web. [2022-04-17T15:50:22.172Z] [2022-04-17T15:50:22.172Z] deploy-war-commonee: [2022-04-17T15:50:22.172Z] [2022-04-17T15:50:22.172Z] run: [2022-04-17T15:50:22.441Z] [java] Connecting to: http://localhost:45711/web-jsp-tag-release-called-when-pooling-enabled/jsp/test.jsp [2022-04-17T15:50:22.441Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:22.441Z] [java] [2022-04-17T15:50:22.441Z] [java] [2022-04-17T15:50:22.441Z] [java] ----------------------------------------- [2022-04-17T15:50:22.441Z] [java] - jsp-tag-release-called-when-pooling-enabled: PASS - [2022-04-17T15:50:22.441Z] [java] ----------------------------------------- [2022-04-17T15:50:22.441Z] [java] - Total PASS : 1 - [2022-04-17T15:50:22.441Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:22.441Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:22.441Z] [java] ----------------------------------------- [2022-04-17T15:50:22.441Z] [2022-04-17T15:50:22.441Z] undeploy: [2022-04-17T15:50:22.441Z] [2022-04-17T15:50:22.441Z] setOSConditions: [2022-04-17T15:50:22.441Z] [2022-04-17T15:50:22.441Z] setToolWin: [2022-04-17T15:50:22.441Z] [2022-04-17T15:50:22.441Z] setToolUnix: [2022-04-17T15:50:22.441Z] [2022-04-17T15:50:22.441Z] setToolProperty: [2022-04-17T15:50:22.441Z] [2022-04-17T15:50:22.441Z] setS1ASclassPath: [2022-04-17T15:50:22.441Z] [2022-04-17T15:50:22.441Z] init-common: [2022-04-17T15:50:22.441Z] [2022-04-17T15:50:22.441Z] undeploy-war-common: [2022-04-17T15:50:22.697Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] all: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setOSConditions: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setToolWin: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setToolUnix: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setToolProperty: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setS1ASclassPath: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] init-common: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] clean: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setOSConditions: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setToolWin: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setToolUnix: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setToolProperty: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setS1ASclassPath: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] init-common: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] clean-common: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setOSConditions: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setToolWin: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setToolUnix: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setToolProperty: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] setS1ASclassPath: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] init-common: [2022-04-17T15:50:22.953Z] [2022-04-17T15:50:22.953Z] clean-classes-common: [2022-04-17T15:50:22.954Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] setOSConditions: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] setToolWin: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] setToolUnix: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] setToolProperty: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] setS1ASclassPath: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] init-common: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] clean-jars-common: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] compile: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] setOSConditions: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] setToolWin: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] setToolUnix: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] setToolProperty: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] setS1ASclassPath: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] init-common: [2022-04-17T15:50:22.954Z] [2022-04-17T15:50:22.954Z] compile-common: [2022-04-17T15:50:22.954Z] [echo] Current time (ISO): 2022-04-17T15:50:22.798+0000 [2022-04-17T15:50:22.954Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:22.954Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:24.861Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:50:24.861Z] [javac] 1 warning [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] build: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] setOSConditions: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] setToolWin: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] setToolUnix: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] setToolProperty: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] setS1ASclassPath: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] init-common: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] webclient-war-common: [2022-04-17T15:50:24.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] clear: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] test-tlds-exist: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] copy-tlds: [2022-04-17T15:50:24.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:50:24.861Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] test-tagfiles-exist: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] copy-tagfiles: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] package-war-common: [2022-04-17T15:50:24.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:24.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:24.861Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagdependentXml/lib [2022-04-17T15:50:24.861Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:24.861Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:24.861Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jspTagdependentXml-web.war [2022-04-17T15:50:24.861Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:24.861Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:24.861Z] [javac] Compiling 1 source file [2022-04-17T15:50:24.861Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:24.861Z] [javac] int port = new Integer(portS).intValue(); [2022-04-17T15:50:24.861Z] [javac] ^ [2022-04-17T15:50:24.861Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTagdependentXml/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:24.861Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:24.861Z] [javac] 1 warning [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] deploy: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] deploy-war-common: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] setOSConditions: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] setToolWin: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] setToolUnix: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] setToolProperty: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] setS1ASclassPath: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] init-common: [2022-04-17T15:50:24.861Z] [2022-04-17T15:50:24.861Z] deploy-war-commonpe: [2022-04-17T15:50:25.141Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jspTagdependentXml-web.war [2022-04-17T15:50:26.070Z] [exec] Application deployed with name web-jspTagdependentXml-web. [2022-04-17T15:50:26.326Z] [2022-04-17T15:50:26.326Z] deploy-war-commonee: [2022-04-17T15:50:26.326Z] [2022-04-17T15:50:26.326Z] run: [2022-04-17T15:50:26.326Z] [java] GET /web-jspTagdependentXml/test.jspx HTTP/1.0 [2022-04-17T15:50:26.326Z] [java] HTTP/1.1 200 OK [2022-04-17T15:50:26.326Z] [java] Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:50:26.326Z] [java] X-Powered-By: JSP/2.3 [2022-04-17T15:50:26.326Z] [java] Set-Cookie: JSESSIONID=837da99cacfa4b3fa9830b520798; Path=/web-jspTagdependentXml; HttpOnly [2022-04-17T15:50:26.326Z] [java] Content-Type: text/xml;charset=UTF-8 [2022-04-17T15:50:26.326Z] [java] Connection: close [2022-04-17T15:50:26.326Z] [java] Content-Length: 1420 [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] TestELvalue1 15 [2022-04-17T15:50:26.326Z] [java] ELExpression ${pageScope.eval} [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] out.println("Scriptlet in tagdependent body"); [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] ELExpression ${pageScope.eval} [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] ELExpression ${pageScope.eval} [2022-04-17T15:50:26.326Z] [java] NESTED [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] After NESTED. [2022-04-17T15:50:26.326Z] [java] Expression in tagdependent body 10 * 1000 [2022-04-17T15:50:26.326Z] [java] ELvalue2 18 [2022-04-17T15:50:26.326Z] [java] ELExpression ${pageScope.eval} [2022-04-17T15:50:26.326Z] [java] ELExpression ${pageScope.eval} [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] ELExpression ${pageScope.eval} [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] Some Text [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] ELExpression ${pageScope.eval} [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] ELExpression ${pageScope.eval} [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] [2022-04-17T15:50:26.326Z] [java] ----------------------------------------- [2022-04-17T15:50:26.326Z] [java] - XMLtagdependent test: PASS - [2022-04-17T15:50:26.326Z] [java] ----------------------------------------- [2022-04-17T15:50:26.326Z] [java] - Total PASS : 1 - [2022-04-17T15:50:26.326Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:26.326Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:26.326Z] [java] ----------------------------------------- [2022-04-17T15:50:26.326Z] [2022-04-17T15:50:26.326Z] undeploy: [2022-04-17T15:50:26.326Z] [2022-04-17T15:50:26.326Z] setOSConditions: [2022-04-17T15:50:26.326Z] [2022-04-17T15:50:26.326Z] setToolWin: [2022-04-17T15:50:26.326Z] [2022-04-17T15:50:26.326Z] setToolUnix: [2022-04-17T15:50:26.326Z] [2022-04-17T15:50:26.326Z] setToolProperty: [2022-04-17T15:50:26.326Z] [2022-04-17T15:50:26.326Z] setS1ASclassPath: [2022-04-17T15:50:26.326Z] [2022-04-17T15:50:26.326Z] init-common: [2022-04-17T15:50:26.326Z] [2022-04-17T15:50:26.326Z] undeploy-war-common: [2022-04-17T15:50:26.888Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] all: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setOSConditions: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolWin: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolUnix: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolProperty: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setS1ASclassPath: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] init-common: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] clean: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setOSConditions: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolWin: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolUnix: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolProperty: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setS1ASclassPath: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] init-common: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] clean-common: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setOSConditions: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolWin: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolUnix: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolProperty: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setS1ASclassPath: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] init-common: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] clean-classes-common: [2022-04-17T15:50:26.888Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setOSConditions: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolWin: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolUnix: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolProperty: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setS1ASclassPath: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] init-common: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] clean-jars-common: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] compile: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setOSConditions: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolWin: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolUnix: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolProperty: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setS1ASclassPath: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] init-common: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] compile-common: [2022-04-17T15:50:26.888Z] [echo] Current time (ISO): 2022-04-17T15:50:26.793+0000 [2022-04-17T15:50:26.888Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:26.888Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTemplateTextEscapedEL/servlet [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] build: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setOSConditions: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolWin: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolUnix: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolProperty: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setS1ASclassPath: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] init-common: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] webclient-war-common: [2022-04-17T15:50:26.888Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] clear: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] test-tlds-exist: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] copy-tlds: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] test-tagfiles-exist: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] copy-tagfiles: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] package-war-common: [2022-04-17T15:50:26.888Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:26.888Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:26.888Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:26.888Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:26.888Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTemplateTextEscapedEL/lib [2022-04-17T15:50:26.888Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:26.888Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-template-text-escaped-el-web.war [2022-04-17T15:50:26.888Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:26.888Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:26.888Z] [javac] Compiling 1 source file [2022-04-17T15:50:26.888Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTemplateTextEscapedEL/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:26.888Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] deploy: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] deploy-war-common: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setOSConditions: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolWin: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolUnix: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setToolProperty: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] setS1ASclassPath: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] init-common: [2022-04-17T15:50:26.888Z] [2022-04-17T15:50:26.888Z] deploy-war-commonpe: [2022-04-17T15:50:27.453Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-template-text-escaped-el-web.war [2022-04-17T15:50:28.015Z] [exec] Application deployed with name web-jsp-template-text-escaped-el-web. [2022-04-17T15:50:28.015Z] [2022-04-17T15:50:28.015Z] deploy-war-commonee: [2022-04-17T15:50:28.015Z] [2022-04-17T15:50:28.015Z] run: [2022-04-17T15:50:28.272Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:28.272Z] [java] [2022-04-17T15:50:28.273Z] [java] [2022-04-17T15:50:28.273Z] [java] ----------------------------------------- [2022-04-17T15:50:28.273Z] [java] - jsp-template-text-escaped-el: PASS - [2022-04-17T15:50:28.273Z] [java] ----------------------------------------- [2022-04-17T15:50:28.273Z] [java] - Total PASS : 1 - [2022-04-17T15:50:28.273Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:28.273Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:28.273Z] [java] ----------------------------------------- [2022-04-17T15:50:28.273Z] [2022-04-17T15:50:28.273Z] undeploy: [2022-04-17T15:50:28.273Z] [2022-04-17T15:50:28.273Z] setOSConditions: [2022-04-17T15:50:28.273Z] [2022-04-17T15:50:28.273Z] setToolWin: [2022-04-17T15:50:28.273Z] [2022-04-17T15:50:28.273Z] setToolUnix: [2022-04-17T15:50:28.273Z] [2022-04-17T15:50:28.273Z] setToolProperty: [2022-04-17T15:50:28.273Z] [2022-04-17T15:50:28.273Z] setS1ASclassPath: [2022-04-17T15:50:28.273Z] [2022-04-17T15:50:28.273Z] init-common: [2022-04-17T15:50:28.273Z] [2022-04-17T15:50:28.273Z] undeploy-war-common: [2022-04-17T15:50:28.539Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] all: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setOSConditions: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolWin: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolUnix: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolProperty: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setS1ASclassPath: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] init-common: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] clean: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setOSConditions: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolWin: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolUnix: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolProperty: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setS1ASclassPath: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] init-common: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] clean-common: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setOSConditions: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolWin: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolUnix: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolProperty: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setS1ASclassPath: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] init-common: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] clean-classes-common: [2022-04-17T15:50:28.796Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setOSConditions: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolWin: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolUnix: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolProperty: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setS1ASclassPath: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] init-common: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] clean-jars-common: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] compile: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setOSConditions: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolWin: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolUnix: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolProperty: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setS1ASclassPath: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] init-common: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] compile-common: [2022-04-17T15:50:28.796Z] [echo] Current time (ISO): 2022-04-17T15:50:28.598+0000 [2022-04-17T15:50:28.796Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:28.796Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspThrowsFileNotFoundExpect500ResponseCode/servlet [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] build: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setOSConditions: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolWin: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolUnix: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setToolProperty: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] setS1ASclassPath: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] init-common: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] webclient-war-common: [2022-04-17T15:50:28.796Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] clear: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] test-tlds-exist: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] copy-tlds: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] test-tagfiles-exist: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] copy-tagfiles: [2022-04-17T15:50:28.796Z] [2022-04-17T15:50:28.796Z] package-war-common: [2022-04-17T15:50:28.796Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:28.796Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:28.796Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:28.796Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:28.796Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspThrowsFileNotFoundExpect500ResponseCode/lib [2022-04-17T15:50:28.796Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:28.796Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-throws-file-not-found-expect-500-response-code-web.war [2022-04-17T15:50:28.796Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:28.796Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:28.796Z] [javac] Compiling 1 source file [2022-04-17T15:50:28.796Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspThrowsFileNotFoundExpect500ResponseCode/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:28.797Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:28.797Z] [2022-04-17T15:50:28.797Z] deploy: [2022-04-17T15:50:28.797Z] [2022-04-17T15:50:28.797Z] deploy-war-common: [2022-04-17T15:50:28.797Z] [2022-04-17T15:50:28.797Z] setOSConditions: [2022-04-17T15:50:28.797Z] [2022-04-17T15:50:28.797Z] setToolWin: [2022-04-17T15:50:28.797Z] [2022-04-17T15:50:28.797Z] setToolUnix: [2022-04-17T15:50:28.797Z] [2022-04-17T15:50:28.797Z] setToolProperty: [2022-04-17T15:50:28.797Z] [2022-04-17T15:50:28.797Z] setS1ASclassPath: [2022-04-17T15:50:28.797Z] [2022-04-17T15:50:28.797Z] init-common: [2022-04-17T15:50:28.797Z] [2022-04-17T15:50:28.797Z] deploy-war-commonpe: [2022-04-17T15:50:29.360Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-throws-file-not-found-expect-500-response-code-web.war [2022-04-17T15:50:29.941Z] [exec] Application deployed with name web-jsp-throws-file-not-found-expect-500-response-code-web. [2022-04-17T15:50:29.941Z] [2022-04-17T15:50:29.941Z] deploy-war-commonee: [2022-04-17T15:50:29.941Z] [2022-04-17T15:50:29.941Z] run: [2022-04-17T15:50:29.941Z] [java] Connecting to: http://localhost:45711/web-jsp-throws-file-not-found-expect-500-response-code/jsp/notfound.jsp [2022-04-17T15:50:29.941Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:29.941Z] [java] [2022-04-17T15:50:29.941Z] [java] [2022-04-17T15:50:29.941Z] [java] ----------------------------------------- [2022-04-17T15:50:29.941Z] [java] - jsp-throws-file-not-found-expect-500-response-code: PASS - [2022-04-17T15:50:29.941Z] [java] ----------------------------------------- [2022-04-17T15:50:29.941Z] [java] - Total PASS : 1 - [2022-04-17T15:50:29.941Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:29.941Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:29.941Z] [java] ----------------------------------------- [2022-04-17T15:50:29.941Z] [2022-04-17T15:50:29.941Z] undeploy: [2022-04-17T15:50:29.941Z] [2022-04-17T15:50:29.941Z] setOSConditions: [2022-04-17T15:50:29.941Z] [2022-04-17T15:50:29.941Z] setToolWin: [2022-04-17T15:50:29.941Z] [2022-04-17T15:50:29.941Z] setToolUnix: [2022-04-17T15:50:29.941Z] [2022-04-17T15:50:29.941Z] setToolProperty: [2022-04-17T15:50:29.941Z] [2022-04-17T15:50:29.941Z] setS1ASclassPath: [2022-04-17T15:50:29.941Z] [2022-04-17T15:50:29.941Z] init-common: [2022-04-17T15:50:29.941Z] [2022-04-17T15:50:29.941Z] undeploy-war-common: [2022-04-17T15:50:30.504Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] all: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setOSConditions: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolWin: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolUnix: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolProperty: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setS1ASclassPath: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] init-common: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] clean: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setOSConditions: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolWin: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolUnix: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolProperty: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setS1ASclassPath: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] init-common: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] clean-common: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setOSConditions: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolWin: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolUnix: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolProperty: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setS1ASclassPath: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] init-common: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] clean-classes-common: [2022-04-17T15:50:30.504Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setOSConditions: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolWin: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolUnix: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolProperty: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setS1ASclassPath: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] init-common: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] clean-jars-common: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] compile: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setOSConditions: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolWin: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolUnix: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolProperty: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setS1ASclassPath: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] init-common: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] compile-common: [2022-04-17T15:50:30.504Z] [echo] Current time (ISO): 2022-04-17T15:50:30.337+0000 [2022-04-17T15:50:30.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:30.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTrimDirectiveWhitespaces/servlet [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] build: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setOSConditions: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolWin: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolUnix: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolProperty: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setS1ASclassPath: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] init-common: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] webclient-war-common: [2022-04-17T15:50:30.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] clear: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] test-tlds-exist: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] copy-tlds: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] test-tagfiles-exist: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] copy-tagfiles: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] package-war-common: [2022-04-17T15:50:30.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:30.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:30.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:30.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:30.504Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTrimDirectiveWhitespaces/lib [2022-04-17T15:50:30.504Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:30.504Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-trimDirectiveWhitespaces-web.war [2022-04-17T15:50:30.504Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:30.504Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:30.504Z] [javac] Compiling 1 source file [2022-04-17T15:50:30.504Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspTrimDirectiveWhitespaces/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:30.504Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] deploy: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] deploy-war-common: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setOSConditions: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolWin: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolUnix: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setToolProperty: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] setS1ASclassPath: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] init-common: [2022-04-17T15:50:30.504Z] [2022-04-17T15:50:30.504Z] deploy-war-commonpe: [2022-04-17T15:50:31.074Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-trimDirectiveWhitespaces-web.war [2022-04-17T15:50:32.005Z] [exec] Application deployed with name web-trimDirectiveWhitespaces-web. [2022-04-17T15:50:32.005Z] [2022-04-17T15:50:32.005Z] deploy-war-commonee: [2022-04-17T15:50:32.005Z] [2022-04-17T15:50:32.005Z] run: [2022-04-17T15:50:32.005Z] [java] Connecting to: http://localhost:45711/web-trimDirectiveWhitespaces/trim.jsp [2022-04-17T15:50:32.005Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:32.005Z] [java] [2022-04-17T15:50:32.005Z] [java] [2022-04-17T15:50:32.005Z] [java] ----------------------------------------- [2022-04-17T15:50:32.005Z] [java] - jsp-trimDirectiveWhitespaces: PASS - [2022-04-17T15:50:32.005Z] [java] ----------------------------------------- [2022-04-17T15:50:32.005Z] [java] - Total PASS : 1 - [2022-04-17T15:50:32.005Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:32.005Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:32.005Z] [java] ----------------------------------------- [2022-04-17T15:50:32.005Z] [2022-04-17T15:50:32.005Z] undeploy: [2022-04-17T15:50:32.005Z] [2022-04-17T15:50:32.005Z] setOSConditions: [2022-04-17T15:50:32.005Z] [2022-04-17T15:50:32.005Z] setToolWin: [2022-04-17T15:50:32.005Z] [2022-04-17T15:50:32.005Z] setToolUnix: [2022-04-17T15:50:32.005Z] [2022-04-17T15:50:32.005Z] setToolProperty: [2022-04-17T15:50:32.005Z] [2022-04-17T15:50:32.005Z] setS1ASclassPath: [2022-04-17T15:50:32.005Z] [2022-04-17T15:50:32.005Z] init-common: [2022-04-17T15:50:32.005Z] [2022-04-17T15:50:32.005Z] undeploy-war-common: [2022-04-17T15:50:32.568Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] all: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setOSConditions: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolWin: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolUnix: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolProperty: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setS1ASclassPath: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] init-common: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] clean: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setOSConditions: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolWin: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolUnix: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolProperty: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setS1ASclassPath: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] init-common: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] clean-common: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setOSConditions: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolWin: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolUnix: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolProperty: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setS1ASclassPath: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] init-common: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] clean-classes-common: [2022-04-17T15:50:32.568Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setOSConditions: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolWin: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolUnix: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolProperty: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setS1ASclassPath: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] init-common: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] clean-jars-common: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] compile: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setOSConditions: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolWin: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolUnix: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setToolProperty: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] setS1ASclassPath: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] init-common: [2022-04-17T15:50:32.568Z] [2022-04-17T15:50:32.568Z] compile-common: [2022-04-17T15:50:32.568Z] [echo] Current time (ISO): 2022-04-17T15:50:32.448+0000 [2022-04-17T15:50:32.568Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:32.568Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:34.484Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:50:34.484Z] [javac] 1 warning [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] build: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] setOSConditions: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] setToolWin: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] setToolUnix: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] setToolProperty: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] setS1ASclassPath: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] init-common: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] webclient-war-common: [2022-04-17T15:50:34.484Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] clear: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] test-tlds-exist: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] copy-tlds: [2022-04-17T15:50:34.484Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:50:34.484Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/tlds [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] test-tagfiles-exist: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] copy-tagfiles: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] package-war-common: [2022-04-17T15:50:34.484Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:34.484Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:34.484Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUrnJspTldWithoutUri/lib [2022-04-17T15:50:34.484Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:34.484Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:34.484Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-urn-jsp-tld-without-uri-web.war [2022-04-17T15:50:34.484Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:34.484Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:34.484Z] [javac] Compiling 1 source file [2022-04-17T15:50:34.484Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUrnJspTldWithoutUri/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:34.484Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] deploy: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] deploy-war-common: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] setOSConditions: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] setToolWin: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] setToolUnix: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] setToolProperty: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] setS1ASclassPath: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] init-common: [2022-04-17T15:50:34.484Z] [2022-04-17T15:50:34.484Z] deploy-war-commonpe: [2022-04-17T15:50:35.049Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-urn-jsp-tld-without-uri-web.war [2022-04-17T15:50:35.613Z] [exec] Application deployed with name web-jsp-urn-jsp-tld-without-uri-web. [2022-04-17T15:50:35.613Z] [2022-04-17T15:50:35.613Z] deploy-war-commonee: [2022-04-17T15:50:35.613Z] [2022-04-17T15:50:35.613Z] run: [2022-04-17T15:50:35.869Z] [java] Connecting to: http://localhost:45711/web-jsp-urn-jsp-tld-without-uri/test.jspx [2022-04-17T15:50:35.869Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:35.869Z] [java] [2022-04-17T15:50:35.869Z] [java] [2022-04-17T15:50:35.869Z] [java] ----------------------------------------- [2022-04-17T15:50:35.869Z] [java] - jsp-urn-jsp-tld-without-uri: PASS - [2022-04-17T15:50:35.869Z] [java] ----------------------------------------- [2022-04-17T15:50:35.869Z] [java] - Total PASS : 1 - [2022-04-17T15:50:35.869Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:35.869Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:35.869Z] [java] ----------------------------------------- [2022-04-17T15:50:35.869Z] [2022-04-17T15:50:35.869Z] undeploy: [2022-04-17T15:50:35.869Z] [2022-04-17T15:50:35.869Z] setOSConditions: [2022-04-17T15:50:35.869Z] [2022-04-17T15:50:35.870Z] setToolWin: [2022-04-17T15:50:35.870Z] [2022-04-17T15:50:35.870Z] setToolUnix: [2022-04-17T15:50:35.870Z] [2022-04-17T15:50:35.870Z] setToolProperty: [2022-04-17T15:50:35.870Z] [2022-04-17T15:50:35.870Z] setS1ASclassPath: [2022-04-17T15:50:35.870Z] [2022-04-17T15:50:35.870Z] init-common: [2022-04-17T15:50:35.870Z] [2022-04-17T15:50:35.870Z] undeploy-war-common: [2022-04-17T15:50:36.447Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] all: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setOSConditions: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolWin: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolUnix: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolProperty: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setS1ASclassPath: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] init-common: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] clean: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setOSConditions: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolWin: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolUnix: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolProperty: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setS1ASclassPath: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] init-common: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] clean-common: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setOSConditions: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolWin: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolUnix: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolProperty: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setS1ASclassPath: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] init-common: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] clean-classes-common: [2022-04-17T15:50:36.447Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setOSConditions: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolWin: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolUnix: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolProperty: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setS1ASclassPath: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] init-common: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] clean-jars-common: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] compile: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setOSConditions: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolWin: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolUnix: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolProperty: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setS1ASclassPath: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] init-common: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] compile-common: [2022-04-17T15:50:36.447Z] [echo] Current time (ISO): 2022-04-17T15:50:36.309+0000 [2022-04-17T15:50:36.447Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:36.447Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUseBean/servlet [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] build: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setOSConditions: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolWin: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolUnix: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolProperty: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setS1ASclassPath: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] init-common: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] webclient-war-common: [2022-04-17T15:50:36.447Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] clear: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] test-tlds-exist: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] copy-tlds: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] test-tagfiles-exist: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] copy-tagfiles: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] package-war-common: [2022-04-17T15:50:36.447Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:36.447Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:36.447Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:36.447Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:36.447Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUseBean/lib [2022-04-17T15:50:36.447Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:36.447Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-use-bean-web.war [2022-04-17T15:50:36.447Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:36.447Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:36.447Z] [javac] Compiling 1 source file [2022-04-17T15:50:36.447Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:36.447Z] [javac] int port = new Integer(portS).intValue(); [2022-04-17T15:50:36.447Z] [javac] ^ [2022-04-17T15:50:36.447Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspUseBean/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:36.447Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:36.447Z] [javac] 1 warning [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] deploy: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] deploy-war-common: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setOSConditions: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolWin: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolUnix: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setToolProperty: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] setS1ASclassPath: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] init-common: [2022-04-17T15:50:36.447Z] [2022-04-17T15:50:36.447Z] deploy-war-commonpe: [2022-04-17T15:50:37.012Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-use-bean-web.war [2022-04-17T15:50:37.575Z] [exec] Application deployed with name web-jsp-use-bean-web. [2022-04-17T15:50:37.832Z] [2022-04-17T15:50:37.832Z] deploy-war-commonee: [2022-04-17T15:50:37.832Z] [2022-04-17T15:50:37.832Z] run: [2022-04-17T15:50:37.832Z] [java] GET /web-jsp-use-bean/test.jsp HTTP/1.0 [2022-04-17T15:50:37.832Z] [java] HTTP/1.1 200 OK [2022-04-17T15:50:37.832Z] [java] Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:50:37.832Z] [java] X-Powered-By: JSP/2.3 [2022-04-17T15:50:37.832Z] [java] Set-Cookie: JSESSIONID=83807a226613323ff603080cbc57; Path=/web-jsp-use-bean; HttpOnly [2022-04-17T15:50:37.832Z] [java] Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:50:37.832Z] [java] Connection: close [2022-04-17T15:50:37.832Z] [java] PASS: This error page should be reached! [2022-04-17T15:50:37.832Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:37.832Z] [java] [2022-04-17T15:50:37.832Z] [java] [2022-04-17T15:50:37.832Z] [java] ----------------------------------------- [2022-04-17T15:50:37.832Z] [java] - jsp-use-bean: PASS - [2022-04-17T15:50:37.832Z] [java] ----------------------------------------- [2022-04-17T15:50:37.832Z] [java] - Total PASS : 1 - [2022-04-17T15:50:37.832Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:37.832Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:37.832Z] [java] ----------------------------------------- [2022-04-17T15:50:37.832Z] [2022-04-17T15:50:37.832Z] undeploy: [2022-04-17T15:50:37.832Z] [2022-04-17T15:50:37.832Z] setOSConditions: [2022-04-17T15:50:37.832Z] [2022-04-17T15:50:37.832Z] setToolWin: [2022-04-17T15:50:37.832Z] [2022-04-17T15:50:37.832Z] setToolUnix: [2022-04-17T15:50:37.832Z] [2022-04-17T15:50:37.832Z] setToolProperty: [2022-04-17T15:50:37.832Z] [2022-04-17T15:50:37.832Z] setS1ASclassPath: [2022-04-17T15:50:37.832Z] [2022-04-17T15:50:37.832Z] init-common: [2022-04-17T15:50:37.832Z] [2022-04-17T15:50:37.832Z] undeploy-war-common: [2022-04-17T15:50:38.394Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] all: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setOSConditions: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setToolWin: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setToolUnix: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setToolProperty: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setS1ASclassPath: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] init-common: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] clean: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setOSConditions: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setToolWin: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setToolUnix: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setToolProperty: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setS1ASclassPath: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] init-common: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] clean-common: [2022-04-17T15:50:38.394Z] [2022-04-17T15:50:38.394Z] setOSConditions: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolWin: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolUnix: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolProperty: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setS1ASclassPath: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] init-common: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] clean-classes-common: [2022-04-17T15:50:38.395Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setOSConditions: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolWin: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolUnix: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolProperty: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setS1ASclassPath: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] init-common: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] clean-jars-common: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] compile: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setOSConditions: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolWin: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolUnix: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolProperty: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setS1ASclassPath: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] init-common: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] compile-common: [2022-04-17T15:50:38.395Z] [echo] Current time (ISO): 2022-04-17T15:50:38.290+0000 [2022-04-17T15:50:38.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:38.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspWelcomePageWithoutAnyServletMappings/servlet [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] build: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setOSConditions: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolWin: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolUnix: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolProperty: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setS1ASclassPath: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] init-common: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] webclient-war-common: [2022-04-17T15:50:38.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] clear: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] test-tlds-exist: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] copy-tlds: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] test-tagfiles-exist: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] copy-tagfiles: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] package-war-common: [2022-04-17T15:50:38.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:38.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:38.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:38.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:38.395Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspWelcomePageWithoutAnyServletMappings/lib [2022-04-17T15:50:38.395Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:38.395Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-welcome-page-without-any-servlet-mappings-web.war [2022-04-17T15:50:38.395Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:38.395Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:38.395Z] [javac] Compiling 1 source file [2022-04-17T15:50:38.395Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspWelcomePageWithoutAnyServletMappings/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:38.395Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] deploy: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] deploy-war-common: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setOSConditions: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolWin: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolUnix: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setToolProperty: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] setS1ASclassPath: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] init-common: [2022-04-17T15:50:38.395Z] [2022-04-17T15:50:38.395Z] deploy-war-commonpe: [2022-04-17T15:50:38.961Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-welcome-page-without-any-servlet-mappings-web.war [2022-04-17T15:50:39.532Z] [exec] Application deployed with name web-jsp-welcome-page-without-any-servlet-mappings-web. [2022-04-17T15:50:39.532Z] [2022-04-17T15:50:39.532Z] deploy-war-commonee: [2022-04-17T15:50:39.532Z] [2022-04-17T15:50:39.532Z] run: [2022-04-17T15:50:39.532Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:39.532Z] [java] [2022-04-17T15:50:39.532Z] [java] [2022-04-17T15:50:39.532Z] [java] ----------------------------------------- [2022-04-17T15:50:39.532Z] [java] - jsp-welcome-page-without-any-servlet-mappings: PASS - [2022-04-17T15:50:39.532Z] [java] ----------------------------------------- [2022-04-17T15:50:39.532Z] [java] - Total PASS : 1 - [2022-04-17T15:50:39.532Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:39.532Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:39.532Z] [java] ----------------------------------------- [2022-04-17T15:50:39.532Z] [2022-04-17T15:50:39.532Z] undeploy: [2022-04-17T15:50:39.532Z] [2022-04-17T15:50:39.532Z] setOSConditions: [2022-04-17T15:50:39.532Z] [2022-04-17T15:50:39.532Z] setToolWin: [2022-04-17T15:50:39.532Z] [2022-04-17T15:50:39.532Z] setToolUnix: [2022-04-17T15:50:39.532Z] [2022-04-17T15:50:39.532Z] setToolProperty: [2022-04-17T15:50:39.532Z] [2022-04-17T15:50:39.532Z] setS1ASclassPath: [2022-04-17T15:50:39.532Z] [2022-04-17T15:50:39.532Z] init-common: [2022-04-17T15:50:39.532Z] [2022-04-17T15:50:39.532Z] undeploy-war-common: [2022-04-17T15:50:40.099Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] all: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setOSConditions: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolWin: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolUnix: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolProperty: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setS1ASclassPath: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] init-common: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] clean: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setOSConditions: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolWin: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolUnix: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolProperty: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setS1ASclassPath: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] init-common: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] clean-common: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setOSConditions: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolWin: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolUnix: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolProperty: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setS1ASclassPath: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] init-common: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] clean-classes-common: [2022-04-17T15:50:40.099Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setOSConditions: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolWin: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolUnix: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolProperty: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setS1ASclassPath: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] init-common: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] clean-jars-common: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] compile: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setOSConditions: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolWin: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolUnix: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setToolProperty: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] setS1ASclassPath: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] init-common: [2022-04-17T15:50:40.099Z] [2022-04-17T15:50:40.099Z] compile-common: [2022-04-17T15:50:40.099Z] [echo] Current time (ISO): 2022-04-17T15:50:40.000+0000 [2022-04-17T15:50:40.099Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:40.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled/servlet [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] build: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] setOSConditions: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] setToolWin: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] setToolUnix: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] setToolProperty: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] setS1ASclassPath: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] init-common: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] webclient-war-common: [2022-04-17T15:50:40.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] clear: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] test-tlds-exist: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] copy-tlds: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] test-tagfiles-exist: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] copy-tagfiles: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] package-war-common: [2022-04-17T15:50:40.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:40.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:40.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:40.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:40.100Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled/lib [2022-04-17T15:50:40.100Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:40.100Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:40.100Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-xpowered-by-disabled-web.war [2022-04-17T15:50:40.100Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:40.100Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:40.100Z] [javac] Compiling 1 source file [2022-04-17T15:50:40.100Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:40.100Z] [javac] sock = new Socket(host, new Integer(port).intValue()); [2022-04-17T15:50:40.100Z] [javac] ^ [2022-04-17T15:50:40.100Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:40.100Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:40.100Z] [javac] 1 warning [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] deploy: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] deploy-war-common: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] setOSConditions: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] setToolWin: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] setToolUnix: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] setToolProperty: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] setS1ASclassPath: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] init-common: [2022-04-17T15:50:40.100Z] [2022-04-17T15:50:40.100Z] deploy-war-commonpe: [2022-04-17T15:50:40.664Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-xpowered-by-disabled-web.war [2022-04-17T15:50:41.244Z] [exec] Application deployed with name web-jsp-xpowered-by-disabled-web. [2022-04-17T15:50:41.244Z] [2022-04-17T15:50:41.244Z] deploy-war-commonee: [2022-04-17T15:50:41.244Z] [2022-04-17T15:50:41.244Z] run: [2022-04-17T15:50:41.244Z] [java] GET /web-jsp-xpowered-by-disabled/jsp/test.jsp HTTP/1.0 [2022-04-17T15:50:41.244Z] [java] [2022-04-17T15:50:41.244Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:41.244Z] [java] [2022-04-17T15:50:41.244Z] [java] [2022-04-17T15:50:41.244Z] [java] ----------------------------------------- [2022-04-17T15:50:41.244Z] [java] - jsp-xpowered-by-disabled: PASS - [2022-04-17T15:50:41.244Z] [java] ----------------------------------------- [2022-04-17T15:50:41.244Z] [java] - Total PASS : 1 - [2022-04-17T15:50:41.244Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:41.244Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:41.244Z] [java] ----------------------------------------- [2022-04-17T15:50:41.244Z] [2022-04-17T15:50:41.244Z] undeploy: [2022-04-17T15:50:41.244Z] [2022-04-17T15:50:41.244Z] setOSConditions: [2022-04-17T15:50:41.244Z] [2022-04-17T15:50:41.244Z] setToolWin: [2022-04-17T15:50:41.244Z] [2022-04-17T15:50:41.244Z] setToolUnix: [2022-04-17T15:50:41.244Z] [2022-04-17T15:50:41.244Z] setToolProperty: [2022-04-17T15:50:41.244Z] [2022-04-17T15:50:41.244Z] setS1ASclassPath: [2022-04-17T15:50:41.244Z] [2022-04-17T15:50:41.244Z] init-common: [2022-04-17T15:50:41.244Z] [2022-04-17T15:50:41.244Z] undeploy-war-common: [2022-04-17T15:50:41.504Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] all: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setOSConditions: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolWin: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolUnix: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolProperty: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setS1ASclassPath: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] init-common: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] clean: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setOSConditions: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolWin: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolUnix: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolProperty: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setS1ASclassPath: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] init-common: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] clean-common: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setOSConditions: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolWin: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolUnix: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolProperty: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setS1ASclassPath: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] init-common: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] clean-classes-common: [2022-04-17T15:50:41.761Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setOSConditions: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolWin: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolUnix: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolProperty: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setS1ASclassPath: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] init-common: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] clean-jars-common: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] compile: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setOSConditions: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolWin: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolUnix: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolProperty: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setS1ASclassPath: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] init-common: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] compile-common: [2022-04-17T15:50:41.761Z] [echo] Current time (ISO): 2022-04-17T15:50:41.614+0000 [2022-04-17T15:50:41.761Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:41.761Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader/servlet [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] build: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setOSConditions: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolWin: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolUnix: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setToolProperty: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] setS1ASclassPath: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] init-common: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] webclient-war-common: [2022-04-17T15:50:41.761Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] clear: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] test-tlds-exist: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.761Z] copy-tlds: [2022-04-17T15:50:41.761Z] [2022-04-17T15:50:41.762Z] test-tagfiles-exist: [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] copy-tagfiles: [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] package-war-common: [2022-04-17T15:50:41.762Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:41.762Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:41.762Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:41.762Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:41.762Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader/lib [2022-04-17T15:50:41.762Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:41.762Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-xpowered-by-single-response-header-web.war [2022-04-17T15:50:41.762Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:41.762Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:41.762Z] [javac] Compiling 1 source file [2022-04-17T15:50:41.762Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:41.762Z] [javac] sock = new Socket(host, new Integer(port).intValue()); [2022-04-17T15:50:41.762Z] [javac] ^ [2022-04-17T15:50:41.762Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:41.762Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:41.762Z] [javac] 1 warning [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] deploy: [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] deploy-war-common: [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] setOSConditions: [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] setToolWin: [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] setToolUnix: [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] setToolProperty: [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] setS1ASclassPath: [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] init-common: [2022-04-17T15:50:41.762Z] [2022-04-17T15:50:41.762Z] deploy-war-commonpe: [2022-04-17T15:50:42.343Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-xpowered-by-single-response-header-web.war [2022-04-17T15:50:42.906Z] [exec] Application deployed with name web-jsp-xpowered-by-single-response-header-web. [2022-04-17T15:50:42.906Z] [2022-04-17T15:50:42.906Z] deploy-war-commonee: [2022-04-17T15:50:42.906Z] [2022-04-17T15:50:42.906Z] run: [2022-04-17T15:50:43.164Z] [java] GET /web-jsp-xpowered-by-single-response-header/from.jsp HTTP/1.0 [2022-04-17T15:50:43.164Z] [java] [2022-04-17T15:50:43.164Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:43.164Z] [java] [2022-04-17T15:50:43.164Z] [java] [2022-04-17T15:50:43.164Z] [java] ----------------------------------------- [2022-04-17T15:50:43.164Z] [java] - jsp-xpowered-by-single-response-header: PASS - [2022-04-17T15:50:43.164Z] [java] ----------------------------------------- [2022-04-17T15:50:43.164Z] [java] - Total PASS : 1 - [2022-04-17T15:50:43.164Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:43.164Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:43.164Z] [java] ----------------------------------------- [2022-04-17T15:50:43.164Z] [2022-04-17T15:50:43.164Z] undeploy: [2022-04-17T15:50:43.164Z] [2022-04-17T15:50:43.164Z] setOSConditions: [2022-04-17T15:50:43.164Z] [2022-04-17T15:50:43.164Z] setToolWin: [2022-04-17T15:50:43.164Z] [2022-04-17T15:50:43.164Z] setToolUnix: [2022-04-17T15:50:43.164Z] [2022-04-17T15:50:43.164Z] setToolProperty: [2022-04-17T15:50:43.164Z] [2022-04-17T15:50:43.164Z] setS1ASclassPath: [2022-04-17T15:50:43.164Z] [2022-04-17T15:50:43.164Z] init-common: [2022-04-17T15:50:43.164Z] [2022-04-17T15:50:43.164Z] undeploy-war-common: [2022-04-17T15:50:43.748Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] all: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setOSConditions: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolWin: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolUnix: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolProperty: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setS1ASclassPath: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] init-common: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] clean: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setOSConditions: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolWin: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolUnix: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolProperty: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setS1ASclassPath: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] init-common: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] clean-common: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setOSConditions: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolWin: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolUnix: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolProperty: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setS1ASclassPath: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] init-common: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] clean-classes-common: [2022-04-17T15:50:43.748Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setOSConditions: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolWin: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolUnix: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolProperty: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setS1ASclassPath: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] init-common: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] clean-jars-common: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] compile: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setOSConditions: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolWin: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolUnix: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolProperty: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setS1ASclassPath: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] init-common: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] compile-common: [2022-04-17T15:50:43.748Z] [echo] Current time (ISO): 2022-04-17T15:50:43.670+0000 [2022-04-17T15:50:43.748Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:43.748Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspcConfigure/servlet [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] build: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setOSConditions: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolWin: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolUnix: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolProperty: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setS1ASclassPath: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] init-common: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] webclient-war-common: [2022-04-17T15:50:43.748Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] clear: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] test-tlds-exist: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] copy-tlds: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] test-tagfiles-exist: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] copy-tagfiles: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] package-war-common: [2022-04-17T15:50:43.748Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:43.748Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:43.748Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:43.748Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:43.748Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspcConfigure/lib [2022-04-17T15:50:43.748Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:43.748Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:43.748Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jspc-configure-web.war [2022-04-17T15:50:43.748Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:43.748Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:43.748Z] [javac] Compiling 1 source file [2022-04-17T15:50:43.748Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspcConfigure/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:43.748Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] deploy: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] deploy-war-common: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setOSConditions: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolWin: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolUnix: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setToolProperty: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] setS1ASclassPath: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] init-common: [2022-04-17T15:50:43.748Z] [2022-04-17T15:50:43.748Z] deploy-war-commonpe: [2022-04-17T15:50:44.345Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jspc-configure-web.war [2022-04-17T15:50:45.285Z] [exec] Application deployed with name web-jspc-configure-web. [2022-04-17T15:50:45.285Z] [2022-04-17T15:50:45.285Z] deploy-war-commonee: [2022-04-17T15:50:45.285Z] [2022-04-17T15:50:45.285Z] run: [2022-04-17T15:50:45.285Z] [java] Connecting to: http://localhost:45711/web-jspc-configure/jsp/test.jsp [2022-04-17T15:50:45.285Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:45.285Z] [java] [2022-04-17T15:50:45.285Z] [java] [2022-04-17T15:50:45.285Z] [java] ----------------------------------------- [2022-04-17T15:50:45.285Z] [java] - jspc-configure: PASS - [2022-04-17T15:50:45.285Z] [java] ----------------------------------------- [2022-04-17T15:50:45.285Z] [java] - Total PASS : 1 - [2022-04-17T15:50:45.285Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:45.285Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:45.285Z] [java] ----------------------------------------- [2022-04-17T15:50:45.285Z] [2022-04-17T15:50:45.285Z] undeploy: [2022-04-17T15:50:45.285Z] [2022-04-17T15:50:45.285Z] setOSConditions: [2022-04-17T15:50:45.285Z] [2022-04-17T15:50:45.285Z] setToolWin: [2022-04-17T15:50:45.285Z] [2022-04-17T15:50:45.285Z] setToolUnix: [2022-04-17T15:50:45.285Z] [2022-04-17T15:50:45.285Z] setToolProperty: [2022-04-17T15:50:45.285Z] [2022-04-17T15:50:45.285Z] setS1ASclassPath: [2022-04-17T15:50:45.285Z] [2022-04-17T15:50:45.285Z] init-common: [2022-04-17T15:50:45.285Z] [2022-04-17T15:50:45.285Z] undeploy-war-common: [2022-04-17T15:50:45.855Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] all: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setOSConditions: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolWin: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolUnix: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolProperty: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setS1ASclassPath: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] init-common: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] clean: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setOSConditions: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolWin: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolUnix: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolProperty: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setS1ASclassPath: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] init-common: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] clean-common: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setOSConditions: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolWin: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolUnix: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolProperty: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setS1ASclassPath: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] init-common: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] clean-classes-common: [2022-04-17T15:50:45.855Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setOSConditions: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolWin: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolUnix: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolProperty: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setS1ASclassPath: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] init-common: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] clean-jars-common: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] compile: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setOSConditions: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolWin: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolUnix: [2022-04-17T15:50:45.855Z] [2022-04-17T15:50:45.855Z] setToolProperty: [2022-04-17T15:50:45.856Z] [2022-04-17T15:50:45.856Z] setS1ASclassPath: [2022-04-17T15:50:45.856Z] [2022-04-17T15:50:45.856Z] init-common: [2022-04-17T15:50:45.856Z] [2022-04-17T15:50:45.856Z] compile-common: [2022-04-17T15:50:45.856Z] [echo] Current time (ISO): 2022-04-17T15:50:45.850+0000 [2022-04-17T15:50:45.856Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:45.856Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspconfig/servlet [2022-04-17T15:50:45.856Z] [2022-04-17T15:50:45.856Z] build: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] setOSConditions: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] setToolWin: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] setToolUnix: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] setToolProperty: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] setS1ASclassPath: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] init-common: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] webclient-war-common: [2022-04-17T15:50:46.141Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] clear: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] test-tlds-exist: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] copy-tlds: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] test-tagfiles-exist: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] copy-tagfiles: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] package-war-common: [2022-04-17T15:50:46.141Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:46.141Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:46.141Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:46.141Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:46.141Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspconfig/lib [2022-04-17T15:50:46.141Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:46.141Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-web.war [2022-04-17T15:50:46.141Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:46.141Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:46.141Z] [javac] Compiling 1 source file [2022-04-17T15:50:46.141Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:46.141Z] [javac] int port = new Integer(portS).intValue(); [2022-04-17T15:50:46.141Z] [javac] ^ [2022-04-17T15:50:46.141Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/jspconfig/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:46.141Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:46.141Z] [javac] 1 warning [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] deploy: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] deploy-war-common: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] setOSConditions: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] setToolWin: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] setToolUnix: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] setToolProperty: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] setS1ASclassPath: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] init-common: [2022-04-17T15:50:46.141Z] [2022-04-17T15:50:46.141Z] deploy-war-commonpe: [2022-04-17T15:50:46.436Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-jsp-config-web.war [2022-04-17T15:50:48.341Z] [exec] Application deployed with name web-jsp-config-web. [2022-04-17T15:50:48.597Z] [2022-04-17T15:50:48.597Z] deploy-war-commonee: [2022-04-17T15:50:48.597Z] [2022-04-17T15:50:48.597Z] run: [2022-04-17T15:50:48.597Z] [java] GET /web-jsp-config/test.jsp HTTP/1.0 [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] HTTP/1.1 200 OK [2022-04-17T15:50:48.597Z] [java] Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:50:48.597Z] [java] X-Powered-By: JSP/2.3 [2022-04-17T15:50:48.597Z] [java] Set-Cookie: JSESSIONID=83831a085be40bca7c7574d15886; Path=/web-jsp-config; HttpOnly [2022-04-17T15:50:48.597Z] [java] Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:50:48.597Z] [java] Connection: close [2022-04-17T15:50:48.597Z] [java] Content-Length: 76 [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java]

before including

[2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] JSP-CONFIG:PASS [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java]

after including

[2022-04-17T15:50:48.597Z] [java] GET /web-jsp-config/foo/test.jsp HTTP/1.0 [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] HTTP/1.1 200 OK [2022-04-17T15:50:48.597Z] [java] Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:50:48.597Z] [java] X-Powered-By: JSP/2.3 [2022-04-17T15:50:48.597Z] [java] Set-Cookie: JSESSIONID=83831ab7bf444de184d65eb6684e; Path=/web-jsp-config; HttpOnly [2022-04-17T15:50:48.597Z] [java] Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:50:48.597Z] [java] Connection: close [2022-04-17T15:50:48.597Z] [java] Content-Length: 51 [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] ELIgnored:true ${pageContext.request.requestURI} [2022-04-17T15:50:48.597Z] [java] GET /web-jsp-config/foo/bar/test.jsp HTTP/1.0 [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] HTTP/1.1 200 OK [2022-04-17T15:50:48.597Z] [java] Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:50:48.597Z] [java] X-Powered-By: JSP/2.3 [2022-04-17T15:50:48.597Z] [java] Set-Cookie: JSESSIONID=83831b059a042f11794fa18809e3; Path=/web-jsp-config; HttpOnly [2022-04-17T15:50:48.597Z] [java] Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:50:48.597Z] [java] Connection: close [2022-04-17T15:50:48.597Z] [java] Content-Length: 51 [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] ELIgnored:true ${pageContext.request.requestURI} [2022-04-17T15:50:48.597Z] [java] GET /web-jsp-config/foo/bar/baz/test.jsp HTTP/1.0 [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] HTTP/1.1 200 OK [2022-04-17T15:50:48.597Z] [java] Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:50:48.597Z] [java] X-Powered-By: JSP/2.3 [2022-04-17T15:50:48.597Z] [java] Set-Cookie: JSESSIONID=83831b5f16a0b4af29a9f5af688a; Path=/web-jsp-config; HttpOnly [2022-04-17T15:50:48.597Z] [java] Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:50:48.597Z] [java] Connection: close [2022-04-17T15:50:48.597Z] [java] Content-Length: 55 [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] ELIgnored:false /web-jsp-config/foo/bar/baz/test.jsp [2022-04-17T15:50:48.597Z] [java] GET /web-jsp-config/foo/bar/baz/test2.jsp HTTP/1.0 [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] HTTP/1.1 200 OK [2022-04-17T15:50:48.597Z] [java] Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:50:48.597Z] [java] X-Powered-By: JSP/2.3 [2022-04-17T15:50:48.597Z] [java] Set-Cookie: JSESSIONID=83831cded87ce4754abf678dd6f5; Path=/web-jsp-config; HttpOnly [2022-04-17T15:50:48.597Z] [java] Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:50:48.597Z] [java] Connection: close [2022-04-17T15:50:48.597Z] [java] Content-Length: 51 [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] ELIgnored:true ${pageContext.request.requestURI} [2022-04-17T15:50:48.597Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] [2022-04-17T15:50:48.597Z] [java] ----------------------------------------- [2022-04-17T15:50:48.597Z] [java] - jsp-config: PASS - [2022-04-17T15:50:48.597Z] [java] ----------------------------------------- [2022-04-17T15:50:48.597Z] [java] - Total PASS : 1 - [2022-04-17T15:50:48.597Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:48.597Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:48.597Z] [java] ----------------------------------------- [2022-04-17T15:50:48.597Z] [2022-04-17T15:50:48.597Z] undeploy: [2022-04-17T15:50:48.597Z] [2022-04-17T15:50:48.597Z] setOSConditions: [2022-04-17T15:50:48.597Z] [2022-04-17T15:50:48.597Z] setToolWin: [2022-04-17T15:50:48.597Z] [2022-04-17T15:50:48.597Z] setToolUnix: [2022-04-17T15:50:48.597Z] [2022-04-17T15:50:48.597Z] setToolProperty: [2022-04-17T15:50:48.597Z] [2022-04-17T15:50:48.597Z] setS1ASclassPath: [2022-04-17T15:50:48.597Z] [2022-04-17T15:50:48.597Z] init-common: [2022-04-17T15:50:48.597Z] [2022-04-17T15:50:48.597Z] undeploy-war-common: [2022-04-17T15:50:49.160Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] all: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setOSConditions: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolWin: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolUnix: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolProperty: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setS1ASclassPath: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] init-common: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] clean: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setOSConditions: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolWin: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolUnix: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolProperty: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setS1ASclassPath: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] init-common: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] clean-common: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setOSConditions: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolWin: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolUnix: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolProperty: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setS1ASclassPath: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] init-common: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] clean-classes-common: [2022-04-17T15:50:49.160Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setOSConditions: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolWin: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolUnix: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolProperty: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setS1ASclassPath: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] init-common: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] clean-jars-common: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] compile: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setOSConditions: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolWin: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolUnix: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolProperty: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setS1ASclassPath: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] init-common: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] compile-common: [2022-04-17T15:50:49.160Z] [echo] Current time (ISO): 2022-04-17T15:50:49.089+0000 [2022-04-17T15:50:49.160Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:49.160Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintExactMatch/servlet [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] build: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setOSConditions: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolWin: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolUnix: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolProperty: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setS1ASclassPath: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] init-common: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] webclient-war-common: [2022-04-17T15:50:49.160Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] clear: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] test-tlds-exist: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] copy-tlds: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] test-tagfiles-exist: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] copy-tagfiles: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] package-war-common: [2022-04-17T15:50:49.160Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:49.160Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:49.160Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:49.160Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:49.160Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintExactMatch/lib [2022-04-17T15:50:49.160Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:49.160Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-welcome-page-security-constraint-exact-match-web.war [2022-04-17T15:50:49.160Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:49.160Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:49.160Z] [javac] Compiling 1 source file [2022-04-17T15:50:49.160Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintExactMatch/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:49.160Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] deploy: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] deploy-war-common: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setOSConditions: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolWin: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolUnix: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setToolProperty: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] setS1ASclassPath: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] init-common: [2022-04-17T15:50:49.160Z] [2022-04-17T15:50:49.160Z] deploy-war-commonpe: [2022-04-17T15:50:49.748Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-welcome-page-security-constraint-exact-match-web.war [2022-04-17T15:50:50.311Z] [exec] Application deployed with name web-welcome-page-security-constraint-exact-match-web. [2022-04-17T15:50:50.311Z] [2022-04-17T15:50:50.311Z] deploy-war-commonee: [2022-04-17T15:50:50.311Z] [2022-04-17T15:50:50.311Z] run: [2022-04-17T15:50:50.311Z] [java] Connecting to: http://localhost:45711/web-welcome-page-security-constraint-exact-match/ [2022-04-17T15:50:50.311Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:50.311Z] [java] [2022-04-17T15:50:50.311Z] [java] [2022-04-17T15:50:50.311Z] [java] ----------------------------------------- [2022-04-17T15:50:50.311Z] [java] - welcome-page-security-constraint-exact-match: PASS - [2022-04-17T15:50:50.311Z] [java] ----------------------------------------- [2022-04-17T15:50:50.311Z] [java] - Total PASS : 1 - [2022-04-17T15:50:50.311Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:50.311Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:50.311Z] [java] ----------------------------------------- [2022-04-17T15:50:50.311Z] [2022-04-17T15:50:50.311Z] undeploy: [2022-04-17T15:50:50.311Z] [2022-04-17T15:50:50.311Z] setOSConditions: [2022-04-17T15:50:50.311Z] [2022-04-17T15:50:50.311Z] setToolWin: [2022-04-17T15:50:50.311Z] [2022-04-17T15:50:50.311Z] setToolUnix: [2022-04-17T15:50:50.311Z] [2022-04-17T15:50:50.311Z] setToolProperty: [2022-04-17T15:50:50.311Z] [2022-04-17T15:50:50.311Z] setS1ASclassPath: [2022-04-17T15:50:50.311Z] [2022-04-17T15:50:50.311Z] init-common: [2022-04-17T15:50:50.311Z] [2022-04-17T15:50:50.311Z] undeploy-war-common: [2022-04-17T15:50:50.874Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] all: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setOSConditions: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolWin: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolUnix: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolProperty: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setS1ASclassPath: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] init-common: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] clean: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setOSConditions: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolWin: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolUnix: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolProperty: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setS1ASclassPath: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] init-common: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] clean-common: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setOSConditions: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolWin: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolUnix: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolProperty: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setS1ASclassPath: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] init-common: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] clean-classes-common: [2022-04-17T15:50:50.874Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setOSConditions: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolWin: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolUnix: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolProperty: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setS1ASclassPath: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] init-common: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] clean-jars-common: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] compile: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setOSConditions: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolWin: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolUnix: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolProperty: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setS1ASclassPath: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] init-common: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] compile-common: [2022-04-17T15:50:50.874Z] [echo] Current time (ISO): 2022-04-17T15:50:50.828+0000 [2022-04-17T15:50:50.874Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:50:50.874Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintJspExtension/servlet [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] build: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setOSConditions: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolWin: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolUnix: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setToolProperty: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] setS1ASclassPath: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] init-common: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] webclient-war-common: [2022-04-17T15:50:50.874Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] clear: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] test-tlds-exist: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] copy-tlds: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] test-tagfiles-exist: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] copy-tagfiles: [2022-04-17T15:50:50.874Z] [2022-04-17T15:50:50.874Z] package-war-common: [2022-04-17T15:50:50.874Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp [2022-04-17T15:50:50.874Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:50.874Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/classes [2022-04-17T15:50:50.874Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF/lib [2022-04-17T15:50:50.874Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintJspExtension/lib [2022-04-17T15:50:50.874Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:50.874Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-welcome-page-security-constraint-jsp-extension-web.war [2022-04-17T15:50:50.874Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes/tmp/WEB-INF [2022-04-17T15:50:50.874Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:50:50.874Z] [javac] Compiling 1 source file [2022-04-17T15:50:51.140Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintJspExtension/WebTest.java uses or overrides a deprecated API. [2022-04-17T15:50:51.140Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:50:51.140Z] [2022-04-17T15:50:51.140Z] deploy: [2022-04-17T15:50:51.140Z] [2022-04-17T15:50:51.140Z] deploy-war-common: [2022-04-17T15:50:51.140Z] [2022-04-17T15:50:51.140Z] setOSConditions: [2022-04-17T15:50:51.140Z] [2022-04-17T15:50:51.140Z] setToolWin: [2022-04-17T15:50:51.140Z] [2022-04-17T15:50:51.140Z] setToolUnix: [2022-04-17T15:50:51.140Z] [2022-04-17T15:50:51.140Z] setToolProperty: [2022-04-17T15:50:51.140Z] [2022-04-17T15:50:51.140Z] setS1ASclassPath: [2022-04-17T15:50:51.140Z] [2022-04-17T15:50:51.140Z] init-common: [2022-04-17T15:50:51.140Z] [2022-04-17T15:50:51.140Z] deploy-war-commonpe: [2022-04-17T15:50:51.396Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive/web-welcome-page-security-constraint-jsp-extension-web.war [2022-04-17T15:50:51.959Z] [exec] Application deployed with name web-welcome-page-security-constraint-jsp-extension-web. [2022-04-17T15:50:51.959Z] [2022-04-17T15:50:51.959Z] deploy-war-commonee: [2022-04-17T15:50:51.959Z] [2022-04-17T15:50:51.959Z] run: [2022-04-17T15:50:52.215Z] [java] Connecting to: http://localhost:45711/web-welcome-page-security-constraint-jsp-extension/ [2022-04-17T15:50:52.215Z] [java] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:50:52.215Z] [java] [2022-04-17T15:50:52.215Z] [java] [2022-04-17T15:50:52.215Z] [java] ----------------------------------------- [2022-04-17T15:50:52.215Z] [java] - welcome-page-security-constraint-jsp-extension: PASS - [2022-04-17T15:50:52.215Z] [java] ----------------------------------------- [2022-04-17T15:50:52.215Z] [java] - Total PASS : 1 - [2022-04-17T15:50:52.215Z] [java] - Total FAIL : 0 - [2022-04-17T15:50:52.215Z] [java] - Total DID NOT RUN : 0 - [2022-04-17T15:50:52.215Z] [java] ----------------------------------------- [2022-04-17T15:50:52.215Z] [2022-04-17T15:50:52.215Z] undeploy: [2022-04-17T15:50:52.215Z] [2022-04-17T15:50:52.215Z] setOSConditions: [2022-04-17T15:50:52.215Z] [2022-04-17T15:50:52.215Z] setToolWin: [2022-04-17T15:50:52.215Z] [2022-04-17T15:50:52.215Z] setToolUnix: [2022-04-17T15:50:52.215Z] [2022-04-17T15:50:52.215Z] setToolProperty: [2022-04-17T15:50:52.215Z] [2022-04-17T15:50:52.215Z] setS1ASclassPath: [2022-04-17T15:50:52.215Z] [2022-04-17T15:50:52.215Z] init-common: [2022-04-17T15:50:52.215Z] [2022-04-17T15:50:52.215Z] undeploy-war-common: [2022-04-17T15:50:52.492Z] [exec] asadmin --host localhost --port 45707 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/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 [2022-04-17T15:50:52.752Z] [2022-04-17T15:50:52.752Z] all: [2022-04-17T15:50:52.752Z] [2022-04-17T15:50:52.752Z] finish-report: [2022-04-17T15:50:52.752Z] [2022-04-17T15:50:52.752Z] setOSConditions: [2022-04-17T15:50:52.752Z] [2022-04-17T15:50:52.752Z] setToolWin: [2022-04-17T15:50:52.752Z] [2022-04-17T15:50:52.752Z] setToolUnix: [2022-04-17T15:50:52.752Z] [2022-04-17T15:50:52.752Z] setToolProperty: [2022-04-17T15:50:52.752Z] [2022-04-17T15:50:52.752Z] setS1ASclassPath: [2022-04-17T15:50:52.752Z] [2022-04-17T15:50:52.752Z] init-common: [2022-04-17T15:50:52.752Z] [2022-04-17T15:50:52.752Z] stopDomain: [2022-04-17T15:50:52.752Z] [echo] run.xml:stopping domain... [2022-04-17T15:50:54.151Z] [exec] Waiting for the domain to stop . [2022-04-17T15:50:54.151Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:50:54.151Z] [2022-04-17T15:50:54.151Z] setOSConditions: [2022-04-17T15:50:54.151Z] [2022-04-17T15:50:54.151Z] setToolWin: [2022-04-17T15:50:54.151Z] [2022-04-17T15:50:54.151Z] setToolUnix: [2022-04-17T15:50:54.151Z] [2022-04-17T15:50:54.151Z] setToolProperty: [2022-04-17T15:50:54.151Z] [2022-04-17T15:50:54.151Z] setS1ASclassPath: [2022-04-17T15:50:54.151Z] [2022-04-17T15:50:54.151Z] init-common: [2022-04-17T15:50:54.151Z] [2022-04-17T15:50:54.151Z] dev-report: [2022-04-17T15:50:54.425Z] [java] ********************** [2022-04-17T15:50:54.425Z] [java] * PASSED 89 * [2022-04-17T15:50:54.425Z] [java] * FAILED 0 * [2022-04-17T15:50:54.425Z] [java] * DID NOT RUN 0 * [2022-04-17T15:50:54.425Z] [java] * TOTAL 89 * [2022-04-17T15:50:54.425Z] [java] ********************** [2022-04-17T15:50:54.425Z] [java] [2022-04-17T15:50:54.426Z] [echo] Detailed results available under appserv-tests/test_result.html [2022-04-17T15:50:54.426Z] [2022-04-17T15:50:54.426Z] BUILD SUCCESSFUL [2022-04-17T15:50:54.426Z] Total time: 7 minutes 3 seconds [2022-04-17T15:50:54.426Z] + kill_processes [2022-04-17T15:50:54.426Z] + ps -aef [2022-04-17T15:50:54.426Z] + grep java [2022-04-17T15:50:54.426Z] ./appserver/tests/appserv-tests/devtests/web/run_test.sh: line 19: ps: command not found [2022-04-17T15:50:54.426Z] + grep ASMain [2022-04-17T15:50:54.426Z] + grep -v grep [2022-04-17T15:50:54.426Z] + awk '{print $2}' [2022-04-17T15:50:54.426Z] + xargs kill -9 [2022-04-17T15:50:54.426Z] + true [2022-04-17T15:50:54.426Z] + jps [2022-04-17T15:50:54.426Z] + grep Main [2022-04-17T15:50:54.426Z] + grep -v grep [2022-04-17T15:50:54.426Z] + awk '{print $1}' [2022-04-17T15:50:54.426Z] + xargs kill -9 [2022-04-17T15:50:54.426Z] + true [2022-04-17T15:50:54.426Z] + ps -aef [2022-04-17T15:50:54.426Z] + grep derby [2022-04-17T15:50:54.426Z] ./appserver/tests/appserv-tests/devtests/web/run_test.sh: line 21: ps: command not found [2022-04-17T15:50:54.426Z] + grep -v grep [2022-04-17T15:50:54.426Z] + awk '{print $2}' [2022-04-17T15:50:54.426Z] + xargs kill -9 [2022-04-17T15:50:54.426Z] + true [2022-04-17T15:50:54.426Z] + cat web.output [2022-04-17T15:50:54.426Z] + grep FAIL [2022-04-17T15:50:54.426Z] + grep -v 'Total FAIL' [2022-04-17T15:50:54.426Z] + true [2022-04-17T15:50:54.426Z] + check_successful_run [2022-04-17T15:50:54.426Z] + printf '\n%s \n\n' '===== CHECK SUCCESSFUL RUN =====' [2022-04-17T15:50:54.426Z] [2022-04-17T15:50:54.426Z] ===== CHECK SUCCESSFUL RUN ===== [2022-04-17T15:50:54.426Z] [2022-04-17T15:50:54.426Z] + FILE=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html [2022-04-17T15:50:54.426Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html ']' [2022-04-17T15:50:54.426Z] + echo 'File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful' [2022-04-17T15:50:54.426Z] File /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html exists.Test build successful [2022-04-17T15:50:54.426Z] + generate_junit_report jsp [2022-04-17T15:50:54.426Z] + printf '\n%s \n\n' '===== GENERATE JUNIT REPORT =====' [2022-04-17T15:50:54.426Z] [2022-04-17T15:50:54.426Z] ===== GENERATE JUNIT REPORT ===== [2022-04-17T15:50:54.426Z] [2022-04-17T15:50:54.426Z] + TD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:50:54.426Z] + JUD=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml [2022-04-17T15:50:54.426Z] + TESTSUITE_NAME=jsp [2022-04-17T15:50:54.426Z] + cat /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml [2022-04-17T15:50:54.426Z] + awk -v suitename=jsp ' [2022-04-17T15:50:54.426Z] BEGIN { [2022-04-17T15:50:54.426Z] totaltests = 0; [2022-04-17T15:50:54.426Z] totalfailures = 0; [2022-04-17T15:50:54.426Z] totalerrors = 0; [2022-04-17T15:50:54.426Z] } [2022-04-17T15:50:54.426Z] function getPropVal(str){ [2022-04-17T15:50:54.426Z] split(str, a, "="); [2022-04-17T15:50:54.426Z] val = a[2]; [2022-04-17T15:50:54.426Z] # remove quotes [2022-04-17T15:50:54.426Z] gsub("\"","",val); [2022-04-17T15:50:54.426Z] return val; [2022-04-17T15:50:54.426Z] } [2022-04-17T15:50:54.426Z] function removeXMLTag(str){ [2022-04-17T15:50:54.426Z] # remove xml tag quotes [2022-04-17T15:50:54.426Z] gsub("","",str); [2022-04-17T15:50:54.426Z] gsub("<.*>","",str); [2022-04-17T15:50:54.426Z] gsub(">","",str); [2022-04-17T15:50:54.426Z] return str; [2022-04-17T15:50:54.426Z] } [2022-04-17T15:50:54.426Z] /status value=/ { [2022-04-17T15:50:54.426Z] result=getPropVal($0); [2022-04-17T15:50:54.426Z] result=removeXMLTag(result); [2022-04-17T15:50:54.426Z] } [2022-04-17T15:50:54.426Z] // { [2022-04-17T15:50:54.426Z] getline; [2022-04-17T15:50:54.426Z] getline; [2022-04-17T15:50:54.426Z] testunit=removeXMLTag($0); [2022-04-17T15:50:54.426Z] gsub("\"","",testunit); [2022-04-17T15:50:54.426Z] } [2022-04-17T15:50:54.426Z] // { [2022-04-17T15:50:54.426Z] getline; [2022-04-17T15:50:54.426Z] testname=removeXMLTag($0); [2022-04-17T15:50:54.426Z] gsub("\"","",testname); [2022-04-17T15:50:54.426Z] } [2022-04-17T15:50:54.426Z] /<\/testcase>/{ [2022-04-17T15:50:54.426Z] classname=testunit [2022-04-17T15:50:54.426Z] # printing testcase to out [2022-04-17T15:50:54.426Z] out = out sprintf(" \n", classname, testname); [2022-04-17T15:50:54.426Z] if (result == "fail") { [2022-04-17T15:50:54.426Z] out = out " \n"; [2022-04-17T15:50:54.426Z] totalfailures++; [2022-04-17T15:50:54.426Z] } else if (result == "did_not_run") { [2022-04-17T15:50:54.426Z] out = out " \n"; [2022-04-17T15:50:54.426Z] totalerrors++; [2022-04-17T15:50:54.426Z] } [2022-04-17T15:50:54.426Z] out = out " \n"; [2022-04-17T15:50:54.426Z] [2022-04-17T15:50:54.426Z] totaltests++; [2022-04-17T15:50:54.426Z] result=""; [2022-04-17T15:50:54.426Z] testname=""; [2022-04-17T15:50:54.426Z] } [2022-04-17T15:50:54.426Z] END { [2022-04-17T15:50:54.426Z] print "" [2022-04-17T15:50:54.426Z] printf "\n", totaltests, totalfailures, totalerrors, suitename; [2022-04-17T15:50:54.426Z] printf "%s", out; [2022-04-17T15:50:54.426Z] print "" [2022-04-17T15:50:54.426Z] }' [2022-04-17T15:50:54.426Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:50:54.426Z] + change_junit_report_class_names [2022-04-17T15:50:54.426Z] + sed -i 's/\([a-zA-Z-]\w*\)\./\1-/g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T15:50:54.426Z] + sed -i 's/\bclassname="/classname="web_jsp./g' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports/test_results_junit.xml [2022-04-17T15:50:54.426Z] + copy_test_artifacts web_jsp [2022-04-17T15:50:54.426Z] + printf '\n%s \n\n' '===== COPY TEST ARTIFACTS =====' [2022-04-17T15:50:54.426Z] [2022-04-17T15:50:54.426Z] ===== COPY TEST ARTIFACTS ===== [2022-04-17T15:50:54.426Z] [2022-04-17T15:50:54.426Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:50:54.426Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/domainArchive.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains [2022-04-17T15:50:54.426Z] tar: Removing leading `/' from member names [2022-04-17T15:50:54.687Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:50:54.687Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:50:54.687Z] + cp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.html /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results_junit.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_resultsValid.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:50:54.687Z] ++ pwd [2022-04-17T15:50:54.687Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:50:54.687Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/*/*logs.zip': No such file or directory [2022-04-17T15:50:54.687Z] + true [2022-04-17T15:50:54.687Z] ++ pwd [2022-04-17T15:50:54.687Z] + cp '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/*/*/*logs.zip' /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/ [2022-04-17T15:50:54.687Z] cp: cannot stat '/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/web/*/*/*logs.zip': No such file or directory [2022-04-17T15:50:54.687Z] + true [2022-04-17T15:50:54.687Z] + tar -cf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/web_jsp-results.tar.gz /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results [2022-04-17T15:50:54.687Z] tar: Removing leading `/' from member names [2022-04-17T15:50:54.687Z] + break [2022-04-17T15:50:54.687Z] + [[ true = false ]] [2022-04-17T15:50:54.687Z] + git reset --hard [2022-04-17T15:50:54.944Z] HEAD is now at d56ff92b9 Merge pull request #23899 from dmatej/mvn-annotation-processing [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 [2022-04-17T15:51:05.865Z] + rm -rf glassfish6 [2022-04-17T15:51:05.866Z] + true [2022-04-17T15:51:05.866Z] + export MAVEN_ARGS=-Pstaging [2022-04-17T15:51:05.866Z] + MAVEN_ARGS=-Pstaging [2022-04-17T15:51:05.866Z] + ./runtests.sh deployment_all [2022-04-17T15:51:05.866Z] This script can be temporarily used for local testing until we integrate current set of tests to Maven [2022-04-17T15:51:05.866Z] First argument is a version of GlassFish used for testing. It will be downloaded by Maven command [2022-04-17T15:51:05.866Z] Second argument is a test set id, one of: [2022-04-17T15:51:05.866Z] cdi_all, ql_gf_full_profile_all, \n [2022-04-17T15:51:05.866Z] \n [2022-04-17T15:51:05.866Z] web_jsp, deployment_all, \n [2022-04-17T15:51:05.866Z] ejb_group_1. ejb_group_2, ejb_group_3, ejb_group_embedded, \n [2022-04-17T15:51:05.866Z] cdi_all, ql_gf_full_profile_all, ql_gf_nucleus_all, ql_gf_web_profile_all, nucleus_admin_all, jdbc_all, batch_all, persistence_all, connector_group_1, connector_group_2, connector_group_3, connector_group_4 [2022-04-17T15:51:05.866Z] If you need to use a different JAVA_HOME than is used by your system, export it or edit this script. [2022-04-17T15:51:05.866Z] [2022-04-17T15:51:05.866Z] POM file "/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/pom.xml" specified with the -f/--file command line argument does not exist [2022-04-17T15:51:10.048Z] [INFO] Scanning for projects... [2022-04-17T15:51:10.048Z] [INFO] [2022-04-17T15:51:10.048Z] [INFO] ------------< org.glassfish.main:glassfish-main-aggregator >------------ [2022-04-17T15:51:10.048Z] [INFO] Building GlassFish Project 6.2.6-SNAPSHOT [2022-04-17T15:51:10.048Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-04-17T15:51:10.048Z] [INFO] [2022-04-17T15:51:10.048Z] [INFO] --- maven-dependency-plugin:3.2.0:copy (default-cli) @ glassfish-main-aggregator --- [2022-04-17T15:51:10.613Z] [INFO] Configured Artifact: org.jacoco:org.jacoco.agent:runtime:0.8.7:jar [2022-04-17T15:51:10.613Z] [INFO] org.jacoco:org.jacoco.agent:runtime:0.8.7:jar already exists in /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles [2022-04-17T15:51:10.613Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:51:10.613Z] [INFO] BUILD SUCCESS [2022-04-17T15:51:10.613Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:51:10.613Z] [INFO] Total time: 0.959 s [2022-04-17T15:51:10.613Z] [INFO] Finished at: 2022-04-17T15:51:10Z [2022-04-17T15:51:10.613Z] [INFO] ------------------------------------------------------------------------ [2022-04-17T15:51:10.613Z] + '[' '!' -z /var/jenkins ']' [2022-04-17T15:51:10.613Z] ++ mktemp -t XXXgf-internal-env [2022-04-17T15:51:10.613Z] + readonly GF_INTERNAL_ENV_SH=/tmp/9IBgf-internal-env [2022-04-17T15:51:10.613Z] + GF_INTERNAL_ENV_SH=/tmp/9IBgf-internal-env [2022-04-17T15:51:10.613Z] + '[' '!' -z '' ']' [2022-04-17T15:51:10.613Z] + export WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T15:51:10.613Z] + WSIMPORT_OPTS=-Djavax.xml.accessExternalSchema=all [2022-04-17T15:51:10.613Z] + '[' -f /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/maven-repo.tar.gz ']' [2022-04-17T15:51:10.613Z] + echo 'Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish' [2022-04-17T15:51:10.613Z] Removing old glassfish directory: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:51:10.613Z] + rm -rf /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:51:10.613Z] + '[' -z '--batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Pstaging' ']' [2022-04-17T15:51:10.613Z] + '[' -z 6.2.6-SNAPSHOT ']' [2022-04-17T15:51:10.613Z] + '[' -z /home/jenkins/.m2/repository ']' [2022-04-17T15:51:10.613Z] + run_test deployment_all [2022-04-17T15:51:10.613Z] + local testid=deployment_all [2022-04-17T15:51:10.613Z] + local found=false [2022-04-17T15:51:10.613Z] ++ find . -name run_test.sh [2022-04-17T15:51:11.176Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:51:11.176Z] ++ ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh list_test_ids [2022-04-17T15:51:11.176Z] + OPT=list_test_ids [2022-04-17T15:51:11.176Z] + TEST_ID= [2022-04-17T15:51:11.176Z] ++ dirname ./appserver/tests/appserv-tests/devtests/admin/cli/run_test.sh [2022-04-17T15:51:11.176Z] + source ./appserver/tests/appserv-tests/devtests/admin/cli/../../../../common_test.sh [2022-04-17T15:51:11.176Z] +++ uname [2022-04-17T15:51:11.176Z] +++ grep -i sunos [2022-04-17T15:51:11.176Z] +++ wc -l [2022-04-17T15:51:11.176Z] +++ awk '{print $1}' [2022-04-17T15:51:11.176Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:51:11.176Z] ++ GREP=grep [2022-04-17T15:51:11.176Z] ++ AWK=awk [2022-04-17T15:51:11.176Z] ++ SED=sed [2022-04-17T15:51:11.176Z] ++ BC=bc [2022-04-17T15:51:11.176Z] ++ export GREP AWK SED BC [2022-04-17T15:51:11.176Z] + case ${OPT} in [2022-04-17T15:51:11.176Z] + list_test_ids [2022-04-17T15:51:11.176Z] + echo admin_cli_all admin-cli-group-1 admin-cli-group-2 admin-cli-group-3 admin-cli-group-4 admin-cli-group-5 [2022-04-17T15:51:11.176Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.176Z] + [[ admin_cli_all = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.176Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.176Z] + [[ admin-cli-group-1 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.176Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.176Z] + [[ admin-cli-group-2 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.176Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.176Z] + [[ admin-cli-group-3 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.176Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.176Z] + [[ admin-cli-group-4 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.176Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.176Z] + [[ admin-cli-group-5 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.176Z] + [[ false = true ]] [2022-04-17T15:51:11.176Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:51:11.176Z] ++ ./appserver/tests/appserv-tests/devtests/batch/run_test.sh list_test_ids [2022-04-17T15:51:11.176Z] + OPT=list_test_ids [2022-04-17T15:51:11.176Z] + TEST_ID= [2022-04-17T15:51:11.176Z] ++ dirname ./appserver/tests/appserv-tests/devtests/batch/run_test.sh [2022-04-17T15:51:11.176Z] + source ./appserver/tests/appserv-tests/devtests/batch/../../../common_test.sh [2022-04-17T15:51:11.176Z] +++ uname [2022-04-17T15:51:11.176Z] +++ grep -i sunos [2022-04-17T15:51:11.176Z] +++ wc -l [2022-04-17T15:51:11.176Z] +++ awk '{print $1}' [2022-04-17T15:51:11.176Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:51:11.176Z] ++ GREP=grep [2022-04-17T15:51:11.176Z] ++ AWK=awk [2022-04-17T15:51:11.176Z] ++ SED=sed [2022-04-17T15:51:11.176Z] ++ BC=bc [2022-04-17T15:51:11.176Z] ++ export GREP AWK SED BC [2022-04-17T15:51:11.176Z] + case ${OPT} in [2022-04-17T15:51:11.176Z] + list_test_ids [2022-04-17T15:51:11.176Z] + echo batch_all [2022-04-17T15:51:11.176Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.176Z] + [[ batch_all = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.176Z] + [[ false = true ]] [2022-04-17T15:51:11.176Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:51:11.176Z] ++ ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh list_test_ids [2022-04-17T15:51:11.176Z] + OPT=list_test_ids [2022-04-17T15:51:11.176Z] + TEST_ID= [2022-04-17T15:51:11.176Z] ++ dirname ./appserver/tests/appserv-tests/devtests/cdi/run_test.sh [2022-04-17T15:51:11.176Z] + source ./appserver/tests/appserv-tests/devtests/cdi/../../../common_test.sh [2022-04-17T15:51:11.176Z] +++ uname [2022-04-17T15:51:11.176Z] +++ grep -i sunos [2022-04-17T15:51:11.176Z] +++ wc -l [2022-04-17T15:51:11.176Z] +++ awk '{print $1}' [2022-04-17T15:51:11.176Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:51:11.176Z] ++ GREP=grep [2022-04-17T15:51:11.176Z] ++ AWK=awk [2022-04-17T15:51:11.176Z] ++ SED=sed [2022-04-17T15:51:11.176Z] ++ BC=bc [2022-04-17T15:51:11.176Z] ++ export GREP AWK SED BC [2022-04-17T15:51:11.176Z] + case ${OPT} in [2022-04-17T15:51:11.176Z] + list_test_ids [2022-04-17T15:51:11.176Z] + echo cdi_all [2022-04-17T15:51:11.176Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.176Z] + [[ cdi_all = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.176Z] + [[ false = true ]] [2022-04-17T15:51:11.176Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:51:11.176Z] ++ ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh list_test_ids [2022-04-17T15:51:11.176Z] + OPT=list_test_ids [2022-04-17T15:51:11.176Z] + TEST_ID= [2022-04-17T15:51:11.176Z] ++ dirname ./appserver/tests/appserv-tests/devtests/connector/v3/run_test.sh [2022-04-17T15:51:11.177Z] + source ./appserver/tests/appserv-tests/devtests/connector/v3/../../../../common_test.sh [2022-04-17T15:51:11.177Z] +++ uname [2022-04-17T15:51:11.177Z] +++ grep -i sunos [2022-04-17T15:51:11.177Z] +++ wc -l [2022-04-17T15:51:11.177Z] +++ awk '{print $1}' [2022-04-17T15:51:11.177Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:51:11.177Z] ++ GREP=grep [2022-04-17T15:51:11.177Z] ++ AWK=awk [2022-04-17T15:51:11.177Z] ++ SED=sed [2022-04-17T15:51:11.177Z] ++ BC=bc [2022-04-17T15:51:11.177Z] ++ export GREP AWK SED BC [2022-04-17T15:51:11.177Z] + case ${OPT} in [2022-04-17T15:51:11.177Z] + list_test_ids [2022-04-17T15:51:11.177Z] + echo connector_all connector_group_1 connector_group_2 connector_group_3 connector_group_4 [2022-04-17T15:51:11.177Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.177Z] + [[ connector_all = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.177Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.177Z] + [[ connector_group_1 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.177Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.177Z] + [[ connector_group_2 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.177Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.177Z] + [[ connector_group_3 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.177Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.177Z] + [[ connector_group_4 = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.177Z] + [[ false = true ]] [2022-04-17T15:51:11.177Z] + for runtest in `find . -name run_test\.sh` [2022-04-17T15:51:11.177Z] ++ ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh list_test_ids [2022-04-17T15:51:11.177Z] + OPT=list_test_ids [2022-04-17T15:51:11.177Z] + TEST_ID= [2022-04-17T15:51:11.177Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh [2022-04-17T15:51:11.177Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh [2022-04-17T15:51:11.177Z] +++ uname [2022-04-17T15:51:11.177Z] +++ grep -i sunos [2022-04-17T15:51:11.177Z] +++ wc -l [2022-04-17T15:51:11.177Z] +++ awk '{print $1}' [2022-04-17T15:51:11.177Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:51:11.177Z] ++ GREP=grep [2022-04-17T15:51:11.177Z] ++ AWK=awk [2022-04-17T15:51:11.177Z] ++ SED=sed [2022-04-17T15:51:11.177Z] ++ BC=bc [2022-04-17T15:51:11.177Z] ++ export GREP AWK SED BC [2022-04-17T15:51:11.177Z] + case ${OPT} in [2022-04-17T15:51:11.177Z] + list_test_ids [2022-04-17T15:51:11.177Z] + echo deployment_all deployment_cluster_all [2022-04-17T15:51:11.177Z] + for id in `${runtest} list_test_ids` [2022-04-17T15:51:11.177Z] + [[ deployment_all = \d\e\p\l\o\y\m\e\n\t\_\a\l\l ]] [2022-04-17T15:51:11.177Z] + found=true [2022-04-17T15:51:11.177Z] + break [2022-04-17T15:51:11.177Z] + [[ true = true ]] [2022-04-17T15:51:11.177Z] + ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh run_test_id deployment_all [2022-04-17T15:51:11.177Z] + OPT=run_test_id [2022-04-17T15:51:11.177Z] + TEST_ID=deployment_all [2022-04-17T15:51:11.177Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh [2022-04-17T15:51:11.177Z] + source ./appserver/tests/appserv-tests/devtests/deployment/../../../common_test.sh [2022-04-17T15:51:11.177Z] +++ uname [2022-04-17T15:51:11.177Z] +++ grep -i sunos [2022-04-17T15:51:11.177Z] +++ wc -l [2022-04-17T15:51:11.177Z] +++ awk '{print $1}' [2022-04-17T15:51:11.177Z] ++ '[' 0 -eq 1 ']' [2022-04-17T15:51:11.177Z] ++ GREP=grep [2022-04-17T15:51:11.177Z] ++ AWK=awk [2022-04-17T15:51:11.177Z] ++ SED=sed [2022-04-17T15:51:11.177Z] ++ BC=bc [2022-04-17T15:51:11.177Z] ++ export GREP AWK SED BC [2022-04-17T15:51:11.177Z] + case ${OPT} in [2022-04-17T15:51:11.177Z] + trap 'copy_test_artifacts deployment_all' EXIT [2022-04-17T15:51:11.177Z] + run_test_id deployment_all [2022-04-17T15:51:11.177Z] + unzip_test_resources /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip [2022-04-17T15:51:11.177Z] + printf '\n%s \n\n' '===== UNZIP TEST RESOURCES =====' [2022-04-17T15:51:11.177Z] [2022-04-17T15:51:11.177Z] ===== UNZIP TEST RESOURCES ===== [2022-04-17T15:51:11.177Z] [2022-04-17T15:51:11.177Z] + for i in "${@}" [2022-04-17T15:51:11.177Z] + [[ /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip == *.zip* ]] [2022-04-17T15:51:11.177Z] + unzip -qq -o /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/bundles/glassfish.zip -d /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target [2022-04-17T15:51:12.105Z] ++ dirname ./appserver/tests/appserv-tests/devtests/deployment/run_test.sh [2022-04-17T15:51:12.105Z] + cd ./appserver/tests/appserv-tests/devtests/deployment [2022-04-17T15:51:12.105Z] + test_init [2022-04-17T15:51:12.105Z] + printf '\n%s \n\n' '===== V2 DEVTESTS INIT =====' [2022-04-17T15:51:12.105Z] [2022-04-17T15:51:12.105Z] ===== V2 DEVTESTS INIT ===== [2022-04-17T15:51:12.105Z] [2022-04-17T15:51:12.105Z] + find /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish -type f [2022-04-17T15:51:12.105Z] + xargs touch [2022-04-17T15:51:12.105Z] + echo S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:51:12.105Z] S1AS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:51:12.105Z] + echo ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T15:51:12.105Z] ANT_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/ant [2022-04-17T15:51:12.105Z] + echo APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T15:51:12.105Z] APS_HOME is /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests [2022-04-17T15:51:12.105Z] + java -version [2022-04-17T15:51:12.105Z] openjdk version "18-ea" 2022-03-22 [2022-04-17T15:51:12.105Z] OpenJDK Runtime Environment (build 18-ea+27-1924) [2022-04-17T15:51:12.105Z] OpenJDK 64-Bit Server VM (build 18-ea+27-1924, mixed mode, sharing) [2022-04-17T15:51:12.105Z] + ant -version [2022-04-17T15:51:12.105Z] Apache Ant(TM) version 1.9.16 compiled on July 10 2021 [2022-04-17T15:51:12.105Z] + mkdir -p /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/results/junitreports [2022-04-17T15:51:12.105Z] + printf '\n\n' [2022-04-17T15:51:12.105Z] [2022-04-17T15:51:12.105Z] [2022-04-17T15:51:12.105Z] + test_run deployment_all [2022-04-17T15:51:12.105Z] + [[ deployment_all = \d\e\p\l\o\y\m\e\n\t\_\c\l\u\s\t\e\r\_\a\l\l ]] [2022-04-17T15:51:12.105Z] + export HUDSON=true [2022-04-17T15:51:12.105Z] + HUDSON=true [2022-04-17T15:51:12.105Z] ++ pwd [2022-04-17T15:51:12.105Z] + export ROOT=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment [2022-04-17T15:51:12.105Z] + ROOT=/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment [2022-04-17T15:51:12.105Z] + '[' -x /usr/bin/cygpath ']' [2022-04-17T15:51:12.105Z] + antTarget=all-ee [2022-04-17T15:51:12.105Z] + '[' -z '' ']' [2022-04-17T15:51:12.105Z] + /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin start-domain [2022-04-17T15:51:17.341Z] Waiting for domain1 to start ..... [2022-04-17T15:51:17.341Z] Successfully started the domain : domain1 [2022-04-17T15:51:17.341Z] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:51:17.341Z] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:51:17.341Z] Admin Port: 4848 [2022-04-17T15:51:17.341Z] Command start-domain executed successfully. [2022-04-17T15:51:17.640Z] + antTarget=all [2022-04-17T15:51:17.640Z] + rm /home/jenkins/.asadminpass [2022-04-17T15:51:17.640Z] rm: cannot remove '/home/jenkins/.asadminpass': No such file or directory [2022-04-17T15:51:17.640Z] + true [2022-04-17T15:51:17.640Z] + ant all [2022-04-17T15:51:17.640Z] + tee /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/tests-run.log [2022-04-17T15:51:17.898Z] Buildfile: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build.xml [2022-04-17T15:51:18.462Z] [2022-04-17T15:51:18.462Z] init.os: [2022-04-17T15:51:18.462Z] [2022-04-17T15:51:18.462Z] init.tools.unix: [2022-04-17T15:51:18.462Z] [2022-04-17T15:51:18.462Z] init.tools.windows: [2022-04-17T15:51:18.462Z] [2022-04-17T15:51:18.462Z] init.tools: [2022-04-17T15:51:18.462Z] [2022-04-17T15:51:18.462Z] setAsadminArgs: [2022-04-17T15:51:18.462Z] [2022-04-17T15:51:18.462Z] init: [2022-04-17T15:51:18.718Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:18.718Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:19.283Z] [2022-04-17T15:51:19.284Z] init.customtasks: [2022-04-17T15:51:19.284Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/util/build/customAntTasks [2022-04-17T15:51:19.284Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:51:19.284Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/util/build/customAntTasks [2022-04-17T15:51:19.853Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/util/customAntTasks/JavaWithResult.java uses or overrides a deprecated API. [2022-04-17T15:51:19.853Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:51:19.853Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/util/build/customAntTasks/customAntTasks.jar [2022-04-17T15:51:19.853Z] [2022-04-17T15:51:19.853Z] all: [2022-04-17T15:51:19.853Z] [touch] Creating /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/client.log [2022-04-17T15:51:19.853Z] [2022-04-17T15:51:19.853Z] init.os: [2022-04-17T15:51:19.853Z] [2022-04-17T15:51:19.853Z] init.tools.unix: [2022-04-17T15:51:19.853Z] [2022-04-17T15:51:19.853Z] init.tools.windows: [2022-04-17T15:51:19.853Z] [2022-04-17T15:51:19.853Z] init.tools: [2022-04-17T15:51:19.853Z] [2022-04-17T15:51:19.853Z] setAsadminArgs: [2022-04-17T15:51:19.853Z] [2022-04-17T15:51:19.853Z] init: [2022-04-17T15:51:19.853Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:19.853Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:19.853Z] [get] Not modified - so not downloaded [2022-04-17T15:51:19.853Z] [2022-04-17T15:51:19.853Z] init.customtasks: [2022-04-17T15:51:19.853Z] [2022-04-17T15:51:19.853Z] clean: [2022-04-17T15:51:19.853Z] [2022-04-17T15:51:19.853Z] preTestsRun: [2022-04-17T15:51:20.138Z] [echo] Running all deployment devtests [2022-04-17T15:51:20.138Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/archives [2022-04-17T15:51:20.138Z] [2022-04-17T15:51:20.138Z] restart.server: [2022-04-17T15:51:20.138Z] [echo] Restarting server... [2022-04-17T15:51:23.437Z] [exec] Waiting for the domain to stop . [2022-04-17T15:51:23.437Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:51:23.437Z] [2022-04-17T15:51:23.437Z] start-process: [2022-04-17T15:51:23.437Z] [2022-04-17T15:51:23.437Z] start-process-non-windows: [2022-04-17T15:51:24.000Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:24.000Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt start-domain [options] ... [2022-04-17T15:51:28.245Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:51:28.245Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:51:28.245Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:51:28.245Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:51:28.245Z] [exec] Admin Port: 4848 [2022-04-17T15:51:28.245Z] [exec] Command start-domain executed successfully. [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] private-all: [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] private-all: [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] private-all: [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] init.os: [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] init.tools.unix: [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] init.tools.windows: [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] init.tools: [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] setAsadminArgs: [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] init: [2022-04-17T15:51:28.245Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:28.245Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:28.245Z] [get] Not modified - so not downloaded [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] init.customtasks: [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] prepare: [2022-04-17T15:51:28.245Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir/WEB-INF/classes [2022-04-17T15:51:28.245Z] [2022-04-17T15:51:28.245Z] compile: [2022-04-17T15:51:28.245Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:51:28.245Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir/WEB-INF/classes [2022-04-17T15:51:30.210Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:51:30.210Z] [javac] 1 warning [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] assemble: [2022-04-17T15:51:30.210Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir/WEB-INF [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] declare-test: [2022-04-17T15:51:30.210Z] [echo] Starting test deploydir war/deploydir Test asadmin deploydir [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init.os: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init.tools.unix: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init.tools.windows: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init.tools: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] setAsadminArgs: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init: [2022-04-17T15:51:30.210Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:30.210Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:30.210Z] [get] Not modified - so not downloaded [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init.customtasks: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] prepare: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] deploydir.asadmin: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] setAsadminArgs: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] common.deploydir.asadmin: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init.os: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init.tools.unix: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init.tools.windows: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init.tools: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] setAsadminArgs: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init: [2022-04-17T15:51:30.210Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:30.210Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:30.210Z] [get] Not modified - so not downloaded [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] init.customtasks: [2022-04-17T15:51:30.210Z] [2022-04-17T15:51:30.210Z] common.run.asadmin: [2022-04-17T15:51:30.210Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir [2022-04-17T15:51:30.466Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:30.466Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:51:33.746Z] [exec] Application deployed with name deploydir. [2022-04-17T15:51:33.746Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:51:33.746Z] [exec] Command deploydir executed successfully. [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] setHttpPort: [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] run.positive: [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] init.os: [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] init.tools.unix: [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] init.tools.windows: [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] init.tools: [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] setAsadminArgs: [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] init: [2022-04-17T15:51:33.746Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:33.746Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:33.746Z] [get] Not modified - so not downloaded [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] init.customtasks: [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] runclient: [2022-04-17T15:51:33.746Z] [echo] TestClient http://localhost:8080/deploydir/deploydir true [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/deploydir/deploydir [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: TestServlet [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: Mine is [888] [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 [2022-04-17T15:51:33.746Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] processResult: [2022-04-17T15:51:33.746Z] [2022-04-17T15:51:33.746Z] failed: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] passed: [2022-04-17T15:51:34.002Z] [echo] Test deploydir Passed [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] unknown: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] declare-test: [2022-04-17T15:51:34.002Z] [echo] Starting test deploydir war/deploydir Test asadmin redeploydir [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] init.os: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] init.tools.unix: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] init.tools.windows: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] init.tools: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] setAsadminArgs: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] init: [2022-04-17T15:51:34.002Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:34.002Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:34.002Z] [get] Not modified - so not downloaded [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] init.customtasks: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] prepare: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] redeploydir.asadmin: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] setAsadminArgs: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] common.redeploydir.asadmin: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] init.os: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.002Z] init.tools.unix: [2022-04-17T15:51:34.002Z] [2022-04-17T15:51:34.003Z] init.tools.windows: [2022-04-17T15:51:34.003Z] [2022-04-17T15:51:34.003Z] init.tools: [2022-04-17T15:51:34.003Z] [2022-04-17T15:51:34.003Z] setAsadminArgs: [2022-04-17T15:51:34.003Z] [2022-04-17T15:51:34.003Z] init: [2022-04-17T15:51:34.003Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:34.003Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:34.003Z] [get] Not modified - so not downloaded [2022-04-17T15:51:34.003Z] [2022-04-17T15:51:34.003Z] init.customtasks: [2022-04-17T15:51:34.003Z] [2022-04-17T15:51:34.003Z] common.run.asadmin: [2022-04-17T15:51:34.003Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir [2022-04-17T15:51:34.258Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:34.258Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:51:34.846Z] [exec] Application deployed with name deploydir. [2022-04-17T15:51:34.846Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:51:34.846Z] [exec] Command deploydir executed successfully. [2022-04-17T15:51:34.846Z] [2022-04-17T15:51:34.846Z] setHttpPort: [2022-04-17T15:51:34.846Z] [2022-04-17T15:51:34.846Z] run.positive: [2022-04-17T15:51:34.846Z] [2022-04-17T15:51:34.846Z] init.os: [2022-04-17T15:51:34.846Z] [2022-04-17T15:51:34.846Z] init.tools.unix: [2022-04-17T15:51:34.846Z] [2022-04-17T15:51:34.846Z] init.tools.windows: [2022-04-17T15:51:34.846Z] [2022-04-17T15:51:34.846Z] init.tools: [2022-04-17T15:51:34.846Z] [2022-04-17T15:51:34.846Z] setAsadminArgs: [2022-04-17T15:51:34.846Z] [2022-04-17T15:51:34.846Z] init: [2022-04-17T15:51:34.846Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:34.846Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:34.846Z] [get] Not modified - so not downloaded [2022-04-17T15:51:34.846Z] [2022-04-17T15:51:34.846Z] init.customtasks: [2022-04-17T15:51:34.846Z] [2022-04-17T15:51:34.846Z] runclient: [2022-04-17T15:51:34.846Z] [echo] TestClient http://localhost:8080/deploydir/deploydir true [2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir [2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/deploydir/deploydir [2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]:: TestServlet [2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? [2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]:: Mine is [888] [2022-04-17T15:51:34.846Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:34.847Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:34.847Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 [2022-04-17T15:51:34.847Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] processResult: [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] failed: [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] passed: [2022-04-17T15:51:34.847Z] [echo] Test deploydir Passed [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] unknown: [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] declare-test: [2022-04-17T15:51:34.847Z] [echo] Starting test deploydir war/deploydir Test asadmin v3 redeploydir [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] init.os: [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] init.tools.unix: [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] init.tools.windows: [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] init.tools: [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] setAsadminArgs: [2022-04-17T15:51:34.847Z] [2022-04-17T15:51:34.847Z] init: [2022-04-17T15:51:34.847Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:34.847Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:35.103Z] [get] Not modified - so not downloaded [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.customtasks: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] prepare: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] v3.redeploydir.asadmin: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] setAsadminArgs: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] common.v3.redeploy.asadmin: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.os: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.tools.unix: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.tools.windows: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.tools: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] setAsadminArgs: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init: [2022-04-17T15:51:35.103Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:35.103Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:35.103Z] [get] Not modified - so not downloaded [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.customtasks: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] delAppRef: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.os: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.tools.unix: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.tools.windows: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.tools: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] setAsadminArgs: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init: [2022-04-17T15:51:35.103Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:35.103Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:35.103Z] [get] Not modified - so not downloaded [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] init.customtasks: [2022-04-17T15:51:35.103Z] [2022-04-17T15:51:35.103Z] common.run.asadmin: [2022-04-17T15:51:35.103Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin redeploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name deploydir [2022-04-17T15:51:35.359Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:35.359Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 redeploy [options] ... [2022-04-17T15:51:35.615Z] [exec] Application deployed with name deploydir. [2022-04-17T15:51:35.615Z] [exec] Command redeploy executed successfully. [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init.os: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init.tools.unix: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init.tools.windows: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init.tools: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] setAsadminArgs: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init: [2022-04-17T15:51:35.615Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:35.615Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:35.615Z] [get] Not modified - so not downloaded [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init.customtasks: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] setEnabled: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] createAppRef: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] setHttpPort: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] run.positive: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init.os: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init.tools.unix: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init.tools.windows: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init.tools: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] setAsadminArgs: [2022-04-17T15:51:35.615Z] [2022-04-17T15:51:35.615Z] init: [2022-04-17T15:51:35.615Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:35.615Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:35.875Z] [get] Not modified - so not downloaded [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.customtasks: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] runclient: [2022-04-17T15:51:35.875Z] [echo] TestClient http://localhost:8080/deploydir/deploydir true [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/deploydir/deploydir [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: TestServlet [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: Mine is [888] [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 [2022-04-17T15:51:35.875Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] processResult: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] failed: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] passed: [2022-04-17T15:51:35.875Z] [echo] Test deploydir Passed [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] unknown: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] declare-test: [2022-04-17T15:51:35.875Z] [echo] Starting test deploydir war/deploydir Test asadmin v3 redeploy [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.os: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.tools.unix: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.tools.windows: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.tools: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] setAsadminArgs: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init: [2022-04-17T15:51:35.875Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:35.875Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:35.875Z] [get] Not modified - so not downloaded [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.customtasks: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] prepare: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] v3.redeploy.asadmin: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] setAsadminArgs: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] common.v3.redeploy.asadmin: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.os: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.tools.unix: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.tools.windows: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.tools: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] setAsadminArgs: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init: [2022-04-17T15:51:35.875Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:35.875Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:35.875Z] [get] Not modified - so not downloaded [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] init.customtasks: [2022-04-17T15:51:35.875Z] [2022-04-17T15:51:35.875Z] delAppRef: [2022-04-17T15:51:36.139Z] [2022-04-17T15:51:36.139Z] init.os: [2022-04-17T15:51:36.139Z] [2022-04-17T15:51:36.139Z] init.tools.unix: [2022-04-17T15:51:36.139Z] [2022-04-17T15:51:36.139Z] init.tools.windows: [2022-04-17T15:51:36.139Z] [2022-04-17T15:51:36.139Z] init.tools: [2022-04-17T15:51:36.139Z] [2022-04-17T15:51:36.139Z] setAsadminArgs: [2022-04-17T15:51:36.139Z] [2022-04-17T15:51:36.139Z] init: [2022-04-17T15:51:36.139Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:36.139Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:36.139Z] [get] Not modified - so not downloaded [2022-04-17T15:51:36.139Z] [2022-04-17T15:51:36.139Z] init.customtasks: [2022-04-17T15:51:36.139Z] [2022-04-17T15:51:36.139Z] common.run.asadmin: [2022-04-17T15:51:36.139Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin redeploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name deploydir /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir [2022-04-17T15:51:36.440Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:36.440Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 redeploy [options] ... [2022-04-17T15:51:36.696Z] [exec] Application deployed with name deploydir. [2022-04-17T15:51:36.696Z] [exec] Command redeploy executed successfully. [2022-04-17T15:51:36.696Z] [2022-04-17T15:51:36.696Z] init.os: [2022-04-17T15:51:36.696Z] [2022-04-17T15:51:36.696Z] init.tools.unix: [2022-04-17T15:51:36.696Z] [2022-04-17T15:51:36.696Z] init.tools.windows: [2022-04-17T15:51:36.696Z] [2022-04-17T15:51:36.696Z] init.tools: [2022-04-17T15:51:36.696Z] [2022-04-17T15:51:36.696Z] setAsadminArgs: [2022-04-17T15:51:36.696Z] [2022-04-17T15:51:36.696Z] init: [2022-04-17T15:51:36.696Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:36.696Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:36.697Z] [get] Not modified - so not downloaded [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] init.customtasks: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] setEnabled: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] createAppRef: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] setHttpPort: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] run.positive: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] init.os: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] init.tools.unix: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] init.tools.windows: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] init.tools: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] setAsadminArgs: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] init: [2022-04-17T15:51:36.697Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:36.697Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:36.697Z] [get] Not modified - so not downloaded [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] init.customtasks: [2022-04-17T15:51:36.697Z] [2022-04-17T15:51:36.697Z] runclient: [2022-04-17T15:51:36.697Z] [echo] TestClient http://localhost:8080/deploydir/deploydir true [2022-04-17T15:51:36.697Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir [2022-04-17T15:51:36.697Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/deploydir/deploydir [2022-04-17T15:51:36.953Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:36.953Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]:: TestServlet [2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? [2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]:: Mine is [888] [2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 [2022-04-17T15:51:36.954Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] processResult: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] failed: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] passed: [2022-04-17T15:51:36.954Z] [echo] Test deploydir Passed [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] unknown: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] declare-test: [2022-04-17T15:51:36.954Z] [echo] Starting test deploydir war/deploydir Test asadmin deploydir with a different context root [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init.os: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init.tools.unix: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init.tools.windows: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init.tools: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] setAsadminArgs: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init: [2022-04-17T15:51:36.954Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:36.954Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:36.954Z] [get] Not modified - so not downloaded [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init.customtasks: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] prepare: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] redeploydir.asadmin.foo: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] setAsadminArgs: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] common.redeploydir.asadmin: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init.os: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init.tools.unix: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init.tools.windows: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init.tools: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] setAsadminArgs: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init: [2022-04-17T15:51:36.954Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:36.954Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:36.954Z] [get] Not modified - so not downloaded [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] init.customtasks: [2022-04-17T15:51:36.954Z] [2022-04-17T15:51:36.954Z] common.run.asadmin: [2022-04-17T15:51:36.954Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --contextroot foo /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir [2022-04-17T15:51:37.217Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:37.217Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:51:37.500Z] [exec] Application deployed with name deploydir. [2022-04-17T15:51:37.500Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:51:37.500Z] [exec] Command deploydir executed successfully. [2022-04-17T15:51:37.500Z] [2022-04-17T15:51:37.500Z] setHttpPort: [2022-04-17T15:51:37.500Z] [2022-04-17T15:51:37.500Z] run.positive.foo: [2022-04-17T15:51:37.500Z] [2022-04-17T15:51:37.500Z] init.os: [2022-04-17T15:51:37.500Z] [2022-04-17T15:51:37.500Z] init.tools.unix: [2022-04-17T15:51:37.500Z] [2022-04-17T15:51:37.500Z] init.tools.windows: [2022-04-17T15:51:37.500Z] [2022-04-17T15:51:37.500Z] init.tools: [2022-04-17T15:51:37.500Z] [2022-04-17T15:51:37.500Z] setAsadminArgs: [2022-04-17T15:51:37.500Z] [2022-04-17T15:51:37.500Z] init: [2022-04-17T15:51:37.500Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:37.500Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:37.500Z] [get] Not modified - so not downloaded [2022-04-17T15:51:37.500Z] [2022-04-17T15:51:37.500Z] init.customtasks: [2022-04-17T15:51:37.500Z] [2022-04-17T15:51:37.500Z] runclient: [2022-04-17T15:51:37.500Z] [echo] TestClient http://localhost:8080/foo/deploydir true [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/foo/deploydir [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: TestServlet [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: Mine is [888] [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 [2022-04-17T15:51:37.756Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] processResult: [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] failed: [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] passed: [2022-04-17T15:51:37.756Z] [echo] Test deploydir Passed [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] unknown: [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] declare-test: [2022-04-17T15:51:37.756Z] [echo] Starting test deploydir war/deploydir Test asadmin redeploydir preserves context root [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] init.os: [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] init.tools.unix: [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] init.tools.windows: [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] init.tools: [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] setAsadminArgs: [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.756Z] init: [2022-04-17T15:51:37.756Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:37.756Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:37.756Z] [get] Not modified - so not downloaded [2022-04-17T15:51:37.756Z] [2022-04-17T15:51:37.757Z] init.customtasks: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] prepare: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] redeploydir.asadmin: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] setAsadminArgs: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] common.redeploydir.asadmin: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] init.os: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] init.tools.unix: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] init.tools.windows: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] init.tools: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] setAsadminArgs: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] init: [2022-04-17T15:51:37.757Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:37.757Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:37.757Z] [get] Not modified - so not downloaded [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] init.customtasks: [2022-04-17T15:51:37.757Z] [2022-04-17T15:51:37.757Z] common.run.asadmin: [2022-04-17T15:51:37.757Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/deploydir/deploydir [2022-04-17T15:51:38.037Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:38.037Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:51:38.600Z] [exec] Application deployed with name deploydir. [2022-04-17T15:51:38.600Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:51:38.600Z] [exec] Command deploydir executed successfully. [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] setHttpPort: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] run.positive.foo: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.os: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools.unix: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools.windows: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] setAsadminArgs: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init: [2022-04-17T15:51:38.600Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:38.600Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:38.600Z] [get] Not modified - so not downloaded [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.customtasks: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] runclient: [2022-04-17T15:51:38.600Z] [echo] TestClient http://localhost:8080/foo/deploydir true [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/foo/deploydir [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: TestServlet [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: Mine is [888] [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 [2022-04-17T15:51:38.600Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] processResult: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] failed: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] passed: [2022-04-17T15:51:38.600Z] [echo] Test deploydir Passed [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] unknown: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] declare-test: [2022-04-17T15:51:38.600Z] [echo] Starting test deploydir war/deploydir Test v3 asadmin redeploydir preserves context root [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.os: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools.unix: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools.windows: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] setAsadminArgs: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init: [2022-04-17T15:51:38.600Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:38.600Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:38.600Z] [get] Not modified - so not downloaded [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.customtasks: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] prepare: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] v3.redeploydir.asadmin: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] setAsadminArgs: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] common.v3.redeploy.asadmin: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.os: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools.unix: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools.windows: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] setAsadminArgs: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init: [2022-04-17T15:51:38.600Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:38.600Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:38.600Z] [get] Not modified - so not downloaded [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.customtasks: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] delAppRef: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.os: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools.unix: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools.windows: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.tools: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] setAsadminArgs: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init: [2022-04-17T15:51:38.600Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:38.600Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:38.600Z] [get] Not modified - so not downloaded [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] init.customtasks: [2022-04-17T15:51:38.600Z] [2022-04-17T15:51:38.600Z] common.run.asadmin: [2022-04-17T15:51:38.600Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin redeploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name deploydir [2022-04-17T15:51:39.166Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:39.167Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 redeploy [options] ... [2022-04-17T15:51:39.423Z] [exec] Application deployed with name deploydir. [2022-04-17T15:51:39.423Z] [exec] Command redeploy executed successfully. [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.os: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.tools.unix: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.tools.windows: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.tools: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] setAsadminArgs: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init: [2022-04-17T15:51:39.423Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:39.423Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:39.423Z] [get] Not modified - so not downloaded [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.customtasks: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] setEnabled: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] createAppRef: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] setHttpPort: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] run.positive.foo: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.os: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.tools.unix: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.tools.windows: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.tools: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] setAsadminArgs: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init: [2022-04-17T15:51:39.423Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:39.423Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:39.423Z] [get] Not modified - so not downloaded [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.customtasks: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] runclient: [2022-04-17T15:51:39.423Z] [echo] TestClient http://localhost:8080/foo/deploydir true [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/foo/deploydir [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: TestServlet [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: So what is your lucky number? [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]::

[2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: Mine is [888] [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: Correct return code: 200 [2022-04-17T15:51:39.423Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] processResult: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] failed: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] passed: [2022-04-17T15:51:39.423Z] [echo] Test deploydir Passed [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] unknown: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] declare-test: [2022-04-17T15:51:39.423Z] [echo] Starting test deploydir war/deploydir Test asadmin undeploydir [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] undeploy.asadmin: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] setAsadminArgs: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] common.undeploy.asadmin: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.os: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.tools.unix: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.tools.windows: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.tools: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] setAsadminArgs: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init: [2022-04-17T15:51:39.423Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:39.423Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:39.423Z] [get] Not modified - so not downloaded [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.customtasks: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] delAppRef: [2022-04-17T15:51:39.423Z] [2022-04-17T15:51:39.423Z] init.os: [2022-04-17T15:51:39.679Z] [2022-04-17T15:51:39.679Z] init.tools.unix: [2022-04-17T15:51:39.679Z] [2022-04-17T15:51:39.679Z] init.tools.windows: [2022-04-17T15:51:39.679Z] [2022-04-17T15:51:39.679Z] init.tools: [2022-04-17T15:51:39.679Z] [2022-04-17T15:51:39.679Z] setAsadminArgs: [2022-04-17T15:51:39.679Z] [2022-04-17T15:51:39.679Z] init: [2022-04-17T15:51:39.679Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:39.679Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:39.679Z] [get] Not modified - so not downloaded [2022-04-17T15:51:39.679Z] [2022-04-17T15:51:39.679Z] init.customtasks: [2022-04-17T15:51:39.679Z] [2022-04-17T15:51:39.679Z] common.run.asadmin: [2022-04-17T15:51:39.679Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [2022-04-17T15:51:39.938Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:39.938Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:51:39.938Z] [exec] Command undeploy executed successfully. [2022-04-17T15:51:39.938Z] [2022-04-17T15:51:39.938Z] setHttpPort: [2022-04-17T15:51:39.938Z] [2022-04-17T15:51:39.938Z] run.negative: [2022-04-17T15:51:39.938Z] [2022-04-17T15:51:39.938Z] init.os: [2022-04-17T15:51:39.938Z] [2022-04-17T15:51:39.938Z] init.tools.unix: [2022-04-17T15:51:39.938Z] [2022-04-17T15:51:39.938Z] init.tools.windows: [2022-04-17T15:51:39.938Z] [2022-04-17T15:51:39.938Z] init.tools: [2022-04-17T15:51:39.938Z] [2022-04-17T15:51:39.938Z] setAsadminArgs: [2022-04-17T15:51:39.938Z] [2022-04-17T15:51:39.938Z] init: [2022-04-17T15:51:39.938Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:39.938Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:39.938Z] [get] Not modified - so not downloaded [2022-04-17T15:51:39.938Z] [2022-04-17T15:51:39.938Z] init.customtasks: [2022-04-17T15:51:39.938Z] [2022-04-17T15:51:39.938Z] runclient: [2022-04-17T15:51:39.938Z] [echo] TestClient http://localhost:8080/deploydir/deploydir false [2022-04-17T15:51:40.195Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/deploydir [2022-04-17T15:51:40.195Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/deploydir/deploydir [2022-04-17T15:51:40.195Z] [javaWithResult] [war.client.Client]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/deploydir/deploydir [2022-04-17T15:51:40.195Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/deploydir [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] processResult: [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] failed: [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] passed: [2022-04-17T15:51:40.195Z] [echo] Test deploydir Passed [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] unknown: [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] private-all: [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] declare-test: [2022-04-17T15:51:40.195Z] [echo] Starting test virtualserver war/virtualserver Test asadmin deploy1 [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] init.os: [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] init.tools.unix: [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] init.tools.windows: [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] init.tools: [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] setAsadminArgs: [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] init: [2022-04-17T15:51:40.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:40.195Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:40.195Z] [get] Not modified - so not downloaded [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] init.customtasks: [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] prepare: [2022-04-17T15:51:40.195Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver [2022-04-17T15:51:40.195Z] [2022-04-17T15:51:40.195Z] compile: [2022-04-17T15:51:40.195Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:51:40.195Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver [2022-04-17T15:51:40.451Z] [2022-04-17T15:51:40.451Z] assemble: [2022-04-17T15:51:40.451Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver/virtualserver-portable.war [2022-04-17T15:51:40.451Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver/virtualserver-deployplan.jar [2022-04-17T15:51:40.451Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver/virtualserver.war [2022-04-17T15:51:40.451Z] [2022-04-17T15:51:40.451Z] create.virtual.server: [2022-04-17T15:51:40.451Z] [2022-04-17T15:51:40.451Z] setAsadminArgs: [2022-04-17T15:51:40.451Z] [2022-04-17T15:51:40.451Z] common.create.virtual.server.asadmin: [2022-04-17T15:51:40.451Z] [2022-04-17T15:51:40.451Z] init.os: [2022-04-17T15:51:40.451Z] [2022-04-17T15:51:40.451Z] init.tools.unix: [2022-04-17T15:51:40.451Z] [2022-04-17T15:51:40.451Z] init.tools.windows: [2022-04-17T15:51:40.451Z] [2022-04-17T15:51:40.451Z] init.tools: [2022-04-17T15:51:40.451Z] [2022-04-17T15:51:40.451Z] setAsadminArgs: [2022-04-17T15:51:40.451Z] [2022-04-17T15:51:40.451Z] init: [2022-04-17T15:51:40.451Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:40.452Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:40.452Z] [get] Not modified - so not downloaded [2022-04-17T15:51:40.452Z] [2022-04-17T15:51:40.452Z] init.customtasks: [2022-04-17T15:51:40.452Z] [2022-04-17T15:51:40.452Z] common.run.asadmin: [2022-04-17T15:51:40.452Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-virtual-server --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --hosts localhost server-foo [2022-04-17T15:51:40.707Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:40.707Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-virtual-server [options] ... [2022-04-17T15:51:40.964Z] [exec] Command create-virtual-server executed successfully. [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] create.http.listener: [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] setAsadminArgs: [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] common.create.http.listener.asadmin: [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] init.os: [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] init.tools.unix: [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] init.tools.windows: [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] init.tools: [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] setAsadminArgs: [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] init: [2022-04-17T15:51:40.964Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:40.964Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:40.964Z] [get] Not modified - so not downloaded [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] init.customtasks: [2022-04-17T15:51:40.964Z] [2022-04-17T15:51:40.964Z] common.run.asadmin: [2022-04-17T15:51:40.964Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-http-listener --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:51:41.237Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:41.237Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-http-listener [options] ... [2022-04-17T15:51:41.493Z] [exec] Command create-http-listener executed successfully. [2022-04-17T15:51:41.493Z] [2022-04-17T15:51:41.493Z] restart.server: [2022-04-17T15:51:41.493Z] [echo] Restarting server... [2022-04-17T15:51:42.863Z] [exec] Waiting for the domain to stop . [2022-04-17T15:51:42.863Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:51:42.863Z] [2022-04-17T15:51:42.863Z] start-process: [2022-04-17T15:51:42.863Z] [2022-04-17T15:51:42.863Z] start-process-non-windows: [2022-04-17T15:51:43.445Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:43.445Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt start-domain [options] ... [2022-04-17T15:51:47.648Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:51:47.648Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:51:47.648Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:51:47.648Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:51:47.648Z] [exec] Admin Port: 4848 [2022-04-17T15:51:47.648Z] [exec] Command start-domain executed successfully. [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init.os: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init.tools.unix: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init.tools.windows: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init.tools: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] setAsadminArgs: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init: [2022-04-17T15:51:47.648Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:47.648Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:47.648Z] [get] Not modified - so not downloaded [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init.customtasks: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] prepare: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] deploy.asadmin: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] setAsadminArgs: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] common.deploy.asadmin: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init.os: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init.tools.unix: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init.tools.windows: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init.tools: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] setAsadminArgs: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init: [2022-04-17T15:51:47.648Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:47.648Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:47.648Z] [get] Not modified - so not downloaded [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] init.customtasks: [2022-04-17T15:51:47.648Z] [2022-04-17T15:51:47.648Z] common.run.asadmin: [2022-04-17T15:51:47.648Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --virtualservers server-foo /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/war/virtualserver/virtualserver.war [2022-04-17T15:51:47.904Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:47.904Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:51:52.090Z] [exec] Application deployed with name virtualserver. [2022-04-17T15:51:52.090Z] [exec] Command deploy executed successfully. [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.os: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools.unix: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools.windows: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] setAsadminArgs: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init: [2022-04-17T15:51:52.090Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:52.090Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:52.090Z] [get] Not modified - so not downloaded [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.customtasks: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] setEnabled: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] createAppRef: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] setHttpPort: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] run.positive: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.os: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools.unix: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools.windows: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] setAsadminArgs: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init: [2022-04-17T15:51:52.090Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:52.090Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:52.090Z] [get] Not modified - so not downloaded [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.customtasks: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] runclient: [2022-04-17T15:51:52.090Z] [echo] TestClient http://localhost:8080/war/virtualserver true [2022-04-17T15:51:52.090Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/virtualserver [2022-04-17T15:51:52.090Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/war/virtualserver [2022-04-17T15:51:52.090Z] [javaWithResult] [war.client.Client]:: FAILED: devtests/deployment/war/virtualserver [2022-04-17T15:51:52.090Z] [javaWithResult] java.io.FileNotFoundException: http://localhost:8080/war/virtualserver [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048) [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043) [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042) [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609) [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) [2022-04-17T15:51:52.090Z] [javaWithResult] at virtualserver.client.TestClient.invokeServlet(TestClient.java:60) [2022-04-17T15:51:52.090Z] [javaWithResult] at virtualserver.client.TestClient.doTest(TestClient.java:39) [2022-04-17T15:51:52.090Z] [javaWithResult] at virtualserver.client.TestClient.main(TestClient.java:30) [2022-04-17T15:51:52.090Z] [javaWithResult] Caused by: java.io.FileNotFoundException: http://localhost:8080/war/virtualserver [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993) [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) [2022-04-17T15:51:52.090Z] [javaWithResult] at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) [2022-04-17T15:51:52.090Z] [javaWithResult] at virtualserver.client.TestClient.invokeServlet(TestClient.java:59) [2022-04-17T15:51:52.090Z] [javaWithResult] ... 2 more [2022-04-17T15:51:52.090Z] [javaWithResult] Java Result: 255 [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] processResult: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] failed: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] passed: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] unknown: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] writeLogToConsole: [2022-04-17T15:51:52.090Z] [echo] Test virtualserver UNKNOWN at 17-Apr-2022 15:51:51.478 with return code 255 [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] declare-test: [2022-04-17T15:51:52.090Z] [echo] Starting test virtualserver war/virtualserver Test asadmin deploy2 [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] setHttpPort: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] run.negative: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.os: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools.unix: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools.windows: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] setAsadminArgs: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init: [2022-04-17T15:51:52.090Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:52.090Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:52.090Z] [get] Not modified - so not downloaded [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.customtasks: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] runclient: [2022-04-17T15:51:52.090Z] [echo] TestClient http://localhost:8080/war/virtualserver false [2022-04-17T15:51:52.090Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/war/virtualserver [2022-04-17T15:51:52.090Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/war/virtualserver [2022-04-17T15:51:52.090Z] [javaWithResult] [war.client.Client]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/war/virtualserver [2022-04-17T15:51:52.090Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/war/virtualserver [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] processResult: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] failed: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] passed: [2022-04-17T15:51:52.090Z] [echo] Test virtualserver Passed [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] unknown: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] undeploy.asadmin: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] setAsadminArgs: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] common.undeploy.asadmin: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.os: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools.unix: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools.windows: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] setAsadminArgs: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init: [2022-04-17T15:51:52.090Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:52.090Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:52.090Z] [get] Not modified - so not downloaded [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.customtasks: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] delAppRef: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.os: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools.unix: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools.windows: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init.tools: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] setAsadminArgs: [2022-04-17T15:51:52.090Z] [2022-04-17T15:51:52.090Z] init: [2022-04-17T15:51:52.090Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:52.091Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:52.091Z] [get] Not modified - so not downloaded [2022-04-17T15:51:52.091Z] [2022-04-17T15:51:52.091Z] init.customtasks: [2022-04-17T15:51:52.091Z] [2022-04-17T15:51:52.091Z] common.run.asadmin: [2022-04-17T15:51:52.091Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 virtualserver [2022-04-17T15:51:52.091Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:52.091Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:51:52.350Z] [exec] Command undeploy executed successfully. [2022-04-17T15:51:52.350Z] [2022-04-17T15:51:52.350Z] delete.http.listener: [2022-04-17T15:51:52.350Z] [2022-04-17T15:51:52.350Z] setAsadminArgs: [2022-04-17T15:51:52.350Z] [2022-04-17T15:51:52.350Z] common.delete.http.listener.asadmin: [2022-04-17T15:51:52.350Z] [2022-04-17T15:51:52.350Z] init.os: [2022-04-17T15:51:52.350Z] [2022-04-17T15:51:52.350Z] init.tools.unix: [2022-04-17T15:51:52.350Z] [2022-04-17T15:51:52.350Z] init.tools.windows: [2022-04-17T15:51:52.350Z] [2022-04-17T15:51:52.350Z] init.tools: [2022-04-17T15:51:52.350Z] [2022-04-17T15:51:52.350Z] setAsadminArgs: [2022-04-17T15:51:52.350Z] [2022-04-17T15:51:52.350Z] init: [2022-04-17T15:51:52.350Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:52.350Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:52.351Z] [get] Not modified - so not downloaded [2022-04-17T15:51:52.351Z] [2022-04-17T15:51:52.351Z] init.customtasks: [2022-04-17T15:51:52.351Z] [2022-04-17T15:51:52.351Z] common.run.asadmin: [2022-04-17T15:51:52.351Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-http-listener --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 listener-foo [2022-04-17T15:51:52.607Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:52.607Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-http-listener [options] ... [2022-04-17T15:51:52.892Z] [exec] Command delete-http-listener executed successfully. [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] delete.virtual.server: [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] setAsadminArgs: [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] common.delete.virtual.server.asadmin: [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] init.os: [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] init.tools.unix: [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] init.tools.windows: [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] init.tools: [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] setAsadminArgs: [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] init: [2022-04-17T15:51:52.892Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:52.892Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:52.892Z] [get] Not modified - so not downloaded [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] init.customtasks: [2022-04-17T15:51:52.892Z] [2022-04-17T15:51:52.892Z] common.run.asadmin: [2022-04-17T15:51:52.892Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-virtual-server --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 server-foo [2022-04-17T15:51:53.149Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:53.149Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-virtual-server [options] ... [2022-04-17T15:51:53.406Z] [exec] Command delete-virtual-server executed successfully. [2022-04-17T15:51:53.406Z] [2022-04-17T15:51:53.406Z] restart.server: [2022-04-17T15:51:53.406Z] [echo] Restarting server... [2022-04-17T15:51:54.778Z] [exec] Waiting for the domain to stop . [2022-04-17T15:51:54.778Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:51:54.778Z] [2022-04-17T15:51:54.778Z] start-process: [2022-04-17T15:51:54.778Z] [2022-04-17T15:51:54.778Z] start-process-non-windows: [2022-04-17T15:51:55.346Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:51:55.346Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt start-domain [options] ... [2022-04-17T15:51:59.547Z] [exec] Waiting for domain1 to start .... [2022-04-17T15:51:59.547Z] [exec] Successfully started the domain : domain1 [2022-04-17T15:51:59.547Z] [exec] domain Location: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1 [2022-04-17T15:51:59.547Z] [exec] Log File: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/logs/server.log [2022-04-17T15:51:59.547Z] [exec] Admin Port: 4848 [2022-04-17T15:51:59.547Z] [exec] Command start-domain executed successfully. [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] private-all: [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] private-all: [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] init.os: [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] init.tools.unix: [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] init.tools.windows: [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] init.tools: [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] setAsadminArgs: [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] init: [2022-04-17T15:51:59.547Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:51:59.547Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:51:59.547Z] [get] Not modified - so not downloaded [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] init.customtasks: [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] prepare: [2022-04-17T15:51:59.547Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath [2022-04-17T15:51:59.547Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/war [2022-04-17T15:51:59.547Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives [2022-04-17T15:51:59.547Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives/a/b [2022-04-17T15:51:59.547Z] [2022-04-17T15:51:59.547Z] compile: [2022-04-17T15:51:59.547Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:51:59.547Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath [2022-04-17T15:52:00.539Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:00.795Z] [javac] 1 warning [2022-04-17T15:52:00.795Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:00.796Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:00.796Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath [2022-04-17T15:52:01.051Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:01.051Z] [javac] 1 warning [2022-04-17T15:52:01.051Z] [2022-04-17T15:52:01.051Z] assemble: [2022-04-17T15:52:01.052Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives/a/b/i18n-simple-misc.jar [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] init.os: [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] init.tools.unix: [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] init.tools.windows: [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] init.tools: [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] setAsadminArgs: [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] init: [2022-04-17T15:52:01.052Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:01.052Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:01.052Z] [get] Not modified - so not downloaded [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] init.customtasks: [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] prepare: [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] compile: [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] assemble: [2022-04-17T15:52:01.052Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/war/WEB-INF [2022-04-17T15:52:01.052Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/war/WEB-INF [2022-04-17T15:52:01.052Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/war/WEB-INF/tlds [2022-04-17T15:52:01.052Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/war [2022-04-17T15:52:01.052Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives/i18n-simple.war [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] private-all: [2022-04-17T15:52:01.052Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives/i18n-simpleApp.ear [2022-04-17T15:52:01.052Z] [2022-04-17T15:52:01.052Z] init.os: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init.tools.unix: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init.tools.windows: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init.tools: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] setAsadminArgs: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init: [2022-04-17T15:52:01.309Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:01.309Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:01.309Z] [get] Not modified - so not downloaded [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init.customtasks: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] prepare: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] deploy.asadmin: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] setAsadminArgs: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] common.deploy.asadmin: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init.os: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init.tools.unix: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init.tools.windows: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init.tools: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] setAsadminArgs: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init: [2022-04-17T15:52:01.309Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:01.309Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:01.309Z] [get] Not modified - so not downloaded [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] init.customtasks: [2022-04-17T15:52:01.309Z] [2022-04-17T15:52:01.309Z] common.run.asadmin: [2022-04-17T15:52:01.309Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives --name i18n-simple /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libClassPath/archives/i18n-simpleApp.ear [2022-04-17T15:52:01.566Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:01.566Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:52:04.853Z] [exec] Application deployed with name i18n-simple. [2022-04-17T15:52:04.853Z] [exec] there are no files to retrieve for application i18n-simple [2022-04-17T15:52:04.853Z] [exec] Command deploy executed successfully. [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init.os: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init.tools.unix: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init.tools.windows: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init.tools: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] setAsadminArgs: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init: [2022-04-17T15:52:04.853Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:04.853Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:04.853Z] [get] Not modified - so not downloaded [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init.customtasks: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] setEnabled: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] createAppRef: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] setHttpPort: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] run.positive: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] common.run.positive: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] setHttpPort: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] common.run: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] checkAppOnServer: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] declare-test: [2022-04-17T15:52:04.853Z] [echo] Starting test libClassPath libClasspath Test asadmin deploy (server) [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init.os: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init.tools.unix: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init.tools.windows: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init.tools: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] setAsadminArgs: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init: [2022-04-17T15:52:04.853Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:04.853Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:04.853Z] [get] Not modified - so not downloaded [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] init.customtasks: [2022-04-17T15:52:04.853Z] [2022-04-17T15:52:04.853Z] runclient: [2022-04-17T15:52:04.853Z] [echo] TestClient http://localhost:8080///i18n-simple true ${extra.args} [2022-04-17T15:52:04.853Z] [javaWithResult] [i18n.simple.TestClient]:: Test: i18n-simple servlet [2022-04-17T15:52:04.853Z] [javaWithResult] [i18n.simple.TestClient]:: Invoking URL = http://localhost:8080///i18n-simple [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: Application Server i18n technology samples [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]::

Welcome [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: to the Application Server i18n technology samples

[2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]::

Overview

[2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]::

The [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: i18n technology samples are collection of servlets and jsps used to [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: demonstrate the i18n capabilities of the Application Server. The [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: samples cover some of the most frequently used features of Java [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: Servlet and Java Server Pages Specification Implementation in the [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: Application Server.

Servlet [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: Samples

[2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]::

The [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: servlet samples are collection of simple servlets that provide [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: details such as Formatting dates, including a servlet, forwarding [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: request to another servlet, sending localized error messages, setting [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: character encoding to interpret the request, internationalizing [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: servlets using resource bundles and forwarding request to another [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: resource such as jsp.

[2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]::

Internationalizing [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: JSP with Resource Bundle
The simple ResourceJsp.jsp uses two [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundles (LocalStrings.properties and [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties) and loads appropriate bundle based on the [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: browser's language settings. To verify that the [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties file is loading properly, change your [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: browser's language settings to "ja". Click [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: here to run this sample. If you want to try with any other [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundle say "zh", copy LocalStrings_ja.properties [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: file to LocalStrings_zh.properties and add chinese (unicode data) to [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties file. Change your browser's language [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: settings to "zh".

[2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]::

Using [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: Java Bean with jsp
The simple UseBeanJsp.jsp uses the usebean [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: property to set and get the values from a Java Bean. Click [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: here to run this sample. On the screen displayed, enter your name [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: and greeting message (in desired language) and click Submit. The jsp [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: displays the entered information.

[2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]::

Simple [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: Custom Tag
The simple TaglibJsp [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: uses a tag library i18ntaglib to display localized messages from [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundles to the user. For this sample we are using [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties resource bundle and the language is set to [2022-04-17T15:52:05.111Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: "ja". If you want to try with any other resource bundle say [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: "zh", copy LocalStrings_ja.properties file to [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties and add chinese (unicode data) to [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties file. In the TaglibJsp.jsp file change the [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: line:
<i18n:message name="LocalStrings" key="thanks" [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: language="ja" country="JP" /> to
<i18n:message [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: name="LocalStrings" key="thanks" language="zh" [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: country="CN" />
Once you are done with the changes, [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: run "asant all" from the directory "src" and [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: restart your server instance. Change your browser's language setting [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: to "zh" and verify that the resource bundle is loaded [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: properly and the chinese characters displayed properly.

Simple [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: Filter
A Filter is a component that is invoked by the servlet [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: container when a client requests a resource that the Filter is [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: configured to, such as a Servlet or URL. In this example we use a [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: simple filter called SimpleFilter, that sets the request's character [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: encoding based on two initialization parameters, usefilter and [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: encoding defined in web.xml file. The parameter "usefilter" [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: value can be set either to "true" or "false". The [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: parameter "encoding" can be set to any valid encoding. In [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: this example, we have set it to "UTF-8". Depending on this [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: value, the filter sets the character encoding accordingly. Though the [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: filters can be used for all the requests received by the container, [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: in this example we will use the SimpleFilter to serve requests for a [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: specific servlet resource, SimpleFilterServlet. Once you click on the [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: above link (Set character encoding using a Filter), a html page will [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: be displayed whose content type is set to UTF-8. Enter some multi [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: byte data into the form and click Submit. The resulting page displays [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: the data you have entered. If you want to try with any other [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: encoding, for example GB2312, modify the line in web.xml UTF-8 to [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: GB2312. And modify the line in servletfilter.html
<META [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8"> with
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=GB2312">. [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: Once you are done with the changes, run "asant all" from the directory "src" [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: and restart your server instance.

[2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]::

Locale [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: charset mapping
The Application Server's web container [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: provides a locale-charset mapping to set the request's character [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: encoding if there is no encoding specified to interpret the request. [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: The mapping definition is available in sun-web.xml file. This simple [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: servlet reads the request parameter using the encoding specified in [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: the locale-charset mapping table.

How it works

The [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: locale-charset mapping information provided in sun-web.xml file is [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: used by the application server to set request's character encoding if [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: the application does not call setCharacterEncoding() on request [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: object. Here is the priority list for different approaches used by [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: the application server.


[2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]::

[2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]::

Character [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: encoding of the request

[2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]::

Priority

[2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]::

SetCharacterEncoding()

[2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.112Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::

1

[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::

Hidden field

[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::

2

[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::

Locale-charset [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: info

[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::

3

[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::

Default [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: (ISO-8859-1)

[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::

4

[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::


If the [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: application does not set request encoding using [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding(), the application server looks for the hidden [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: field in the request header. If there is any value specified, the [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses the hidden value to call [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding() method on servlet request. If the hidden field [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: is not available, the application server looks at the language header [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: to get the locale of the request. If the request locale matches with [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: the the locale defined in locale-charset mapping table, the [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses the corresponding encoding to call [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding() on servlet request. If there is no locale [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: available in the request header, the application server uses the [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: encoding associated with the default locale defined in locale-charset [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: mapping table. If there is no default locale defined in [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: locale-charset mapping table of sun-web.xml file, then the [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses ISO-8859-1 as default encoding to read the [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: request parameters.

[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::

Trouble [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: Shooting

If you use the samples with japanese characters [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: using Netscape Communicator 4.x browser on Windows NT/2000, you may [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: see the characters as square boxes or corrupted instead of Japanese [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: characters. In this case, you will need to install unicode font or [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: Japanese font on your system.

[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]::

Download and [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: install Bitstream Cyberbit font:

Download bitstream [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: cyberbit font (geottf.zip) , to a temp directory. Use an utility such as [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: winzip to decompress the zip file. To install the font, double click [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: "my computer" --> "control panel" --> "fonts". [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: Select File -->; Install new font and select the font file from the [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: temp directory to install.

Setup for Netscape [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: Communicator

Start the browser. Select Menu --> Edit [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: --> Preferences. Click Appearance --> Fonts. Select "Japanese" [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: for "Language for encoding". Select "Bitstream [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: Cyberbit" for variable and fixed width fonts

[2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: Correct return code: 200 [2022-04-17T15:52:05.113Z] [javaWithResult] [i18n.simple.TestClient]:: PASSED: i18n-simple webclient [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] processResult: [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] failed: [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] passed: [2022-04-17T15:52:05.113Z] [echo] Test libClassPath Passed [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] unknown: [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] init.os: [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] init.tools.unix: [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] init.tools.windows: [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] init.tools: [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] setAsadminArgs: [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] init: [2022-04-17T15:52:05.113Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:05.113Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:05.113Z] [get] Not modified - so not downloaded [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] init.customtasks: [2022-04-17T15:52:05.113Z] [2022-04-17T15:52:05.113Z] checkAppOnCluster: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.os: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.tools.unix: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.tools.windows: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.tools: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] setAsadminArgs: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init: [2022-04-17T15:52:05.114Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:05.114Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:05.114Z] [get] Not modified - so not downloaded [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.customtasks: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] prepare: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] undeploy.asadmin: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] setAsadminArgs: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] common.undeploy.asadmin: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.os: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.tools.unix: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.tools.windows: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.tools: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] setAsadminArgs: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init: [2022-04-17T15:52:05.114Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:05.114Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:05.114Z] [get] Not modified - so not downloaded [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.customtasks: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] delAppRef: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.os: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.tools.unix: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.tools.windows: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.tools: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] setAsadminArgs: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init: [2022-04-17T15:52:05.114Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:05.114Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:05.114Z] [get] Not modified - so not downloaded [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] init.customtasks: [2022-04-17T15:52:05.114Z] [2022-04-17T15:52:05.114Z] common.run.asadmin: [2022-04-17T15:52:05.114Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 i18n-simple [2022-04-17T15:52:05.681Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:05.681Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:52:05.681Z] [exec] Command undeploy executed successfully. [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init.os: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init.tools.unix: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init.tools.windows: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init.tools: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] setAsadminArgs: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init: [2022-04-17T15:52:05.681Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:05.681Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:05.681Z] [get] Not modified - so not downloaded [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init.customtasks: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] prepare: [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2 [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/ejb [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client/y [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client/z [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xExtra [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xMore [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xMore/sub [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/xMore [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/xMore/sub [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/lib [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/lib/sub [2022-04-17T15:52:05.681Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/xExtra [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] private-all: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init.os: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init.tools.unix: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init.tools.windows: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init.tools: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] setAsadminArgs: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init: [2022-04-17T15:52:05.681Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:05.681Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:05.681Z] [get] Not modified - so not downloaded [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] init.customtasks: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] prepare: [2022-04-17T15:52:05.681Z] [2022-04-17T15:52:05.681Z] compile: [2022-04-17T15:52:05.681Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:05.681Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2 [2022-04-17T15:52:06.244Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:06.244Z] [javac] 1 warning [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] makeJars: [2022-04-17T15:52:06.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/x.jar [2022-04-17T15:52:06.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xExtra/xExtra.jar [2022-04-17T15:52:06.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/xExtra/xExtra.jar [2022-04-17T15:52:06.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/lib/lib.jar [2022-04-17T15:52:06.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/lib/sub/lib_sub.jar [2022-04-17T15:52:06.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/topLevel.jar [2022-04-17T15:52:06.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client/z/z.jar [2022-04-17T15:52:06.501Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xMore [2022-04-17T15:52:06.501Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/x/xMore/sub [2022-04-17T15:52:06.501Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/xMore/sub [2022-04-17T15:52:06.501Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client/y [2022-04-17T15:52:06.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/libdirtest-EJBModule.jar [2022-04-17T15:52:06.501Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/client/libdirtest-client.jar [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] makeEars: [2022-04-17T15:52:06.501Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2none-App.ear [2022-04-17T15:52:06.501Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2default-App.ear [2022-04-17T15:52:06.501Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2x-App.ear [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] assemble: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init.os: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init.tools.unix: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init.tools.windows: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init.tools: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] setAsadminArgs: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init: [2022-04-17T15:52:06.501Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:06.501Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:06.501Z] [get] Not modified - so not downloaded [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init.customtasks: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] prepare: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] deploy.asadmin: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] setAsadminArgs: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] common.deploy.asadmin: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init.os: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init.tools.unix: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init.tools.windows: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init.tools: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] setAsadminArgs: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init: [2022-04-17T15:52:06.501Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:06.501Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:06.501Z] [get] Not modified - so not downloaded [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] init.customtasks: [2022-04-17T15:52:06.501Z] [2022-04-17T15:52:06.501Z] common.run.asadmin: [2022-04-17T15:52:06.502Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --property compatibility=v2 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives --name libtest-none /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2none-App.ear [2022-04-17T15:52:06.758Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:06.758Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:52:10.957Z] [exec] Application deployed with name libtest-none. [2022-04-17T15:52:10.957Z] [exec] Command deploy executed successfully. [2022-04-17T15:52:10.957Z] [2022-04-17T15:52:10.957Z] init.os: [2022-04-17T15:52:10.957Z] [2022-04-17T15:52:10.957Z] init.tools.unix: [2022-04-17T15:52:10.957Z] [2022-04-17T15:52:10.957Z] init.tools.windows: [2022-04-17T15:52:10.957Z] [2022-04-17T15:52:10.957Z] init.tools: [2022-04-17T15:52:10.957Z] [2022-04-17T15:52:10.957Z] setAsadminArgs: [2022-04-17T15:52:10.957Z] [2022-04-17T15:52:10.957Z] init: [2022-04-17T15:52:10.957Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:10.957Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:10.957Z] [get] Not modified - so not downloaded [2022-04-17T15:52:10.957Z] [2022-04-17T15:52:10.957Z] init.customtasks: [2022-04-17T15:52:10.957Z] [2022-04-17T15:52:10.957Z] setEnabled: [2022-04-17T15:52:10.957Z] [2022-04-17T15:52:10.957Z] createAppRef: [2022-04-17T15:52:10.957Z] [2022-04-17T15:52:10.957Z] declare-test: [2022-04-17T15:52:10.957Z] [echo] Starting test libclasspath2 ear/libclasspath2 Testing for noLibUsed [2022-04-17T15:52:10.957Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:16.239Z] [concat] result=0 [2022-04-17T15:52:16.239Z] [concat] note=Received expected results [2022-04-17T15:52:16.239Z] [2022-04-17T15:52:16.239Z] processResult: [2022-04-17T15:52:16.239Z] [2022-04-17T15:52:16.239Z] failed: [2022-04-17T15:52:16.239Z] [2022-04-17T15:52:16.239Z] passed: [2022-04-17T15:52:16.239Z] [echo] Test libclasspath2 Passed [2022-04-17T15:52:16.239Z] [2022-04-17T15:52:16.239Z] unknown: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.os: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools.unix: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools.windows: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] setAsadminArgs: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init: [2022-04-17T15:52:16.240Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:16.240Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:16.240Z] [get] Not modified - so not downloaded [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.customtasks: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] prepare: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] undeploy.asadmin: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] setAsadminArgs: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] common.undeploy.asadmin: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.os: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools.unix: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools.windows: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] setAsadminArgs: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init: [2022-04-17T15:52:16.240Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:16.240Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:16.240Z] [get] Not modified - so not downloaded [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.customtasks: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] delAppRef: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.os: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools.unix: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools.windows: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] setAsadminArgs: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init: [2022-04-17T15:52:16.240Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:16.240Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:16.240Z] [get] Not modified - so not downloaded [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.customtasks: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] common.run.asadmin: [2022-04-17T15:52:16.240Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 libtest-none [2022-04-17T15:52:16.240Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:16.240Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:52:16.240Z] [exec] Command undeploy executed successfully. [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.os: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools.unix: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools.windows: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init.tools: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] setAsadminArgs: [2022-04-17T15:52:16.240Z] [2022-04-17T15:52:16.240Z] init: [2022-04-17T15:52:16.240Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:16.240Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:16.240Z] [get] Not modified - so not downloaded [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] init.customtasks: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] prepare: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] deploy.asadmin: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] setAsadminArgs: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] common.deploy.asadmin: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] init.os: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] init.tools.unix: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] init.tools.windows: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] init.tools: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] setAsadminArgs: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] init: [2022-04-17T15:52:16.497Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:16.497Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:16.497Z] [get] Not modified - so not downloaded [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] init.customtasks: [2022-04-17T15:52:16.497Z] [2022-04-17T15:52:16.497Z] common.run.asadmin: [2022-04-17T15:52:16.497Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --property compatibility=v2 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives --name libtest-default /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2default-App.ear [2022-04-17T15:52:16.754Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:16.754Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:52:17.738Z] [exec] Application deployed with name libtest-default. [2022-04-17T15:52:17.738Z] [exec] Command deploy executed successfully. [2022-04-17T15:52:17.738Z] [2022-04-17T15:52:17.738Z] init.os: [2022-04-17T15:52:17.738Z] [2022-04-17T15:52:17.738Z] init.tools.unix: [2022-04-17T15:52:17.738Z] [2022-04-17T15:52:17.738Z] init.tools.windows: [2022-04-17T15:52:17.738Z] [2022-04-17T15:52:17.738Z] init.tools: [2022-04-17T15:52:17.738Z] [2022-04-17T15:52:17.738Z] setAsadminArgs: [2022-04-17T15:52:17.738Z] [2022-04-17T15:52:17.738Z] init: [2022-04-17T15:52:17.738Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:17.738Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:17.738Z] [get] Not modified - so not downloaded [2022-04-17T15:52:17.738Z] [2022-04-17T15:52:17.738Z] init.customtasks: [2022-04-17T15:52:17.738Z] [2022-04-17T15:52:17.738Z] setEnabled: [2022-04-17T15:52:17.738Z] [2022-04-17T15:52:17.738Z] createAppRef: [2022-04-17T15:52:17.738Z] [2022-04-17T15:52:17.738Z] declare-test: [2022-04-17T15:52:17.738Z] [echo] Starting test libclasspath2 ear/libclasspath2 Testing for defaultLibUsed [2022-04-17T15:52:17.738Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:23.000Z] [concat] result=0 [2022-04-17T15:52:23.000Z] [concat] note=Received expected results [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] processResult: [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] failed: [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] passed: [2022-04-17T15:52:23.000Z] [echo] Test libclasspath2 Passed [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] unknown: [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] init.os: [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] init.tools.unix: [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] init.tools.windows: [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] init.tools: [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] setAsadminArgs: [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] init: [2022-04-17T15:52:23.000Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:23.000Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:23.000Z] [get] Not modified - so not downloaded [2022-04-17T15:52:23.000Z] [2022-04-17T15:52:23.000Z] init.customtasks: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] prepare: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] undeploy.asadmin: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] setAsadminArgs: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] common.undeploy.asadmin: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.os: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools.unix: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools.windows: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] setAsadminArgs: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init: [2022-04-17T15:52:23.001Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:23.001Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:23.001Z] [get] Not modified - so not downloaded [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.customtasks: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] delAppRef: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.os: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools.unix: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools.windows: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] setAsadminArgs: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init: [2022-04-17T15:52:23.001Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:23.001Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:23.001Z] [get] Not modified - so not downloaded [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.customtasks: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] common.run.asadmin: [2022-04-17T15:52:23.001Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 libtest-default [2022-04-17T15:52:23.001Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:23.001Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:52:23.001Z] [exec] Command undeploy executed successfully. [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.os: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools.unix: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools.windows: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] setAsadminArgs: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init: [2022-04-17T15:52:23.001Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:23.001Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:23.001Z] [get] Not modified - so not downloaded [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.customtasks: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] prepare: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] deploy.asadmin: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] setAsadminArgs: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] common.deploy.asadmin: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.os: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools.unix: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools.windows: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.tools: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] setAsadminArgs: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init: [2022-04-17T15:52:23.001Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:23.001Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:23.001Z] [get] Not modified - so not downloaded [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] init.customtasks: [2022-04-17T15:52:23.001Z] [2022-04-17T15:52:23.001Z] common.run.asadmin: [2022-04-17T15:52:23.001Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --property compatibility=v2 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives --name libtest-explicitWithDir /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/libclasspath2/archives/libClassPath2x-App.ear [2022-04-17T15:52:23.258Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:23.258Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:52:23.841Z] [exec] Application deployed with name libtest-explicitWithDir. [2022-04-17T15:52:23.841Z] [exec] Command deploy executed successfully. [2022-04-17T15:52:23.841Z] [2022-04-17T15:52:23.841Z] init.os: [2022-04-17T15:52:23.841Z] [2022-04-17T15:52:23.841Z] init.tools.unix: [2022-04-17T15:52:23.841Z] [2022-04-17T15:52:23.841Z] init.tools.windows: [2022-04-17T15:52:23.841Z] [2022-04-17T15:52:23.841Z] init.tools: [2022-04-17T15:52:23.841Z] [2022-04-17T15:52:23.841Z] setAsadminArgs: [2022-04-17T15:52:23.841Z] [2022-04-17T15:52:23.841Z] init: [2022-04-17T15:52:23.841Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:23.841Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:23.841Z] [get] Not modified - so not downloaded [2022-04-17T15:52:23.841Z] [2022-04-17T15:52:23.841Z] init.customtasks: [2022-04-17T15:52:23.841Z] [2022-04-17T15:52:23.841Z] setEnabled: [2022-04-17T15:52:23.841Z] [2022-04-17T15:52:23.842Z] createAppRef: [2022-04-17T15:52:24.099Z] [2022-04-17T15:52:24.099Z] declare-test: [2022-04-17T15:52:24.099Z] [echo] Starting test libclasspath2 ear/libclasspath2 Testing for explicitLibWithDir [2022-04-17T15:52:24.099Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/appclient -client /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:29.368Z] [concat] result=0 [2022-04-17T15:52:29.368Z] [concat] note=Received expected results [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] processResult: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] failed: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] passed: [2022-04-17T15:52:29.368Z] [echo] Test libclasspath2 Passed [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] unknown: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.os: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.tools.unix: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.tools.windows: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.tools: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] setAsadminArgs: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init: [2022-04-17T15:52:29.368Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:29.368Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:29.368Z] [get] Not modified - so not downloaded [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.customtasks: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] prepare: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] undeploy.asadmin: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] setAsadminArgs: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] common.undeploy.asadmin: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.os: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.tools.unix: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.tools.windows: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.tools: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] setAsadminArgs: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init: [2022-04-17T15:52:29.368Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:29.368Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:29.368Z] [get] Not modified - so not downloaded [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.customtasks: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] delAppRef: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.os: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.tools.unix: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.tools.windows: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.tools: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] setAsadminArgs: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init: [2022-04-17T15:52:29.368Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:29.368Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:29.368Z] [get] Not modified - so not downloaded [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] init.customtasks: [2022-04-17T15:52:29.368Z] [2022-04-17T15:52:29.368Z] common.run.asadmin: [2022-04-17T15:52:29.368Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 libtest-explicitWithDir [2022-04-17T15:52:29.368Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:29.368Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:52:29.368Z] [exec] Command undeploy executed successfully. [2022-04-17T15:52:29.638Z] [2022-04-17T15:52:29.638Z] private-all: [2022-04-17T15:52:29.638Z] [2022-04-17T15:52:29.638Z] init.os: [2022-04-17T15:52:29.638Z] [2022-04-17T15:52:29.638Z] init.tools.unix: [2022-04-17T15:52:29.638Z] [2022-04-17T15:52:29.638Z] init.tools.windows: [2022-04-17T15:52:29.638Z] [2022-04-17T15:52:29.638Z] init.tools: [2022-04-17T15:52:29.638Z] [2022-04-17T15:52:29.638Z] setAsadminArgs: [2022-04-17T15:52:29.638Z] [2022-04-17T15:52:29.638Z] init: [2022-04-17T15:52:29.638Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:29.638Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:29.638Z] [get] Not modified - so not downloaded [2022-04-17T15:52:29.638Z] [2022-04-17T15:52:29.638Z] init.customtasks: [2022-04-17T15:52:29.638Z] [2022-04-17T15:52:29.638Z] prepare: [2022-04-17T15:52:29.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath [2022-04-17T15:52:29.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/war [2022-04-17T15:52:29.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives [2022-04-17T15:52:29.638Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives/a/b [2022-04-17T15:52:29.638Z] [2022-04-17T15:52:29.638Z] compile: [2022-04-17T15:52:29.638Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:29.638Z] [javac] Compiling 8 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath [2022-04-17T15:52:30.200Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:30.201Z] [javac] 1 warning [2022-04-17T15:52:30.201Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:30.201Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:30.201Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath [2022-04-17T15:52:30.766Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:30.766Z] [javac] 1 warning [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] assemble: [2022-04-17T15:52:30.766Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives/a/b/i18n-simple-misc.jar [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.os: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.tools.unix: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.tools.windows: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.tools: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] setAsadminArgs: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init: [2022-04-17T15:52:30.766Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:30.766Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:30.766Z] [get] Not modified - so not downloaded [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.customtasks: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] prepare: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] compile: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] assemble: [2022-04-17T15:52:30.766Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/war/WEB-INF [2022-04-17T15:52:30.766Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/war/WEB-INF [2022-04-17T15:52:30.766Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/war/WEB-INF/tlds [2022-04-17T15:52:30.766Z] [copy] Copying 9 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/war [2022-04-17T15:52:30.766Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives/i18n-simple.war [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] private-all: [2022-04-17T15:52:30.766Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives/i18n-simpleApp.ear [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.os: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.tools.unix: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.tools.windows: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.tools: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] setAsadminArgs: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init: [2022-04-17T15:52:30.766Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:30.766Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:30.766Z] [get] Not modified - so not downloaded [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.customtasks: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] prepare: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] deploy.asadmin: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] setAsadminArgs: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] common.deploy.asadmin: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.os: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.tools.unix: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.tools.windows: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.tools: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] setAsadminArgs: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init: [2022-04-17T15:52:30.766Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:30.766Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:30.766Z] [get] Not modified - so not downloaded [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] init.customtasks: [2022-04-17T15:52:30.766Z] [2022-04-17T15:52:30.766Z] common.run.asadmin: [2022-04-17T15:52:30.766Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives --name i18n-simple /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ear/manifestClassPath/archives/i18n-simpleApp.ear [2022-04-17T15:52:31.039Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:31.039Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:52:31.295Z] [exec] Application deployed with name i18n-simple. [2022-04-17T15:52:31.295Z] [exec] there are no files to retrieve for application i18n-simple [2022-04-17T15:52:31.295Z] [exec] Command deploy executed successfully. [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init.os: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init.tools.unix: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init.tools.windows: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init.tools: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] setAsadminArgs: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init: [2022-04-17T15:52:31.295Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:31.295Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:31.295Z] [get] Not modified - so not downloaded [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init.customtasks: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] setEnabled: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] createAppRef: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] setHttpPort: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] run.positive: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] common.run.positive: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] setHttpPort: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] common.run: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] checkAppOnServer: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] declare-test: [2022-04-17T15:52:31.295Z] [echo] Starting test manifestClassPath libClasspath Test asadmin deploy (server) [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init.os: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init.tools.unix: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init.tools.windows: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init.tools: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] setAsadminArgs: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init: [2022-04-17T15:52:31.295Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:31.295Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:31.295Z] [get] Not modified - so not downloaded [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] init.customtasks: [2022-04-17T15:52:31.295Z] [2022-04-17T15:52:31.295Z] runclient: [2022-04-17T15:52:31.295Z] [echo] TestClient http://localhost:8080///i18n-simple true ${extra.args} [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: Test: i18n-simple servlet [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: Invoking URL = http://localhost:8080///i18n-simple [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: Application Server i18n technology samples [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]::

Welcome [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: to the Application Server i18n technology samples

[2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]::

Overview

[2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]::

The [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: i18n technology samples are collection of servlets and jsps used to [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: demonstrate the i18n capabilities of the Application Server. The [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: samples cover some of the most frequently used features of Java [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: Servlet and Java Server Pages Specification Implementation in the [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: Application Server.

Servlet [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: Samples

[2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]::

The [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: servlet samples are collection of simple servlets that provide [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: details such as Formatting dates, including a servlet, forwarding [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: request to another servlet, sending localized error messages, setting [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: character encoding to interpret the request, internationalizing [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: servlets using resource bundles and forwarding request to another [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: resource such as jsp.

[2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]::

Internationalizing [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: JSP with Resource Bundle
The simple ResourceJsp.jsp uses two [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundles (LocalStrings.properties and [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties) and loads appropriate bundle based on the [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: browser's language settings. To verify that the [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties file is loading properly, change your [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: browser's language settings to "ja". Click [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: here to run this sample. If you want to try with any other [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundle say "zh", copy LocalStrings_ja.properties [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: file to LocalStrings_zh.properties and add chinese (unicode data) to [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties file. Change your browser's language [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: settings to "zh".

[2022-04-17T15:52:31.553Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]::

Using [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: Java Bean with jsp
The simple UseBeanJsp.jsp uses the usebean [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: property to set and get the values from a Java Bean. Click [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: here to run this sample. On the screen displayed, enter your name [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: and greeting message (in desired language) and click Submit. The jsp [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: displays the entered information.

[2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]::

Simple [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: Custom Tag
The simple TaglibJsp [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: uses a tag library i18ntaglib to display localized messages from [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: resource bundles to the user. For this sample we are using [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_ja.properties resource bundle and the language is set to [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: "ja". If you want to try with any other resource bundle say [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: "zh", copy LocalStrings_ja.properties file to [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties and add chinese (unicode data) to [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: LocalStrings_zh.properties file. In the TaglibJsp.jsp file change the [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: line:
<i18n:message name="LocalStrings" key="thanks" [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: language="ja" country="JP" /> to
<i18n:message [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: name="LocalStrings" key="thanks" language="zh" [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: country="CN" />
Once you are done with the changes, [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: run "asant all" from the directory "src" and [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: restart your server instance. Change your browser's language setting [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: to "zh" and verify that the resource bundle is loaded [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: properly and the chinese characters displayed properly.

Simple [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: Filter
A Filter is a component that is invoked by the servlet [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: container when a client requests a resource that the Filter is [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: configured to, such as a Servlet or URL. In this example we use a [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: simple filter called SimpleFilter, that sets the request's character [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: encoding based on two initialization parameters, usefilter and [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: encoding defined in web.xml file. The parameter "usefilter" [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: value can be set either to "true" or "false". The [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: parameter "encoding" can be set to any valid encoding. In [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: this example, we have set it to "UTF-8". Depending on this [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: value, the filter sets the character encoding accordingly. Though the [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: filters can be used for all the requests received by the container, [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: in this example we will use the SimpleFilter to serve requests for a [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: specific servlet resource, SimpleFilterServlet. Once you click on the [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: above link (Set character encoding using a Filter), a html page will [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: be displayed whose content type is set to UTF-8. Enter some multi [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: byte data into the form and click Submit. The resulting page displays [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: the data you have entered. If you want to try with any other [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: encoding, for example GB2312, modify the line in web.xml UTF-8 to [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: GB2312. And modify the line in servletfilter.html
<META [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8"> with
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=GB2312">. [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: Once you are done with the changes, run "asant all" from the directory "src" [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: and restart your server instance.

[2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]::

Locale [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: charset mapping
The Application Server's web container [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: provides a locale-charset mapping to set the request's character [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: encoding if there is no encoding specified to interpret the request. [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: The mapping definition is available in sun-web.xml file. This simple [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: servlet reads the request parameter using the encoding specified in [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: the locale-charset mapping table.

How it works

The [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: locale-charset mapping information provided in sun-web.xml file is [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: used by the application server to set request's character encoding if [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: the application does not call setCharacterEncoding() on request [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: object. Here is the priority list for different approaches used by [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: the application server.


[2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]::

[2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]::

Character [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: encoding of the request

[2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]::

Priority

[2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.554Z] [javaWithResult] [i18n.simple.TestClient]::

SetCharacterEncoding()

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::

1

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::

Hidden field

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::

2

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::

Locale-charset [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: info

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::

3

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::

Default [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: (ISO-8859-1)

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::

4

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::
[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::


If the [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: application does not set request encoding using [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding(), the application server looks for the hidden [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: field in the request header. If there is any value specified, the [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses the hidden value to call [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding() method on servlet request. If the hidden field [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: is not available, the application server looks at the language header [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: to get the locale of the request. If the request locale matches with [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: the the locale defined in locale-charset mapping table, the [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses the corresponding encoding to call [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: setCharacterEncoding() on servlet request. If there is no locale [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: available in the request header, the application server uses the [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: encoding associated with the default locale defined in locale-charset [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: mapping table. If there is no default locale defined in [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: locale-charset mapping table of sun-web.xml file, then the [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: application server uses ISO-8859-1 as default encoding to read the [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: request parameters.

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::

Trouble [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: Shooting

If you use the samples with japanese characters [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: using Netscape Communicator 4.x browser on Windows NT/2000, you may [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: see the characters as square boxes or corrupted instead of Japanese [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: characters. In this case, you will need to install unicode font or [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: Japanese font on your system.

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]::

Download and [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: install Bitstream Cyberbit font:

Download bitstream [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: cyberbit font (geottf.zip) , to a temp directory. Use an utility such as [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: winzip to decompress the zip file. To install the font, double click [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: "my computer" --> "control panel" --> "fonts". [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: Select File -->; Install new font and select the font file from the [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: temp directory to install.

Setup for Netscape [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: Communicator

Start the browser. Select Menu --> Edit [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: --> Preferences. Click Appearance --> Fonts. Select "Japanese" [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: for "Language for encoding". Select "Bitstream [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: Cyberbit" for variable and fixed width fonts

[2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: Correct return code: 200 [2022-04-17T15:52:31.555Z] [javaWithResult] [i18n.simple.TestClient]:: PASSED: i18n-simple webclient [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] processResult: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] failed: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] passed: [2022-04-17T15:52:31.555Z] [echo] Test manifestClassPath Passed [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] unknown: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init.os: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init.tools.unix: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init.tools.windows: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init.tools: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] setAsadminArgs: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init: [2022-04-17T15:52:31.555Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:31.555Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:31.555Z] [get] Not modified - so not downloaded [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init.customtasks: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] checkAppOnCluster: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init.os: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init.tools.unix: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init.tools.windows: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init.tools: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] setAsadminArgs: [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.555Z] init: [2022-04-17T15:52:31.555Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:31.555Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:31.555Z] [get] Not modified - so not downloaded [2022-04-17T15:52:31.555Z] [2022-04-17T15:52:31.556Z] init.customtasks: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] prepare: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] undeploy.asadmin: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] setAsadminArgs: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] common.undeploy.asadmin: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init.os: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init.tools.unix: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init.tools.windows: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init.tools: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] setAsadminArgs: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init: [2022-04-17T15:52:31.556Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:31.556Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:31.556Z] [get] Not modified - so not downloaded [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init.customtasks: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] delAppRef: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init.os: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init.tools.unix: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init.tools.windows: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init.tools: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] setAsadminArgs: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init: [2022-04-17T15:52:31.556Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:31.556Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:31.556Z] [get] Not modified - so not downloaded [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] init.customtasks: [2022-04-17T15:52:31.556Z] [2022-04-17T15:52:31.556Z] common.run.asadmin: [2022-04-17T15:52:31.556Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 i18n-simple [2022-04-17T15:52:31.837Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:31.837Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:52:32.105Z] [exec] Command undeploy executed successfully. [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] private-all: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init.os: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init.tools.unix: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init.tools.windows: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init.tools: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] setAsadminArgs: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init: [2022-04-17T15:52:32.105Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:32.105Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:32.105Z] [get] Not modified - so not downloaded [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init.customtasks: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] prepare: [2022-04-17T15:52:32.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war [2022-04-17T15:52:32.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb [2022-04-17T15:52:32.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar [2022-04-17T15:52:32.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car [2022-04-17T15:52:32.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear [2022-04-17T15:52:32.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsRar [2022-04-17T15:52:32.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar [2022-04-17T15:52:32.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2 [2022-04-17T15:52:32.105Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3 [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] private-all: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init.os: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init.tools.unix: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init.tools.windows: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init.tools: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] setAsadminArgs: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init: [2022-04-17T15:52:32.105Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:32.105Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:32.105Z] [get] Not modified - so not downloaded [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] init.customtasks: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] prepare: [2022-04-17T15:52:32.105Z] [2022-04-17T15:52:32.105Z] compile: [2022-04-17T15:52:32.105Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:32.105Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation [2022-04-17T15:52:32.378Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:32.378Z] [javac] 1 warning [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init.os: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init.tools.unix: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init.tools.windows: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init.tools: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] setAsadminArgs: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init: [2022-04-17T15:52:32.638Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:32.638Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:32.638Z] [get] Not modified - so not downloaded [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init.customtasks: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] prepare: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] assemble: [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsRar/validation.rar [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.war [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation-ejb.jar [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.rar [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation-client.jar [2022-04-17T15:52:32.638Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear [2022-04-17T15:52:32.638Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar/validation.rar [2022-04-17T15:52:32.638Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar/validation.ear [2022-04-17T15:52:32.638Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2 [2022-04-17T15:52:32.638Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2 [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2/validation.ear [2022-04-17T15:52:32.638Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3 [2022-04-17T15:52:32.638Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3 [2022-04-17T15:52:32.638Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3/validation.ear [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] declare-test: [2022-04-17T15:52:32.638Z] [echo] Starting test validation dol/validation Test standalone war [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init.os: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init.tools.unix: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init.tools.windows: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init.tools: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] setAsadminArgs: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init: [2022-04-17T15:52:32.638Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:32.638Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:32.638Z] [get] Not modified - so not downloaded [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] init.customtasks: [2022-04-17T15:52:32.638Z] [2022-04-17T15:52:32.638Z] run.validator: [2022-04-17T15:52:32.638Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:52:33.582Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war [2022-04-17T15:52:33.582Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war1.war [2022-04-17T15:52:33.841Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war1.war [2022-04-17T15:52:33.841Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war2.war [2022-04-17T15:52:33.841Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/war/validation.war2.war [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] processResult: [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] failed: [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] passed: [2022-04-17T15:52:33.841Z] [echo] Test validation Passed [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] unknown: [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] declare-test: [2022-04-17T15:52:33.841Z] [echo] Starting test validation dol/validation Test standalone ejb jar [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] init.os: [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] init.tools.unix: [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] init.tools.windows: [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] init.tools: [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] setAsadminArgs: [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] init: [2022-04-17T15:52:33.841Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:33.841Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:33.841Z] [get] Not modified - so not downloaded [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] init.customtasks: [2022-04-17T15:52:33.841Z] [2022-04-17T15:52:33.841Z] run.validator: [2022-04-17T15:52:33.841Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:52:34.771Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar [2022-04-17T15:52:35.039Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar1.jar [2022-04-17T15:52:35.039Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar1.jar [2022-04-17T15:52:35.296Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar2.jar [2022-04-17T15:52:35.296Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ejb/validation-ejb.jar2.jar [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] processResult: [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] failed: [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] passed: [2022-04-17T15:52:35.296Z] [echo] Test validation Passed [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] unknown: [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] declare-test: [2022-04-17T15:52:35.296Z] [echo] Starting test validation dol/validation Test standalone rar [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] init.os: [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] init.tools.unix: [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] init.tools.windows: [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] init.tools: [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] setAsadminArgs: [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] init: [2022-04-17T15:52:35.296Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:35.296Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:35.296Z] [get] Not modified - so not downloaded [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] init.customtasks: [2022-04-17T15:52:35.296Z] [2022-04-17T15:52:35.296Z] run.validator: [2022-04-17T15:52:35.296Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:52:36.238Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar [2022-04-17T15:52:36.238Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar1.rar [2022-04-17T15:52:36.238Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar1.rar [2022-04-17T15:52:36.238Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar2.rar [2022-04-17T15:52:36.238Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/rar/validation.rar2.rar [2022-04-17T15:52:36.238Z] [2022-04-17T15:52:36.238Z] processResult: [2022-04-17T15:52:36.238Z] [2022-04-17T15:52:36.238Z] failed: [2022-04-17T15:52:36.238Z] [2022-04-17T15:52:36.238Z] passed: [2022-04-17T15:52:36.238Z] [echo] Test validation Passed [2022-04-17T15:52:36.238Z] [2022-04-17T15:52:36.238Z] unknown: [2022-04-17T15:52:36.238Z] [2022-04-17T15:52:36.238Z] declare-test: [2022-04-17T15:52:36.238Z] [echo] Starting test validation dol/validation Test standalone car [2022-04-17T15:52:36.494Z] [2022-04-17T15:52:36.494Z] init.os: [2022-04-17T15:52:36.494Z] [2022-04-17T15:52:36.494Z] init.tools.unix: [2022-04-17T15:52:36.494Z] [2022-04-17T15:52:36.494Z] init.tools.windows: [2022-04-17T15:52:36.494Z] [2022-04-17T15:52:36.494Z] init.tools: [2022-04-17T15:52:36.494Z] [2022-04-17T15:52:36.494Z] setAsadminArgs: [2022-04-17T15:52:36.494Z] [2022-04-17T15:52:36.494Z] init: [2022-04-17T15:52:36.494Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:36.494Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:36.495Z] [get] Not modified - so not downloaded [2022-04-17T15:52:36.495Z] [2022-04-17T15:52:36.495Z] init.customtasks: [2022-04-17T15:52:36.495Z] [2022-04-17T15:52:36.495Z] run.validator: [2022-04-17T15:52:36.495Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:52:37.431Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar [2022-04-17T15:52:37.431Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar1.jar [2022-04-17T15:52:37.431Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar1.jar [2022-04-17T15:52:37.431Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar2.jar [2022-04-17T15:52:37.431Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/car/validation-client.jar2.jar [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] processResult: [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] failed: [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] passed: [2022-04-17T15:52:37.431Z] [echo] Test validation Passed [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] unknown: [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] declare-test: [2022-04-17T15:52:37.431Z] [echo] Starting test validation dol/validation Test ear [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] init.os: [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] init.tools.unix: [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] init.tools.windows: [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] init.tools: [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] setAsadminArgs: [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] init: [2022-04-17T15:52:37.431Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:37.431Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:37.431Z] [get] Not modified - so not downloaded [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] init.customtasks: [2022-04-17T15:52:37.431Z] [2022-04-17T15:52:37.431Z] run.validator: [2022-04-17T15:52:37.431Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:52:38.359Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear [2022-04-17T15:52:38.640Z] [javaWithResult] Apr 17, 2022 3:52:38 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:52:38.640Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:52:38.640Z] [javaWithResult] Apr 17, 2022 3:52:38 PM com.sun.enterprise.connectors.module.RarHandler getClassPathURIs [2022-04-17T15:52:38.640Z] [javaWithResult] WARNING: URI is not hierarchical [2022-04-17T15:52:38.640Z] [javaWithResult] java.lang.IllegalArgumentException: URI is not hierarchical [2022-04-17T15:52:38.640Z] [javaWithResult] at java.base/java.io.File.(File.java:420) [2022-04-17T15:52:38.640Z] [javaWithResult] at com.sun.enterprise.connectors.module.RarHandler.getClassPathURIs(RarHandler.java:149) [2022-04-17T15:52:38.640Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.getSniffersForModule(DOLUtils.java:517) [2022-04-17T15:52:38.641Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.setExtensionArchivistForSubArchivist(DOLUtils.java:503) [2022-04-17T15:52:38.641Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:551) [2022-04-17T15:52:38.641Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:214) [2022-04-17T15:52:38.641Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:38.641Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:38.641Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:38.641Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) [2022-04-17T15:52:38.641Z] [javaWithResult] [2022-04-17T15:52:39.205Z] [javaWithResult] Apr 17, 2022 3:52:38 PM com.sun.enterprise.deployment.util.DOLUtils setExtensionArchivistForSubArchivist [2022-04-17T15:52:39.205Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00002 [2022-04-17T15:52:39.461Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear1.ear [2022-04-17T15:52:39.461Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear1.ear [2022-04-17T15:52:39.746Z] [javaWithResult] Apr 17, 2022 3:52:39 PM com.sun.enterprise.deployment.util.DOLUtils setExtensionArchivistForSubArchivist [2022-04-17T15:52:39.746Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00002 [2022-04-17T15:52:39.746Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear2.ear [2022-04-17T15:52:39.746Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/ear/validation.ear2.ear [2022-04-17T15:52:39.746Z] [javaWithResult] Apr 17, 2022 3:52:39 PM com.sun.enterprise.deployment.util.DOLUtils setExtensionArchivistForSubArchivist [2022-04-17T15:52:39.746Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00002 [2022-04-17T15:52:39.746Z] [javaWithResult] Apr 17, 2022 3:52:39 PM com.sun.enterprise.deployment.util.DOLUtils readRuntimeDeploymentDescriptor [2022-04-17T15:52:39.746Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00001 [2022-04-17T15:52:39.746Z] [javaWithResult] Apr 17, 2022 3:52:39 PM com.sun.enterprise.deployment.util.DOLUtils readRuntimeDeploymentDescriptor [2022-04-17T15:52:39.746Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00001 [2022-04-17T15:52:39.746Z] [javaWithResult] Apr 17, 2022 3:52:39 PM com.sun.enterprise.deployment.util.DOLUtils readRuntimeDeploymentDescriptor [2022-04-17T15:52:39.746Z] [javaWithResult] WARNING: AS-DEPLOYMENT-00001 [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] processResult: [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] failed: [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] passed: [2022-04-17T15:52:40.039Z] [echo] Test validation Passed [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] unknown: [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] declare-test: [2022-04-17T15:52:40.039Z] [echo] Starting test validation dol/validation Test WLS Ear [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] init.os: [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] init.tools.unix: [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] init.tools.windows: [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] init.tools: [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] setAsadminArgs: [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] init: [2022-04-17T15:52:40.039Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:40.039Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:40.039Z] [get] Not modified - so not downloaded [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] init.customtasks: [2022-04-17T15:52:40.039Z] [2022-04-17T15:52:40.039Z] run.validator: [2022-04-17T15:52:40.039Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:52:40.603Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar/validation.ear [2022-04-17T15:52:40.859Z] [javaWithResult] Apr 17, 2022 3:52:40 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:52:40.859Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:52:41.136Z] [javaWithResult] Apr 17, 2022 3:52:40 PM com.sun.enterprise.connectors.module.RarHandler getClassPathURIs [2022-04-17T15:52:41.136Z] [javaWithResult] WARNING: URI is not hierarchical [2022-04-17T15:52:41.136Z] [javaWithResult] java.lang.IllegalArgumentException: URI is not hierarchical [2022-04-17T15:52:41.136Z] [javaWithResult] at java.base/java.io.File.(File.java:420) [2022-04-17T15:52:41.136Z] [javaWithResult] at com.sun.enterprise.connectors.module.RarHandler.getClassPathURIs(RarHandler.java:149) [2022-04-17T15:52:41.136Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.getSniffersForModule(DOLUtils.java:517) [2022-04-17T15:52:41.136Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.setExtensionArchivistForSubArchivist(DOLUtils.java:503) [2022-04-17T15:52:41.136Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:551) [2022-04-17T15:52:41.136Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:214) [2022-04-17T15:52:41.136Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:41.136Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:41.136Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:41.136Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) [2022-04-17T15:52:41.136Z] [javaWithResult] [2022-04-17T15:52:41.394Z] [javaWithResult] [dol.validation.Validator]:: Input archive: [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar/validation.ear] is not valid [2022-04-17T15:52:41.394Z] [javaWithResult] [dol.validation.Validator]:: FAILED: devtests/deployment/dol/validation [2022-04-17T15:52:41.394Z] [javaWithResult] Apr 17, 2022 3:52:41 PM com.sun.enterprise.deployment.node.SaxParserHandler resolveEntity [2022-04-17T15:52:41.394Z] [javaWithResult] SEVERE: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:41.394Z] [javaWithResult] org.xml.sax.SAXException: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:243) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:830) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:286) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:489) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:709) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:685) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:676) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:221) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:41.394Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) [2022-04-17T15:52:41.394Z] [javaWithResult] [2022-04-17T15:52:41.394Z] [javaWithResult] Apr 17, 2022 3:52:41 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read [2022-04-17T15:52:41.394Z] [javaWithResult] SEVERE: enterprise.deployment.backend.saxParserError [2022-04-17T15:52:41.394Z] [javaWithResult] Apr 17, 2022 3:52:41 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read [2022-04-17T15:52:41.394Z] [javaWithResult] SEVERE: Error occurred [2022-04-17T15:52:41.394Z] [javaWithResult] org.xml.sax.SAXException: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:243) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:830) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) [2022-04-17T15:52:41.394Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:286) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:489) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:709) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:685) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:676) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:221) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:41.394Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:41.394Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) [2022-04-17T15:52:41.394Z] [javaWithResult] [2022-04-17T15:52:41.394Z] [javaWithResult] org.xml.sax.SAXException: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:41.395Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:243) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:830) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) [2022-04-17T15:52:41.395Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) [2022-04-17T15:52:41.395Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:286) [2022-04-17T15:52:41.395Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:489) [2022-04-17T15:52:41.395Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:709) [2022-04-17T15:52:41.395Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:685) [2022-04-17T15:52:41.395Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:676) [2022-04-17T15:52:41.395Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:221) [2022-04-17T15:52:41.395Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:41.395Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:41.395Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:41.395Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) [2022-04-17T15:52:41.395Z] [javaWithResult] Java Result: 255 [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] processResult: [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] failed: [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] passed: [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] unknown: [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] writeLogToConsole: [2022-04-17T15:52:41.395Z] [echo] Test validation UNKNOWN at 17-Apr-2022 15:52:41.186 with return code 255 [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] declare-test: [2022-04-17T15:52:41.395Z] [echo] Starting test validation dol/validation Test WLS Ear2 [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] init.os: [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] init.tools.unix: [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] init.tools.windows: [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] init.tools: [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] setAsadminArgs: [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] init: [2022-04-17T15:52:41.395Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:41.395Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:41.395Z] [get] Not modified - so not downloaded [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] init.customtasks: [2022-04-17T15:52:41.395Z] [2022-04-17T15:52:41.395Z] run.validator: [2022-04-17T15:52:41.395Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:52:41.957Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2/validation.ear [2022-04-17T15:52:42.520Z] [javaWithResult] Apr 17, 2022 3:52:42 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:52:42.520Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:52:42.520Z] [javaWithResult] Apr 17, 2022 3:52:42 PM com.sun.enterprise.connectors.module.RarHandler getClassPathURIs [2022-04-17T15:52:42.520Z] [javaWithResult] WARNING: URI is not hierarchical [2022-04-17T15:52:42.520Z] [javaWithResult] java.lang.IllegalArgumentException: URI is not hierarchical [2022-04-17T15:52:42.520Z] [javaWithResult] at java.base/java.io.File.(File.java:420) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.connectors.module.RarHandler.getClassPathURIs(RarHandler.java:149) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.getSniffersForModule(DOLUtils.java:517) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.setExtensionArchivistForSubArchivist(DOLUtils.java:503) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:551) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:214) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:42.520Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) [2022-04-17T15:52:42.520Z] [javaWithResult] [2022-04-17T15:52:42.520Z] [javaWithResult] Apr 17, 2022 3:52:42 PM com.sun.enterprise.deployment.node.SaxParserHandler resolveEntity [2022-04-17T15:52:42.520Z] [javaWithResult] SEVERE: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:42.520Z] [javaWithResult] org.xml.sax.SAXException: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:243) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:830) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:286) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:489) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:709) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:685) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:676) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:221) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:42.520Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) [2022-04-17T15:52:42.520Z] [javaWithResult] [2022-04-17T15:52:42.520Z] [javaWithResult] Apr 17, 2022 3:52:42 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read [2022-04-17T15:52:42.520Z] [javaWithResult] SEVERE: enterprise.deployment.backend.saxParserError [2022-04-17T15:52:42.520Z] [javaWithResult] Apr 17, 2022 3:52:42 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read [2022-04-17T15:52:42.520Z] [javaWithResult] SEVERE: Error occurred [2022-04-17T15:52:42.520Z] [javaWithResult] org.xml.sax.SAXException: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:243) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:830) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) [2022-04-17T15:52:42.520Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:286) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:489) [2022-04-17T15:52:42.520Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:709) [2022-04-17T15:52:42.521Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:685) [2022-04-17T15:52:42.521Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:676) [2022-04-17T15:52:42.521Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:221) [2022-04-17T15:52:42.521Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:42.521Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:42.521Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:42.521Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) [2022-04-17T15:52:42.521Z] [javaWithResult] [2022-04-17T15:52:42.521Z] [javaWithResult] [dol.validation.Validator]:: Expected exception [2022-04-17T15:52:42.521Z] [javaWithResult] [dol.validation.Validator]:: Writing out the archive to: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2/validation.ear1.ear [2022-04-17T15:52:42.777Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the output archive/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2/validation.ear1.ear [2022-04-17T15:52:42.777Z] [javaWithResult] [dol.validation.Validator]:: The input archive: [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar2/validation.ear1.ear] is not valid [2022-04-17T15:52:42.777Z] [javaWithResult] [dol.validation.Validator]:: FAILED: devtests/deployment/dol/validation [2022-04-17T15:52:42.777Z] [javaWithResult] Apr 17, 2022 3:52:42 PM com.sun.enterprise.deployment.node.SaxParserHandler resolveEntity [2022-04-17T15:52:42.777Z] [javaWithResult] SEVERE: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:42.777Z] [javaWithResult] org.xml.sax.SAXException: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:42.777Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:243) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:850) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) [2022-04-17T15:52:42.777Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) [2022-04-17T15:52:42.777Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:286) [2022-04-17T15:52:42.777Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:489) [2022-04-17T15:52:42.777Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:709) [2022-04-17T15:52:42.777Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:685) [2022-04-17T15:52:42.777Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:676) [2022-04-17T15:52:42.777Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:221) [2022-04-17T15:52:42.777Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:42.777Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:42.777Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:42.778Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:124) [2022-04-17T15:52:42.778Z] [javaWithResult] [2022-04-17T15:52:42.778Z] [javaWithResult] Apr 17, 2022 3:52:42 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read [2022-04-17T15:52:42.778Z] [javaWithResult] SEVERE: enterprise.deployment.backend.saxParserError [2022-04-17T15:52:42.778Z] [javaWithResult] Apr 17, 2022 3:52:42 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read [2022-04-17T15:52:42.778Z] [javaWithResult] SEVERE: Error occurred [2022-04-17T15:52:42.778Z] [javaWithResult] org.xml.sax.SAXException: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:243) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:850) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:286) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:489) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:709) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:685) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:676) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:221) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:42.778Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:124) [2022-04-17T15:52:42.778Z] [javaWithResult] [2022-04-17T15:52:42.778Z] [javaWithResult] org.xml.sax.SAXException: Requested schema is not found in local repository, please ensure that there are no typos in the XML namespace declaration. [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.node.SaxParserHandler.resolveEntity(SaxParserHandler.java:243) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.util.EntityResolverWrapper.resolveEntity(EntityResolverWrapper.java:111) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:850) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) [2022-04-17T15:52:42.778Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:286) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:489) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:709) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:685) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:676) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:221) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:42.778Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:42.778Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:124) [2022-04-17T15:52:42.778Z] [javaWithResult] Java Result: 255 [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] processResult: [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] failed: [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] passed: [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] unknown: [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] writeLogToConsole: [2022-04-17T15:52:42.778Z] [echo] Test validation UNKNOWN at 17-Apr-2022 15:52:42.555 with return code 255 [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] declare-test: [2022-04-17T15:52:42.778Z] [echo] Starting test validation dol/validation Test WLS Ear3 [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] init.os: [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] init.tools.unix: [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] init.tools.windows: [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] init.tools: [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] setAsadminArgs: [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] init: [2022-04-17T15:52:42.778Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:42.778Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:42.778Z] [get] Not modified - so not downloaded [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] init.customtasks: [2022-04-17T15:52:42.778Z] [2022-04-17T15:52:42.778Z] run.validator: [2022-04-17T15:52:42.778Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:52:43.340Z] [javaWithResult] [dol.validation.Validator]:: Reading/parsing the orginal archive: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3/validation.ear [2022-04-17T15:52:43.596Z] [javaWithResult] Apr 17, 2022 3:52:43 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:52:43.596Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:52:43.596Z] [javaWithResult] Apr 17, 2022 3:52:43 PM com.sun.enterprise.connectors.module.RarHandler getClassPathURIs [2022-04-17T15:52:43.596Z] [javaWithResult] WARNING: URI is not hierarchical [2022-04-17T15:52:43.596Z] [javaWithResult] java.lang.IllegalArgumentException: URI is not hierarchical [2022-04-17T15:52:43.596Z] [javaWithResult] at java.base/java.io.File.(File.java:420) [2022-04-17T15:52:43.596Z] [javaWithResult] at com.sun.enterprise.connectors.module.RarHandler.getClassPathURIs(RarHandler.java:149) [2022-04-17T15:52:43.596Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.getSniffersForModule(DOLUtils.java:517) [2022-04-17T15:52:43.596Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.setExtensionArchivistForSubArchivist(DOLUtils.java:503) [2022-04-17T15:52:43.596Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readModulesDescriptors(ApplicationArchivist.java:551) [2022-04-17T15:52:43.596Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:214) [2022-04-17T15:52:43.596Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:43.596Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:43.596Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:43.596Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) [2022-04-17T15:52:43.596Z] [javaWithResult] [2022-04-17T15:52:43.853Z] [javaWithResult] [dol.validation.Validator]:: Input archive: [/home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/validation/wlsEar3/validation.ear] is not valid [2022-04-17T15:52:43.853Z] [javaWithResult] [dol.validation.Validator]:: FAILED: devtests/deployment/dol/validation [2022-04-17T15:52:43.853Z] [javaWithResult] Apr 17, 2022 3:52:43 PM com.sun.enterprise.deployment.io.DeploymentDescriptorFile read [2022-04-17T15:52:43.853Z] [javaWithResult] SEVERE: enterprise.deployment.backend.saxParserError [2022-04-17T15:52:43.853Z] [javaWithResult] java.io.IOException: Error parsing descriptor Deployment descriptor file META-INF/weblogic-application.xml in archive [validation.ear]. [2022-04-17T15:52:43.853Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:329) [2022-04-17T15:52:43.853Z] [javaWithResult] at com.sun.enterprise.deployment.util.DOLUtils.readRuntimeDeploymentDescriptor(DOLUtils.java:489) [2022-04-17T15:52:43.853Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:709) [2022-04-17T15:52:43.853Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.readRuntimeDeploymentDescriptor(Archivist.java:685) [2022-04-17T15:52:43.853Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.readRuntimeDeploymentDescriptor(ApplicationArchivist.java:676) [2022-04-17T15:52:43.853Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:221) [2022-04-17T15:52:43.853Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:184) [2022-04-17T15:52:43.853Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.ApplicationArchivist.open(ApplicationArchivist.java:59) [2022-04-17T15:52:43.853Z] [javaWithResult] at com.sun.enterprise.deployment.archivist.Archivist.open(Archivist.java:305) [2022-04-17T15:52:43.853Z] [javaWithResult] at dol.validation.Validator.main(Validator.java:84) [2022-04-17T15:52:43.853Z] [javaWithResult] Caused by: java.io.IOException: Stream closed [2022-04-17T15:52:43.853Z] [javaWithResult] at java.base/java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:157) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.readAndBuffer(XMLEntityManager.java:3027) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:705) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(XMLEntityManager.java:1399) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(XMLEntityManager.java:1365) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(XMLDTDScannerImpl.java:257) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(XMLDocumentScannerImpl.java:1152) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(XMLDocumentScannerImpl.java:1040) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:943) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) [2022-04-17T15:52:43.853Z] [javaWithResult] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326) [2022-04-17T15:52:43.853Z] [javaWithResult] at com.sun.enterprise.deployment.io.DeploymentDescriptorFile.read(DeploymentDescriptorFile.java:286) [2022-04-17T15:52:43.853Z] [javaWithResult] ... 9 more [2022-04-17T15:52:43.853Z] [javaWithResult] Java Result: 255 [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] processResult: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] failed: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] passed: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] unknown: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] writeLogToConsole: [2022-04-17T15:52:43.853Z] [echo] Test validation UNKNOWN at 17-Apr-2022 15:52:43.746 with return code 255 [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init.os: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init.tools.unix: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init.tools.windows: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init.tools: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] setAsadminArgs: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init: [2022-04-17T15:52:43.853Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:43.853Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:43.853Z] [get] Not modified - so not downloaded [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init.customtasks: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] prepare: [2022-04-17T15:52:43.853Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override [2022-04-17T15:52:43.853Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override/overrideTest.war [2022-04-17T15:52:43.853Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override/overrideTest.war/WEB-INF/classes [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] private-all: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init.os: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init.tools.unix: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init.tools.windows: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init.tools: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] setAsadminArgs: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init: [2022-04-17T15:52:43.853Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:43.853Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:43.853Z] [get] Not modified - so not downloaded [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] init.customtasks: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] prepare: [2022-04-17T15:52:43.853Z] [2022-04-17T15:52:43.853Z] compile: [2022-04-17T15:52:43.853Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:43.853Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override [2022-04-17T15:52:44.436Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:44.436Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/dol/override/OverrideTest.java uses or overrides a deprecated API. [2022-04-17T15:52:44.436Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:52:44.436Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/dol/override/OverrideTest.java uses unchecked or unsafe operations. [2022-04-17T15:52:44.436Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:52:44.436Z] [javac] 1 warning [2022-04-17T15:52:44.436Z] [2022-04-17T15:52:44.436Z] init.os: [2022-04-17T15:52:44.436Z] [2022-04-17T15:52:44.436Z] init.tools.unix: [2022-04-17T15:52:44.436Z] [2022-04-17T15:52:44.436Z] init.tools.windows: [2022-04-17T15:52:44.436Z] [2022-04-17T15:52:44.436Z] init.tools: [2022-04-17T15:52:44.436Z] [2022-04-17T15:52:44.436Z] setAsadminArgs: [2022-04-17T15:52:44.436Z] [2022-04-17T15:52:44.436Z] init: [2022-04-17T15:52:44.436Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:44.436Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:44.436Z] [get] Not modified - so not downloaded [2022-04-17T15:52:44.436Z] [2022-04-17T15:52:44.436Z] init.customtasks: [2022-04-17T15:52:44.436Z] [2022-04-17T15:52:44.436Z] prepare: [2022-04-17T15:52:44.436Z] [2022-04-17T15:52:44.437Z] assemble: [2022-04-17T15:52:44.437Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override/overrideTest.war/WEB-INF/classes [2022-04-17T15:52:44.437Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override/overrideTest.war/WEB-INF [2022-04-17T15:52:44.437Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/dol/override/overrideTest.war/WEB-INF [2022-04-17T15:52:44.437Z] [2022-04-17T15:52:44.437Z] declare-test: [2022-04-17T15:52:44.437Z] [echo] Starting test override dol/override Test [2022-04-17T15:52:44.437Z] [2022-04-17T15:52:44.437Z] init.os: [2022-04-17T15:52:44.437Z] [2022-04-17T15:52:44.437Z] init.tools.unix: [2022-04-17T15:52:44.437Z] [2022-04-17T15:52:44.437Z] init.tools.windows: [2022-04-17T15:52:44.437Z] [2022-04-17T15:52:44.437Z] init.tools: [2022-04-17T15:52:44.437Z] [2022-04-17T15:52:44.437Z] setAsadminArgs: [2022-04-17T15:52:44.437Z] [2022-04-17T15:52:44.437Z] init: [2022-04-17T15:52:44.437Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:44.437Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:44.437Z] [get] Not modified - so not downloaded [2022-04-17T15:52:44.437Z] [2022-04-17T15:52:44.437Z] init.customtasks: [2022-04-17T15:52:44.437Z] [2022-04-17T15:52:44.437Z] run.overridetest: [2022-04-17T15:52:44.437Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish [2022-04-17T15:52:45.366Z] [javaWithResult] Apr 17, 2022 3:52:45 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:52:45.366Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:52:45.623Z] [javaWithResult] [dol.override.OverrideTest]:: Resource ref [myDS3] with JNDI name: jdbc/__default, description: , authorization: Container, sharing scope: Shareable, mappedName: , lookupName: jdbc/__default [2022-04-17T15:52:45.623Z] [javaWithResult] [dol.override.OverrideTest]:: Resource ref [myDS5and6] with JNDI name: jdbc/__default, description: , authorization: Container, sharing scope: Shareable, mappedName: jdbc/__default, lookupName: [2022-04-17T15:52:45.623Z] [javaWithResult] [dol.override.OverrideTest]:: Target class name: override.OverrideTestServlet [2022-04-17T15:52:45.623Z] [javaWithResult] [dol.override.OverrideTest]:: Target name: myDS6 [2022-04-17T15:52:45.623Z] [javaWithResult] [dol.override.OverrideTest]:: Target class name: override.OverrideTestServlet [2022-04-17T15:52:45.623Z] [javaWithResult] [dol.override.OverrideTest]:: Target name: myDS5 [2022-04-17T15:52:45.623Z] [javaWithResult] [dol.override.OverrideTest]:: Resource ref [myDS7] with JNDI name: jdbc/__default, description: override, authorization: Container, sharing scope: Unshareable, mappedName: , lookupName: jdbc/__default [2022-04-17T15:52:45.623Z] [javaWithResult] [dol.override.OverrideTest]:: Resource ref [myDS8] with JNDI name: jdbc/__default, description: , authorization: Container, sharing scope: Shareable, mappedName: jdbc/__default, lookupName: [2022-04-17T15:52:45.623Z] [javaWithResult] [dol.override.OverrideTest]:: Resource ref [myDS4] with JNDI name: jdbc/__default, description: , authorization: Container, sharing scope: Shareable, mappedName: jdbc/__default, lookupName: foo_bar [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] processResult: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] failed: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] passed: [2022-04-17T15:52:45.623Z] [echo] Test override Passed [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] unknown: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] private-all: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] private-all: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] private-all: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] init.os: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] init.tools.unix: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] init.tools.windows: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] init.tools: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] setAsadminArgs: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] init: [2022-04-17T15:52:45.623Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:45.623Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:45.623Z] [get] Not modified - so not downloaded [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] init.customtasks: [2022-04-17T15:52:45.623Z] [2022-04-17T15:52:45.623Z] prepare: [2022-04-17T15:52:45.624Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session [2022-04-17T15:52:45.624Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives [2022-04-17T15:52:45.624Z] [2022-04-17T15:52:45.624Z] compile: [2022-04-17T15:52:45.624Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:45.624Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session [2022-04-17T15:52:46.188Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:46.188Z] [javac] 1 warning [2022-04-17T15:52:46.188Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:46.188Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session [2022-04-17T15:52:46.445Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:46.445Z] [javac] 1 warning [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] assemble: [2022-04-17T15:52:46.445Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-session-ejb.jar [2022-04-17T15:52:46.445Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-session-client.jar [2022-04-17T15:52:46.445Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-sessionApp.ear [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] declare-test: [2022-04-17T15:52:46.445Z] [echo] Starting test session ejb30/session Test asadmin deploy [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init.os: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init.tools.unix: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init.tools.windows: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init.tools: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] setAsadminArgs: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init: [2022-04-17T15:52:46.445Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:46.445Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:46.445Z] [get] Not modified - so not downloaded [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init.customtasks: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] prepare: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] deploy.asadmin: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] setAsadminArgs: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] common.deploy.asadmin: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init.os: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init.tools.unix: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init.tools.windows: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init.tools: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] setAsadminArgs: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init: [2022-04-17T15:52:46.445Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:46.445Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:46.445Z] [get] Not modified - so not downloaded [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] init.customtasks: [2022-04-17T15:52:46.445Z] [2022-04-17T15:52:46.445Z] common.run.asadmin: [2022-04-17T15:52:46.445Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives --name ejb-ejb30-hello-session /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-sessionApp.ear [2022-04-17T15:52:46.701Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:46.701Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:52:47.265Z] [exec] Application deployed with name ejb-ejb30-hello-session. [2022-04-17T15:52:47.265Z] [exec] Command deploy executed successfully. [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init.os: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init.tools.unix: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init.tools.windows: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init.tools: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] setAsadminArgs: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init: [2022-04-17T15:52:47.265Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:47.265Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:47.265Z] [get] Not modified - so not downloaded [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init.customtasks: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] setEnabled: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] createAppRef: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init.os: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init.tools.unix: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init.tools.windows: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init.tools: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] setAsadminArgs: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init: [2022-04-17T15:52:47.265Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:47.265Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:47.265Z] [get] Not modified - so not downloaded [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] init.customtasks: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] prepare: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] setOrbPort2: [2022-04-17T15:52:47.265Z] [2022-04-17T15:52:47.265Z] runclient: [2022-04-17T15:52:47.265Z] [echo] appclient -targetserver localhost:3700 -xml client/sun-acc-no-log-service.xml -client /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-sessionClient.jar [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] processResult: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] failed: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] passed: [2022-04-17T15:52:52.536Z] [echo] Test session Passed [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] unknown: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] declare-test: [2022-04-17T15:52:52.536Z] [echo] Starting test session ejb30/session Test asadmin redeploy [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.os: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.tools.unix: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.tools.windows: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.tools: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] setAsadminArgs: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init: [2022-04-17T15:52:52.536Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:52.536Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:52.536Z] [get] Not modified - so not downloaded [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.customtasks: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] prepare: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] redeploy.asadmin: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] setAsadminArgs: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] common.redeploy.asadmin: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.os: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.tools.unix: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.tools.windows: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.tools: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] setAsadminArgs: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init: [2022-04-17T15:52:52.536Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:52.536Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:52.536Z] [get] Not modified - so not downloaded [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.customtasks: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] delAppRef: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.os: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.tools.unix: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.tools.windows: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.tools: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] setAsadminArgs: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init: [2022-04-17T15:52:52.536Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:52.536Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:52.536Z] [get] Not modified - so not downloaded [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] init.customtasks: [2022-04-17T15:52:52.536Z] [2022-04-17T15:52:52.536Z] common.run.asadmin: [2022-04-17T15:52:52.536Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives --name ejb-ejb30-hello-session /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-sessionApp.ear [2022-04-17T15:52:52.536Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:52.536Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:52:52.792Z] [exec] Application deployed with name ejb-ejb30-hello-session. [2022-04-17T15:52:52.792Z] [exec] Command deploy executed successfully. [2022-04-17T15:52:52.792Z] [2022-04-17T15:52:52.792Z] init.os: [2022-04-17T15:52:52.792Z] [2022-04-17T15:52:52.792Z] init.tools.unix: [2022-04-17T15:52:52.792Z] [2022-04-17T15:52:52.792Z] init.tools.windows: [2022-04-17T15:52:52.792Z] [2022-04-17T15:52:52.792Z] init.tools: [2022-04-17T15:52:52.792Z] [2022-04-17T15:52:52.792Z] setAsadminArgs: [2022-04-17T15:52:52.792Z] [2022-04-17T15:52:52.792Z] init: [2022-04-17T15:52:52.793Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:52.793Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:52.793Z] [get] Not modified - so not downloaded [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] init.customtasks: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] setEnabled: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] createAppRef: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] init.os: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] init.tools.unix: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] init.tools.windows: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] init.tools: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] setAsadminArgs: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] init: [2022-04-17T15:52:52.793Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:52.793Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:52.793Z] [get] Not modified - so not downloaded [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] init.customtasks: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] prepare: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] setOrbPort2: [2022-04-17T15:52:52.793Z] [2022-04-17T15:52:52.793Z] runclient: [2022-04-17T15:52:52.793Z] [echo] appclient -targetserver localhost:3700 -xml client/sun-acc-no-log-service.xml -client /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session/archives/ejb-ejb30-hello-sessionClient.jar [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] processResult: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] failed: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] passed: [2022-04-17T15:52:58.125Z] [echo] Test session Passed [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] unknown: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.os: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.tools.unix: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.tools.windows: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.tools: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] setAsadminArgs: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init: [2022-04-17T15:52:58.125Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:58.125Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:58.125Z] [get] Not modified - so not downloaded [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.customtasks: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] prepare: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] undeploy.asadmin: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] setAsadminArgs: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] common.undeploy.asadmin: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.os: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.tools.unix: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.tools.windows: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.tools: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] setAsadminArgs: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init: [2022-04-17T15:52:58.125Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:58.125Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:58.125Z] [get] Not modified - so not downloaded [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.customtasks: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] delAppRef: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.os: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.tools.unix: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.tools.windows: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.tools: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] setAsadminArgs: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init: [2022-04-17T15:52:58.125Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:58.125Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:58.125Z] [get] Not modified - so not downloaded [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] init.customtasks: [2022-04-17T15:52:58.125Z] [2022-04-17T15:52:58.125Z] common.run.asadmin: [2022-04-17T15:52:58.126Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 ejb-ejb30-hello-session [2022-04-17T15:52:58.126Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:58.126Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:52:58.126Z] [exec] Command undeploy executed successfully. [2022-04-17T15:52:58.126Z] [2022-04-17T15:52:58.126Z] private-all: [2022-04-17T15:52:58.126Z] [2022-04-17T15:52:58.126Z] init.os: [2022-04-17T15:52:58.126Z] [2022-04-17T15:52:58.126Z] init.tools.unix: [2022-04-17T15:52:58.126Z] [2022-04-17T15:52:58.126Z] init.tools.windows: [2022-04-17T15:52:58.126Z] [2022-04-17T15:52:58.126Z] init.tools: [2022-04-17T15:52:58.126Z] [2022-04-17T15:52:58.126Z] setAsadminArgs: [2022-04-17T15:52:58.126Z] [2022-04-17T15:52:58.126Z] init: [2022-04-17T15:52:58.126Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:58.126Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:58.126Z] [get] Not modified - so not downloaded [2022-04-17T15:52:58.126Z] [2022-04-17T15:52:58.126Z] init.customtasks: [2022-04-17T15:52:58.126Z] [2022-04-17T15:52:58.126Z] prepare: [2022-04-17T15:52:58.126Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2 [2022-04-17T15:52:58.126Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives [2022-04-17T15:52:58.126Z] [2022-04-17T15:52:58.126Z] compile: [2022-04-17T15:52:58.126Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:58.126Z] [javac] Compiling 13 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2 [2022-04-17T15:52:58.382Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:58.382Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/session2/ejb/SfulEJB.java uses unchecked or unsafe operations. [2022-04-17T15:52:58.382Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:52:58.382Z] [javac] 1 warning [2022-04-17T15:52:58.382Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:52:58.383Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2 [2022-04-17T15:52:58.946Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:52:58.946Z] [javac] 1 warning [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] assemble: [2022-04-17T15:52:58.946Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives/ejb-ejb30-hello-session2-ejb.jar [2022-04-17T15:52:58.946Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives/ejb-ejb30-hello-session2-client.jar [2022-04-17T15:52:58.946Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives [2022-04-17T15:52:58.946Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives [2022-04-17T15:52:58.946Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives/ejb-ejb30-hello-session2App.ear [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] declare-test: [2022-04-17T15:52:58.946Z] [echo] Starting test session2 ejb30/session2 Test asadmin deploy [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init.os: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init.tools.unix: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init.tools.windows: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init.tools: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] setAsadminArgs: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init: [2022-04-17T15:52:58.946Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:58.946Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:58.946Z] [get] Not modified - so not downloaded [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init.customtasks: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] prepare: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] deploy.asadmin: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] setAsadminArgs: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] common.deploy.asadmin: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init.os: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init.tools.unix: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init.tools.windows: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init.tools: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] setAsadminArgs: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init: [2022-04-17T15:52:58.946Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:52:58.946Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:52:58.946Z] [get] Not modified - so not downloaded [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] init.customtasks: [2022-04-17T15:52:58.946Z] [2022-04-17T15:52:58.946Z] common.run.asadmin: [2022-04-17T15:52:58.946Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives --name ejb-ejb30-hello-session2 /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives/ejb-ejb30-hello-session2App.ear [2022-04-17T15:52:59.203Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:52:59.203Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:53:00.140Z] [exec] Application deployed with name ejb-ejb30-hello-session2. [2022-04-17T15:53:00.140Z] [exec] Command deploy executed successfully. [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init.os: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init.tools.unix: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init.tools.windows: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init.tools: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] setAsadminArgs: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init: [2022-04-17T15:53:00.140Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:00.140Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:00.140Z] [get] Not modified - so not downloaded [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init.customtasks: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] setEnabled: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] createAppRef: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init.os: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init.tools.unix: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init.tools.windows: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init.tools: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] setAsadminArgs: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init: [2022-04-17T15:53:00.140Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:00.140Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:00.140Z] [get] Not modified - so not downloaded [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] init.customtasks: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] prepare: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] setOrbPort2: [2022-04-17T15:53:00.140Z] [2022-04-17T15:53:00.140Z] runclient: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] processResult: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] failed: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] passed: [2022-04-17T15:53:06.741Z] [echo] Test session2 Passed [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] unknown: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] declare-test: [2022-04-17T15:53:06.741Z] [echo] Starting test session2 ejb30/session2 Test asadmin redeploy [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.os: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.tools.unix: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.tools.windows: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.tools: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] setAsadminArgs: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init: [2022-04-17T15:53:06.741Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:06.741Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:06.741Z] [get] Not modified - so not downloaded [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.customtasks: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] prepare: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] redeploy.asadmin: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] setAsadminArgs: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] common.redeploy.asadmin: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.os: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.tools.unix: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.tools.windows: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.tools: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] setAsadminArgs: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init: [2022-04-17T15:53:06.741Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:06.741Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:06.741Z] [get] Not modified - so not downloaded [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.customtasks: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] delAppRef: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.os: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.tools.unix: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.tools.windows: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.tools: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] setAsadminArgs: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init: [2022-04-17T15:53:06.741Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:06.741Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:06.741Z] [get] Not modified - so not downloaded [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] init.customtasks: [2022-04-17T15:53:06.741Z] [2022-04-17T15:53:06.741Z] common.run.asadmin: [2022-04-17T15:53:06.741Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives --name ejb-ejb30-hello-session2 /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/session2/archives/ejb-ejb30-hello-session2App.ear [2022-04-17T15:53:06.741Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:06.741Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:53:07.304Z] [exec] Application deployed with name ejb-ejb30-hello-session2. [2022-04-17T15:53:07.304Z] [exec] Command deploy executed successfully. [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init.os: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init.tools.unix: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init.tools.windows: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init.tools: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] setAsadminArgs: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init: [2022-04-17T15:53:07.304Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:07.304Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:07.304Z] [get] Not modified - so not downloaded [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init.customtasks: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] setEnabled: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] createAppRef: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init.os: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init.tools.unix: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init.tools.windows: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init.tools: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] setAsadminArgs: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init: [2022-04-17T15:53:07.304Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:07.304Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:07.304Z] [get] Not modified - so not downloaded [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] init.customtasks: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] prepare: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] setOrbPort2: [2022-04-17T15:53:07.304Z] [2022-04-17T15:53:07.304Z] runclient: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] processResult: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] failed: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] passed: [2022-04-17T15:53:13.862Z] [echo] Test session2 Passed [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] unknown: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.os: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools.unix: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools.windows: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] setAsadminArgs: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init: [2022-04-17T15:53:13.862Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:13.862Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:13.862Z] [get] Not modified - so not downloaded [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.customtasks: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] prepare: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] undeploy.asadmin: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] setAsadminArgs: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] common.undeploy.asadmin: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.os: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools.unix: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools.windows: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] setAsadminArgs: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init: [2022-04-17T15:53:13.862Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:13.862Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:13.862Z] [get] Not modified - so not downloaded [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.customtasks: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] delAppRef: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.os: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools.unix: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools.windows: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] setAsadminArgs: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init: [2022-04-17T15:53:13.862Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:13.862Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:13.862Z] [get] Not modified - so not downloaded [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.customtasks: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] common.run.asadmin: [2022-04-17T15:53:13.862Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 ejb-ejb30-hello-session2 [2022-04-17T15:53:13.862Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:13.862Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:53:13.862Z] [exec] Command undeploy executed successfully. [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] private-all: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] private-all: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.os: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools.unix: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools.windows: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.tools: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] setAsadminArgs: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init: [2022-04-17T15:53:13.862Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:13.862Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:13.862Z] [get] Not modified - so not downloaded [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] init.customtasks: [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] prepare: [2022-04-17T15:53:13.862Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient [2022-04-17T15:53:13.862Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives [2022-04-17T15:53:13.862Z] [2022-04-17T15:53:13.862Z] compile: [2022-04-17T15:53:13.862Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:13.862Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient [2022-04-17T15:53:14.426Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:53:14.426Z] [javac] 1 warning [2022-04-17T15:53:14.426Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:14.426Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient [2022-04-17T15:53:14.682Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:53:14.682Z] [javac] 1 warning [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] assemble: [2022-04-17T15:53:14.682Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives/ejb-ejb30-hello-mdbApp-ejb.jar [2022-04-17T15:53:14.682Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives/ejb-ejb30-hello-mdbApp-web.war [2022-04-17T15:53:14.682Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives/ejb-ejb30-hello-mdbAppApp.ear [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] init.os: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] init.tools.unix: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] init.tools.windows: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] init.tools: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] setAsadminArgs: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] init: [2022-04-17T15:53:14.682Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:14.682Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:14.682Z] [get] Not modified - so not downloaded [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] init.customtasks: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] prepare: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] deploy.jms.queues: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] setAsadminArgs: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] common.create.jms.connection: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] init.os: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] init.tools.unix: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.682Z] init.tools.windows: [2022-04-17T15:53:14.682Z] [2022-04-17T15:53:14.683Z] init.tools: [2022-04-17T15:53:14.683Z] [2022-04-17T15:53:14.683Z] setAsadminArgs: [2022-04-17T15:53:14.683Z] [2022-04-17T15:53:14.683Z] init: [2022-04-17T15:53:14.683Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:14.683Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:14.683Z] [get] Not modified - so not downloaded [2022-04-17T15:53:14.683Z] [2022-04-17T15:53:14.683Z] init.customtasks: [2022-04-17T15:53:14.683Z] [2022-04-17T15:53:14.683Z] common.run.asadmin: [2022-04-17T15:53:14.683Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --restype jakarta.jms.QueueConnectionFactory jms/ejb_ejb30_hello_mdb_QCF [2022-04-17T15:53:14.940Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:14.940Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jms-resource [options] ... [2022-04-17T15:53:16.910Z] [exec] Connector resource jms/ejb_ejb30_hello_mdb_QCF created. [2022-04-17T15:53:16.910Z] [exec] Command create-jms-resource executed successfully. [2022-04-17T15:53:16.910Z] [2022-04-17T15:53:16.910Z] setAsadminArgs: [2022-04-17T15:53:16.910Z] [2022-04-17T15:53:16.910Z] common.create.jms.resource: [2022-04-17T15:53:16.910Z] [2022-04-17T15:53:16.910Z] init.os: [2022-04-17T15:53:16.910Z] [2022-04-17T15:53:16.910Z] init.tools.unix: [2022-04-17T15:53:16.910Z] [2022-04-17T15:53:16.910Z] init.tools.windows: [2022-04-17T15:53:16.910Z] [2022-04-17T15:53:16.910Z] init.tools: [2022-04-17T15:53:16.910Z] [2022-04-17T15:53:16.910Z] setAsadminArgs: [2022-04-17T15:53:16.910Z] [2022-04-17T15:53:16.910Z] init: [2022-04-17T15:53:16.910Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:16.910Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:16.910Z] [get] Not modified - so not downloaded [2022-04-17T15:53:16.910Z] [2022-04-17T15:53:16.910Z] init.customtasks: [2022-04-17T15:53:16.910Z] [2022-04-17T15:53:16.910Z] common.run.asadmin: [2022-04-17T15:53:16.910Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue ejb_ejb30_hello_mdb_InQueue [2022-04-17T15:53:17.238Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:17.238Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jmsdest [options] ... [2022-04-17T15:53:19.171Z] [exec] JMS Desctination ejb_ejb30_hello_mdb_InQueue created. [2022-04-17T15:53:19.171Z] [exec] Command create-jmsdest executed successfully. [2022-04-17T15:53:19.171Z] [2022-04-17T15:53:19.171Z] init.os: [2022-04-17T15:53:19.171Z] [2022-04-17T15:53:19.171Z] init.tools.unix: [2022-04-17T15:53:19.171Z] [2022-04-17T15:53:19.171Z] init.tools.windows: [2022-04-17T15:53:19.171Z] [2022-04-17T15:53:19.171Z] init.tools: [2022-04-17T15:53:19.171Z] [2022-04-17T15:53:19.171Z] setAsadminArgs: [2022-04-17T15:53:19.171Z] [2022-04-17T15:53:19.171Z] init: [2022-04-17T15:53:19.171Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:19.171Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:19.171Z] [get] Not modified - so not downloaded [2022-04-17T15:53:19.171Z] [2022-04-17T15:53:19.171Z] init.customtasks: [2022-04-17T15:53:19.171Z] [2022-04-17T15:53:19.171Z] common.run.asadmin: [2022-04-17T15:53:19.171Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:19.744Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:19.744Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jms-resource [options] ... [2022-04-17T15:53:19.744Z] [exec] Administered object jms/ejb_ejb30_hello_mdb_InQueue created. [2022-04-17T15:53:19.744Z] [exec] Command create-jms-resource executed successfully. [2022-04-17T15:53:19.744Z] [2022-04-17T15:53:19.744Z] setAsadminArgs: [2022-04-17T15:53:19.744Z] [2022-04-17T15:53:19.744Z] common.create.jms.resource: [2022-04-17T15:53:19.744Z] [2022-04-17T15:53:19.744Z] init.os: [2022-04-17T15:53:19.744Z] [2022-04-17T15:53:19.744Z] init.tools.unix: [2022-04-17T15:53:19.744Z] [2022-04-17T15:53:19.744Z] init.tools.windows: [2022-04-17T15:53:19.744Z] [2022-04-17T15:53:19.744Z] init.tools: [2022-04-17T15:53:19.744Z] [2022-04-17T15:53:19.744Z] setAsadminArgs: [2022-04-17T15:53:19.744Z] [2022-04-17T15:53:19.744Z] init: [2022-04-17T15:53:19.744Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:19.744Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:19.744Z] [get] Not modified - so not downloaded [2022-04-17T15:53:19.744Z] [2022-04-17T15:53:19.744Z] init.customtasks: [2022-04-17T15:53:19.744Z] [2022-04-17T15:53:19.744Z] common.run.asadmin: [2022-04-17T15:53:19.744Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue ejb_ejb30_hello_mdb_OutQueue [2022-04-17T15:53:20.000Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:20.000Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jmsdest [options] ... [2022-04-17T15:53:20.258Z] [exec] JMS Desctination ejb_ejb30_hello_mdb_OutQueue created. [2022-04-17T15:53:20.258Z] [exec] Command create-jmsdest executed successfully. [2022-04-17T15:53:20.258Z] [2022-04-17T15:53:20.258Z] init.os: [2022-04-17T15:53:20.258Z] [2022-04-17T15:53:20.258Z] init.tools.unix: [2022-04-17T15:53:20.258Z] [2022-04-17T15:53:20.258Z] init.tools.windows: [2022-04-17T15:53:20.258Z] [2022-04-17T15:53:20.258Z] init.tools: [2022-04-17T15:53:20.258Z] [2022-04-17T15:53:20.258Z] setAsadminArgs: [2022-04-17T15:53:20.258Z] [2022-04-17T15:53:20.258Z] init: [2022-04-17T15:53:20.258Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:20.258Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:20.258Z] [get] Not modified - so not downloaded [2022-04-17T15:53:20.258Z] [2022-04-17T15:53:20.258Z] init.customtasks: [2022-04-17T15:53:20.258Z] [2022-04-17T15:53:20.258Z] common.run.asadmin: [2022-04-17T15:53:20.258Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:20.514Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:20.514Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jms-resource [options] ... [2022-04-17T15:53:20.791Z] [exec] Administered object jms/ejb_ejb30_hello_mdb_OutQueue created. [2022-04-17T15:53:20.791Z] [exec] Command create-jms-resource executed successfully. [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init.os: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init.tools.unix: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init.tools.windows: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init.tools: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] setAsadminArgs: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init: [2022-04-17T15:53:20.791Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:20.791Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:20.791Z] [get] Not modified - so not downloaded [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init.customtasks: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] prepare: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] deploy.asadmin: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] setAsadminArgs: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] common.deploy.asadmin: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init.os: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init.tools.unix: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init.tools.windows: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init.tools: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] setAsadminArgs: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init: [2022-04-17T15:53:20.791Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:20.791Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:20.791Z] [get] Not modified - so not downloaded [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] init.customtasks: [2022-04-17T15:53:20.791Z] [2022-04-17T15:53:20.791Z] common.run.asadmin: [2022-04-17T15:53:20.791Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives/ejb-ejb30-hello-mdbAppApp.ear [2022-04-17T15:53:21.048Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:21.048Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:53:22.415Z] [exec] Application deployed with name ejb-ejb30-hello-mdbApp. [2022-04-17T15:53:22.415Z] [exec] there are no files to retrieve for application ejb-ejb30-hello-mdbApp [2022-04-17T15:53:22.415Z] [exec] Command deploy executed successfully. [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] init.os: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] init.tools.unix: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] init.tools.windows: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] init.tools: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] setAsadminArgs: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] init: [2022-04-17T15:53:22.415Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:22.415Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:22.415Z] [get] Not modified - so not downloaded [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] init.customtasks: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] setEnabled: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] createAppRef: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] setHttpPort: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] run.positive: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] common.run.positive: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] setHttpPort: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] common.run: [2022-04-17T15:53:22.415Z] [2022-04-17T15:53:22.415Z] checkAppOnServer: [2022-04-17T15:53:22.671Z] [2022-04-17T15:53:22.671Z] declare-test: [2022-04-17T15:53:22.671Z] [echo] Starting test webclient ejb30/mdb/webClient Test asadmin deploy (server) [2022-04-17T15:53:22.671Z] [2022-04-17T15:53:22.671Z] init.os: [2022-04-17T15:53:22.671Z] [2022-04-17T15:53:22.671Z] init.tools.unix: [2022-04-17T15:53:22.671Z] [2022-04-17T15:53:22.671Z] init.tools.windows: [2022-04-17T15:53:22.671Z] [2022-04-17T15:53:22.671Z] init.tools: [2022-04-17T15:53:22.671Z] [2022-04-17T15:53:22.671Z] setAsadminArgs: [2022-04-17T15:53:22.671Z] [2022-04-17T15:53:22.671Z] init: [2022-04-17T15:53:22.671Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:22.671Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:22.671Z] [get] Not modified - so not downloaded [2022-04-17T15:53:22.671Z] [2022-04-17T15:53:22.671Z] init.customtasks: [2022-04-17T15:53:22.671Z] [2022-04-17T15:53:22.671Z] setOrbPort2: [2022-04-17T15:53:22.671Z] [2022-04-17T15:53:22.671Z] runclient: [2022-04-17T15:53:22.671Z] [echo] TestClient http://localhost:8080/webclient/ejb-ejb30-hello-mdbApp true ${extra.args} [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Test: devtests/deployment/ejb30/ear/mdb/webclient [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Invoking URL = http://localhost:8080/webclient/ejb-ejb30-hello-mdbApp [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Servlet [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]::

[2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Message is [com.sun.messaging.jms.ra.DirectTextPacket@f50d060] [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Correct return code: 200 [2022-04-17T15:53:22.671Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: PASSED: devtests/deployment/ejb30/ear/mdb/webclient [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] processResult: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] failed: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] passed: [2022-04-17T15:53:22.940Z] [echo] Test webclient Passed [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] unknown: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.os: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools.unix: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools.windows: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] setAsadminArgs: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init: [2022-04-17T15:53:22.940Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:22.940Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:22.940Z] [get] Not modified - so not downloaded [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.customtasks: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] checkAppOnCluster: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.os: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools.unix: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools.windows: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] setAsadminArgs: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init: [2022-04-17T15:53:22.940Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:22.940Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:22.940Z] [get] Not modified - so not downloaded [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.customtasks: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] prepare: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] redeploy.asadmin: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] setAsadminArgs: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] common.redeploy.asadmin: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.os: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools.unix: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools.windows: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] setAsadminArgs: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init: [2022-04-17T15:53:22.940Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:22.940Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:22.940Z] [get] Not modified - so not downloaded [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.customtasks: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] delAppRef: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.os: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools.unix: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools.windows: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.tools: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] setAsadminArgs: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init: [2022-04-17T15:53:22.940Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:22.940Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:22.940Z] [get] Not modified - so not downloaded [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] init.customtasks: [2022-04-17T15:53:22.940Z] [2022-04-17T15:53:22.940Z] common.run.asadmin: [2022-04-17T15:53:22.940Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/mdb/webclient/archives/ejb-ejb30-hello-mdbAppApp.ear [2022-04-17T15:53:23.197Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:23.197Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:53:23.799Z] [exec] Application deployed with name ejb-ejb30-hello-mdbApp. [2022-04-17T15:53:23.799Z] [exec] there are no files to retrieve for application ejb-ejb30-hello-mdbApp [2022-04-17T15:53:23.799Z] [exec] Command deploy executed successfully. [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init.os: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init.tools.unix: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init.tools.windows: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init.tools: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] setAsadminArgs: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init: [2022-04-17T15:53:23.799Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:23.799Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:23.799Z] [get] Not modified - so not downloaded [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init.customtasks: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] setEnabled: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] createAppRef: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] setHttpPort: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] run.positive: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] common.run.positive: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] setHttpPort: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] common.run: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] checkAppOnServer: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] declare-test: [2022-04-17T15:53:23.799Z] [echo] Starting test webclient ejb30/mdb/webClient Test asadmin redeploy (server) [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init.os: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init.tools.unix: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init.tools.windows: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init.tools: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] setAsadminArgs: [2022-04-17T15:53:23.799Z] [2022-04-17T15:53:23.799Z] init: [2022-04-17T15:53:23.799Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:23.800Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:23.800Z] [get] Not modified - so not downloaded [2022-04-17T15:53:23.800Z] [2022-04-17T15:53:23.800Z] init.customtasks: [2022-04-17T15:53:23.800Z] [2022-04-17T15:53:23.800Z] setOrbPort2: [2022-04-17T15:53:23.800Z] [2022-04-17T15:53:23.800Z] runclient: [2022-04-17T15:53:23.800Z] [echo] TestClient http://localhost:8080/webclient/ejb-ejb30-hello-mdbApp true ${extra.args} [2022-04-17T15:53:24.058Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Test: devtests/deployment/ejb30/ear/mdb/webclient [2022-04-17T15:53:24.058Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Invoking URL = http://localhost:8080/webclient/ejb-ejb30-hello-mdbApp [2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Servlet [2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]::

[2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Message is [com.sun.messaging.jms.ra.DirectTextPacket@36ab98d] [2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: [2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: Correct return code: 200 [2022-04-17T15:53:24.339Z] [javaWithResult] [ejb30.mdb.webclient.Client]:: PASSED: devtests/deployment/ejb30/ear/mdb/webclient [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] processResult: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] failed: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] passed: [2022-04-17T15:53:24.339Z] [echo] Test webclient Passed [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] unknown: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init.os: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init.tools.unix: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init.tools.windows: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init.tools: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] setAsadminArgs: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init: [2022-04-17T15:53:24.339Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:24.339Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:24.339Z] [get] Not modified - so not downloaded [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init.customtasks: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] checkAppOnCluster: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init.os: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init.tools.unix: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init.tools.windows: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init.tools: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] setAsadminArgs: [2022-04-17T15:53:24.339Z] [2022-04-17T15:53:24.339Z] init: [2022-04-17T15:53:24.339Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:24.339Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:24.340Z] [get] Not modified - so not downloaded [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.customtasks: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] prepare: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] undeploy.asadmin: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] setAsadminArgs: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] common.undeploy.asadmin: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.os: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.tools.unix: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.tools.windows: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.tools: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] setAsadminArgs: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init: [2022-04-17T15:53:24.340Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:24.340Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:24.340Z] [get] Not modified - so not downloaded [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.customtasks: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] delAppRef: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.os: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.tools.unix: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.tools.windows: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.tools: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] setAsadminArgs: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init: [2022-04-17T15:53:24.340Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:24.340Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:24.340Z] [get] Not modified - so not downloaded [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] init.customtasks: [2022-04-17T15:53:24.340Z] [2022-04-17T15:53:24.340Z] common.run.asadmin: [2022-04-17T15:53:24.340Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 ejb-ejb30-hello-mdbApp [2022-04-17T15:53:24.638Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:24.638Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:53:24.895Z] [exec] Command undeploy executed successfully. [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init.os: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init.tools.unix: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init.tools.windows: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init.tools: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] setAsadminArgs: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init: [2022-04-17T15:53:24.895Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:24.895Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:24.895Z] [get] Not modified - so not downloaded [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init.customtasks: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] prepare: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] undeploy.jms.queues: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] setAsadminArgs: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] common.delete.jms.resource: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init.os: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init.tools.unix: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init.tools.windows: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init.tools: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] setAsadminArgs: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init: [2022-04-17T15:53:24.895Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:24.895Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:24.895Z] [get] Not modified - so not downloaded [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] init.customtasks: [2022-04-17T15:53:24.895Z] [2022-04-17T15:53:24.895Z] common.run.asadmin: [2022-04-17T15:53:24.895Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 jms/ejb_ejb30_hello_mdb_InQueue [2022-04-17T15:53:25.461Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:25.461Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jms-resource [options] ... [2022-04-17T15:53:25.461Z] [exec] Administered object jms/ejb_ejb30_hello_mdb_InQueue deleted. [2022-04-17T15:53:25.461Z] [exec] Command delete-jms-resource executed successfully. [2022-04-17T15:53:25.461Z] [2022-04-17T15:53:25.461Z] init.os: [2022-04-17T15:53:25.461Z] [2022-04-17T15:53:25.461Z] init.tools.unix: [2022-04-17T15:53:25.461Z] [2022-04-17T15:53:25.461Z] init.tools.windows: [2022-04-17T15:53:25.461Z] [2022-04-17T15:53:25.461Z] init.tools: [2022-04-17T15:53:25.461Z] [2022-04-17T15:53:25.461Z] setAsadminArgs: [2022-04-17T15:53:25.461Z] [2022-04-17T15:53:25.461Z] init: [2022-04-17T15:53:25.461Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:25.461Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:25.461Z] [get] Not modified - so not downloaded [2022-04-17T15:53:25.461Z] [2022-04-17T15:53:25.461Z] init.customtasks: [2022-04-17T15:53:25.461Z] [2022-04-17T15:53:25.461Z] common.run.asadmin: [2022-04-17T15:53:25.461Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue ejb_ejb30_hello_mdb_InQueue [2022-04-17T15:53:25.739Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:25.739Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jmsdest [options] ... [2022-04-17T15:53:25.995Z] [exec] Command delete-jmsdest executed successfully. [2022-04-17T15:53:25.995Z] [2022-04-17T15:53:25.995Z] setAsadminArgs: [2022-04-17T15:53:25.995Z] [2022-04-17T15:53:25.995Z] common.delete.jms.resource: [2022-04-17T15:53:25.995Z] [2022-04-17T15:53:25.995Z] init.os: [2022-04-17T15:53:25.995Z] [2022-04-17T15:53:25.995Z] init.tools.unix: [2022-04-17T15:53:25.995Z] [2022-04-17T15:53:25.995Z] init.tools.windows: [2022-04-17T15:53:25.995Z] [2022-04-17T15:53:25.995Z] init.tools: [2022-04-17T15:53:25.995Z] [2022-04-17T15:53:25.995Z] setAsadminArgs: [2022-04-17T15:53:25.995Z] [2022-04-17T15:53:25.995Z] init: [2022-04-17T15:53:25.995Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:25.995Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:25.995Z] [get] Not modified - so not downloaded [2022-04-17T15:53:25.995Z] [2022-04-17T15:53:25.995Z] init.customtasks: [2022-04-17T15:53:25.995Z] [2022-04-17T15:53:25.995Z] common.run.asadmin: [2022-04-17T15:53:25.995Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 jms/ejb_ejb30_hello_mdb_OutQueue [2022-04-17T15:53:26.250Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:26.250Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jms-resource [options] ... [2022-04-17T15:53:26.507Z] [exec] Administered object jms/ejb_ejb30_hello_mdb_OutQueue deleted. [2022-04-17T15:53:26.507Z] [exec] Command delete-jms-resource executed successfully. [2022-04-17T15:53:26.507Z] [2022-04-17T15:53:26.507Z] init.os: [2022-04-17T15:53:26.507Z] [2022-04-17T15:53:26.507Z] init.tools.unix: [2022-04-17T15:53:26.507Z] [2022-04-17T15:53:26.507Z] init.tools.windows: [2022-04-17T15:53:26.507Z] [2022-04-17T15:53:26.507Z] init.tools: [2022-04-17T15:53:26.507Z] [2022-04-17T15:53:26.507Z] setAsadminArgs: [2022-04-17T15:53:26.507Z] [2022-04-17T15:53:26.507Z] init: [2022-04-17T15:53:26.507Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:26.507Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:26.507Z] [get] Not modified - so not downloaded [2022-04-17T15:53:26.507Z] [2022-04-17T15:53:26.507Z] init.customtasks: [2022-04-17T15:53:26.507Z] [2022-04-17T15:53:26.507Z] common.run.asadmin: [2022-04-17T15:53:26.507Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue ejb_ejb30_hello_mdb_OutQueue [2022-04-17T15:53:26.763Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:26.763Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jmsdest [options] ... [2022-04-17T15:53:26.764Z] [exec] Command delete-jmsdest executed successfully. [2022-04-17T15:53:27.041Z] [2022-04-17T15:53:27.041Z] setAsadminArgs: [2022-04-17T15:53:27.041Z] [2022-04-17T15:53:27.041Z] common.delete.jms.connection: [2022-04-17T15:53:27.041Z] [2022-04-17T15:53:27.041Z] init.os: [2022-04-17T15:53:27.041Z] [2022-04-17T15:53:27.041Z] init.tools.unix: [2022-04-17T15:53:27.041Z] [2022-04-17T15:53:27.041Z] init.tools.windows: [2022-04-17T15:53:27.041Z] [2022-04-17T15:53:27.041Z] init.tools: [2022-04-17T15:53:27.041Z] [2022-04-17T15:53:27.041Z] setAsadminArgs: [2022-04-17T15:53:27.041Z] [2022-04-17T15:53:27.041Z] init: [2022-04-17T15:53:27.041Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:27.041Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:27.041Z] [get] Not modified - so not downloaded [2022-04-17T15:53:27.041Z] [2022-04-17T15:53:27.041Z] init.customtasks: [2022-04-17T15:53:27.041Z] [2022-04-17T15:53:27.041Z] common.run.asadmin: [2022-04-17T15:53:27.041Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 jms/ejb_ejb30_hello_mdb_QCF [2022-04-17T15:53:27.298Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:27.298Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jms-resource [options] ... [2022-04-17T15:53:27.555Z] [exec] Command delete-jms-resource executed successfully. [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] private-all: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] setAsadminArgsWithoutPassword: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] create.user: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] setAsadminArgsWithoutPassword: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] common.createuser.asadmin: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] init.os: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] init.tools.unix: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] init.tools.windows: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] init.tools: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] setAsadminArgs: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] init: [2022-04-17T15:53:27.555Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:27.555Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:27.555Z] [get] Not modified - so not downloaded [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] init.customtasks: [2022-04-17T15:53:27.555Z] [2022-04-17T15:53:27.555Z] common.run.asadmin: [2022-04-17T15:53:27.555Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-file-user --user admin --port 4848 --passwordfile asadminuserpassword.txt --echo=true --terse=true --groups j2ee --authrealmname file j2ee [2022-04-17T15:53:28.137Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:28.137Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/security/asadminuserpassword.txt [2022-04-17T15:53:28.137Z] [2022-04-17T15:53:28.137Z] setAsadminArgsWithoutPassword: [2022-04-17T15:53:28.137Z] [2022-04-17T15:53:28.137Z] common.createuser.asadmin: [2022-04-17T15:53:28.137Z] [2022-04-17T15:53:28.137Z] init.os: [2022-04-17T15:53:28.137Z] [2022-04-17T15:53:28.137Z] init.tools.unix: [2022-04-17T15:53:28.137Z] [2022-04-17T15:53:28.137Z] init.tools.windows: [2022-04-17T15:53:28.137Z] [2022-04-17T15:53:28.137Z] init.tools: [2022-04-17T15:53:28.137Z] [2022-04-17T15:53:28.137Z] setAsadminArgs: [2022-04-17T15:53:28.137Z] [2022-04-17T15:53:28.137Z] init: [2022-04-17T15:53:28.137Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:28.137Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:28.137Z] [get] Not modified - so not downloaded [2022-04-17T15:53:28.137Z] [2022-04-17T15:53:28.137Z] init.customtasks: [2022-04-17T15:53:28.137Z] [2022-04-17T15:53:28.137Z] common.run.asadmin: [2022-04-17T15:53:28.137Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-file-user --user admin --port 4848 --passwordfile asadminuserpassword.txt --echo=true --terse=true --groups sunuser --authrealmname file sunuser [2022-04-17T15:53:28.394Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:28.394Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/security/asadminuserpassword.txt [2022-04-17T15:53:28.394Z] [2022-04-17T15:53:28.394Z] init.os: [2022-04-17T15:53:28.394Z] [2022-04-17T15:53:28.394Z] init.tools.unix: [2022-04-17T15:53:28.394Z] [2022-04-17T15:53:28.394Z] init.tools.windows: [2022-04-17T15:53:28.394Z] [2022-04-17T15:53:28.394Z] init.tools: [2022-04-17T15:53:28.394Z] [2022-04-17T15:53:28.394Z] setAsadminArgs: [2022-04-17T15:53:28.394Z] [2022-04-17T15:53:28.394Z] init: [2022-04-17T15:53:28.394Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:28.394Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:28.394Z] [get] Not modified - so not downloaded [2022-04-17T15:53:28.394Z] [2022-04-17T15:53:28.394Z] init.customtasks: [2022-04-17T15:53:28.394Z] [2022-04-17T15:53:28.394Z] prepare: [2022-04-17T15:53:28.394Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security [2022-04-17T15:53:28.394Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives [2022-04-17T15:53:28.394Z] [2022-04-17T15:53:28.394Z] compile: [2022-04-17T15:53:28.394Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:28.394Z] [javac] Compiling 5 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security [2022-04-17T15:53:28.653Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:53:28.915Z] [javac] 1 warning [2022-04-17T15:53:28.915Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:28.915Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security [2022-04-17T15:53:29.171Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:53:29.171Z] [javac] 1 warning [2022-04-17T15:53:29.171Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:29.171Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security [2022-04-17T15:53:29.738Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:53:29.738Z] [javac] 1 warning [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] assemble: [2022-04-17T15:53:29.738Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-security-ejb.jar [2022-04-17T15:53:29.738Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-security-web.war [2022-04-17T15:53:29.738Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-security-client.jar [2022-04-17T15:53:29.738Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-securityApp.ear [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] declare-test: [2022-04-17T15:53:29.738Z] [echo] Starting test security ejb30/security Test asadmin deploy [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init.os: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init.tools.unix: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init.tools.windows: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init.tools: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] setAsadminArgs: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init: [2022-04-17T15:53:29.738Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:29.738Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:29.738Z] [get] Not modified - so not downloaded [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init.customtasks: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] prepare: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] deploy.asadmin: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] setAsadminArgs: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] common.deploy.asadmin: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init.os: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init.tools.unix: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init.tools.windows: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init.tools: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] setAsadminArgs: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init: [2022-04-17T15:53:29.738Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:29.738Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:29.738Z] [get] Not modified - so not downloaded [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] init.customtasks: [2022-04-17T15:53:29.738Z] [2022-04-17T15:53:29.738Z] common.run.asadmin: [2022-04-17T15:53:29.738Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives --name deployment-ejb30-ear-security /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-securityApp.ear [2022-04-17T15:53:29.995Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:29.995Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:53:30.936Z] [exec] Application deployed with name deployment-ejb30-ear-security. [2022-04-17T15:53:30.936Z] [exec] Command deploy executed successfully. [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init.os: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init.tools.unix: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init.tools.windows: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init.tools: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] setAsadminArgs: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init: [2022-04-17T15:53:30.936Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:30.936Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:30.936Z] [get] Not modified - so not downloaded [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init.customtasks: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] setEnabled: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] createAppRef: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init.os: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init.tools.unix: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init.tools.windows: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init.tools: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] setAsadminArgs: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init: [2022-04-17T15:53:30.936Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:30.936Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:30.936Z] [get] Not modified - so not downloaded [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] init.customtasks: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] prepare: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] setOrbPort2: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] setHttpPort2: [2022-04-17T15:53:30.936Z] [2022-04-17T15:53:30.936Z] runclient: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] processResult: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] failed: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] passed: [2022-04-17T15:53:36.236Z] [echo] Test security Passed [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] unknown: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] declare-test: [2022-04-17T15:53:36.236Z] [echo] Starting test security ejb30/security Test asadmin redeploy [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.os: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.tools.unix: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.tools.windows: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.tools: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] setAsadminArgs: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init: [2022-04-17T15:53:36.236Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:36.236Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:36.236Z] [get] Not modified - so not downloaded [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.customtasks: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] prepare: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] redeploy.asadmin: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] setAsadminArgs: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] common.redeploy.asadmin: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.os: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.tools.unix: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.tools.windows: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.tools: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] setAsadminArgs: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init: [2022-04-17T15:53:36.236Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:36.236Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:36.236Z] [get] Not modified - so not downloaded [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.customtasks: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] delAppRef: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.os: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.tools.unix: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.tools.windows: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.tools: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] setAsadminArgs: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init: [2022-04-17T15:53:36.236Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:36.236Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:36.236Z] [get] Not modified - so not downloaded [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] init.customtasks: [2022-04-17T15:53:36.236Z] [2022-04-17T15:53:36.236Z] common.run.asadmin: [2022-04-17T15:53:36.236Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives --name deployment-ejb30-ear-security /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/security/archives/deployment-ejb30-ear-securityApp.ear [2022-04-17T15:53:36.236Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:36.236Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:53:37.240Z] [exec] Application deployed with name deployment-ejb30-ear-security. [2022-04-17T15:53:37.240Z] [exec] Command deploy executed successfully. [2022-04-17T15:53:37.240Z] [2022-04-17T15:53:37.240Z] init.os: [2022-04-17T15:53:37.240Z] [2022-04-17T15:53:37.240Z] init.tools.unix: [2022-04-17T15:53:37.240Z] [2022-04-17T15:53:37.240Z] init.tools.windows: [2022-04-17T15:53:37.240Z] [2022-04-17T15:53:37.240Z] init.tools: [2022-04-17T15:53:37.240Z] [2022-04-17T15:53:37.240Z] setAsadminArgs: [2022-04-17T15:53:37.240Z] [2022-04-17T15:53:37.240Z] init: [2022-04-17T15:53:37.240Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:37.240Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:37.497Z] [get] Not modified - so not downloaded [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] init.customtasks: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] setEnabled: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] createAppRef: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] init.os: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] init.tools.unix: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] init.tools.windows: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] init.tools: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] setAsadminArgs: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] init: [2022-04-17T15:53:37.497Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:37.497Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:37.497Z] [get] Not modified - so not downloaded [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] init.customtasks: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] prepare: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] setOrbPort2: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] setHttpPort2: [2022-04-17T15:53:37.497Z] [2022-04-17T15:53:37.497Z] runclient: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] processResult: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] failed: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] passed: [2022-04-17T15:53:42.761Z] [echo] Test security Passed [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] unknown: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.os: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools.unix: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools.windows: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] setAsadminArgs: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init: [2022-04-17T15:53:42.761Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:42.761Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:42.761Z] [get] Not modified - so not downloaded [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.customtasks: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] prepare: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] undeploy.asadmin: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] setAsadminArgs: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] common.undeploy.asadmin: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.os: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools.unix: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools.windows: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] setAsadminArgs: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init: [2022-04-17T15:53:42.761Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:42.761Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:42.761Z] [get] Not modified - so not downloaded [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.customtasks: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] delAppRef: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.os: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools.unix: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools.windows: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] setAsadminArgs: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init: [2022-04-17T15:53:42.761Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:42.761Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:42.761Z] [get] Not modified - so not downloaded [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.customtasks: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] common.run.asadmin: [2022-04-17T15:53:42.761Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb30-ear-security [2022-04-17T15:53:42.761Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:42.761Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:53:42.761Z] [exec] Command undeploy executed successfully. [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] setAsadminArgs: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] delete.user: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.os: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools.unix: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools.windows: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.tools: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] setAsadminArgs: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init: [2022-04-17T15:53:42.761Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:42.761Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:42.761Z] [get] Not modified - so not downloaded [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] init.customtasks: [2022-04-17T15:53:42.761Z] [2022-04-17T15:53:42.761Z] common.run.asadmin: [2022-04-17T15:53:42.761Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-file-user --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --authrealmname file j2ee [2022-04-17T15:53:43.017Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:43.017Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-file-user [options] ... [2022-04-17T15:53:43.017Z] [exec] Command delete-file-user executed successfully. [2022-04-17T15:53:43.017Z] [2022-04-17T15:53:43.017Z] init.os: [2022-04-17T15:53:43.017Z] [2022-04-17T15:53:43.017Z] init.tools.unix: [2022-04-17T15:53:43.017Z] [2022-04-17T15:53:43.017Z] init.tools.windows: [2022-04-17T15:53:43.017Z] [2022-04-17T15:53:43.017Z] init.tools: [2022-04-17T15:53:43.017Z] [2022-04-17T15:53:43.017Z] setAsadminArgs: [2022-04-17T15:53:43.017Z] [2022-04-17T15:53:43.017Z] init: [2022-04-17T15:53:43.017Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:43.017Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:43.017Z] [get] Not modified - so not downloaded [2022-04-17T15:53:43.017Z] [2022-04-17T15:53:43.017Z] init.customtasks: [2022-04-17T15:53:43.017Z] [2022-04-17T15:53:43.017Z] common.run.asadmin: [2022-04-17T15:53:43.017Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-file-user --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --authrealmname file sunuser [2022-04-17T15:53:43.580Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:43.580Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-file-user [options] ... [2022-04-17T15:53:43.580Z] [exec] Command delete-file-user executed successfully. [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] private-all: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] setAsadminArgsWithoutPassword: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] create.user: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] setAsadminArgsWithoutPassword: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] common.createuser.asadmin: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] init.os: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] init.tools.unix: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] init.tools.windows: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] init.tools: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] setAsadminArgs: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] init: [2022-04-17T15:53:43.580Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:43.580Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:43.580Z] [get] Not modified - so not downloaded [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] init.customtasks: [2022-04-17T15:53:43.580Z] [2022-04-17T15:53:43.580Z] common.run.asadmin: [2022-04-17T15:53:43.580Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-file-user --user admin --port 4848 --passwordfile asadminuserpassword.txt --echo=true --terse=true --groups j2ee --authrealmname file j2ee [2022-04-17T15:53:43.837Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:43.837Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/xmloverride/asadminuserpassword.txt [2022-04-17T15:53:43.837Z] [2022-04-17T15:53:43.837Z] setAsadminArgsWithoutPassword: [2022-04-17T15:53:43.837Z] [2022-04-17T15:53:43.837Z] common.createuser.asadmin: [2022-04-17T15:53:44.094Z] [2022-04-17T15:53:44.094Z] init.os: [2022-04-17T15:53:44.094Z] [2022-04-17T15:53:44.094Z] init.tools.unix: [2022-04-17T15:53:44.094Z] [2022-04-17T15:53:44.094Z] init.tools.windows: [2022-04-17T15:53:44.094Z] [2022-04-17T15:53:44.094Z] init.tools: [2022-04-17T15:53:44.094Z] [2022-04-17T15:53:44.094Z] setAsadminArgs: [2022-04-17T15:53:44.094Z] [2022-04-17T15:53:44.094Z] init: [2022-04-17T15:53:44.094Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:44.094Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:44.094Z] [get] Not modified - so not downloaded [2022-04-17T15:53:44.094Z] [2022-04-17T15:53:44.094Z] init.customtasks: [2022-04-17T15:53:44.094Z] [2022-04-17T15:53:44.094Z] common.run.asadmin: [2022-04-17T15:53:44.094Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-file-user --user admin --port 4848 --passwordfile asadminuserpassword.txt --echo=true --terse=true --groups sunuser --authrealmname file sunuser [2022-04-17T15:53:44.351Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:44.351Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/ear/xmloverride/asadminuserpassword.txt [2022-04-17T15:53:44.351Z] [2022-04-17T15:53:44.351Z] init.os: [2022-04-17T15:53:44.351Z] [2022-04-17T15:53:44.351Z] init.tools.unix: [2022-04-17T15:53:44.351Z] [2022-04-17T15:53:44.351Z] init.tools.windows: [2022-04-17T15:53:44.351Z] [2022-04-17T15:53:44.351Z] init.tools: [2022-04-17T15:53:44.351Z] [2022-04-17T15:53:44.351Z] setAsadminArgs: [2022-04-17T15:53:44.351Z] [2022-04-17T15:53:44.351Z] init: [2022-04-17T15:53:44.351Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:44.351Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:44.351Z] [get] Not modified - so not downloaded [2022-04-17T15:53:44.351Z] [2022-04-17T15:53:44.351Z] init.customtasks: [2022-04-17T15:53:44.351Z] [2022-04-17T15:53:44.351Z] prepare: [2022-04-17T15:53:44.351Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride [2022-04-17T15:53:44.351Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives [2022-04-17T15:53:44.351Z] [2022-04-17T15:53:44.351Z] compile: [2022-04-17T15:53:44.351Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:44.351Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride [2022-04-17T15:53:44.912Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:53:44.912Z] [javac] 1 warning [2022-04-17T15:53:44.912Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:44.912Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride [2022-04-17T15:53:45.168Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:53:45.168Z] [javac] 1 warning [2022-04-17T15:53:45.168Z] [2022-04-17T15:53:45.168Z] assemble: [2022-04-17T15:53:45.168Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives/deployment-ejb30-ear-xmloverride-ejb.jar [2022-04-17T15:53:45.169Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives/deployment-ejb30-ear-xmloverride-client.jar [2022-04-17T15:53:45.169Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives/deployment-ejb30-ear-xmloverrideApp.ear [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] declare-test: [2022-04-17T15:53:45.169Z] [echo] Starting test xmloverride ejb30/security Test asadmin deploy [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init.os: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init.tools.unix: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init.tools.windows: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init.tools: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] setAsadminArgs: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init: [2022-04-17T15:53:45.169Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:45.169Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:45.169Z] [get] Not modified - so not downloaded [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init.customtasks: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] prepare: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] deploy.asadmin: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] setAsadminArgs: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] common.deploy.asadmin: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init.os: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init.tools.unix: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init.tools.windows: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init.tools: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] setAsadminArgs: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init: [2022-04-17T15:53:45.169Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:45.169Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:45.169Z] [get] Not modified - so not downloaded [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] init.customtasks: [2022-04-17T15:53:45.169Z] [2022-04-17T15:53:45.169Z] common.run.asadmin: [2022-04-17T15:53:45.169Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives --name deployment-ejb30-ear-xmloverride /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives/deployment-ejb30-ear-xmloverrideApp.ear [2022-04-17T15:53:45.436Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:45.436Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:53:46.040Z] [exec] Application deployed with name deployment-ejb30-ear-xmloverride. [2022-04-17T15:53:46.040Z] [exec] Command deploy executed successfully. [2022-04-17T15:53:46.040Z] [2022-04-17T15:53:46.040Z] init.os: [2022-04-17T15:53:46.040Z] [2022-04-17T15:53:46.040Z] init.tools.unix: [2022-04-17T15:53:46.040Z] [2022-04-17T15:53:46.040Z] init.tools.windows: [2022-04-17T15:53:46.040Z] [2022-04-17T15:53:46.040Z] init.tools: [2022-04-17T15:53:46.040Z] [2022-04-17T15:53:46.040Z] setAsadminArgs: [2022-04-17T15:53:46.040Z] [2022-04-17T15:53:46.040Z] init: [2022-04-17T15:53:46.040Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:46.040Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:46.040Z] [get] Not modified - so not downloaded [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] init.customtasks: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] setEnabled: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] createAppRef: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] init.os: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] init.tools.unix: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] init.tools.windows: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] init.tools: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] setAsadminArgs: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] init: [2022-04-17T15:53:46.296Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:46.296Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:46.296Z] [get] Not modified - so not downloaded [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] init.customtasks: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] prepare: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] setOrbPort2: [2022-04-17T15:53:46.296Z] [2022-04-17T15:53:46.296Z] runclient: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] processResult: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] failed: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] passed: [2022-04-17T15:53:51.564Z] [echo] Test xmloverride Passed [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] unknown: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] declare-test: [2022-04-17T15:53:51.564Z] [echo] Starting test xmloverride ejb30/security Test asadmin redeploy [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.os: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.tools.unix: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.tools.windows: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.tools: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] setAsadminArgs: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init: [2022-04-17T15:53:51.564Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:51.564Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:51.564Z] [get] Not modified - so not downloaded [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.customtasks: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] prepare: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] redeploy.asadmin: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] setAsadminArgs: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] common.redeploy.asadmin: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.os: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.tools.unix: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.tools.windows: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.tools: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] setAsadminArgs: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init: [2022-04-17T15:53:51.564Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:51.564Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:51.564Z] [get] Not modified - so not downloaded [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.customtasks: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] delAppRef: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.os: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.tools.unix: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.tools.windows: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.tools: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] setAsadminArgs: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init: [2022-04-17T15:53:51.564Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:51.564Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:51.564Z] [get] Not modified - so not downloaded [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] init.customtasks: [2022-04-17T15:53:51.564Z] [2022-04-17T15:53:51.564Z] common.run.asadmin: [2022-04-17T15:53:51.564Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives --name deployment-ejb30-ear-xmloverride /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/ear/xmloverride/archives/deployment-ejb30-ear-xmloverrideApp.ear [2022-04-17T15:53:51.564Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:51.564Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:53:51.839Z] [exec] Application deployed with name deployment-ejb30-ear-xmloverride. [2022-04-17T15:53:51.839Z] [exec] Command deploy executed successfully. [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init.os: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init.tools.unix: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init.tools.windows: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init.tools: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] setAsadminArgs: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init: [2022-04-17T15:53:52.095Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:52.095Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:52.095Z] [get] Not modified - so not downloaded [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init.customtasks: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] setEnabled: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] createAppRef: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init.os: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init.tools.unix: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init.tools.windows: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init.tools: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] setAsadminArgs: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init: [2022-04-17T15:53:52.095Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:52.095Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:52.095Z] [get] Not modified - so not downloaded [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] init.customtasks: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] prepare: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] setOrbPort2: [2022-04-17T15:53:52.095Z] [2022-04-17T15:53:52.095Z] runclient: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] processResult: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] failed: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] passed: [2022-04-17T15:53:57.369Z] [echo] Test xmloverride Passed [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] unknown: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.os: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools.unix: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools.windows: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] setAsadminArgs: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init: [2022-04-17T15:53:57.369Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:57.369Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:57.369Z] [get] Not modified - so not downloaded [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.customtasks: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] prepare: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] undeploy.asadmin: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] setAsadminArgs: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] common.undeploy.asadmin: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.os: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools.unix: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools.windows: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] setAsadminArgs: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init: [2022-04-17T15:53:57.369Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:57.369Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:57.369Z] [get] Not modified - so not downloaded [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.customtasks: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] delAppRef: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.os: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools.unix: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools.windows: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] setAsadminArgs: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init: [2022-04-17T15:53:57.369Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:57.369Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:57.369Z] [get] Not modified - so not downloaded [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.customtasks: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] common.run.asadmin: [2022-04-17T15:53:57.369Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb30-ear-xmloverride [2022-04-17T15:53:57.369Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:57.369Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:53:57.369Z] [exec] Command undeploy executed successfully. [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] setAsadminArgs: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] delete.user: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.os: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools.unix: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools.windows: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.tools: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] setAsadminArgs: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init: [2022-04-17T15:53:57.369Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:57.369Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:57.369Z] [get] Not modified - so not downloaded [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] init.customtasks: [2022-04-17T15:53:57.369Z] [2022-04-17T15:53:57.369Z] common.run.asadmin: [2022-04-17T15:53:57.369Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-file-user --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --authrealmname file j2ee [2022-04-17T15:53:57.946Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:57.946Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-file-user [options] ... [2022-04-17T15:53:57.946Z] [exec] Command delete-file-user executed successfully. [2022-04-17T15:53:57.946Z] [2022-04-17T15:53:57.946Z] init.os: [2022-04-17T15:53:57.946Z] [2022-04-17T15:53:57.946Z] init.tools.unix: [2022-04-17T15:53:57.946Z] [2022-04-17T15:53:57.946Z] init.tools.windows: [2022-04-17T15:53:57.946Z] [2022-04-17T15:53:57.946Z] init.tools: [2022-04-17T15:53:57.946Z] [2022-04-17T15:53:57.946Z] setAsadminArgs: [2022-04-17T15:53:57.946Z] [2022-04-17T15:53:57.946Z] init: [2022-04-17T15:53:57.946Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:57.946Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:57.946Z] [get] Not modified - so not downloaded [2022-04-17T15:53:57.946Z] [2022-04-17T15:53:57.946Z] init.customtasks: [2022-04-17T15:53:57.946Z] [2022-04-17T15:53:57.946Z] common.run.asadmin: [2022-04-17T15:53:57.946Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-file-user --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --authrealmname file sunuser [2022-04-17T15:53:58.208Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:58.208Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-file-user [options] ... [2022-04-17T15:53:58.208Z] [exec] Command delete-file-user executed successfully. [2022-04-17T15:53:58.208Z] [2022-04-17T15:53:58.208Z] private-all: [2022-04-17T15:53:58.208Z] [2022-04-17T15:53:58.208Z] private-all: [2022-04-17T15:53:58.208Z] [2022-04-17T15:53:58.208Z] init.os: [2022-04-17T15:53:58.208Z] [2022-04-17T15:53:58.208Z] init.tools.unix: [2022-04-17T15:53:58.208Z] [2022-04-17T15:53:58.208Z] init.tools.windows: [2022-04-17T15:53:58.208Z] [2022-04-17T15:53:58.208Z] init.tools: [2022-04-17T15:53:58.208Z] [2022-04-17T15:53:58.208Z] setAsadminArgs: [2022-04-17T15:53:58.208Z] [2022-04-17T15:53:58.208Z] init: [2022-04-17T15:53:58.208Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:58.208Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:58.208Z] [get] Not modified - so not downloaded [2022-04-17T15:53:58.474Z] [2022-04-17T15:53:58.474Z] init.customtasks: [2022-04-17T15:53:58.474Z] [2022-04-17T15:53:58.474Z] prepare: [2022-04-17T15:53:58.474Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp [2022-04-17T15:53:58.474Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp/archives [2022-04-17T15:53:58.474Z] [2022-04-17T15:53:58.474Z] compile: [2022-04-17T15:53:58.474Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:58.474Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp [2022-04-17T15:53:58.736Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:53:58.736Z] [javac] 1 warning [2022-04-17T15:53:58.736Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:53:58.736Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp [2022-04-17T15:53:59.003Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:53:59.003Z] [javac] 1 warning [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] assemble: [2022-04-17T15:53:59.003Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp/archives/deployment-ejb30-war-jsp.war [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] declare-test: [2022-04-17T15:53:59.003Z] [echo] Starting test jsp ejb30/war/jsp Test asadmin deploy [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init.os: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init.tools.unix: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init.tools.windows: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init.tools: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] setAsadminArgs: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init: [2022-04-17T15:53:59.003Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:59.003Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:59.003Z] [get] Not modified - so not downloaded [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init.customtasks: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] prepare: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] deploy.asadmin: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] setAsadminArgs: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] common.deploy.asadmin: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init.os: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init.tools.unix: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init.tools.windows: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init.tools: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] setAsadminArgs: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init: [2022-04-17T15:53:59.003Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:53:59.003Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:53:59.003Z] [get] Not modified - so not downloaded [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] init.customtasks: [2022-04-17T15:53:59.003Z] [2022-04-17T15:53:59.003Z] common.run.asadmin: [2022-04-17T15:53:59.003Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name deployment-ejb30-war-jsp /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp/archives/deployment-ejb30-war-jsp.war [2022-04-17T15:53:59.476Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:53:59.476Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:00.046Z] [exec] Application deployed with name deployment-ejb30-war-jsp. [2022-04-17T15:54:00.046Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init.os: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init.tools.unix: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init.tools.windows: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init.tools: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] setAsadminArgs: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init: [2022-04-17T15:54:00.046Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:00.046Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:00.046Z] [get] Not modified - so not downloaded [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init.customtasks: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] setEnabled: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] createAppRef: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init.os: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init.tools.unix: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init.tools.windows: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init.tools: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] setAsadminArgs: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init: [2022-04-17T15:54:00.046Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:00.046Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:00.046Z] [get] Not modified - so not downloaded [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] init.customtasks: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] prepare: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] setHttpPort2: [2022-04-17T15:54:00.046Z] [2022-04-17T15:54:00.046Z] runweb: [2022-04-17T15:54:00.046Z] [javaWithResult] Connecting to: http://localhost:8080/deployment-ejb30-war-jsp/index.jsp [2022-04-17T15:54:01.478Z] [javaWithResult] 0: [2022-04-17T15:54:01.478Z] [javaWithResult] 1: [2022-04-17T15:54:01.478Z] [javaWithResult] 2: [2022-04-17T15:54:01.478Z] [javaWithResult] 3: [2022-04-17T15:54:01.478Z] [javaWithResult] 4: [2022-04-17T15:54:01.478Z] [javaWithResult] 5: [2022-04-17T15:54:01.478Z] [javaWithResult] 6: Hello [2022-04-17T15:54:01.478Z] [javaWithResult] 7: [2022-04-17T15:54:01.478Z] [javaWithResult] 8: [2022-04-17T15:54:01.478Z] [javaWithResult] 9: Message: Hello World: 0 [2022-04-17T15:54:01.478Z] [javaWithResult] 10: Message2: ds1-login-timeout=0ds2-login-timeout=0, Hello World [2022-04-17T15:54:01.478Z] [javaWithResult] 11: [2022-04-17T15:54:01.478Z] [javaWithResult] 12: [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] processResult: [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] failed: [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] passed: [2022-04-17T15:54:01.478Z] [echo] Test jsp Passed [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] unknown: [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] declare-test: [2022-04-17T15:54:01.478Z] [echo] Starting test jsp ejb30/war/jsp Test asadmin redeploy [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] init.os: [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] init.tools.unix: [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] init.tools.windows: [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] init.tools: [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] setAsadminArgs: [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] init: [2022-04-17T15:54:01.478Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:01.478Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:01.478Z] [get] Not modified - so not downloaded [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] init.customtasks: [2022-04-17T15:54:01.478Z] [2022-04-17T15:54:01.478Z] prepare: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] redeploy.asadmin: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] setAsadminArgs: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] common.redeploy.asadmin: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init.os: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init.tools.unix: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init.tools.windows: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init.tools: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] setAsadminArgs: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init: [2022-04-17T15:54:01.736Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:01.736Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:01.736Z] [get] Not modified - so not downloaded [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init.customtasks: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] delAppRef: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init.os: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init.tools.unix: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init.tools.windows: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init.tools: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] setAsadminArgs: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init: [2022-04-17T15:54:01.736Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:01.736Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:01.736Z] [get] Not modified - so not downloaded [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] init.customtasks: [2022-04-17T15:54:01.736Z] [2022-04-17T15:54:01.736Z] common.run.asadmin: [2022-04-17T15:54:01.736Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/jsp/archives/deployment-ejb30-war-jsp.war [2022-04-17T15:54:01.993Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:01.993Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:02.555Z] [exec] Application deployed with name deployment-ejb30-war-jsp. [2022-04-17T15:54:02.555Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init.os: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init.tools.unix: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init.tools.windows: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init.tools: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] setAsadminArgs: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init: [2022-04-17T15:54:02.555Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:02.555Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:02.555Z] [get] Not modified - so not downloaded [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init.customtasks: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] setEnabled: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] createAppRef: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init.os: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init.tools.unix: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init.tools.windows: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init.tools: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] setAsadminArgs: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init: [2022-04-17T15:54:02.555Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:02.555Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:02.555Z] [get] Not modified - so not downloaded [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] init.customtasks: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] prepare: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] setHttpPort2: [2022-04-17T15:54:02.555Z] [2022-04-17T15:54:02.555Z] runweb: [2022-04-17T15:54:02.555Z] [javaWithResult] Connecting to: http://localhost:8080/deployment-ejb30-war-jsp/index.jsp [2022-04-17T15:54:03.119Z] [javaWithResult] 0: [2022-04-17T15:54:03.119Z] [javaWithResult] 1: [2022-04-17T15:54:03.119Z] [javaWithResult] 2: [2022-04-17T15:54:03.119Z] [javaWithResult] 3: [2022-04-17T15:54:03.119Z] [javaWithResult] 4: [2022-04-17T15:54:03.119Z] [javaWithResult] 5: [2022-04-17T15:54:03.119Z] [javaWithResult] 6: Hello [2022-04-17T15:54:03.119Z] [javaWithResult] 7: [2022-04-17T15:54:03.119Z] [javaWithResult] 8: [2022-04-17T15:54:03.119Z] [javaWithResult] 9: Message: Hello World: 0 [2022-04-17T15:54:03.119Z] [javaWithResult] 10: Message2: ds1-login-timeout=0ds2-login-timeout=0, Hello World [2022-04-17T15:54:03.119Z] [javaWithResult] 11: [2022-04-17T15:54:03.119Z] [javaWithResult] 12: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] processResult: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] failed: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] passed: [2022-04-17T15:54:03.119Z] [echo] Test jsp Passed [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] unknown: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.os: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.tools.unix: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.tools.windows: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.tools: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] setAsadminArgs: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init: [2022-04-17T15:54:03.119Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:03.119Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:03.119Z] [get] Not modified - so not downloaded [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.customtasks: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] prepare: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] undeploy.asadmin: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] setAsadminArgs: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] common.undeploy.asadmin: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.os: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.tools.unix: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.tools.windows: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.tools: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] setAsadminArgs: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init: [2022-04-17T15:54:03.119Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:03.119Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:03.119Z] [get] Not modified - so not downloaded [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.customtasks: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] delAppRef: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.os: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.tools.unix: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.tools.windows: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.tools: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] setAsadminArgs: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init: [2022-04-17T15:54:03.119Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:03.119Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:03.119Z] [get] Not modified - so not downloaded [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] init.customtasks: [2022-04-17T15:54:03.119Z] [2022-04-17T15:54:03.119Z] common.run.asadmin: [2022-04-17T15:54:03.119Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb30-war-jsp [2022-04-17T15:54:03.381Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:03.381Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:03.640Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] private-all: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] setAsadminArgsWithoutPassword: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] create.user: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] setAsadminArgsWithoutPassword: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] common.createuser.asadmin: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] init.os: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] init.tools.unix: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] init.tools.windows: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] init.tools: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] setAsadminArgs: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] init: [2022-04-17T15:54:03.640Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:03.640Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:03.640Z] [get] Not modified - so not downloaded [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] init.customtasks: [2022-04-17T15:54:03.640Z] [2022-04-17T15:54:03.640Z] common.run.asadmin: [2022-04-17T15:54:03.640Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-file-user --user admin --port 4848 --passwordfile asadminuserpassword.txt --echo=true --terse=true --groups j2ee --authrealmname file j2ee [2022-04-17T15:54:03.896Z] [exec] asadmin --host localhost --port 4848 --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:03.896Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/war/servlet/asadminuserpassword.txt [2022-04-17T15:54:03.896Z] [2022-04-17T15:54:03.896Z] init.os: [2022-04-17T15:54:03.896Z] [2022-04-17T15:54:03.896Z] init.tools.unix: [2022-04-17T15:54:03.896Z] [2022-04-17T15:54:03.896Z] init.tools.windows: [2022-04-17T15:54:03.896Z] [2022-04-17T15:54:03.896Z] init.tools: [2022-04-17T15:54:03.896Z] [2022-04-17T15:54:03.896Z] setAsadminArgs: [2022-04-17T15:54:03.896Z] [2022-04-17T15:54:03.896Z] init: [2022-04-17T15:54:03.896Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:03.896Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:03.896Z] [get] Not modified - so not downloaded [2022-04-17T15:54:04.193Z] [2022-04-17T15:54:04.193Z] init.customtasks: [2022-04-17T15:54:04.193Z] [2022-04-17T15:54:04.193Z] prepare: [2022-04-17T15:54:04.193Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet [2022-04-17T15:54:04.193Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet/archives [2022-04-17T15:54:04.193Z] [2022-04-17T15:54:04.193Z] compile: [2022-04-17T15:54:04.193Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:04.193Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet [2022-04-17T15:54:04.449Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:04.449Z] [javac] 1 warning [2022-04-17T15:54:04.449Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:04.449Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet [2022-04-17T15:54:04.705Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:04.705Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb30/war/servlet/web/Servlet.java uses unchecked or unsafe operations. [2022-04-17T15:54:04.705Z] [javac] Note: Recompile with -Xlint:unchecked for details. [2022-04-17T15:54:04.705Z] [javac] 1 warning [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] assemble: [2022-04-17T15:54:04.705Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet/archives/deployment-ejb30-war-servlet.war [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] declare-test: [2022-04-17T15:54:04.705Z] [echo] Starting test servlet ejb30/war/servlet Test asadmin deploy [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init.os: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init.tools.unix: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init.tools.windows: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init.tools: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] setAsadminArgs: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init: [2022-04-17T15:54:04.705Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:04.705Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:04.705Z] [get] Not modified - so not downloaded [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init.customtasks: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] prepare: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] deploy.asadmin: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] setAsadminArgs: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] common.deploy.asadmin: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init.os: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init.tools.unix: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init.tools.windows: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init.tools: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] setAsadminArgs: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init: [2022-04-17T15:54:04.705Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:04.705Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:04.705Z] [get] Not modified - so not downloaded [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] init.customtasks: [2022-04-17T15:54:04.705Z] [2022-04-17T15:54:04.705Z] common.run.asadmin: [2022-04-17T15:54:04.705Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name deployment-ejb30-war-servlet /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet/archives/deployment-ejb30-war-servlet.war [2022-04-17T15:54:05.270Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:05.270Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:05.270Z] [exec] Application deployed with name deployment-ejb30-war-servlet. [2022-04-17T15:54:05.270Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:05.270Z] [2022-04-17T15:54:05.270Z] init.os: [2022-04-17T15:54:05.270Z] [2022-04-17T15:54:05.270Z] init.tools.unix: [2022-04-17T15:54:05.270Z] [2022-04-17T15:54:05.270Z] init.tools.windows: [2022-04-17T15:54:05.270Z] [2022-04-17T15:54:05.270Z] init.tools: [2022-04-17T15:54:05.270Z] [2022-04-17T15:54:05.270Z] setAsadminArgs: [2022-04-17T15:54:05.270Z] [2022-04-17T15:54:05.270Z] init: [2022-04-17T15:54:05.270Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:05.270Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:05.270Z] [get] Not modified - so not downloaded [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.customtasks: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] setEnabled: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] createAppRef: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.os: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools.unix: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools.windows: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] setAsadminArgs: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init: [2022-04-17T15:54:05.526Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:05.526Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:05.526Z] [get] Not modified - so not downloaded [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.customtasks: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] prepare: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] setHttpPort2: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] runweb: [2022-04-17T15:54:05.526Z] [javaWithResult] GET /deployment-ejb30-war-servlet/servlet HTTP/1.0 [2022-04-17T15:54:05.526Z] [javaWithResult] [2022-04-17T15:54:05.526Z] [javaWithResult] 0: HTTP/1.1 200 OK [2022-04-17T15:54:05.526Z] [javaWithResult] 1: Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:54:05.526Z] [javaWithResult] 2: X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.6 Java/Oracle Corporation/18) [2022-04-17T15:54:05.526Z] [javaWithResult] 3: Pragma: No-cache [2022-04-17T15:54:05.526Z] [javaWithResult] 4: Cache-Control: no-cache [2022-04-17T15:54:05.526Z] [javaWithResult] 5: Expires: Thu, 01 Jan 1970 00:00:00 UTC [2022-04-17T15:54:05.526Z] [javaWithResult] 6: Set-Cookie: JSESSIONID=83b32de9cd7ba100a8377d83174c; Path=/deployment-ejb30-war-servlet; HttpOnly [2022-04-17T15:54:05.526Z] [javaWithResult] 7: Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:54:05.526Z] [javaWithResult] 8: Connection: close [2022-04-17T15:54:05.526Z] [javaWithResult] 9: Content-Length: 168 [2022-04-17T15:54:05.526Z] [javaWithResult] 10: [2022-04-17T15:54:05.526Z] [javaWithResult] 11: Servlet Output</TTILE></HEAD><BODY> [2022-04-17T15:54:05.526Z] [javaWithResult] 12: ds login timeout = 0 [2022-04-17T15:54:05.526Z] [javaWithResult] 13: Hello World [2022-04-17T15:54:05.526Z] [javaWithResult] 14: Filter: Hello World: 0 [2022-04-17T15:54:05.526Z] [javaWithResult] 15: in role j2ee = true [2022-04-17T15:54:05.526Z] [javaWithResult] 16: in role guest = false [2022-04-17T15:54:05.526Z] [javaWithResult] 17: </BODY></HTML> [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] processResult: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] failed: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] passed: [2022-04-17T15:54:05.526Z] [echo] Test servlet Passed [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] unknown: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] declare-test: [2022-04-17T15:54:05.526Z] [echo] Starting test servlet ejb30/war/servlet Test asadmin redeploy [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.os: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools.unix: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools.windows: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] setAsadminArgs: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init: [2022-04-17T15:54:05.526Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:05.526Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:05.526Z] [get] Not modified - so not downloaded [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.customtasks: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] prepare: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] redeploy.asadmin: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] setAsadminArgs: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] common.redeploy.asadmin: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.os: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools.unix: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools.windows: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] setAsadminArgs: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init: [2022-04-17T15:54:05.526Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:05.526Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:05.526Z] [get] Not modified - so not downloaded [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.customtasks: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] delAppRef: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.os: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools.unix: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools.windows: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.tools: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] setAsadminArgs: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init: [2022-04-17T15:54:05.526Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:05.526Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:05.526Z] [get] Not modified - so not downloaded [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] init.customtasks: [2022-04-17T15:54:05.526Z] [2022-04-17T15:54:05.526Z] common.run.asadmin: [2022-04-17T15:54:05.526Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb30/war/servlet/archives/deployment-ejb30-war-servlet.war [2022-04-17T15:54:06.090Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:06.090Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:06.346Z] [exec] Application deployed with name deployment-ejb30-war-servlet. [2022-04-17T15:54:06.346Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] init.os: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] init.tools.unix: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] init.tools.windows: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] init.tools: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] setAsadminArgs: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] init: [2022-04-17T15:54:06.346Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:06.346Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:06.346Z] [get] Not modified - so not downloaded [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] init.customtasks: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] setEnabled: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] createAppRef: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] init.os: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] init.tools.unix: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] init.tools.windows: [2022-04-17T15:54:06.346Z] [2022-04-17T15:54:06.346Z] init.tools: [2022-04-17T15:54:06.347Z] [2022-04-17T15:54:06.347Z] setAsadminArgs: [2022-04-17T15:54:06.347Z] [2022-04-17T15:54:06.347Z] init: [2022-04-17T15:54:06.347Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:06.347Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:06.347Z] [get] Not modified - so not downloaded [2022-04-17T15:54:06.347Z] [2022-04-17T15:54:06.347Z] init.customtasks: [2022-04-17T15:54:06.347Z] [2022-04-17T15:54:06.347Z] prepare: [2022-04-17T15:54:06.347Z] [2022-04-17T15:54:06.347Z] setHttpPort2: [2022-04-17T15:54:06.347Z] [2022-04-17T15:54:06.347Z] runweb: [2022-04-17T15:54:06.347Z] [javaWithResult] GET /deployment-ejb30-war-servlet/servlet HTTP/1.0 [2022-04-17T15:54:06.347Z] [javaWithResult] [2022-04-17T15:54:06.347Z] [javaWithResult] 0: HTTP/1.1 200 OK [2022-04-17T15:54:06.347Z] [javaWithResult] 1: Server: Eclipse GlassFish 6.2.6 [2022-04-17T15:54:06.347Z] [javaWithResult] 2: X-Powered-By: Servlet/5.0 JSP/3.0(Eclipse GlassFish 6.2.6 Java/Oracle Corporation/18) [2022-04-17T15:54:06.347Z] [javaWithResult] 3: Pragma: No-cache [2022-04-17T15:54:06.347Z] [javaWithResult] 4: Cache-Control: no-cache [2022-04-17T15:54:06.347Z] [javaWithResult] 5: Expires: Thu, 01 Jan 1970 00:00:00 UTC [2022-04-17T15:54:06.347Z] [javaWithResult] 6: Set-Cookie: JSESSIONID=83b3668a2d860c50456cec93e74e; Path=/deployment-ejb30-war-servlet; HttpOnly [2022-04-17T15:54:06.347Z] [javaWithResult] 7: Content-Type: text/html;charset=ISO-8859-1 [2022-04-17T15:54:06.347Z] [javaWithResult] 8: Connection: close [2022-04-17T15:54:06.347Z] [javaWithResult] 9: Content-Length: 168 [2022-04-17T15:54:06.347Z] [javaWithResult] 10: [2022-04-17T15:54:06.347Z] [javaWithResult] 11: <HTML><HEAD><TITLE>Servlet Output</TTILE></HEAD><BODY> [2022-04-17T15:54:06.347Z] [javaWithResult] 12: ds login timeout = 0 [2022-04-17T15:54:06.347Z] [javaWithResult] 13: Hello World [2022-04-17T15:54:06.347Z] [javaWithResult] 14: Filter: Hello World: 0 [2022-04-17T15:54:06.347Z] [javaWithResult] 15: in role j2ee = true [2022-04-17T15:54:06.347Z] [javaWithResult] 16: in role guest = false [2022-04-17T15:54:06.347Z] [javaWithResult] 17: </BODY></HTML> [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] processResult: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] failed: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] passed: [2022-04-17T15:54:06.603Z] [echo] Test servlet Passed [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] unknown: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.os: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.tools.unix: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.tools.windows: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.tools: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] setAsadminArgs: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init: [2022-04-17T15:54:06.603Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:06.603Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:06.603Z] [get] Not modified - so not downloaded [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.customtasks: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] prepare: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] undeploy.asadmin: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] setAsadminArgs: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] common.undeploy.asadmin: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.os: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.tools.unix: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.tools.windows: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.tools: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] setAsadminArgs: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init: [2022-04-17T15:54:06.603Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:06.603Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:06.603Z] [get] Not modified - so not downloaded [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.customtasks: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] delAppRef: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.os: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.tools.unix: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.tools.windows: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.tools: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] setAsadminArgs: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init: [2022-04-17T15:54:06.603Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:06.603Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:06.603Z] [get] Not modified - so not downloaded [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] init.customtasks: [2022-04-17T15:54:06.603Z] [2022-04-17T15:54:06.603Z] common.run.asadmin: [2022-04-17T15:54:06.603Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb30-war-servlet [2022-04-17T15:54:06.891Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:06.891Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:06.891Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:06.891Z] [2022-04-17T15:54:06.891Z] setAsadminArgs: [2022-04-17T15:54:06.891Z] [2022-04-17T15:54:06.891Z] delete.user: [2022-04-17T15:54:06.891Z] [2022-04-17T15:54:06.891Z] init.os: [2022-04-17T15:54:06.891Z] [2022-04-17T15:54:06.891Z] init.tools.unix: [2022-04-17T15:54:06.891Z] [2022-04-17T15:54:06.891Z] init.tools.windows: [2022-04-17T15:54:06.891Z] [2022-04-17T15:54:06.891Z] init.tools: [2022-04-17T15:54:06.891Z] [2022-04-17T15:54:06.891Z] setAsadminArgs: [2022-04-17T15:54:06.891Z] [2022-04-17T15:54:06.891Z] init: [2022-04-17T15:54:06.891Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:06.891Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:06.891Z] [get] Not modified - so not downloaded [2022-04-17T15:54:06.891Z] [2022-04-17T15:54:06.891Z] init.customtasks: [2022-04-17T15:54:06.891Z] [2022-04-17T15:54:06.891Z] common.run.asadmin: [2022-04-17T15:54:06.891Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-file-user --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --authrealmname file j2ee [2022-04-17T15:54:07.453Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:07.453Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-file-user [options] ... [2022-04-17T15:54:07.453Z] [exec] Command delete-file-user executed successfully. [2022-04-17T15:54:07.453Z] [2022-04-17T15:54:07.453Z] private-all: [2022-04-17T15:54:07.453Z] [2022-04-17T15:54:07.453Z] private-all: [2022-04-17T15:54:07.453Z] [2022-04-17T15:54:07.453Z] private-all: [2022-04-17T15:54:07.453Z] [2022-04-17T15:54:07.454Z] init.os: [2022-04-17T15:54:07.454Z] [2022-04-17T15:54:07.454Z] init.tools.unix: [2022-04-17T15:54:07.454Z] [2022-04-17T15:54:07.454Z] init.tools.windows: [2022-04-17T15:54:07.454Z] [2022-04-17T15:54:07.454Z] init.tools: [2022-04-17T15:54:07.454Z] [2022-04-17T15:54:07.454Z] setAsadminArgs: [2022-04-17T15:54:07.454Z] [2022-04-17T15:54:07.454Z] init: [2022-04-17T15:54:07.454Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:07.454Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:07.454Z] [get] Not modified - so not downloaded [2022-04-17T15:54:07.454Z] [2022-04-17T15:54:07.454Z] init.customtasks: [2022-04-17T15:54:07.454Z] [2022-04-17T15:54:07.454Z] prepare: [2022-04-17T15:54:07.454Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule [2022-04-17T15:54:07.454Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule/archives [2022-04-17T15:54:07.454Z] [2022-04-17T15:54:07.454Z] compile: [2022-04-17T15:54:07.454Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:07.454Z] [javac] Compiling 10 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule [2022-04-17T15:54:08.016Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:08.016Z] [javac] Note: [EL Info]: processor: Creating static metadata factory ... [2022-04-17T15:54:08.016Z] [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. [2022-04-17T15:54:08.016Z] [javac] Note: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/SingletonBean.java uses or overrides a deprecated API. [2022-04-17T15:54:08.016Z] [javac] Note: Recompile with -Xlint:deprecation for details. [2022-04-17T15:54:08.016Z] [javac] 2 warnings [2022-04-17T15:54:08.016Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:08.016Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule [2022-04-17T15:54:08.272Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:08.272Z] [javac] 1 warning [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] assemble: [2022-04-17T15:54:08.272Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule/archives/ejb-ejb31-ejblite-javamodule-web.war [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] declare-test: [2022-04-17T15:54:08.272Z] [echo] Starting test javamodule ejb31/ejblite/javamodule Test asadmin deploy [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init.os: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init.tools.unix: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init.tools.windows: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init.tools: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] setAsadminArgs: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init: [2022-04-17T15:54:08.272Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:08.272Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:08.272Z] [get] Not modified - so not downloaded [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init.customtasks: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] prepare: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] deploy.asadmin: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] setAsadminArgs: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] common.deploy.asadmin: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init.os: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init.tools.unix: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init.tools.windows: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init.tools: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] setAsadminArgs: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init: [2022-04-17T15:54:08.272Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:08.272Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:08.272Z] [get] Not modified - so not downloaded [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] init.customtasks: [2022-04-17T15:54:08.272Z] [2022-04-17T15:54:08.272Z] common.run.asadmin: [2022-04-17T15:54:08.273Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule/archives/ejb-ejb31-ejblite-javamodule-web.war [2022-04-17T15:54:08.845Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:08.845Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:09.441Z] [exec] Application deployed with name ejb-ejb31-ejblite-javamodule-web. [2022-04-17T15:54:09.441Z] [exec] there are no files to retrieve for application ejb-ejb31-ejblite-javamodule-web [2022-04-17T15:54:09.441Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init.os: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init.tools.unix: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init.tools.windows: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init.tools: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] setAsadminArgs: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init: [2022-04-17T15:54:09.441Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:09.441Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:09.441Z] [get] Not modified - so not downloaded [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init.customtasks: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] setEnabled: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] createAppRef: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init.os: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init.tools.unix: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init.tools.windows: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init.tools: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] setAsadminArgs: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init: [2022-04-17T15:54:09.441Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:09.441Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:09.441Z] [get] Not modified - so not downloaded [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] init.customtasks: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] prepare: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] setHttpPort2: [2022-04-17T15:54:09.441Z] [2022-04-17T15:54:09.441Z] runclient: [2022-04-17T15:54:10.003Z] [javaWithResult] ejb31-ejblite-javamodule [2022-04-17T15:54:10.003Z] [javaWithResult] invoking webclient servlet at http://localhost:8080/ejb-ejb31-ejblite-javamodule/HelloServlet [2022-04-17T15:54:10.003Z] [javaWithResult] <HTML> <HEAD> <TITLE> JMS Servlet Output [2022-04-17T15:54:10.003Z] [javaWithResult]

DatabaseServelt :: All information I can give

[2022-04-17T15:54:10.003Z] [javaWithResult] Context Path : /ejb-ejb31-ejblite-javamodule
[2022-04-17T15:54:10.003Z] [javaWithResult] Servlet Path : /HelloServlet
[2022-04-17T15:54:10.003Z] [javaWithResult] Path Info : null
[2022-04-17T15:54:10.003Z] [javaWithResult] [2022-04-17T15:54:10.003Z] [javaWithResult] test complete [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] processResult: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] failed: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] passed: [2022-04-17T15:54:10.003Z] [echo] Test javamodule Passed [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] unknown: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] declare-test: [2022-04-17T15:54:10.003Z] [echo] Starting test javamodule ejb31/ejblite/javamodule Test asadmin redeploy [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.os: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.tools.unix: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.tools.windows: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.tools: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] setAsadminArgs: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init: [2022-04-17T15:54:10.003Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:10.003Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:10.003Z] [get] Not modified - so not downloaded [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.customtasks: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] prepare: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] redeploy.asadmin: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] setAsadminArgs: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] common.redeploy.asadmin: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.os: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.tools.unix: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.tools.windows: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.tools: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] setAsadminArgs: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init: [2022-04-17T15:54:10.003Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:10.003Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:10.003Z] [get] Not modified - so not downloaded [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.customtasks: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] delAppRef: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.003Z] init.os: [2022-04-17T15:54:10.003Z] [2022-04-17T15:54:10.004Z] init.tools.unix: [2022-04-17T15:54:10.004Z] [2022-04-17T15:54:10.004Z] init.tools.windows: [2022-04-17T15:54:10.004Z] [2022-04-17T15:54:10.004Z] init.tools: [2022-04-17T15:54:10.004Z] [2022-04-17T15:54:10.004Z] setAsadminArgs: [2022-04-17T15:54:10.004Z] [2022-04-17T15:54:10.004Z] init: [2022-04-17T15:54:10.004Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:10.004Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:10.004Z] [get] Not modified - so not downloaded [2022-04-17T15:54:10.004Z] [2022-04-17T15:54:10.004Z] init.customtasks: [2022-04-17T15:54:10.004Z] [2022-04-17T15:54:10.004Z] common.run.asadmin: [2022-04-17T15:54:10.004Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/ejblite/javamodule/archives/ejb-ejb31-ejblite-javamodule-web.war [2022-04-17T15:54:10.569Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:10.569Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:11.512Z] [exec] Application deployed with name ejb-ejb31-ejblite-javamodule-web. [2022-04-17T15:54:11.512Z] [exec] there are no files to retrieve for application ejb-ejb31-ejblite-javamodule-web [2022-04-17T15:54:11.512Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init.os: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init.tools.unix: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init.tools.windows: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init.tools: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] setAsadminArgs: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init: [2022-04-17T15:54:11.512Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:11.512Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:11.512Z] [get] Not modified - so not downloaded [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init.customtasks: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] setEnabled: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] createAppRef: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init.os: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init.tools.unix: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init.tools.windows: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init.tools: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] setAsadminArgs: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init: [2022-04-17T15:54:11.512Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:11.512Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:11.512Z] [get] Not modified - so not downloaded [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] init.customtasks: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] prepare: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] setHttpPort2: [2022-04-17T15:54:11.512Z] [2022-04-17T15:54:11.512Z] runclient: [2022-04-17T15:54:11.769Z] [javaWithResult] ejb31-ejblite-javamodule [2022-04-17T15:54:11.769Z] [javaWithResult] invoking webclient servlet at http://localhost:8080/ejb-ejb31-ejblite-javamodule/HelloServlet [2022-04-17T15:54:11.769Z] [javaWithResult] JMS Servlet Output [2022-04-17T15:54:11.769Z] [javaWithResult]

DatabaseServelt :: All information I can give

[2022-04-17T15:54:11.769Z] [javaWithResult] Context Path : /ejb-ejb31-ejblite-javamodule
[2022-04-17T15:54:11.769Z] [javaWithResult] Servlet Path : /HelloServlet
[2022-04-17T15:54:11.769Z] [javaWithResult] Path Info : null
[2022-04-17T15:54:11.769Z] [javaWithResult] [2022-04-17T15:54:11.769Z] [javaWithResult] test complete [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] processResult: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] failed: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] passed: [2022-04-17T15:54:11.769Z] [echo] Test javamodule Passed [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] unknown: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.os: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.tools.unix: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.tools.windows: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.tools: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] setAsadminArgs: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init: [2022-04-17T15:54:11.769Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:11.769Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:11.769Z] [get] Not modified - so not downloaded [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.customtasks: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] prepare: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] undeploy.asadmin: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] setAsadminArgs: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] common.undeploy.asadmin: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.os: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.tools.unix: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.tools.windows: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.tools: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] setAsadminArgs: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init: [2022-04-17T15:54:11.769Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:11.769Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:11.769Z] [get] Not modified - so not downloaded [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.customtasks: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] delAppRef: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.os: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.tools.unix: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.tools.windows: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.tools: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] setAsadminArgs: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init: [2022-04-17T15:54:11.769Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:11.769Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:11.769Z] [get] Not modified - so not downloaded [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] init.customtasks: [2022-04-17T15:54:11.769Z] [2022-04-17T15:54:11.769Z] common.run.asadmin: [2022-04-17T15:54:11.769Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 ejb-ejb31-ejblite-javamodule-web [2022-04-17T15:54:12.343Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:12.343Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:12.343Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] private-all: [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] private-all: [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] declare-test: [2022-04-17T15:54:12.343Z] [echo] Starting test IncorrectEnvEntry ejb31/jndivalidation/IncorrectEnvEntry Test asadmin deploy [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] init.os: [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] init.tools.unix: [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] init.tools.windows: [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] init.tools: [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] setAsadminArgs: [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] init: [2022-04-17T15:54:12.343Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:12.343Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:12.343Z] [get] Not modified - so not downloaded [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] init.customtasks: [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] prepare: [2022-04-17T15:54:12.343Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry [2022-04-17T15:54:12.343Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry/archives [2022-04-17T15:54:12.343Z] [2022-04-17T15:54:12.343Z] compile: [2022-04-17T15:54:12.343Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:12.343Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry [2022-04-17T15:54:12.938Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:12.938Z] [javac] 1 warning [2022-04-17T15:54:12.938Z] [2022-04-17T15:54:12.938Z] assemble: [2022-04-17T15:54:12.938Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry/archives/deployment-ejb31-jndivalidation-IncorrectEnvEntry-web.war [2022-04-17T15:54:12.938Z] [2022-04-17T15:54:12.938Z] deploy.asadmin: [2022-04-17T15:54:12.938Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/IncorrectEnvEntry/archives/deployment-ejb31-jndivalidation-IncorrectEnvEntry-web.war [2022-04-17T15:54:13.194Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:13.194Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:13.194Z] [exec] Command deploy failed. [2022-04-17T15:54:13.194Z] [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=Env-Prop: java:comp/env/DuplicateEnvEntry@Non-Injectable Resource@java.lang.String@From comp@@}. Please see server.log for more details. [2022-04-17T15:54:13.194Z] [exec] Result: 1 [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] processResult: [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] failed: [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] passed: [2022-04-17T15:54:13.194Z] [echo] Test IncorrectEnvEntry Passed [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] unknown: [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] private-all: [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] declare-test: [2022-04-17T15:54:13.194Z] [echo] Starting test CorrectEnvEntry ejb31/jndivalidation/CorrectEnvEntry Test asadmin deploy [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] init.os: [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] init.tools.unix: [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] init.tools.windows: [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] init.tools: [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] setAsadminArgs: [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] init: [2022-04-17T15:54:13.194Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:13.194Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:13.194Z] [get] Not modified - so not downloaded [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] init.customtasks: [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] prepare: [2022-04-17T15:54:13.194Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry [2022-04-17T15:54:13.194Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry/archives [2022-04-17T15:54:13.194Z] [2022-04-17T15:54:13.194Z] compile: [2022-04-17T15:54:13.194Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:13.194Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry [2022-04-17T15:54:13.756Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:13.756Z] [javac] 1 warning [2022-04-17T15:54:13.756Z] [2022-04-17T15:54:13.756Z] assemble: [2022-04-17T15:54:13.756Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry/archives/deployment-ejb31-jndivalidation-CorrectEnvEntry-web.war [2022-04-17T15:54:13.756Z] [2022-04-17T15:54:13.756Z] deploy.asadmin: [2022-04-17T15:54:13.756Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/CorrectEnvEntry/archives/deployment-ejb31-jndivalidation-CorrectEnvEntry-web.war [2022-04-17T15:54:14.012Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:14.012Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:14.299Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-CorrectEnvEntry-web. [2022-04-17T15:54:14.299Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-CorrectEnvEntry-web [2022-04-17T15:54:14.299Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] processResult: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] failed: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] passed: [2022-04-17T15:54:14.299Z] [echo] Test CorrectEnvEntry Passed [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] unknown: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.os: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.tools.unix: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.tools.windows: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.tools: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] setAsadminArgs: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init: [2022-04-17T15:54:14.299Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:14.299Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:14.299Z] [get] Not modified - so not downloaded [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.customtasks: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] prepare: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] undeploy.asadmin: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] setAsadminArgs: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] common.undeploy.asadmin: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.os: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.tools.unix: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.tools.windows: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.tools: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] setAsadminArgs: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init: [2022-04-17T15:54:14.299Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:14.299Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:14.299Z] [get] Not modified - so not downloaded [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.customtasks: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] delAppRef: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.os: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.tools.unix: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.tools.windows: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.tools: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] setAsadminArgs: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init: [2022-04-17T15:54:14.299Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:14.299Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:14.299Z] [get] Not modified - so not downloaded [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] init.customtasks: [2022-04-17T15:54:14.299Z] [2022-04-17T15:54:14.299Z] common.run.asadmin: [2022-04-17T15:54:14.299Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-CorrectEnvEntry-web [2022-04-17T15:54:14.867Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:14.867Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:14.867Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] private-all: [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] declare-test: [2022-04-17T15:54:14.867Z] [echo] Starting test ConflictedEJBRef ejb31/jndivalidation/ConflictedEJBRef Test asadmin deploy [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] init.os: [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] init.tools.unix: [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] init.tools.windows: [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] init.tools: [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] setAsadminArgs: [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] init: [2022-04-17T15:54:14.867Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:14.867Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:14.867Z] [get] Not modified - so not downloaded [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] init.customtasks: [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] prepare: [2022-04-17T15:54:14.867Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef [2022-04-17T15:54:14.867Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef/archives [2022-04-17T15:54:14.867Z] [2022-04-17T15:54:14.867Z] compile: [2022-04-17T15:54:14.867Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:14.867Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef [2022-04-17T15:54:15.436Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:15.436Z] [javac] 1 warning [2022-04-17T15:54:15.436Z] [2022-04-17T15:54:15.436Z] assemble: [2022-04-17T15:54:15.436Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef/archives/deployment-ejb31-jndivalidation-ConflictedEJBRef-ejb.jar [2022-04-17T15:54:15.436Z] [2022-04-17T15:54:15.436Z] deploy.asadmin: [2022-04-17T15:54:15.436Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEJBRef/archives/deployment-ejb31-jndivalidation-ConflictedEJBRef-ejb.jar [2022-04-17T15:54:15.692Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:15.692Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:15.692Z] [exec] Command deploy failed. [2022-04-17T15:54:15.692Z] [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/myslsb,lookup=,mappedName=,jndi-name=,refType=Session}. Please see server.log for more details. [2022-04-17T15:54:15.692Z] [exec] Result: 1 [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] processResult: [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] failed: [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] passed: [2022-04-17T15:54:15.692Z] [echo] Test ConflictedEJBRef Passed [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] unknown: [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] private-all: [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] declare-test: [2022-04-17T15:54:15.692Z] [echo] Starting test ConflictedEnvEntry ejb31/jndivalidation/ConflitedEnvEntry Test asadmin deploy [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] init.os: [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] init.tools.unix: [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] init.tools.windows: [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] init.tools: [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] setAsadminArgs: [2022-04-17T15:54:15.692Z] [2022-04-17T15:54:15.692Z] init: [2022-04-17T15:54:15.692Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:15.692Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:15.948Z] [get] Not modified - so not downloaded [2022-04-17T15:54:15.948Z] [2022-04-17T15:54:15.948Z] init.customtasks: [2022-04-17T15:54:15.948Z] [2022-04-17T15:54:15.948Z] prepare: [2022-04-17T15:54:15.948Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry [2022-04-17T15:54:15.948Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry/archives [2022-04-17T15:54:15.948Z] [2022-04-17T15:54:15.948Z] compile: [2022-04-17T15:54:15.948Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:15.948Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry [2022-04-17T15:54:16.237Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:16.237Z] [javac] 1 warning [2022-04-17T15:54:16.237Z] [2022-04-17T15:54:16.238Z] assemble: [2022-04-17T15:54:16.238Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry/archives/deployment-ejb31-jndivalidation-ConflitedEnvEntry-ejb.jar [2022-04-17T15:54:16.238Z] [2022-04-17T15:54:16.238Z] deploy.asadmin: [2022-04-17T15:54:16.238Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflictedEnvEntry/archives/deployment-ejb31-jndivalidation-ConflitedEnvEntry-ejb.jar [2022-04-17T15:54:16.493Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:16.493Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:16.749Z] [exec] Command deploy failed. [2022-04-17T15:54:16.749Z] [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=Env-Prop: java:module/env/DuplicateEnvEntry@Non-Injectable Resource@java.lang.String@From Invoker2@@}. Please see server.log for more details. [2022-04-17T15:54:16.749Z] [exec] Result: 1 [2022-04-17T15:54:16.749Z] [2022-04-17T15:54:16.749Z] processResult: [2022-04-17T15:54:16.749Z] [2022-04-17T15:54:16.749Z] failed: [2022-04-17T15:54:16.749Z] [2022-04-17T15:54:16.750Z] passed: [2022-04-17T15:54:16.750Z] [echo] Test ConflictedEnvEntry Passed [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] unknown: [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] private-all: [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] declare-test: [2022-04-17T15:54:16.750Z] [echo] Starting test ConflitedResourceEnvRef ejb31/jndivalidation/ConflitedResourceEnvRef Test asadmin deploy [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] init.os: [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] init.tools.unix: [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] init.tools.windows: [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] init.tools: [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] setAsadminArgs: [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] init: [2022-04-17T15:54:16.750Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:16.750Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:16.750Z] [get] Not modified - so not downloaded [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] init.customtasks: [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] prepare: [2022-04-17T15:54:16.750Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef [2022-04-17T15:54:16.750Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef/archives [2022-04-17T15:54:16.750Z] [2022-04-17T15:54:16.750Z] compile: [2022-04-17T15:54:16.750Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:16.750Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef [2022-04-17T15:54:17.006Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:17.006Z] [javac] 1 warning [2022-04-17T15:54:17.006Z] [2022-04-17T15:54:17.006Z] assemble: [2022-04-17T15:54:17.006Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef/archives/deployment-ejb31-jndivalidation-ConflitedResourceEnvRef-ejb.jar [2022-04-17T15:54:17.006Z] [2022-04-17T15:54:17.006Z] deploy.asadmin: [2022-04-17T15:54:17.006Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceEnvRef/archives/deployment-ejb31-jndivalidation-ConflitedResourceEnvRef-ejb.jar [2022-04-17T15:54:17.262Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:17.262Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:17.519Z] [exec] Command deploy failed. [2022-04-17T15:54:17.519Z] [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=Env-Prop: java:module/env/DupResourceEnvRef@Non-Injectable Resource@java.lang.String@@@}. Please see server.log for more details. [2022-04-17T15:54:17.519Z] [exec] Result: 1 [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] processResult: [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] failed: [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] passed: [2022-04-17T15:54:17.519Z] [echo] Test ConflitedResourceEnvRef Passed [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] unknown: [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] private-all: [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] declare-test: [2022-04-17T15:54:17.519Z] [echo] Starting test ConflitedResourceRef ejb31/jndivalidation/ConflitedResourceRef Test asadmin deploy [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] init.os: [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] init.tools.unix: [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] init.tools.windows: [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] init.tools: [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] setAsadminArgs: [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] init: [2022-04-17T15:54:17.519Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:17.519Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:17.519Z] [get] Not modified - so not downloaded [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] init.customtasks: [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] prepare: [2022-04-17T15:54:17.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef [2022-04-17T15:54:17.519Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef/archives [2022-04-17T15:54:17.519Z] [2022-04-17T15:54:17.519Z] compile: [2022-04-17T15:54:17.519Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:17.519Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef [2022-04-17T15:54:17.775Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:17.775Z] [javac] 1 warning [2022-04-17T15:54:17.775Z] [2022-04-17T15:54:17.775Z] assemble: [2022-04-17T15:54:17.775Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef/archives/deployment-ejb31-jndivalidation-ConflitedResourceRef-ejb.jar [2022-04-17T15:54:17.775Z] [2022-04-17T15:54:17.775Z] deploy.asadmin: [2022-04-17T15:54:17.775Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ConflitedResourceRef/archives/deployment-ejb31-jndivalidation-ConflitedResourceRef-ejb.jar [2022-04-17T15:54:18.056Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:18.056Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:18.345Z] [exec] Command deploy failed. [2022-04-17T15:54:18.345Z] [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/__default@res principal: null@mail: null [2022-04-17T15:54:18.346Z] [exec] No Runtime properties [2022-04-17T15:54:18.346Z] [exec] Database Vendor : null [2022-04-17T15:54:18.346Z] [exec] Create Tables at Deploy : false [2022-04-17T15:54:18.346Z] [exec] Delete Tables at Undeploy : false}. Please see server.log for more details. [2022-04-17T15:54:18.346Z] [exec] Result: 1 [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] processResult: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] failed: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] passed: [2022-04-17T15:54:18.346Z] [echo] Test ConflitedResourceRef Passed [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] unknown: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] private-all: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] private-all: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] declare-test: [2022-04-17T15:54:18.346Z] [echo] Starting test CorrectJDBCRes ejb31/jndivalidation/resourceref/CorrectJDBCRes Test asadmin deploy [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] init.os: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] init.tools.unix: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] init.tools.windows: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] init.tools: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] setAsadminArgs: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] init: [2022-04-17T15:54:18.346Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:18.346Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:18.346Z] [get] Not modified - so not downloaded [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] init.customtasks: [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] prepare: [2022-04-17T15:54:18.346Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes [2022-04-17T15:54:18.346Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes/archives [2022-04-17T15:54:18.346Z] [2022-04-17T15:54:18.346Z] compile: [2022-04-17T15:54:18.346Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:18.346Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes [2022-04-17T15:54:18.611Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:18.611Z] [javac] 1 warning [2022-04-17T15:54:18.611Z] [2022-04-17T15:54:18.611Z] assemble: [2022-04-17T15:54:18.611Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web.war [2022-04-17T15:54:18.611Z] [2022-04-17T15:54:18.611Z] deploy.asadmin: [2022-04-17T15:54:18.611Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectJDBCRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web.war [2022-04-17T15:54:18.868Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:18.868Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:19.124Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web. [2022-04-17T15:54:19.124Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web [2022-04-17T15:54:19.124Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] processResult: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] failed: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] passed: [2022-04-17T15:54:19.124Z] [echo] Test CorrectJDBCRes Passed [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] unknown: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.os: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.tools.unix: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.tools.windows: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.tools: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] setAsadminArgs: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init: [2022-04-17T15:54:19.124Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:19.124Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:19.124Z] [get] Not modified - so not downloaded [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.customtasks: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] prepare: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] undeploy.asadmin: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] setAsadminArgs: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] common.undeploy.asadmin: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.os: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.tools.unix: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.tools.windows: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.tools: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] setAsadminArgs: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init: [2022-04-17T15:54:19.124Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:19.124Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:19.124Z] [get] Not modified - so not downloaded [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.customtasks: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] delAppRef: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.os: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.tools.unix: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.tools.windows: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init.tools: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] setAsadminArgs: [2022-04-17T15:54:19.124Z] [2022-04-17T15:54:19.124Z] init: [2022-04-17T15:54:19.124Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:19.124Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:19.380Z] [get] Not modified - so not downloaded [2022-04-17T15:54:19.380Z] [2022-04-17T15:54:19.380Z] init.customtasks: [2022-04-17T15:54:19.380Z] [2022-04-17T15:54:19.380Z] common.run.asadmin: [2022-04-17T15:54:19.380Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-CorrectJDBCRes-web [2022-04-17T15:54:19.637Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:19.637Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:19.637Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] private-all: [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] declare-test: [2022-04-17T15:54:19.637Z] [echo] Starting test CorrectURLRes ejb31/jndivalidation/resourceref/CorrectURLRes Test asadmin deploy [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] deploy.custom.resource: [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] common.create.customresource: [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] init.os: [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] init.tools.unix: [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] init.tools.windows: [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] init.tools: [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] setAsadminArgs: [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] init: [2022-04-17T15:54:19.637Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:19.637Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:19.637Z] [get] Not modified - so not downloaded [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] init.customtasks: [2022-04-17T15:54:19.637Z] [2022-04-17T15:54:19.637Z] common.run.asadmin: [2022-04-17T15:54:19.637Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-custom-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:20.199Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:20.199Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-custom-resource [options] ... [2022-04-17T15:54:20.199Z] [exec] Custom Resource resource/myURL created. [2022-04-17T15:54:20.199Z] [exec] Command create-custom-resource executed successfully. [2022-04-17T15:54:20.199Z] [2022-04-17T15:54:20.199Z] init.os: [2022-04-17T15:54:20.199Z] [2022-04-17T15:54:20.199Z] init.tools.unix: [2022-04-17T15:54:20.199Z] [2022-04-17T15:54:20.199Z] init.tools.windows: [2022-04-17T15:54:20.199Z] [2022-04-17T15:54:20.199Z] init.tools: [2022-04-17T15:54:20.199Z] [2022-04-17T15:54:20.199Z] setAsadminArgs: [2022-04-17T15:54:20.199Z] [2022-04-17T15:54:20.199Z] init: [2022-04-17T15:54:20.199Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:20.199Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:20.199Z] [get] Not modified - so not downloaded [2022-04-17T15:54:20.199Z] [2022-04-17T15:54:20.199Z] init.customtasks: [2022-04-17T15:54:20.199Z] [2022-04-17T15:54:20.199Z] prepare: [2022-04-17T15:54:20.199Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes [2022-04-17T15:54:20.199Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes/archives [2022-04-17T15:54:20.199Z] [2022-04-17T15:54:20.199Z] compile: [2022-04-17T15:54:20.199Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:20.199Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes [2022-04-17T15:54:20.761Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:20.761Z] [javac] 1 warning [2022-04-17T15:54:20.761Z] [2022-04-17T15:54:20.761Z] assemble: [2022-04-17T15:54:20.761Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web.war [2022-04-17T15:54:20.761Z] [2022-04-17T15:54:20.761Z] deploy.asadmin: [2022-04-17T15:54:20.761Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectURLRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web.war [2022-04-17T15:54:21.017Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:21.017Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:21.274Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web. [2022-04-17T15:54:21.274Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web [2022-04-17T15:54:21.274Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] processResult: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] failed: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] passed: [2022-04-17T15:54:21.274Z] [echo] Test CorrectURLRes Passed [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] unknown: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.os: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.tools.unix: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.tools.windows: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.tools: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] setAsadminArgs: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init: [2022-04-17T15:54:21.274Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:21.274Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:21.274Z] [get] Not modified - so not downloaded [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.customtasks: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] prepare: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] undeploy.asadmin: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] setAsadminArgs: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] common.undeploy.asadmin: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.os: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.tools.unix: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.tools.windows: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.tools: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] setAsadminArgs: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init: [2022-04-17T15:54:21.274Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:21.274Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:21.274Z] [get] Not modified - so not downloaded [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.customtasks: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] delAppRef: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.os: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.tools.unix: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.tools.windows: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.tools: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] setAsadminArgs: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init: [2022-04-17T15:54:21.274Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:21.274Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:21.274Z] [get] Not modified - so not downloaded [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] init.customtasks: [2022-04-17T15:54:21.274Z] [2022-04-17T15:54:21.274Z] common.run.asadmin: [2022-04-17T15:54:21.274Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-CorrectURLRes-web [2022-04-17T15:54:21.530Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:21.530Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:21.530Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:21.790Z] [2022-04-17T15:54:21.790Z] undeploy.custom.resource: [2022-04-17T15:54:21.790Z] [2022-04-17T15:54:21.790Z] common.delete.customresource: [2022-04-17T15:54:21.790Z] [2022-04-17T15:54:21.790Z] init.os: [2022-04-17T15:54:21.790Z] [2022-04-17T15:54:21.790Z] init.tools.unix: [2022-04-17T15:54:21.790Z] [2022-04-17T15:54:21.790Z] init.tools.windows: [2022-04-17T15:54:21.790Z] [2022-04-17T15:54:21.790Z] init.tools: [2022-04-17T15:54:21.790Z] [2022-04-17T15:54:21.790Z] setAsadminArgs: [2022-04-17T15:54:21.790Z] [2022-04-17T15:54:21.790Z] init: [2022-04-17T15:54:21.790Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:21.790Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:21.790Z] [get] Not modified - so not downloaded [2022-04-17T15:54:21.790Z] [2022-04-17T15:54:21.790Z] init.customtasks: [2022-04-17T15:54:21.790Z] [2022-04-17T15:54:21.790Z] common.run.asadmin: [2022-04-17T15:54:21.790Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-custom-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 resource/myURL [2022-04-17T15:54:22.047Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:22.047Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-custom-resource [options] ... [2022-04-17T15:54:22.047Z] [exec] Custom resource resource/myURL deleted. [2022-04-17T15:54:22.047Z] [exec] Command delete-custom-resource executed successfully. [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] private-all: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] declare-test: [2022-04-17T15:54:22.047Z] [echo] Starting test CorrectQueueRes ejb31/jndivalidation/resourceref/CorrectQueueRes Test asadmin deploy [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init.os: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init.tools.unix: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init.tools.windows: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init.tools: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] setAsadminArgs: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init: [2022-04-17T15:54:22.047Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:22.047Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:22.047Z] [get] Not modified - so not downloaded [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init.customtasks: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] prepare: [2022-04-17T15:54:22.047Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes [2022-04-17T15:54:22.047Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes/archives [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] deploy.jms.queue: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] setAsadminArgs: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] common.create.jms.resource: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init.os: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init.tools.unix: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init.tools.windows: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init.tools: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] setAsadminArgs: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init: [2022-04-17T15:54:22.047Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:22.047Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:22.047Z] [get] Not modified - so not downloaded [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] init.customtasks: [2022-04-17T15:54:22.047Z] [2022-04-17T15:54:22.047Z] common.run.asadmin: [2022-04-17T15:54:22.047Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue deployment_jndivalidation_queue [2022-04-17T15:54:22.336Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:22.336Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jmsdest [options] ... [2022-04-17T15:54:22.596Z] [exec] JMS Desctination deployment_jndivalidation_queue created. [2022-04-17T15:54:22.596Z] [exec] Command create-jmsdest executed successfully. [2022-04-17T15:54:22.596Z] [2022-04-17T15:54:22.596Z] init.os: [2022-04-17T15:54:22.596Z] [2022-04-17T15:54:22.596Z] init.tools.unix: [2022-04-17T15:54:22.596Z] [2022-04-17T15:54:22.596Z] init.tools.windows: [2022-04-17T15:54:22.596Z] [2022-04-17T15:54:22.596Z] init.tools: [2022-04-17T15:54:22.596Z] [2022-04-17T15:54:22.596Z] setAsadminArgs: [2022-04-17T15:54:22.596Z] [2022-04-17T15:54:22.596Z] init: [2022-04-17T15:54:22.596Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:22.596Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:22.596Z] [get] Not modified - so not downloaded [2022-04-17T15:54:22.596Z] [2022-04-17T15:54:22.596Z] init.customtasks: [2022-04-17T15:54:22.596Z] [2022-04-17T15:54:22.596Z] common.run.asadmin: [2022-04-17T15:54:22.596Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:22.852Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:22.852Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jms-resource [options] ... [2022-04-17T15:54:23.108Z] [exec] Administered object jms/deployment_jndivalidation_queue created. [2022-04-17T15:54:23.108Z] [exec] Command create-jms-resource executed successfully. [2022-04-17T15:54:23.108Z] [2022-04-17T15:54:23.108Z] init.os: [2022-04-17T15:54:23.108Z] [2022-04-17T15:54:23.108Z] init.tools.unix: [2022-04-17T15:54:23.108Z] [2022-04-17T15:54:23.108Z] init.tools.windows: [2022-04-17T15:54:23.108Z] [2022-04-17T15:54:23.108Z] init.tools: [2022-04-17T15:54:23.108Z] [2022-04-17T15:54:23.108Z] setAsadminArgs: [2022-04-17T15:54:23.108Z] [2022-04-17T15:54:23.108Z] init: [2022-04-17T15:54:23.108Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:23.108Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:23.108Z] [get] Not modified - so not downloaded [2022-04-17T15:54:23.108Z] [2022-04-17T15:54:23.108Z] init.customtasks: [2022-04-17T15:54:23.108Z] [2022-04-17T15:54:23.108Z] prepare: [2022-04-17T15:54:23.108Z] [2022-04-17T15:54:23.108Z] compile: [2022-04-17T15:54:23.108Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:23.108Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes [2022-04-17T15:54:23.363Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:23.363Z] [javac] 1 warning [2022-04-17T15:54:23.363Z] [2022-04-17T15:54:23.363Z] assemble: [2022-04-17T15:54:23.364Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb.jar [2022-04-17T15:54:23.364Z] [2022-04-17T15:54:23.364Z] deploy.asadmin: [2022-04-17T15:54:23.364Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectQueueRes/archives/deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb.jar [2022-04-17T15:54:23.946Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:23.946Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:24.202Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb. [2022-04-17T15:54:24.202Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb [2022-04-17T15:54:24.202Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] processResult: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] failed: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] passed: [2022-04-17T15:54:24.202Z] [echo] Test CorrectQueueRes Passed [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] unknown: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.os: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.tools.unix: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.tools.windows: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.tools: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] setAsadminArgs: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init: [2022-04-17T15:54:24.202Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:24.202Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:24.202Z] [get] Not modified - so not downloaded [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.customtasks: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] prepare: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] undeploy.asadmin: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] setAsadminArgs: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] common.undeploy.asadmin: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.os: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.tools.unix: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.tools.windows: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.tools: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] setAsadminArgs: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init: [2022-04-17T15:54:24.202Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:24.202Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:24.202Z] [get] Not modified - so not downloaded [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.customtasks: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] delAppRef: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.os: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.tools.unix: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.tools.windows: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.tools: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] setAsadminArgs: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init: [2022-04-17T15:54:24.202Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:24.202Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:24.202Z] [get] Not modified - so not downloaded [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] init.customtasks: [2022-04-17T15:54:24.202Z] [2022-04-17T15:54:24.202Z] common.run.asadmin: [2022-04-17T15:54:24.202Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-CorrectQueueRes-ejb [2022-04-17T15:54:24.458Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:24.458Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:24.737Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init.os: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init.tools.unix: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init.tools.windows: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init.tools: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] setAsadminArgs: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init: [2022-04-17T15:54:24.737Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:24.737Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:24.737Z] [get] Not modified - so not downloaded [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init.customtasks: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] prepare: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] undeploy.jms.queue: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] setAsadminArgs: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] common.delete.jms.resource: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init.os: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init.tools.unix: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init.tools.windows: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init.tools: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] setAsadminArgs: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init: [2022-04-17T15:54:24.737Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:24.737Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:24.737Z] [get] Not modified - so not downloaded [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] init.customtasks: [2022-04-17T15:54:24.737Z] [2022-04-17T15:54:24.737Z] common.run.asadmin: [2022-04-17T15:54:24.737Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 jms/deployment_jndivalidation_queue [2022-04-17T15:54:25.001Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:25.001Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jms-resource [options] ... [2022-04-17T15:54:25.001Z] [exec] Administered object jms/deployment_jndivalidation_queue deleted. [2022-04-17T15:54:25.001Z] [exec] Command delete-jms-resource executed successfully. [2022-04-17T15:54:25.001Z] [2022-04-17T15:54:25.001Z] init.os: [2022-04-17T15:54:25.001Z] [2022-04-17T15:54:25.001Z] init.tools.unix: [2022-04-17T15:54:25.001Z] [2022-04-17T15:54:25.001Z] init.tools.windows: [2022-04-17T15:54:25.001Z] [2022-04-17T15:54:25.001Z] init.tools: [2022-04-17T15:54:25.001Z] [2022-04-17T15:54:25.001Z] setAsadminArgs: [2022-04-17T15:54:25.001Z] [2022-04-17T15:54:25.001Z] init: [2022-04-17T15:54:25.001Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:25.001Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:25.001Z] [get] Not modified - so not downloaded [2022-04-17T15:54:25.001Z] [2022-04-17T15:54:25.001Z] init.customtasks: [2022-04-17T15:54:25.001Z] [2022-04-17T15:54:25.001Z] common.run.asadmin: [2022-04-17T15:54:25.001Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue deployment_jndivalidation_queue [2022-04-17T15:54:25.668Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:25.668Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jmsdest [options] ... [2022-04-17T15:54:25.668Z] [exec] Command delete-jmsdest executed successfully. [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] private-all: [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] declare-test: [2022-04-17T15:54:25.668Z] [echo] Starting test CorrectEnvProps ejb31/jndivalidation/resourceref/CorrectEnvProps Test asadmin deploy [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] init.os: [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] init.tools.unix: [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] init.tools.windows: [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] init.tools: [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] setAsadminArgs: [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] init: [2022-04-17T15:54:25.668Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:25.668Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:25.668Z] [get] Not modified - so not downloaded [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] init.customtasks: [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] prepare: [2022-04-17T15:54:25.668Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps [2022-04-17T15:54:25.668Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives [2022-04-17T15:54:25.668Z] [2022-04-17T15:54:25.668Z] compile: [2022-04-17T15:54:25.668Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:25.669Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps [2022-04-17T15:54:25.935Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:25.935Z] [javac] 1 warning [2022-04-17T15:54:25.935Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:25.935Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps [2022-04-17T15:54:26.497Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:26.497Z] [javac] 1 warning [2022-04-17T15:54:26.497Z] [2022-04-17T15:54:26.497Z] assemble: [2022-04-17T15:54:26.497Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives/deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-web.war [2022-04-17T15:54:26.497Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives/deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-ejb.jar [2022-04-17T15:54:26.497Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives/deployment-ejb31-jndivalidation-resourceref-CorrectEnvPropsApp.ear [2022-04-17T15:54:26.497Z] [ear] Warning: selected ear files include a META-INF/application.xml which will be ignored (please use appxml attribute to ear task) [2022-04-17T15:54:26.497Z] [2022-04-17T15:54:26.497Z] deploy.asadmin: [2022-04-17T15:54:26.498Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectEnvProps/archives/deployment-ejb31-jndivalidation-resourceref-CorrectEnvPropsApp.ear [2022-04-17T15:54:26.754Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:26.754Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:27.339Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-app. [2022-04-17T15:54:27.339Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-app [2022-04-17T15:54:27.339Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] processResult: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] failed: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] passed: [2022-04-17T15:54:27.339Z] [echo] Test CorrectEnvProps Passed [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] unknown: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.os: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.tools.unix: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.tools.windows: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.tools: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] setAsadminArgs: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init: [2022-04-17T15:54:27.339Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:27.339Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:27.339Z] [get] Not modified - so not downloaded [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.customtasks: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] prepare: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] undeploy.asadmin: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] setAsadminArgs: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] common.undeploy.asadmin: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.os: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.tools.unix: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.tools.windows: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.tools: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] setAsadminArgs: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init: [2022-04-17T15:54:27.339Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:27.339Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:27.339Z] [get] Not modified - so not downloaded [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.customtasks: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] delAppRef: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.os: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.tools.unix: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.tools.windows: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.tools: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] setAsadminArgs: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init: [2022-04-17T15:54:27.339Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:27.339Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:27.339Z] [get] Not modified - so not downloaded [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] init.customtasks: [2022-04-17T15:54:27.339Z] [2022-04-17T15:54:27.339Z] common.run.asadmin: [2022-04-17T15:54:27.340Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-CorrectEnvProps-app [2022-04-17T15:54:27.595Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:27.595Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:27.595Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:27.595Z] [2022-04-17T15:54:27.595Z] private-all: [2022-04-17T15:54:27.595Z] [2022-04-17T15:54:27.595Z] declare-test: [2022-04-17T15:54:27.595Z] [echo] Starting test CorrectManagedBean ejb31/jndivalidation/resourceref/CorrectManagedBean Test asadmin deploy [2022-04-17T15:54:27.595Z] [2022-04-17T15:54:27.595Z] init.os: [2022-04-17T15:54:27.595Z] [2022-04-17T15:54:27.595Z] init.tools.unix: [2022-04-17T15:54:27.595Z] [2022-04-17T15:54:27.595Z] init.tools.windows: [2022-04-17T15:54:27.595Z] [2022-04-17T15:54:27.595Z] init.tools: [2022-04-17T15:54:27.595Z] [2022-04-17T15:54:27.595Z] setAsadminArgs: [2022-04-17T15:54:27.595Z] [2022-04-17T15:54:27.595Z] init: [2022-04-17T15:54:27.595Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:27.596Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:27.596Z] [get] Not modified - so not downloaded [2022-04-17T15:54:27.596Z] [2022-04-17T15:54:27.596Z] init.customtasks: [2022-04-17T15:54:27.596Z] [2022-04-17T15:54:27.596Z] prepare: [2022-04-17T15:54:27.596Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean [2022-04-17T15:54:27.596Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/archives [2022-04-17T15:54:27.596Z] [2022-04-17T15:54:27.596Z] compile: [2022-04-17T15:54:27.596Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:27.596Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean [2022-04-17T15:54:27.851Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:27.851Z] [javac] 1 warning [2022-04-17T15:54:28.137Z] [2022-04-17T15:54:28.137Z] assemble: [2022-04-17T15:54:28.137Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/archives/deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web.war [2022-04-17T15:54:28.137Z] [2022-04-17T15:54:28.137Z] deploy.asadmin: [2022-04-17T15:54:28.137Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/archives/deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web.war [2022-04-17T15:54:28.393Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:28.393Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:28.650Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web. [2022-04-17T15:54:28.650Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web [2022-04-17T15:54:28.650Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] processResult: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] failed: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] passed: [2022-04-17T15:54:28.650Z] [echo] Test CorrectManagedBean Passed [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] unknown: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.os: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.tools.unix: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.tools.windows: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.tools: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] setAsadminArgs: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init: [2022-04-17T15:54:28.650Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:28.650Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:28.650Z] [get] Not modified - so not downloaded [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.customtasks: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] prepare: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] undeploy.asadmin: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] setAsadminArgs: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] common.undeploy.asadmin: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.os: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.tools.unix: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.tools.windows: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.tools: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] setAsadminArgs: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init: [2022-04-17T15:54:28.650Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:28.650Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:28.650Z] [get] Not modified - so not downloaded [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.customtasks: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] delAppRef: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.os: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.tools.unix: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.tools.windows: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.tools: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] setAsadminArgs: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init: [2022-04-17T15:54:28.650Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:28.650Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:28.650Z] [get] Not modified - so not downloaded [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] init.customtasks: [2022-04-17T15:54:28.650Z] [2022-04-17T15:54:28.650Z] common.run.asadmin: [2022-04-17T15:54:28.650Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-CorrectManagedBean-web [2022-04-17T15:54:28.906Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:28.906Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:29.190Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] private-all: [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] declare-test: [2022-04-17T15:54:29.190Z] [echo] Starting test DefaultResources ejb31/jndivalidation/resourceref/DefaultResources Test asadmin deploy [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] init.os: [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] init.tools.unix: [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] init.tools.windows: [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] init.tools: [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] setAsadminArgs: [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] init: [2022-04-17T15:54:29.190Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:29.190Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:29.190Z] [get] Not modified - so not downloaded [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] init.customtasks: [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] prepare: [2022-04-17T15:54:29.190Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources [2022-04-17T15:54:29.190Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources/archives [2022-04-17T15:54:29.190Z] [2022-04-17T15:54:29.190Z] compile: [2022-04-17T15:54:29.190Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:29.190Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources [2022-04-17T15:54:29.446Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:29.446Z] [javac] 1 warning [2022-04-17T15:54:29.446Z] [2022-04-17T15:54:29.446Z] assemble: [2022-04-17T15:54:29.446Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources/archives/deployment-ejb31-jndivalidation-resourceref-DefaultResources-web.war [2022-04-17T15:54:29.446Z] [2022-04-17T15:54:29.446Z] deploy.asadmin: [2022-04-17T15:54:29.447Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/DefaultResources/archives/deployment-ejb31-jndivalidation-resourceref-DefaultResources-web.war [2022-04-17T15:54:29.703Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:29.703Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:30.264Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-DefaultResources-web. [2022-04-17T15:54:30.264Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-DefaultResources-web [2022-04-17T15:54:30.264Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] processResult: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] failed: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] passed: [2022-04-17T15:54:30.264Z] [echo] Test DefaultResources Passed [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] unknown: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init.os: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init.tools.unix: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init.tools.windows: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init.tools: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] setAsadminArgs: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init: [2022-04-17T15:54:30.264Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:30.264Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:30.264Z] [get] Not modified - so not downloaded [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init.customtasks: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] prepare: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] undeploy.asadmin: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] setAsadminArgs: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] common.undeploy.asadmin: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init.os: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init.tools.unix: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init.tools.windows: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init.tools: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] setAsadminArgs: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init: [2022-04-17T15:54:30.264Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:30.264Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:30.264Z] [get] Not modified - so not downloaded [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] init.customtasks: [2022-04-17T15:54:30.264Z] [2022-04-17T15:54:30.264Z] delAppRef: [2022-04-17T15:54:30.265Z] [2022-04-17T15:54:30.265Z] init.os: [2022-04-17T15:54:30.265Z] [2022-04-17T15:54:30.265Z] init.tools.unix: [2022-04-17T15:54:30.265Z] [2022-04-17T15:54:30.265Z] init.tools.windows: [2022-04-17T15:54:30.265Z] [2022-04-17T15:54:30.265Z] init.tools: [2022-04-17T15:54:30.265Z] [2022-04-17T15:54:30.265Z] setAsadminArgs: [2022-04-17T15:54:30.265Z] [2022-04-17T15:54:30.265Z] init: [2022-04-17T15:54:30.265Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:30.265Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:30.265Z] [get] Not modified - so not downloaded [2022-04-17T15:54:30.265Z] [2022-04-17T15:54:30.265Z] init.customtasks: [2022-04-17T15:54:30.265Z] [2022-04-17T15:54:30.265Z] common.run.asadmin: [2022-04-17T15:54:30.265Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-DefaultResources-web [2022-04-17T15:54:30.521Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:30.521Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:30.521Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] private-all: [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] declare-test: [2022-04-17T15:54:30.521Z] [echo] Starting test JDBCResInAnotherApp ejb31/jndivalidation/resourceref/CorrectJDBCResource Test asadmin deploy [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] init.os: [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] init.tools.unix: [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] init.tools.windows: [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] init.tools: [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] setAsadminArgs: [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] init: [2022-04-17T15:54:30.521Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:30.521Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:30.521Z] [get] Not modified - so not downloaded [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] init.customtasks: [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] prepare: [2022-04-17T15:54:30.521Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/app1 [2022-04-17T15:54:30.521Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/app2 [2022-04-17T15:54:30.521Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives [2022-04-17T15:54:30.521Z] [2022-04-17T15:54:30.521Z] compile-app1: [2022-04-17T15:54:30.521Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:30.521Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/app1 [2022-04-17T15:54:31.083Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:31.083Z] [javac] 1 warning [2022-04-17T15:54:31.083Z] [2022-04-17T15:54:31.083Z] assemble-app1: [2022-04-17T15:54:31.083Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives/deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web.war [2022-04-17T15:54:31.083Z] [2022-04-17T15:54:31.083Z] deploy-app1: [2022-04-17T15:54:31.083Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives/deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web.war [2022-04-17T15:54:31.339Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:31.339Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:31.596Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web. [2022-04-17T15:54:31.596Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web [2022-04-17T15:54:31.596Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:31.596Z] [2022-04-17T15:54:31.596Z] init.os: [2022-04-17T15:54:31.596Z] [2022-04-17T15:54:31.596Z] init.tools.unix: [2022-04-17T15:54:31.596Z] [2022-04-17T15:54:31.596Z] init.tools.windows: [2022-04-17T15:54:31.596Z] [2022-04-17T15:54:31.596Z] init.tools: [2022-04-17T15:54:31.596Z] [2022-04-17T15:54:31.596Z] setAsadminArgs: [2022-04-17T15:54:31.596Z] [2022-04-17T15:54:31.596Z] init: [2022-04-17T15:54:31.596Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:31.596Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:31.596Z] [get] Not modified - so not downloaded [2022-04-17T15:54:31.596Z] [2022-04-17T15:54:31.596Z] init.customtasks: [2022-04-17T15:54:31.596Z] [2022-04-17T15:54:31.596Z] prepare: [2022-04-17T15:54:31.596Z] [2022-04-17T15:54:31.596Z] compile-app2: [2022-04-17T15:54:31.596Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:31.596Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/app2 [2022-04-17T15:54:31.853Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:31.853Z] [javac] 1 warning [2022-04-17T15:54:31.853Z] [2022-04-17T15:54:31.853Z] assemble-app2: [2022-04-17T15:54:31.853Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives/deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web.war [2022-04-17T15:54:31.853Z] [2022-04-17T15:54:31.853Z] deploy-app2: [2022-04-17T15:54:31.853Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/JDBCResInAnotherApp/archives/deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web.war [2022-04-17T15:54:32.108Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:32.108Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:32.365Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web. [2022-04-17T15:54:32.365Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web [2022-04-17T15:54:32.365Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] processResult: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] failed: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] passed: [2022-04-17T15:54:32.365Z] [echo] Test JDBCResInAnotherApp Passed [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] unknown: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.os: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.tools.unix: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.tools.windows: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.tools: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] setAsadminArgs: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init: [2022-04-17T15:54:32.365Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:32.365Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:32.365Z] [get] Not modified - so not downloaded [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.customtasks: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] prepare: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] undeploy.asadmin: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] setAsadminArgs: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] common.undeploy.asadmin: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.os: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.tools.unix: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.tools.windows: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.tools: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] setAsadminArgs: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init: [2022-04-17T15:54:32.365Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:32.365Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:32.365Z] [get] Not modified - so not downloaded [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.customtasks: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] delAppRef: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.os: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.tools.unix: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.tools.windows: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.tools: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] setAsadminArgs: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init: [2022-04-17T15:54:32.365Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:32.365Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:32.365Z] [get] Not modified - so not downloaded [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] init.customtasks: [2022-04-17T15:54:32.365Z] [2022-04-17T15:54:32.365Z] common.run.asadmin: [2022-04-17T15:54:32.365Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app1-web [2022-04-17T15:54:32.638Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:32.638Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:32.894Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] setAsadminArgs: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] common.undeploy.asadmin: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init.os: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init.tools.unix: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init.tools.windows: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init.tools: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] setAsadminArgs: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init: [2022-04-17T15:54:32.894Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:32.894Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:32.894Z] [get] Not modified - so not downloaded [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init.customtasks: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] delAppRef: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init.os: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init.tools.unix: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init.tools.windows: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init.tools: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] setAsadminArgs: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init: [2022-04-17T15:54:32.894Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:32.894Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:32.894Z] [get] Not modified - so not downloaded [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] init.customtasks: [2022-04-17T15:54:32.894Z] [2022-04-17T15:54:32.894Z] common.run.asadmin: [2022-04-17T15:54:32.894Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-JDBCResInAnotherApp-app2-web [2022-04-17T15:54:33.150Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:33.150Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:33.406Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] private-all: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] declare-test: [2022-04-17T15:54:33.406Z] [echo] Starting test ResInSameApp ejb31/jndivalidation/resourceref/ResInSameApp Test asadmin deploy [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init.os: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init.tools.unix: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init.tools.windows: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init.tools: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] setAsadminArgs: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init: [2022-04-17T15:54:33.406Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:33.406Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:33.406Z] [get] Not modified - so not downloaded [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init.customtasks: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] prepare: [2022-04-17T15:54:33.406Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp [2022-04-17T15:54:33.406Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp/archives [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] deploy.jms.queue: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] setAsadminArgs: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] common.create.jms.resource: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init.os: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init.tools.unix: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init.tools.windows: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init.tools: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] setAsadminArgs: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init: [2022-04-17T15:54:33.406Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:33.406Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:33.406Z] [get] Not modified - so not downloaded [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] init.customtasks: [2022-04-17T15:54:33.406Z] [2022-04-17T15:54:33.406Z] common.run.asadmin: [2022-04-17T15:54:33.406Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue deployment_jndivalidation_queue [2022-04-17T15:54:33.662Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:33.662Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jmsdest [options] ... [2022-04-17T15:54:33.662Z] [exec] JMS Desctination deployment_jndivalidation_queue created. [2022-04-17T15:54:33.662Z] [exec] Command create-jmsdest executed successfully. [2022-04-17T15:54:33.939Z] [2022-04-17T15:54:33.939Z] init.os: [2022-04-17T15:54:33.939Z] [2022-04-17T15:54:33.939Z] init.tools.unix: [2022-04-17T15:54:33.939Z] [2022-04-17T15:54:33.939Z] init.tools.windows: [2022-04-17T15:54:33.939Z] [2022-04-17T15:54:33.939Z] init.tools: [2022-04-17T15:54:33.939Z] [2022-04-17T15:54:33.939Z] setAsadminArgs: [2022-04-17T15:54:33.939Z] [2022-04-17T15:54:33.939Z] init: [2022-04-17T15:54:33.939Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:33.939Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:33.939Z] [get] Not modified - so not downloaded [2022-04-17T15:54:33.939Z] [2022-04-17T15:54:33.939Z] init.customtasks: [2022-04-17T15:54:33.939Z] [2022-04-17T15:54:33.939Z] common.run.asadmin: [2022-04-17T15:54:33.940Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin create-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:34.195Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:34.195Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 create-jms-resource [options] ... [2022-04-17T15:54:34.195Z] [exec] Administered object jms/deployment_jndivalidation_queue created. [2022-04-17T15:54:34.195Z] [exec] Command create-jms-resource executed successfully. [2022-04-17T15:54:34.195Z] [2022-04-17T15:54:34.195Z] init.os: [2022-04-17T15:54:34.195Z] [2022-04-17T15:54:34.195Z] init.tools.unix: [2022-04-17T15:54:34.195Z] [2022-04-17T15:54:34.195Z] init.tools.windows: [2022-04-17T15:54:34.195Z] [2022-04-17T15:54:34.195Z] init.tools: [2022-04-17T15:54:34.195Z] [2022-04-17T15:54:34.195Z] setAsadminArgs: [2022-04-17T15:54:34.195Z] [2022-04-17T15:54:34.195Z] init: [2022-04-17T15:54:34.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:34.195Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:34.195Z] [get] Not modified - so not downloaded [2022-04-17T15:54:34.195Z] [2022-04-17T15:54:34.195Z] init.customtasks: [2022-04-17T15:54:34.195Z] [2022-04-17T15:54:34.195Z] prepare: [2022-04-17T15:54:34.195Z] [2022-04-17T15:54:34.195Z] compile: [2022-04-17T15:54:34.195Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:34.195Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp [2022-04-17T15:54:34.451Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:34.736Z] [javac] 1 warning [2022-04-17T15:54:34.736Z] [2022-04-17T15:54:34.736Z] assemble: [2022-04-17T15:54:34.736Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp/archives/deployment-ejb31-jndivalidation-resourceref-ResInSameApp-web.war [2022-04-17T15:54:34.736Z] [2022-04-17T15:54:34.736Z] deploy.asadmin: [2022-04-17T15:54:34.736Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/ResourceRef/ResinSameApp/archives/deployment-ejb31-jndivalidation-resourceref-ResInSameApp-web.war [2022-04-17T15:54:34.992Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:34.992Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:35.248Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-resourceref-ResInSameApp-app. [2022-04-17T15:54:35.248Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-resourceref-ResInSameApp-app [2022-04-17T15:54:35.248Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] processResult: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] failed: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] passed: [2022-04-17T15:54:35.248Z] [echo] Test ResInSameApp Passed [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] unknown: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] init.os: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] init.tools.unix: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] init.tools.windows: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] init.tools: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] setAsadminArgs: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] init: [2022-04-17T15:54:35.248Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:35.248Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:35.248Z] [get] Not modified - so not downloaded [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] init.customtasks: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] prepare: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] undeploy.asadmin: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] setAsadminArgs: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] common.undeploy.asadmin: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] init.os: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] init.tools.unix: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] init.tools.windows: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.248Z] init.tools: [2022-04-17T15:54:35.248Z] [2022-04-17T15:54:35.249Z] setAsadminArgs: [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] init: [2022-04-17T15:54:35.249Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:35.249Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:35.249Z] [get] Not modified - so not downloaded [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] init.customtasks: [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] delAppRef: [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] init.os: [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] init.tools.unix: [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] init.tools.windows: [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] init.tools: [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] setAsadminArgs: [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] init: [2022-04-17T15:54:35.249Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:35.249Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:35.249Z] [get] Not modified - so not downloaded [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] init.customtasks: [2022-04-17T15:54:35.249Z] [2022-04-17T15:54:35.249Z] common.run.asadmin: [2022-04-17T15:54:35.249Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-resourceref-ResInSameApp-app [2022-04-17T15:54:35.504Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:35.504Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:35.760Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init.os: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init.tools.unix: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init.tools.windows: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init.tools: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] setAsadminArgs: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init: [2022-04-17T15:54:35.760Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:35.760Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:35.760Z] [get] Not modified - so not downloaded [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init.customtasks: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] prepare: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] undeploy.jms.queue: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] setAsadminArgs: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] common.delete.jms.resource: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init.os: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init.tools.unix: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init.tools.windows: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init.tools: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] setAsadminArgs: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init: [2022-04-17T15:54:35.760Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:35.760Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:35.760Z] [get] Not modified - so not downloaded [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] init.customtasks: [2022-04-17T15:54:35.760Z] [2022-04-17T15:54:35.760Z] common.run.asadmin: [2022-04-17T15:54:35.760Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-jms-resource --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 jms/deployment_jndivalidation_queue [2022-04-17T15:54:36.016Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:36.016Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jms-resource [options] ... [2022-04-17T15:54:36.016Z] [exec] Administered object jms/deployment_jndivalidation_queue deleted. [2022-04-17T15:54:36.016Z] [exec] Command delete-jms-resource executed successfully. [2022-04-17T15:54:36.016Z] [2022-04-17T15:54:36.016Z] init.os: [2022-04-17T15:54:36.016Z] [2022-04-17T15:54:36.016Z] init.tools.unix: [2022-04-17T15:54:36.016Z] [2022-04-17T15:54:36.016Z] init.tools.windows: [2022-04-17T15:54:36.016Z] [2022-04-17T15:54:36.016Z] init.tools: [2022-04-17T15:54:36.016Z] [2022-04-17T15:54:36.016Z] setAsadminArgs: [2022-04-17T15:54:36.016Z] [2022-04-17T15:54:36.016Z] init: [2022-04-17T15:54:36.016Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:36.016Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:36.016Z] [get] Not modified - so not downloaded [2022-04-17T15:54:36.016Z] [2022-04-17T15:54:36.016Z] init.customtasks: [2022-04-17T15:54:36.016Z] [2022-04-17T15:54:36.016Z] common.run.asadmin: [2022-04-17T15:54:36.016Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin delete-jmsdest --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --desttype queue deployment_jndivalidation_queue [2022-04-17T15:54:36.584Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:36.584Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 delete-jmsdest [options] ... [2022-04-17T15:54:36.584Z] [exec] Command delete-jmsdest executed successfully. [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] private-all: [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] private-all: [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] declare-test: [2022-04-17T15:54:36.584Z] [echo] Starting test CorrectJDBCResource ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource Test asadmin deploy [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] init.os: [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] init.tools.unix: [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] init.tools.windows: [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] init.tools: [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] setAsadminArgs: [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] init: [2022-04-17T15:54:36.584Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:36.584Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:36.584Z] [get] Not modified - so not downloaded [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] init.customtasks: [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] prepare: [2022-04-17T15:54:36.584Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource [2022-04-17T15:54:36.584Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource/archives [2022-04-17T15:54:36.584Z] [2022-04-17T15:54:36.584Z] compile: [2022-04-17T15:54:36.584Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:36.584Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource [2022-04-17T15:54:36.853Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:36.853Z] [javac] 1 warning [2022-04-17T15:54:36.853Z] [2022-04-17T15:54:36.853Z] assemble: [2022-04-17T15:54:36.853Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web.war [2022-04-17T15:54:36.853Z] [2022-04-17T15:54:36.853Z] deploy.asadmin: [2022-04-17T15:54:36.853Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectJDBCResource/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web.war [2022-04-17T15:54:37.139Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:37.139Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:37.741Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web. [2022-04-17T15:54:37.741Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web [2022-04-17T15:54:37.741Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] processResult: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] failed: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] passed: [2022-04-17T15:54:37.741Z] [echo] Test CorrectJDBCResource Passed [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] unknown: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.os: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.tools.unix: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.tools.windows: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.tools: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] setAsadminArgs: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init: [2022-04-17T15:54:37.741Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:37.741Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:37.741Z] [get] Not modified - so not downloaded [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.customtasks: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] prepare: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] undeploy.asadmin: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] setAsadminArgs: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] common.undeploy.asadmin: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.os: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.tools.unix: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.tools.windows: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.tools: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] setAsadminArgs: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init: [2022-04-17T15:54:37.741Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:37.741Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:37.741Z] [get] Not modified - so not downloaded [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.customtasks: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] delAppRef: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.os: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.tools.unix: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.tools.windows: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.tools: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] setAsadminArgs: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init: [2022-04-17T15:54:37.741Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:37.741Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:37.741Z] [get] Not modified - so not downloaded [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] init.customtasks: [2022-04-17T15:54:37.741Z] [2022-04-17T15:54:37.741Z] common.run.asadmin: [2022-04-17T15:54:37.741Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-AppScopedResources-CorrectJDBCResource-web [2022-04-17T15:54:37.997Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:37.997Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:38.254Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] private-all: [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] declare-test: [2022-04-17T15:54:38.254Z] [echo] Starting test CorrectEnterpriseApplication ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication Test asadmin deploy [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] init.os: [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] init.tools.unix: [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] init.tools.windows: [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] init.tools: [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] setAsadminArgs: [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] init: [2022-04-17T15:54:38.254Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:38.254Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:38.254Z] [get] Not modified - so not downloaded [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] init.customtasks: [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] prepare: [2022-04-17T15:54:38.254Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication [2022-04-17T15:54:38.254Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives [2022-04-17T15:54:38.254Z] [2022-04-17T15:54:38.254Z] compile: [2022-04-17T15:54:38.254Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:38.254Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication [2022-04-17T15:54:38.510Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:38.510Z] [javac] 1 warning [2022-04-17T15:54:38.510Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:38.510Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication [2022-04-17T15:54:38.767Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:38.767Z] [javac] 1 warning [2022-04-17T15:54:38.767Z] [2022-04-17T15:54:38.767Z] assemble: [2022-04-17T15:54:38.767Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-web.war [2022-04-17T15:54:38.767Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-ejb.jar [2022-04-17T15:54:39.038Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplicationApp.ear [2022-04-17T15:54:39.038Z] [2022-04-17T15:54:39.038Z] deploy.asadmin: [2022-04-17T15:54:39.038Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/AppScopedResources/CorrectEnterpriseApplication/archives/deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplicationApp.ear [2022-04-17T15:54:39.296Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:39.296Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:39.558Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-app. [2022-04-17T15:54:39.558Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-app [2022-04-17T15:54:39.558Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:39.558Z] [2022-04-17T15:54:39.558Z] processResult: [2022-04-17T15:54:39.558Z] [2022-04-17T15:54:39.558Z] failed: [2022-04-17T15:54:39.558Z] [2022-04-17T15:54:39.558Z] passed: [2022-04-17T15:54:39.558Z] [echo] Test CorrectEnterpriseApplication Passed [2022-04-17T15:54:39.558Z] [2022-04-17T15:54:39.558Z] unknown: [2022-04-17T15:54:39.558Z] [2022-04-17T15:54:39.558Z] init.os: [2022-04-17T15:54:39.558Z] [2022-04-17T15:54:39.558Z] init.tools.unix: [2022-04-17T15:54:39.558Z] [2022-04-17T15:54:39.558Z] init.tools.windows: [2022-04-17T15:54:39.558Z] [2022-04-17T15:54:39.558Z] init.tools: [2022-04-17T15:54:39.558Z] [2022-04-17T15:54:39.558Z] setAsadminArgs: [2022-04-17T15:54:39.558Z] [2022-04-17T15:54:39.558Z] init: [2022-04-17T15:54:39.558Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:39.558Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:39.840Z] [get] Not modified - so not downloaded [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.customtasks: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] prepare: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] undeploy.asadmin: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] setAsadminArgs: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] common.undeploy.asadmin: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.os: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.tools.unix: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.tools.windows: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.tools: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] setAsadminArgs: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init: [2022-04-17T15:54:39.840Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:39.840Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:39.840Z] [get] Not modified - so not downloaded [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.customtasks: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] delAppRef: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.os: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.tools.unix: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.tools.windows: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.tools: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] setAsadminArgs: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init: [2022-04-17T15:54:39.840Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:39.840Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:39.840Z] [get] Not modified - so not downloaded [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] init.customtasks: [2022-04-17T15:54:39.840Z] [2022-04-17T15:54:39.840Z] common.run.asadmin: [2022-04-17T15:54:39.840Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-AppScopedResources-CorrectEnterpriseApplication-app [2022-04-17T15:54:40.102Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:40.102Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:40.102Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] private-all: [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] private-all: [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] declare-test: [2022-04-17T15:54:40.102Z] [echo] Starting test CorrectLocalRef ejb31/jndivalidation/EJBRef/CorrectLocalRef Test asadmin deploy [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] init.os: [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] init.tools.unix: [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] init.tools.windows: [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] init.tools: [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] setAsadminArgs: [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] init: [2022-04-17T15:54:40.102Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:40.102Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:40.102Z] [get] Not modified - so not downloaded [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] init.customtasks: [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] prepare: [2022-04-17T15:54:40.102Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef [2022-04-17T15:54:40.102Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives [2022-04-17T15:54:40.102Z] [2022-04-17T15:54:40.102Z] compile: [2022-04-17T15:54:40.102Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:40.102Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef [2022-04-17T15:54:40.667Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:40.667Z] [javac] 1 warning [2022-04-17T15:54:40.667Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:40.667Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef [2022-04-17T15:54:40.923Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:40.923Z] [javac] 1 warning [2022-04-17T15:54:40.923Z] [2022-04-17T15:54:40.923Z] assemble: [2022-04-17T15:54:40.923Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives/deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-web.war [2022-04-17T15:54:40.923Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives/deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-ejb.jar [2022-04-17T15:54:40.923Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives/deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-app.ear [2022-04-17T15:54:40.923Z] [2022-04-17T15:54:40.923Z] deploy.asadmin: [2022-04-17T15:54:40.923Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/CorrectLocalRef/archives/deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-app.ear [2022-04-17T15:54:41.191Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:41.191Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:41.447Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-app. [2022-04-17T15:54:41.447Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-app [2022-04-17T15:54:41.447Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] processResult: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] failed: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] passed: [2022-04-17T15:54:41.447Z] [echo] Test CorrectLocalRef Passed [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] unknown: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.os: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.tools.unix: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.tools.windows: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.tools: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] setAsadminArgs: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init: [2022-04-17T15:54:41.447Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:41.447Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:41.447Z] [get] Not modified - so not downloaded [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.customtasks: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] prepare: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] undeploy.asadmin: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] setAsadminArgs: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] common.undeploy.asadmin: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.os: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.tools.unix: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.tools.windows: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.tools: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] setAsadminArgs: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init: [2022-04-17T15:54:41.447Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:41.447Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:41.447Z] [get] Not modified - so not downloaded [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.customtasks: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] delAppRef: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.os: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.tools.unix: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.tools.windows: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.tools: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] setAsadminArgs: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init: [2022-04-17T15:54:41.447Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:41.447Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:41.447Z] [get] Not modified - so not downloaded [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] init.customtasks: [2022-04-17T15:54:41.447Z] [2022-04-17T15:54:41.447Z] common.run.asadmin: [2022-04-17T15:54:41.447Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-EJBRef-CorrectLocalRef-app [2022-04-17T15:54:42.040Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:42.040Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:42.040Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:42.040Z] [2022-04-17T15:54:42.040Z] private-all: [2022-04-17T15:54:42.040Z] [2022-04-17T15:54:42.041Z] declare-test: [2022-04-17T15:54:42.041Z] [echo] Starting test RemoteRef ejb31/jndivalidation/EJBRef/RemoteRef Test asadmin deploy [2022-04-17T15:54:42.041Z] [2022-04-17T15:54:42.041Z] init.os: [2022-04-17T15:54:42.041Z] [2022-04-17T15:54:42.041Z] init.tools.unix: [2022-04-17T15:54:42.041Z] [2022-04-17T15:54:42.041Z] init.tools.windows: [2022-04-17T15:54:42.041Z] [2022-04-17T15:54:42.041Z] init.tools: [2022-04-17T15:54:42.041Z] [2022-04-17T15:54:42.041Z] setAsadminArgs: [2022-04-17T15:54:42.041Z] [2022-04-17T15:54:42.041Z] init: [2022-04-17T15:54:42.041Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:42.041Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:42.041Z] [get] Not modified - so not downloaded [2022-04-17T15:54:42.041Z] [2022-04-17T15:54:42.041Z] init.customtasks: [2022-04-17T15:54:42.041Z] [2022-04-17T15:54:42.041Z] prepare: [2022-04-17T15:54:42.041Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef [2022-04-17T15:54:42.041Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives [2022-04-17T15:54:42.041Z] [2022-04-17T15:54:42.041Z] compile: [2022-04-17T15:54:42.041Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:42.041Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef [2022-04-17T15:54:42.297Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:42.297Z] [javac] 1 warning [2022-04-17T15:54:42.297Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:42.297Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef [2022-04-17T15:54:42.553Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:42.553Z] [javac] 1 warning [2022-04-17T15:54:42.838Z] [2022-04-17T15:54:42.838Z] assemble: [2022-04-17T15:54:42.838Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives/deployment-ejb31-jndivalidation-EJBRef-RemoteRef-web.war [2022-04-17T15:54:42.838Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives/deployment-ejb31-jndivalidation-EJBRef-RemoteRef-ejb.jar [2022-04-17T15:54:42.838Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives/deployment-ejb31-jndivalidation-EJBRef-RemoteRef-app.ear [2022-04-17T15:54:42.838Z] [2022-04-17T15:54:42.838Z] deploy.asadmin: [2022-04-17T15:54:42.838Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/ejb31/jndivalidation/EJBRef/RemoteRef/archives/deployment-ejb31-jndivalidation-EJBRef-RemoteRef-app.ear [2022-04-17T15:54:43.094Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:43.094Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:54:43.350Z] [exec] Application deployed with name deployment-ejb31-jndivalidation-EJBRef-RemoteRef-app. [2022-04-17T15:54:43.350Z] [exec] there are no files to retrieve for application deployment-ejb31-jndivalidation-EJBRef-RemoteRef-app [2022-04-17T15:54:43.350Z] [exec] Command deploy executed successfully. [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] processResult: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] failed: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] passed: [2022-04-17T15:54:43.350Z] [echo] Test RemoteRef Passed [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] unknown: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.os: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.tools.unix: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.tools.windows: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.tools: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] setAsadminArgs: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init: [2022-04-17T15:54:43.350Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:43.350Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:43.350Z] [get] Not modified - so not downloaded [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.customtasks: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] prepare: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] undeploy.asadmin: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] setAsadminArgs: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] common.undeploy.asadmin: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.os: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.tools.unix: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.tools.windows: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.tools: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] setAsadminArgs: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init: [2022-04-17T15:54:43.350Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:43.350Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:43.350Z] [get] Not modified - so not downloaded [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.customtasks: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] delAppRef: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.os: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.tools.unix: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.tools.windows: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.tools: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] setAsadminArgs: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init: [2022-04-17T15:54:43.350Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:43.350Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:43.350Z] [get] Not modified - so not downloaded [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] init.customtasks: [2022-04-17T15:54:43.350Z] [2022-04-17T15:54:43.350Z] common.run.asadmin: [2022-04-17T15:54:43.350Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-ejb31-jndivalidation-EJBRef-RemoteRef-app [2022-04-17T15:54:43.636Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:43.636Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:43.893Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] private-all: [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] private-all: [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] private-all-pe: [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] init.os: [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] init.tools.unix: [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] init.tools.windows: [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] init.tools: [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] setAsadminArgs: [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] init: [2022-04-17T15:54:43.893Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:43.893Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:43.893Z] [get] Not modified - so not downloaded [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] init.customtasks: [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] prepare: [2022-04-17T15:54:43.893Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory/ejb_jar/META-INF [2022-04-17T15:54:43.893Z] [2022-04-17T15:54:43.893Z] compile: [2022-04-17T15:54:43.893Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:43.893Z] [javac] Compiling 6 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy [2022-04-17T15:54:44.150Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:44.436Z] [javac] 1 warning [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] assemble: [2022-04-17T15:54:44.436Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory/util.jar [2022-04-17T15:54:44.436Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/appclient.jar [2022-04-17T15:54:44.436Z] [copy] Copying 4 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory/ejb_jar [2022-04-17T15:54:44.436Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory/ejb_jar/META-INF [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] declare-test: [2022-04-17T15:54:44.436Z] [echo] Starting test dir_deploy descriptor_free/ear/dir_deploy asadmin deploydir [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init.os: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init.tools.unix: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init.tools.windows: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init.tools: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] setAsadminArgs: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init: [2022-04-17T15:54:44.436Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:44.436Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:44.436Z] [get] Not modified - so not downloaded [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init.customtasks: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] prepare: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] deploy.asadmin: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] setAsadminArgs: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] common.deploydir.asadmin: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init.os: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init.tools.unix: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init.tools.windows: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init.tools: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] setAsadminArgs: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init: [2022-04-17T15:54:44.436Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:44.436Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:44.436Z] [get] Not modified - so not downloaded [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] init.customtasks: [2022-04-17T15:54:44.436Z] [2022-04-17T15:54:44.436Z] common.run.asadmin: [2022-04-17T15:54:44.436Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory [2022-04-17T15:54:44.693Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:44.693Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:54:44.948Z] [exec] Application deployed with name NoAppXml_Directory. [2022-04-17T15:54:44.948Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:54:44.948Z] [exec] Command deploydir executed successfully. [2022-04-17T15:54:44.948Z] [2022-04-17T15:54:44.948Z] init.os: [2022-04-17T15:54:44.948Z] [2022-04-17T15:54:44.948Z] init.tools.unix: [2022-04-17T15:54:44.948Z] [2022-04-17T15:54:44.948Z] init.tools.windows: [2022-04-17T15:54:44.948Z] [2022-04-17T15:54:44.949Z] init.tools: [2022-04-17T15:54:44.949Z] [2022-04-17T15:54:44.949Z] setAsadminArgs: [2022-04-17T15:54:44.949Z] [2022-04-17T15:54:44.949Z] init: [2022-04-17T15:54:44.949Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:44.949Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:44.949Z] [get] Not modified - so not downloaded [2022-04-17T15:54:44.949Z] [2022-04-17T15:54:44.949Z] init.customtasks: [2022-04-17T15:54:44.949Z] [2022-04-17T15:54:44.949Z] prepare: [2022-04-17T15:54:44.949Z] [2022-04-17T15:54:44.949Z] setOrbPort2: [2022-04-17T15:54:44.949Z] [2022-04-17T15:54:44.949Z] runclient: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] processResult: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] failed: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] passed: [2022-04-17T15:54:50.238Z] [echo] Test dir_deploy Passed [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] unknown: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] declare-test: [2022-04-17T15:54:50.238Z] [echo] Starting test dir_deploy descriptor_free/ear/dir_deploy asadmin re-deploy [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.os: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.tools.unix: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.tools.windows: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.tools: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] setAsadminArgs: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init: [2022-04-17T15:54:50.238Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:50.238Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:50.238Z] [get] Not modified - so not downloaded [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.customtasks: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] prepare: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] redeploy.asadmin: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] setAsadminArgs: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] common.redeploydir.asadmin: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.os: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.tools.unix: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.tools.windows: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.tools: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] setAsadminArgs: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init: [2022-04-17T15:54:50.238Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:50.238Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:50.238Z] [get] Not modified - so not downloaded [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.customtasks: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] common.run.asadmin: [2022-04-17T15:54:50.238Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/descriptor_free_zone/ear/dir_deploy/NoAppXml_Directory [2022-04-17T15:54:50.238Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:50.238Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:54:50.238Z] [exec] Application deployed with name NoAppXml_Directory. [2022-04-17T15:54:50.238Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:54:50.238Z] [exec] Command deploydir executed successfully. [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.os: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.tools.unix: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.tools.windows: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.tools: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] setAsadminArgs: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init: [2022-04-17T15:54:50.238Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:50.238Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:50.238Z] [get] Not modified - so not downloaded [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] init.customtasks: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] prepare: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] setOrbPort2: [2022-04-17T15:54:50.238Z] [2022-04-17T15:54:50.238Z] runclient: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] processResult: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] failed: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] passed: [2022-04-17T15:54:55.527Z] [echo] Test dir_deploy Passed [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] unknown: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] undeploy.asadmin: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] setAsadminArgs: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] common.undeploy.asadmin: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.os: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.tools.unix: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.tools.windows: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.tools: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] setAsadminArgs: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init: [2022-04-17T15:54:55.527Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:55.527Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:55.527Z] [get] Not modified - so not downloaded [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.customtasks: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] delAppRef: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.os: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.tools.unix: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.tools.windows: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.tools: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] setAsadminArgs: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init: [2022-04-17T15:54:55.527Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:55.527Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:55.527Z] [get] Not modified - so not downloaded [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.customtasks: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] common.run.asadmin: [2022-04-17T15:54:55.527Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 NoAppXml_Directory [2022-04-17T15:54:55.527Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:55.527Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:55.527Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] private-all: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] private-all: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] private-all: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.os: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.tools.unix: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.tools.windows: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.tools: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] setAsadminArgs: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init: [2022-04-17T15:54:55.527Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:55.527Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:55.527Z] [get] Not modified - so not downloaded [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] init.customtasks: [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] prepare: [2022-04-17T15:54:55.527Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear [2022-04-17T15:54:55.527Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar [2022-04-17T15:54:55.527Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarEjb_jar [2022-04-17T15:54:55.527Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war [2022-04-17T15:54:55.527Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war/WEB-INF/classes [2022-04-17T15:54:55.527Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/client [2022-04-17T15:54:55.527Z] [2022-04-17T15:54:55.527Z] compile: [2022-04-17T15:54:55.527Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:55.527Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarEjb_jar [2022-04-17T15:54:55.527Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:55.527Z] [javac] 1 warning [2022-04-17T15:54:55.527Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:55.527Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war/WEB-INF/classes [2022-04-17T15:54:56.090Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:56.090Z] [javac] 1 warning [2022-04-17T15:54:56.090Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:56.090Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/client [2022-04-17T15:54:56.346Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:56.346Z] [javac] 1 warning [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] assemble: [2022-04-17T15:54:56.346Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war/WEB-INF [2022-04-17T15:54:56.346Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war/WEB-INF [2022-04-17T15:54:56.346Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war [2022-04-17T15:54:56.346Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarWeb_war/WEB-INF/classes [2022-04-17T15:54:56.346Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarEjb_jar/META-INF [2022-04-17T15:54:56.346Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarEjb_jar/META-INF [2022-04-17T15:54:56.346Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/dirDeployEarEjb_jar/META-INF [2022-04-17T15:54:56.346Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/META-INF [2022-04-17T15:54:56.346Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar/META-INF [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] declare-test: [2022-04-17T15:54:56.346Z] [echo] Starting test ear directorydeploy/ear Test asadmin deploydir [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init.os: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init.tools.unix: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init.tools.windows: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init.tools: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] setAsadminArgs: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init: [2022-04-17T15:54:56.346Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:56.346Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:56.346Z] [get] Not modified - so not downloaded [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init.customtasks: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] prepare: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] deploydir.asadmin: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] setAsadminArgs: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] common.deploydir.asadmin: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init.os: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init.tools.unix: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init.tools.windows: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init.tools: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] setAsadminArgs: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init: [2022-04-17T15:54:56.346Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:56.346Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:56.346Z] [get] Not modified - so not downloaded [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] init.customtasks: [2022-04-17T15:54:56.346Z] [2022-04-17T15:54:56.346Z] common.run.asadmin: [2022-04-17T15:54:56.346Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployEar /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar [2022-04-17T15:54:56.603Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:56.603Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:54:56.864Z] [exec] Application deployed with name dirDeployEar. [2022-04-17T15:54:56.864Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:54:56.864Z] [exec] Command deploydir executed successfully. [2022-04-17T15:54:56.864Z] [2022-04-17T15:54:56.864Z] setHttpPort: [2022-04-17T15:54:56.864Z] [2022-04-17T15:54:56.864Z] run.positive: [2022-04-17T15:54:56.864Z] [2022-04-17T15:54:56.864Z] init.os: [2022-04-17T15:54:56.864Z] [2022-04-17T15:54:56.864Z] init.tools.unix: [2022-04-17T15:54:56.864Z] [2022-04-17T15:54:56.864Z] init.tools.windows: [2022-04-17T15:54:56.864Z] [2022-04-17T15:54:56.864Z] init.tools: [2022-04-17T15:54:56.864Z] [2022-04-17T15:54:56.864Z] setAsadminArgs: [2022-04-17T15:54:56.864Z] [2022-04-17T15:54:56.864Z] init: [2022-04-17T15:54:56.864Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:56.864Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:56.864Z] [get] Not modified - so not downloaded [2022-04-17T15:54:56.864Z] [2022-04-17T15:54:56.864Z] init.customtasks: [2022-04-17T15:54:56.864Z] [2022-04-17T15:54:56.864Z] runclient: [2022-04-17T15:54:56.864Z] [echo] TestClient http://localhost:8080/dirDeployEarWeb true [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployEarWeb [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: Hello World [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]::
HelloWorld [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: Sample Application
[2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]::
Enter [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: Name:
[2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]::
[2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 [2022-04-17T15:54:57.446Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] processResult: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] failed: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] passed: [2022-04-17T15:54:57.446Z] [echo] Test ear Passed [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] unknown: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] declare-test: [2022-04-17T15:54:57.446Z] [echo] Starting test ear directorydeploy/ear Test asadmin redeploydir [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init.os: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init.tools.unix: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init.tools.windows: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init.tools: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] setAsadminArgs: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init: [2022-04-17T15:54:57.446Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:57.446Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:57.446Z] [get] Not modified - so not downloaded [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init.customtasks: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] prepare: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] redeploydir.asadmin: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] setAsadminArgs: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] common.redeploydir.asadmin: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init.os: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init.tools.unix: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init.tools.windows: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init.tools: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] setAsadminArgs: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init: [2022-04-17T15:54:57.446Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:57.446Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:57.446Z] [get] Not modified - so not downloaded [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] init.customtasks: [2022-04-17T15:54:57.446Z] [2022-04-17T15:54:57.446Z] common.run.asadmin: [2022-04-17T15:54:57.446Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployEar /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ear/dirDeployEar [2022-04-17T15:54:57.702Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:57.702Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:54:57.958Z] [exec] Application deployed with name dirDeployEar. [2022-04-17T15:54:57.958Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:54:57.958Z] [exec] Command deploydir executed successfully. [2022-04-17T15:54:57.958Z] [2022-04-17T15:54:57.958Z] setHttpPort: [2022-04-17T15:54:57.958Z] [2022-04-17T15:54:57.958Z] run.positive: [2022-04-17T15:54:57.958Z] [2022-04-17T15:54:57.958Z] init.os: [2022-04-17T15:54:57.958Z] [2022-04-17T15:54:57.958Z] init.tools.unix: [2022-04-17T15:54:57.959Z] [2022-04-17T15:54:57.959Z] init.tools.windows: [2022-04-17T15:54:57.959Z] [2022-04-17T15:54:57.959Z] init.tools: [2022-04-17T15:54:57.959Z] [2022-04-17T15:54:57.959Z] setAsadminArgs: [2022-04-17T15:54:57.959Z] [2022-04-17T15:54:57.959Z] init: [2022-04-17T15:54:57.959Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:57.959Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:57.959Z] [get] Not modified - so not downloaded [2022-04-17T15:54:57.959Z] [2022-04-17T15:54:57.959Z] init.customtasks: [2022-04-17T15:54:57.959Z] [2022-04-17T15:54:57.959Z] runclient: [2022-04-17T15:54:57.959Z] [echo] TestClient http://localhost:8080/dirDeployEarWeb true [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployEarWeb [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: Hello World [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]::
[2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]::
HelloWorld [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: Sample Application
[2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]::
Enter [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: Name:
[2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]::
[2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 [2022-04-17T15:54:58.939Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] processResult: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] failed: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] passed: [2022-04-17T15:54:58.939Z] [echo] Test ear Passed [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] unknown: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] declare-test: [2022-04-17T15:54:58.939Z] [echo] Starting test ear directorydeploy/ear Test asadmin undeploydir [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] undeploy.asadmin: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] setAsadminArgs: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] common.undeploy.asadmin: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init.os: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init.tools.unix: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init.tools.windows: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init.tools: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] setAsadminArgs: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init: [2022-04-17T15:54:58.939Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:58.939Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:58.939Z] [get] Not modified - so not downloaded [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init.customtasks: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] delAppRef: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init.os: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init.tools.unix: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init.tools.windows: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init.tools: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] setAsadminArgs: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init: [2022-04-17T15:54:58.939Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:58.939Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:58.939Z] [get] Not modified - so not downloaded [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] init.customtasks: [2022-04-17T15:54:58.939Z] [2022-04-17T15:54:58.939Z] common.run.asadmin: [2022-04-17T15:54:58.939Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployEar [2022-04-17T15:54:59.195Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:54:59.195Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:54:59.195Z] [exec] Command undeploy executed successfully. [2022-04-17T15:54:59.195Z] [2022-04-17T15:54:59.195Z] setHttpPort: [2022-04-17T15:54:59.195Z] [2022-04-17T15:54:59.195Z] run.negative: [2022-04-17T15:54:59.195Z] [2022-04-17T15:54:59.195Z] init.os: [2022-04-17T15:54:59.195Z] [2022-04-17T15:54:59.195Z] init.tools.unix: [2022-04-17T15:54:59.195Z] [2022-04-17T15:54:59.195Z] init.tools.windows: [2022-04-17T15:54:59.195Z] [2022-04-17T15:54:59.195Z] init.tools: [2022-04-17T15:54:59.195Z] [2022-04-17T15:54:59.195Z] setAsadminArgs: [2022-04-17T15:54:59.195Z] [2022-04-17T15:54:59.195Z] init: [2022-04-17T15:54:59.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:59.195Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:59.195Z] [get] Not modified - so not downloaded [2022-04-17T15:54:59.195Z] [2022-04-17T15:54:59.195Z] init.customtasks: [2022-04-17T15:54:59.195Z] [2022-04-17T15:54:59.195Z] runclient: [2022-04-17T15:54:59.195Z] [echo] TestClient http://localhost:8080/dirDeployEarWeb/dirDeployEar false [2022-04-17T15:54:59.452Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:54:59.452Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployEarWeb/dirDeployEar [2022-04-17T15:54:59.708Z] [javaWithResult] [directorydeploy.TestClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/dirDeployEarWeb/dirDeployEar [2022-04-17T15:54:59.708Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] processResult: [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] failed: [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] passed: [2022-04-17T15:54:59.708Z] [echo] Test ear Passed [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] unknown: [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] private-all: [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] init.os: [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] init.tools.unix: [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] init.tools.windows: [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] init.tools: [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] setAsadminArgs: [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] init: [2022-04-17T15:54:59.708Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:54:59.708Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:54:59.708Z] [get] Not modified - so not downloaded [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] init.customtasks: [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] prepare: [2022-04-17T15:54:59.708Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix [2022-04-17T15:54:59.708Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear [2022-04-17T15:54:59.708Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixEjb.jar [2022-04-17T15:54:59.708Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war [2022-04-17T15:54:59.708Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war/WEB-INF/classes [2022-04-17T15:54:59.708Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/client [2022-04-17T15:54:59.708Z] [2022-04-17T15:54:59.708Z] compile: [2022-04-17T15:54:59.708Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:59.708Z] [javac] Compiling 3 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixEjb.jar [2022-04-17T15:54:59.965Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:54:59.965Z] [javac] 1 warning [2022-04-17T15:54:59.965Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:54:59.965Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war/WEB-INF/classes [2022-04-17T15:55:00.222Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:00.222Z] [javac] 1 warning [2022-04-17T15:55:00.222Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:00.222Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/client [2022-04-17T15:55:00.478Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:00.478Z] [javac] 1 warning [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] assemble: [2022-04-17T15:55:00.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war/WEB-INF [2022-04-17T15:55:00.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war/WEB-INF [2022-04-17T15:55:00.740Z] [copy] Copying 2 files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war [2022-04-17T15:55:00.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixWeb.war/WEB-INF/classes [2022-04-17T15:55:00.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixEjb.jar/META-INF [2022-04-17T15:55:00.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixEjb.jar/META-INF [2022-04-17T15:55:00.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/dirDeployWithEarSuffixEjb.jar/META-INF [2022-04-17T15:55:00.740Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/META-INF [2022-04-17T15:55:00.740Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear/META-INF [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] declare-test: [2022-04-17T15:55:00.740Z] [echo] Starting test earwithsuffix directorydeploy/earWithSuffix Test asadmin deploydir [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init.os: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init.tools.unix: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init.tools.windows: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init.tools: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] setAsadminArgs: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init: [2022-04-17T15:55:00.740Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:00.740Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:00.740Z] [get] Not modified - so not downloaded [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init.customtasks: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] prepare: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] deploydir.asadmin: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] setAsadminArgs: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] common.deploydir.asadmin: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init.os: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init.tools.unix: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init.tools.windows: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init.tools: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] setAsadminArgs: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init: [2022-04-17T15:55:00.740Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:00.740Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:00.740Z] [get] Not modified - so not downloaded [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] init.customtasks: [2022-04-17T15:55:00.740Z] [2022-04-17T15:55:00.740Z] common.run.asadmin: [2022-04-17T15:55:00.740Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployWithEarSuffix /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear [2022-04-17T15:55:00.996Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:00.996Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:55:01.253Z] [exec] Application deployed with name dirDeployWithEarSuffix. [2022-04-17T15:55:01.253Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:55:01.253Z] [exec] Command deploydir executed successfully. [2022-04-17T15:55:01.253Z] [2022-04-17T15:55:01.253Z] setHttpPort: [2022-04-17T15:55:01.253Z] [2022-04-17T15:55:01.253Z] run.positive: [2022-04-17T15:55:01.253Z] [2022-04-17T15:55:01.253Z] init.os: [2022-04-17T15:55:01.253Z] [2022-04-17T15:55:01.253Z] init.tools.unix: [2022-04-17T15:55:01.253Z] [2022-04-17T15:55:01.253Z] init.tools.windows: [2022-04-17T15:55:01.253Z] [2022-04-17T15:55:01.253Z] init.tools: [2022-04-17T15:55:01.253Z] [2022-04-17T15:55:01.253Z] setAsadminArgs: [2022-04-17T15:55:01.253Z] [2022-04-17T15:55:01.253Z] init: [2022-04-17T15:55:01.253Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:01.253Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:01.253Z] [get] Not modified - so not downloaded [2022-04-17T15:55:01.253Z] [2022-04-17T15:55:01.253Z] init.customtasks: [2022-04-17T15:55:01.253Z] [2022-04-17T15:55:01.253Z] runclient: [2022-04-17T15:55:01.253Z] [echo] TestClient http://localhost:8080/dirDeployWithEarSuffixWeb true [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployWithEarSuffixWeb [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: Hello World [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]::
[2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]::
HelloWorld [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: Sample Application
[2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]::
Enter [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: Name:
[2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]::
[2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 [2022-04-17T15:55:01.509Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] processResult: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] failed: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] passed: [2022-04-17T15:55:01.509Z] [echo] Test earwithsuffix Passed [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] unknown: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] declare-test: [2022-04-17T15:55:01.509Z] [echo] Starting test earwithsuffix directorydeploy/earWithSuffix Test asadmin redeploydir [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init.os: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init.tools.unix: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init.tools.windows: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init.tools: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] setAsadminArgs: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init: [2022-04-17T15:55:01.509Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:01.509Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:01.509Z] [get] Not modified - so not downloaded [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init.customtasks: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] prepare: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] redeploydir.asadmin: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] setAsadminArgs: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] common.redeploydir.asadmin: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init.os: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init.tools.unix: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init.tools.windows: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init.tools: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] setAsadminArgs: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init: [2022-04-17T15:55:01.509Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:01.509Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:01.509Z] [get] Not modified - so not downloaded [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] init.customtasks: [2022-04-17T15:55:01.509Z] [2022-04-17T15:55:01.509Z] common.run.asadmin: [2022-04-17T15:55:01.509Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployWithEarSuffix /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/earwithsuffix/dirDeployWithEarSuffix.ear [2022-04-17T15:55:02.072Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:02.072Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:55:02.072Z] [exec] Application deployed with name dirDeployWithEarSuffix. [2022-04-17T15:55:02.072Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:55:02.072Z] [exec] Command deploydir executed successfully. [2022-04-17T15:55:02.072Z] [2022-04-17T15:55:02.072Z] setHttpPort: [2022-04-17T15:55:02.072Z] [2022-04-17T15:55:02.072Z] run.positive: [2022-04-17T15:55:02.073Z] [2022-04-17T15:55:02.073Z] init.os: [2022-04-17T15:55:02.073Z] [2022-04-17T15:55:02.073Z] init.tools.unix: [2022-04-17T15:55:02.073Z] [2022-04-17T15:55:02.073Z] init.tools.windows: [2022-04-17T15:55:02.073Z] [2022-04-17T15:55:02.073Z] init.tools: [2022-04-17T15:55:02.073Z] [2022-04-17T15:55:02.073Z] setAsadminArgs: [2022-04-17T15:55:02.073Z] [2022-04-17T15:55:02.073Z] init: [2022-04-17T15:55:02.073Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:02.073Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:02.073Z] [get] Not modified - so not downloaded [2022-04-17T15:55:02.073Z] [2022-04-17T15:55:02.073Z] init.customtasks: [2022-04-17T15:55:02.073Z] [2022-04-17T15:55:02.073Z] runclient: [2022-04-17T15:55:02.073Z] [echo] TestClient http://localhost:8080/dirDeployWithEarSuffixWeb true [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployWithEarSuffixWeb [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: Hello World [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]::
[2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]::
HelloWorld [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: Sample Application
[2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]::
Enter [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: Name:
[2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]::
[2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 [2022-04-17T15:55:02.638Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] processResult: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] failed: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] passed: [2022-04-17T15:55:02.638Z] [echo] Test earwithsuffix Passed [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] unknown: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] declare-test: [2022-04-17T15:55:02.638Z] [echo] Starting test earwithsuffix directorydeploy/earWithSuffix Test asadmin undeploydir [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] undeploy.asadmin: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] setAsadminArgs: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] common.undeploy.asadmin: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init.os: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init.tools.unix: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init.tools.windows: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init.tools: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] setAsadminArgs: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init: [2022-04-17T15:55:02.638Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:02.638Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:02.638Z] [get] Not modified - so not downloaded [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init.customtasks: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] delAppRef: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init.os: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init.tools.unix: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init.tools.windows: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init.tools: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] setAsadminArgs: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init: [2022-04-17T15:55:02.638Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:02.638Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:02.638Z] [get] Not modified - so not downloaded [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] init.customtasks: [2022-04-17T15:55:02.638Z] [2022-04-17T15:55:02.638Z] common.run.asadmin: [2022-04-17T15:55:02.638Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployWithEarSuffix [2022-04-17T15:55:02.895Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:02.895Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:55:03.152Z] [exec] Command undeploy executed successfully. [2022-04-17T15:55:03.152Z] [2022-04-17T15:55:03.152Z] setHttpPort: [2022-04-17T15:55:03.152Z] [2022-04-17T15:55:03.152Z] run.negative: [2022-04-17T15:55:03.152Z] [2022-04-17T15:55:03.152Z] init.os: [2022-04-17T15:55:03.152Z] [2022-04-17T15:55:03.152Z] init.tools.unix: [2022-04-17T15:55:03.152Z] [2022-04-17T15:55:03.152Z] init.tools.windows: [2022-04-17T15:55:03.152Z] [2022-04-17T15:55:03.152Z] init.tools: [2022-04-17T15:55:03.152Z] [2022-04-17T15:55:03.152Z] setAsadminArgs: [2022-04-17T15:55:03.152Z] [2022-04-17T15:55:03.152Z] init: [2022-04-17T15:55:03.152Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:03.152Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:03.152Z] [get] Not modified - so not downloaded [2022-04-17T15:55:03.152Z] [2022-04-17T15:55:03.152Z] init.customtasks: [2022-04-17T15:55:03.152Z] [2022-04-17T15:55:03.152Z] runclient: [2022-04-17T15:55:03.152Z] [echo] TestClient http://localhost:8080/dirDeployWithEarSuffixWeb/dirDeployWithEarSuffix false [2022-04-17T15:55:03.409Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:55:03.409Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/dirDeployWithEarSuffixWeb/dirDeployWithEarSuffix [2022-04-17T15:55:03.409Z] [javaWithResult] [directorydeploy.TestClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/dirDeployWithEarSuffixWeb/dirDeployWithEarSuffix [2022-04-17T15:55:03.409Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] processResult: [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] failed: [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] passed: [2022-04-17T15:55:03.409Z] [echo] Test earwithsuffix Passed [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] unknown: [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] private-all: [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] init.os: [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] init.tools.unix: [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] init.tools.windows: [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] init.tools: [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] setAsadminArgs: [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] init: [2022-04-17T15:55:03.409Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:03.409Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:03.409Z] [get] Not modified - so not downloaded [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] init.customtasks: [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] prepare: [2022-04-17T15:55:03.409Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb [2022-04-17T15:55:03.409Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb [2022-04-17T15:55:03.409Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/client [2022-04-17T15:55:03.409Z] [2022-04-17T15:55:03.409Z] compile: [2022-04-17T15:55:03.409Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:03.410Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb [2022-04-17T15:55:03.666Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:03.666Z] [javac] 1 warning [2022-04-17T15:55:03.666Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:03.666Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/client [2022-04-17T15:55:04.240Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:04.240Z] [javac] 1 warning [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] assemble: [2022-04-17T15:55:04.240Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb/META-INF [2022-04-17T15:55:04.240Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb/META-INF [2022-04-17T15:55:04.240Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb/META-INF [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] declare-test: [2022-04-17T15:55:04.240Z] [echo] Starting test ejb directorydeploy/ejb Test asadmin deploydir [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init.os: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init.tools.unix: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init.tools.windows: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init.tools: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] setAsadminArgs: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init: [2022-04-17T15:55:04.240Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:04.240Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:04.240Z] [get] Not modified - so not downloaded [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init.customtasks: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] prepare: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] deploydir.asadmin: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] setAsadminArgs: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] common.deploydir.asadmin: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init.os: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init.tools.unix: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init.tools.windows: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init.tools: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] setAsadminArgs: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init: [2022-04-17T15:55:04.240Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:04.240Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:04.240Z] [get] Not modified - so not downloaded [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] init.customtasks: [2022-04-17T15:55:04.240Z] [2022-04-17T15:55:04.240Z] common.run.asadmin: [2022-04-17T15:55:04.240Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployEjb --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/client /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb [2022-04-17T15:55:04.499Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:04.499Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:55:04.499Z] [exec] Application deployed with name dirDeployEjb. [2022-04-17T15:55:04.499Z] [exec] there are no files to retrieve for application dirDeployEjb [2022-04-17T15:55:04.499Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:55:04.499Z] [exec] Command deploydir executed successfully. [2022-04-17T15:55:04.499Z] [2022-04-17T15:55:04.499Z] init.os: [2022-04-17T15:55:04.499Z] [2022-04-17T15:55:04.499Z] init.tools.unix: [2022-04-17T15:55:04.499Z] [2022-04-17T15:55:04.499Z] init.tools.windows: [2022-04-17T15:55:04.499Z] [2022-04-17T15:55:04.499Z] init.tools: [2022-04-17T15:55:04.499Z] [2022-04-17T15:55:04.499Z] setAsadminArgs: [2022-04-17T15:55:04.499Z] [2022-04-17T15:55:04.499Z] init: [2022-04-17T15:55:04.499Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:04.499Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:04.841Z] [get] Not modified - so not downloaded [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] init.customtasks: [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] setOrbPort: [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] run.positive: [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] init.os: [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] init.tools.unix: [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] init.tools.windows: [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] init.tools: [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] setAsadminArgs: [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] init: [2022-04-17T15:55:04.841Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:04.841Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:04.841Z] [get] Not modified - so not downloaded [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] init.customtasks: [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] setOrbPort: [2022-04-17T15:55:04.841Z] [2022-04-17T15:55:04.841Z] runclient: [2022-04-17T15:55:05.109Z] [javaWithResult] Test expects successful result [2022-04-17T15:55:05.382Z] [javaWithResult] Apr 17, 2022 3:55:05 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:55:05.382Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:55:07.908Z] [javaWithResult] Looked up home!! [2022-04-17T15:55:07.908Z] [javaWithResult] Narrowed home!! [2022-04-17T15:55:07.908Z] [javaWithResult] Got the EJB!! [2022-04-17T15:55:07.908Z] [javaWithResult] Statelesshello EJB - checked environment properties for user scott [2022-04-17T15:55:07.908Z] [javaWithResult] and for number which is = 22.25 [2022-04-17T15:55:07.908Z] [javaWithResult] [2022-04-17T15:55:07.908Z] [javaWithResult] Client's sayStatelesshello() method succeeded [2022-04-17T15:55:07.908Z] [javaWithResult] [2022-04-17T15:55:07.908Z] [javaWithResult] Client now getting a User Defined Exception [2022-04-17T15:55:07.908Z] [javaWithResult] Success! Caught StatelesshelloException [2022-04-17T15:55:07.908Z] [javaWithResult] Client's getUserDefinedException() method succeeded [2022-04-17T15:55:07.908Z] [javaWithResult] [2022-04-17T15:55:07.908Z] [javaWithResult] Client is now trying to remove the session bean [2022-04-17T15:55:07.908Z] [javaWithResult] [2022-04-17T15:55:07.908Z] [javaWithResult] Session bean was successfully removed by the client. [2022-04-17T15:55:07.908Z] [javaWithResult] [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] processResult: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] failed: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] passed: [2022-04-17T15:55:08.165Z] [echo] Test ejb Passed [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] unknown: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] declare-test: [2022-04-17T15:55:08.165Z] [echo] Starting test ejb directorydeploy/ejb Test asadmin redeploydir [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init.os: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init.tools.unix: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init.tools.windows: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init.tools: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] setAsadminArgs: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init: [2022-04-17T15:55:08.165Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:08.165Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:08.165Z] [get] Not modified - so not downloaded [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init.customtasks: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] prepare: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] redeploydir.asadmin: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] setAsadminArgs: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] common.redeploydir.asadmin: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init.os: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init.tools.unix: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init.tools.windows: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init.tools: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] setAsadminArgs: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init: [2022-04-17T15:55:08.165Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:08.165Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:08.165Z] [get] Not modified - so not downloaded [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] init.customtasks: [2022-04-17T15:55:08.165Z] [2022-04-17T15:55:08.165Z] common.run.asadmin: [2022-04-17T15:55:08.165Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployEjb --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/client /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejb/dirDeployEjb [2022-04-17T15:55:08.438Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:08.438Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:55:08.695Z] [exec] Application deployed with name dirDeployEjb. [2022-04-17T15:55:08.695Z] [exec] there are no files to retrieve for application dirDeployEjb [2022-04-17T15:55:08.695Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:55:08.695Z] [exec] Command deploydir executed successfully. [2022-04-17T15:55:08.695Z] [2022-04-17T15:55:08.695Z] init.os: [2022-04-17T15:55:08.695Z] [2022-04-17T15:55:08.695Z] init.tools.unix: [2022-04-17T15:55:08.695Z] [2022-04-17T15:55:08.695Z] init.tools.windows: [2022-04-17T15:55:08.695Z] [2022-04-17T15:55:08.695Z] init.tools: [2022-04-17T15:55:08.695Z] [2022-04-17T15:55:08.695Z] setAsadminArgs: [2022-04-17T15:55:08.695Z] [2022-04-17T15:55:08.695Z] init: [2022-04-17T15:55:08.695Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:08.695Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:08.695Z] [get] Not modified - so not downloaded [2022-04-17T15:55:08.695Z] [2022-04-17T15:55:08.695Z] init.customtasks: [2022-04-17T15:55:08.695Z] [2022-04-17T15:55:08.695Z] setOrbPort: [2022-04-17T15:55:08.695Z] [2022-04-17T15:55:08.696Z] run.positive: [2022-04-17T15:55:08.696Z] [2022-04-17T15:55:08.696Z] init.os: [2022-04-17T15:55:08.696Z] [2022-04-17T15:55:08.696Z] init.tools.unix: [2022-04-17T15:55:08.696Z] [2022-04-17T15:55:08.696Z] init.tools.windows: [2022-04-17T15:55:08.696Z] [2022-04-17T15:55:08.696Z] init.tools: [2022-04-17T15:55:08.696Z] [2022-04-17T15:55:08.696Z] setAsadminArgs: [2022-04-17T15:55:08.696Z] [2022-04-17T15:55:08.696Z] init: [2022-04-17T15:55:08.696Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:08.696Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:08.696Z] [get] Not modified - so not downloaded [2022-04-17T15:55:08.696Z] [2022-04-17T15:55:08.696Z] init.customtasks: [2022-04-17T15:55:08.696Z] [2022-04-17T15:55:08.696Z] setOrbPort: [2022-04-17T15:55:08.696Z] [2022-04-17T15:55:08.696Z] runclient: [2022-04-17T15:55:09.260Z] [javaWithResult] Test expects successful result [2022-04-17T15:55:09.536Z] [javaWithResult] Apr 17, 2022 3:55:09 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:55:09.536Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:55:12.063Z] [javaWithResult] Looked up home!! [2022-04-17T15:55:12.063Z] [javaWithResult] Narrowed home!! [2022-04-17T15:55:12.063Z] [javaWithResult] Got the EJB!! [2022-04-17T15:55:12.063Z] [javaWithResult] Statelesshello EJB - checked environment properties for user scott [2022-04-17T15:55:12.063Z] [javaWithResult] and for number which is = 22.25 [2022-04-17T15:55:12.064Z] [javaWithResult] [2022-04-17T15:55:12.064Z] [javaWithResult] Client's sayStatelesshello() method succeeded [2022-04-17T15:55:12.064Z] [javaWithResult] [2022-04-17T15:55:12.064Z] [javaWithResult] Client now getting a User Defined Exception [2022-04-17T15:55:12.064Z] [javaWithResult] Success! Caught StatelesshelloException [2022-04-17T15:55:12.064Z] [javaWithResult] Client's getUserDefinedException() method succeeded [2022-04-17T15:55:12.064Z] [javaWithResult] [2022-04-17T15:55:12.064Z] [javaWithResult] Client is now trying to remove the session bean [2022-04-17T15:55:12.064Z] [javaWithResult] [2022-04-17T15:55:12.064Z] [javaWithResult] Session bean was successfully removed by the client. [2022-04-17T15:55:12.064Z] [javaWithResult] [2022-04-17T15:55:12.337Z] [2022-04-17T15:55:12.338Z] processResult: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] failed: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] passed: [2022-04-17T15:55:12.338Z] [echo] Test ejb Passed [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] unknown: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] declare-test: [2022-04-17T15:55:12.338Z] [echo] Starting test ejb directorydeploy/ejb Test asadmin undeploydir [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] undeploy.asadmin: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] setAsadminArgs: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] common.undeploy.asadmin: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init.os: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init.tools.unix: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init.tools.windows: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init.tools: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] setAsadminArgs: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init: [2022-04-17T15:55:12.338Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:12.338Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:12.338Z] [get] Not modified - so not downloaded [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init.customtasks: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] delAppRef: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init.os: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init.tools.unix: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init.tools.windows: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init.tools: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] setAsadminArgs: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init: [2022-04-17T15:55:12.338Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:12.338Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:12.338Z] [get] Not modified - so not downloaded [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] init.customtasks: [2022-04-17T15:55:12.338Z] [2022-04-17T15:55:12.338Z] common.run.asadmin: [2022-04-17T15:55:12.338Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployEjb [2022-04-17T15:55:12.594Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:12.594Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:55:12.594Z] [exec] Command undeploy executed successfully. [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init.os: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init.tools.unix: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init.tools.windows: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init.tools: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] setAsadminArgs: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init: [2022-04-17T15:55:12.594Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:12.594Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:12.594Z] [get] Not modified - so not downloaded [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init.customtasks: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] setOrbPort: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] run.negative: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init.os: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init.tools.unix: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init.tools.windows: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init.tools: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] setAsadminArgs: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init: [2022-04-17T15:55:12.594Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:12.594Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:12.594Z] [get] Not modified - so not downloaded [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] init.customtasks: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] setOrbPort: [2022-04-17T15:55:12.594Z] [2022-04-17T15:55:12.594Z] runclient: [2022-04-17T15:55:13.157Z] [javaWithResult] Test expected to fail [2022-04-17T15:55:13.413Z] [javaWithResult] Apr 17, 2022 3:55:13 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:55:13.413Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:55:15.934Z] [javaWithResult] Recd exception as expected [2022-04-17T15:55:15.934Z] [javaWithResult] Session bean was successfully removed by the client. [2022-04-17T15:55:15.934Z] [javaWithResult] [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] processResult: [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] failed: [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] passed: [2022-04-17T15:55:16.192Z] [echo] Test ejb Passed [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] unknown: [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] private-all: [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] init.os: [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] init.tools.unix: [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] init.tools.windows: [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] init.tools: [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] setAsadminArgs: [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] init: [2022-04-17T15:55:16.192Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:16.192Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:16.192Z] [get] Not modified - so not downloaded [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] init.customtasks: [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] prepare: [2022-04-17T15:55:16.192Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix [2022-04-17T15:55:16.192Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar [2022-04-17T15:55:16.192Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/client [2022-04-17T15:55:16.192Z] [2022-04-17T15:55:16.192Z] compile: [2022-04-17T15:55:16.192Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:16.192Z] [javac] Compiling 4 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar [2022-04-17T15:55:16.448Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:16.448Z] [javac] 1 warning [2022-04-17T15:55:16.448Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:16.449Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/client [2022-04-17T15:55:16.704Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:16.961Z] [javac] 1 warning [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] assemble: [2022-04-17T15:55:16.961Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar/META-INF [2022-04-17T15:55:16.961Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar/META-INF [2022-04-17T15:55:16.961Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar/META-INF [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] declare-test: [2022-04-17T15:55:16.961Z] [echo] Starting test ejbwithsuffix directorydeploy/ejbWithSuffix Test asadmin deploydir [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init.os: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init.tools.unix: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init.tools.windows: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init.tools: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] setAsadminArgs: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init: [2022-04-17T15:55:16.961Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:16.961Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:16.961Z] [get] Not modified - so not downloaded [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init.customtasks: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] prepare: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] deploydir.asadmin: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] setAsadminArgs: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] common.deploy.asadmin: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init.os: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init.tools.unix: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init.tools.windows: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init.tools: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] setAsadminArgs: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init: [2022-04-17T15:55:16.961Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:16.961Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:16.961Z] [get] Not modified - so not downloaded [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] init.customtasks: [2022-04-17T15:55:16.961Z] [2022-04-17T15:55:16.961Z] common.run.asadmin: [2022-04-17T15:55:16.961Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployWithEjbSuffix --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/client /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar [2022-04-17T15:55:17.218Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:17.218Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:17.473Z] [exec] Application deployed with name dirDeployWithEjbSuffix. [2022-04-17T15:55:17.473Z] [exec] there are no files to retrieve for application dirDeployWithEjbSuffix [2022-04-17T15:55:17.473Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:17.473Z] [2022-04-17T15:55:17.473Z] init.os: [2022-04-17T15:55:17.473Z] [2022-04-17T15:55:17.473Z] init.tools.unix: [2022-04-17T15:55:17.473Z] [2022-04-17T15:55:17.473Z] init.tools.windows: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.tools: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] setAsadminArgs: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init: [2022-04-17T15:55:17.474Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:17.474Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:17.474Z] [get] Not modified - so not downloaded [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.customtasks: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] setEnabled: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] createAppRef: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.os: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.tools.unix: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.tools.windows: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.tools: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] setAsadminArgs: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init: [2022-04-17T15:55:17.474Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:17.474Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:17.474Z] [get] Not modified - so not downloaded [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.customtasks: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] setOrbPort: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] run.positive: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.os: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.tools.unix: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.tools.windows: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.tools: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] setAsadminArgs: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init: [2022-04-17T15:55:17.474Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:17.474Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:17.474Z] [get] Not modified - so not downloaded [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] init.customtasks: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] setOrbPort: [2022-04-17T15:55:17.474Z] [2022-04-17T15:55:17.474Z] runclient: [2022-04-17T15:55:17.730Z] [javaWithResult] Test expects successful result [2022-04-17T15:55:18.291Z] [javaWithResult] Apr 17, 2022 3:55:17 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:55:18.291Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:55:20.864Z] [javaWithResult] Looked up home!! [2022-04-17T15:55:20.864Z] [javaWithResult] Narrowed home!! [2022-04-17T15:55:20.864Z] [javaWithResult] Got the EJB!! [2022-04-17T15:55:20.864Z] [javaWithResult] Statelesshello EJB - checked environment properties for user scott [2022-04-17T15:55:20.864Z] [javaWithResult] and for number which is = 22.25 [2022-04-17T15:55:20.864Z] [javaWithResult] [2022-04-17T15:55:20.864Z] [javaWithResult] Client's sayStatelesshello() method succeeded [2022-04-17T15:55:20.864Z] [javaWithResult] [2022-04-17T15:55:20.864Z] [javaWithResult] Client now getting a User Defined Exception [2022-04-17T15:55:20.864Z] [javaWithResult] Success! Caught StatelesshelloException [2022-04-17T15:55:20.864Z] [javaWithResult] Client's getUserDefinedException() method succeeded [2022-04-17T15:55:20.864Z] [javaWithResult] [2022-04-17T15:55:20.864Z] [javaWithResult] Client is now trying to remove the session bean [2022-04-17T15:55:20.864Z] [javaWithResult] [2022-04-17T15:55:20.864Z] [javaWithResult] Session bean was successfully removed by the client. [2022-04-17T15:55:20.864Z] [javaWithResult] [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] processResult: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] failed: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] passed: [2022-04-17T15:55:20.864Z] [echo] Test ejbwithsuffix Passed [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] unknown: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] declare-test: [2022-04-17T15:55:20.864Z] [echo] Starting test ejbwithsuffix directorydeploy/ejbWithSuffix Test asadmin redeploydir [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init.os: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init.tools.unix: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init.tools.windows: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init.tools: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] setAsadminArgs: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init: [2022-04-17T15:55:20.864Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:20.864Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:20.864Z] [get] Not modified - so not downloaded [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init.customtasks: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] prepare: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] redeploydir.asadmin: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] setAsadminArgs: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] common.redeploydir.asadmin: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init.os: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init.tools.unix: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init.tools.windows: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init.tools: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] setAsadminArgs: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init: [2022-04-17T15:55:20.864Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:20.864Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:20.864Z] [get] Not modified - so not downloaded [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] init.customtasks: [2022-04-17T15:55:20.864Z] [2022-04-17T15:55:20.864Z] common.run.asadmin: [2022-04-17T15:55:20.865Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployWithEjbSuffix --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/client /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/ejbwithsuffix/dirDeployWithEjbSuffix.jar [2022-04-17T15:55:21.443Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:21.443Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:55:21.443Z] [exec] Application deployed with name dirDeployWithEjbSuffix. [2022-04-17T15:55:21.443Z] [exec] there are no files to retrieve for application dirDeployWithEjbSuffix [2022-04-17T15:55:21.443Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:55:21.443Z] [exec] Command deploydir executed successfully. [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init.os: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init.tools.unix: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init.tools.windows: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init.tools: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] setAsadminArgs: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init: [2022-04-17T15:55:21.443Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:21.443Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:21.443Z] [get] Not modified - so not downloaded [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init.customtasks: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] setOrbPort: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] run.positive: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init.os: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init.tools.unix: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init.tools.windows: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init.tools: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] setAsadminArgs: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init: [2022-04-17T15:55:21.443Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:21.443Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:21.443Z] [get] Not modified - so not downloaded [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] init.customtasks: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] setOrbPort: [2022-04-17T15:55:21.443Z] [2022-04-17T15:55:21.443Z] runclient: [2022-04-17T15:55:22.006Z] [javaWithResult] Test expects successful result [2022-04-17T15:55:22.291Z] [javaWithResult] Apr 17, 2022 3:55:22 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:55:22.291Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:55:24.834Z] [javaWithResult] Looked up home!! [2022-04-17T15:55:24.834Z] [javaWithResult] Narrowed home!! [2022-04-17T15:55:24.834Z] [javaWithResult] Got the EJB!! [2022-04-17T15:55:24.834Z] [javaWithResult] Statelesshello EJB - checked environment properties for user scott [2022-04-17T15:55:24.834Z] [javaWithResult] and for number which is = 22.25 [2022-04-17T15:55:24.834Z] [javaWithResult] [2022-04-17T15:55:24.834Z] [javaWithResult] Client's sayStatelesshello() method succeeded [2022-04-17T15:55:24.834Z] [javaWithResult] [2022-04-17T15:55:24.834Z] [javaWithResult] Client now getting a User Defined Exception [2022-04-17T15:55:24.834Z] [javaWithResult] Success! Caught StatelesshelloException [2022-04-17T15:55:24.834Z] [javaWithResult] Client's getUserDefinedException() method succeeded [2022-04-17T15:55:24.834Z] [javaWithResult] [2022-04-17T15:55:24.834Z] [javaWithResult] Client is now trying to remove the session bean [2022-04-17T15:55:24.834Z] [javaWithResult] [2022-04-17T15:55:24.834Z] [javaWithResult] Session bean was successfully removed by the client. [2022-04-17T15:55:24.834Z] [javaWithResult] [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] processResult: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] failed: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] passed: [2022-04-17T15:55:25.093Z] [echo] Test ejbwithsuffix Passed [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] unknown: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] declare-test: [2022-04-17T15:55:25.093Z] [echo] Starting test ejbwithsuffix directorydeploy/ejbWithSuffix Test asadmin undeploydir [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] undeploy.asadmin: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] setAsadminArgs: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] common.undeploy.asadmin: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init.os: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init.tools.unix: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init.tools.windows: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init.tools: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] setAsadminArgs: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init: [2022-04-17T15:55:25.093Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:25.093Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:25.093Z] [get] Not modified - so not downloaded [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init.customtasks: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] delAppRef: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init.os: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init.tools.unix: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init.tools.windows: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init.tools: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] setAsadminArgs: [2022-04-17T15:55:25.093Z] [2022-04-17T15:55:25.093Z] init: [2022-04-17T15:55:25.093Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:25.093Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:25.094Z] [get] Not modified - so not downloaded [2022-04-17T15:55:25.094Z] [2022-04-17T15:55:25.094Z] init.customtasks: [2022-04-17T15:55:25.094Z] [2022-04-17T15:55:25.094Z] common.run.asadmin: [2022-04-17T15:55:25.094Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployWithEjbSuffix [2022-04-17T15:55:25.355Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:25.355Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:55:25.618Z] [exec] Command undeploy executed successfully. [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init.os: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init.tools.unix: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init.tools.windows: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init.tools: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] setAsadminArgs: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init: [2022-04-17T15:55:25.618Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:25.618Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:25.618Z] [get] Not modified - so not downloaded [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init.customtasks: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] setOrbPort: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] run.negative: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init.os: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init.tools.unix: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init.tools.windows: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init.tools: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] setAsadminArgs: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init: [2022-04-17T15:55:25.618Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:25.618Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:25.618Z] [get] Not modified - so not downloaded [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] init.customtasks: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] setOrbPort: [2022-04-17T15:55:25.618Z] [2022-04-17T15:55:25.618Z] runclient: [2022-04-17T15:55:25.882Z] [javaWithResult] Test expected to fail [2022-04-17T15:55:26.471Z] [javaWithResult] Apr 17, 2022 3:55:26 PM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient [2022-04-17T15:55:26.471Z] [javaWithResult] INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default. [2022-04-17T15:55:29.066Z] [javaWithResult] Recd exception as expected [2022-04-17T15:55:29.066Z] [javaWithResult] Session bean was successfully removed by the client. [2022-04-17T15:55:29.066Z] [javaWithResult] [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] processResult: [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] failed: [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] passed: [2022-04-17T15:55:29.066Z] [echo] Test ejbwithsuffix Passed [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] unknown: [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] private-all: [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] init.os: [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] init.tools.unix: [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] init.tools.windows: [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] init.tools: [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] setAsadminArgs: [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] init: [2022-04-17T15:55:29.066Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:29.066Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:29.066Z] [get] Not modified - so not downloaded [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] init.customtasks: [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] prepare: [2022-04-17T15:55:29.066Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war [2022-04-17T15:55:29.066Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar [2022-04-17T15:55:29.066Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar/WEB-INF/classes [2022-04-17T15:55:29.066Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/client [2022-04-17T15:55:29.066Z] [2022-04-17T15:55:29.066Z] compile: [2022-04-17T15:55:29.066Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:29.066Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar/WEB-INF/classes [2022-04-17T15:55:29.322Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:29.322Z] [javac] 1 warning [2022-04-17T15:55:29.322Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:29.322Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/client [2022-04-17T15:55:29.938Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:29.939Z] [javac] 1 warning [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] assemble: [2022-04-17T15:55:29.939Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar/WEB-INF [2022-04-17T15:55:29.939Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar/WEB-INF [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] declare-test: [2022-04-17T15:55:29.939Z] [echo] Starting test war directorydeploy/war Test asadmin deploydir [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init.os: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init.tools.unix: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init.tools.windows: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init.tools: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] setAsadminArgs: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init: [2022-04-17T15:55:29.939Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:29.939Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:29.939Z] [get] Not modified - so not downloaded [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init.customtasks: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] prepare: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] deploydir.asadmin: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] setAsadminArgs: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] common.deploydir.asadmin: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init.os: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init.tools.unix: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init.tools.windows: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init.tools: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] setAsadminArgs: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init: [2022-04-17T15:55:29.939Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:29.939Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:29.939Z] [get] Not modified - so not downloaded [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] init.customtasks: [2022-04-17T15:55:29.939Z] [2022-04-17T15:55:29.939Z] common.run.asadmin: [2022-04-17T15:55:29.939Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployWar /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar [2022-04-17T15:55:30.195Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:30.195Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:55:30.195Z] [exec] Application deployed with name dirDeployWar. [2022-04-17T15:55:30.195Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:55:30.195Z] [exec] Command deploydir executed successfully. [2022-04-17T15:55:30.195Z] [2022-04-17T15:55:30.195Z] setHttpPort: [2022-04-17T15:55:30.195Z] [2022-04-17T15:55:30.195Z] run.positive: [2022-04-17T15:55:30.195Z] [2022-04-17T15:55:30.195Z] init.os: [2022-04-17T15:55:30.195Z] [2022-04-17T15:55:30.195Z] init.tools.unix: [2022-04-17T15:55:30.195Z] [2022-04-17T15:55:30.195Z] init.tools.windows: [2022-04-17T15:55:30.195Z] [2022-04-17T15:55:30.195Z] init.tools: [2022-04-17T15:55:30.195Z] [2022-04-17T15:55:30.195Z] setAsadminArgs: [2022-04-17T15:55:30.195Z] [2022-04-17T15:55:30.195Z] init: [2022-04-17T15:55:30.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:30.195Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:30.195Z] [get] Not modified - so not downloaded [2022-04-17T15:55:30.195Z] [2022-04-17T15:55:30.195Z] init.customtasks: [2022-04-17T15:55:30.195Z] [2022-04-17T15:55:30.195Z] runclient: [2022-04-17T15:55:30.195Z] [echo] TestClient http://localhost:8080/foo/servletonly true [2022-04-17T15:55:30.453Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:55:30.453Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/servletonly [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: TestServlet [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: So what is your lucky number? [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: Mine is [888] [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 [2022-04-17T15:55:30.711Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] processResult: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] failed: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] passed: [2022-04-17T15:55:30.711Z] [echo] Test war Passed [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] unknown: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] declare-test: [2022-04-17T15:55:30.711Z] [echo] Starting test war directorydeploy/war Test asadmin redeploydir [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init.os: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init.tools.unix: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init.tools.windows: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init.tools: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] setAsadminArgs: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init: [2022-04-17T15:55:30.711Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:30.711Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:30.711Z] [get] Not modified - so not downloaded [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init.customtasks: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] prepare: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] redeploydir.asadmin: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] setAsadminArgs: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] common.redeploydir.asadmin: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init.os: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init.tools.unix: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init.tools.windows: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init.tools: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] setAsadminArgs: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init: [2022-04-17T15:55:30.711Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:30.711Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:30.711Z] [get] Not modified - so not downloaded [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] init.customtasks: [2022-04-17T15:55:30.711Z] [2022-04-17T15:55:30.711Z] common.run.asadmin: [2022-04-17T15:55:30.711Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployWar /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/war/dirDeployWar [2022-04-17T15:55:30.968Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:30.968Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:55:31.237Z] [exec] Application deployed with name dirDeployWar. [2022-04-17T15:55:31.237Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:55:31.237Z] [exec] Command deploydir executed successfully. [2022-04-17T15:55:31.237Z] [2022-04-17T15:55:31.237Z] setHttpPort: [2022-04-17T15:55:31.237Z] [2022-04-17T15:55:31.237Z] run.positive: [2022-04-17T15:55:31.237Z] [2022-04-17T15:55:31.237Z] init.os: [2022-04-17T15:55:31.237Z] [2022-04-17T15:55:31.237Z] init.tools.unix: [2022-04-17T15:55:31.237Z] [2022-04-17T15:55:31.237Z] init.tools.windows: [2022-04-17T15:55:31.237Z] [2022-04-17T15:55:31.237Z] init.tools: [2022-04-17T15:55:31.237Z] [2022-04-17T15:55:31.237Z] setAsadminArgs: [2022-04-17T15:55:31.237Z] [2022-04-17T15:55:31.237Z] init: [2022-04-17T15:55:31.237Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:31.237Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:31.237Z] [get] Not modified - so not downloaded [2022-04-17T15:55:31.237Z] [2022-04-17T15:55:31.237Z] init.customtasks: [2022-04-17T15:55:31.237Z] [2022-04-17T15:55:31.237Z] runclient: [2022-04-17T15:55:31.237Z] [echo] TestClient http://localhost:8080/foo/servletonly true [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/servletonly [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: TestServlet [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: So what is your lucky number? [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: Mine is [888] [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 [2022-04-17T15:55:31.494Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] processResult: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] failed: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] passed: [2022-04-17T15:55:31.751Z] [echo] Test war Passed [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] unknown: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] declare-test: [2022-04-17T15:55:31.751Z] [echo] Starting test war directorydeploy/war Test asadmin undeploydir [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] undeploy.asadmin: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] setAsadminArgs: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] common.undeploy.asadmin: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init.os: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init.tools.unix: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init.tools.windows: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init.tools: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] setAsadminArgs: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init: [2022-04-17T15:55:31.751Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:31.751Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:31.751Z] [get] Not modified - so not downloaded [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init.customtasks: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] delAppRef: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init.os: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init.tools.unix: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init.tools.windows: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init.tools: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] setAsadminArgs: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init: [2022-04-17T15:55:31.751Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:31.751Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:31.751Z] [get] Not modified - so not downloaded [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] init.customtasks: [2022-04-17T15:55:31.751Z] [2022-04-17T15:55:31.751Z] common.run.asadmin: [2022-04-17T15:55:31.751Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployWar [2022-04-17T15:55:32.008Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:32.008Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:55:32.008Z] [exec] Command undeploy executed successfully. [2022-04-17T15:55:32.008Z] [2022-04-17T15:55:32.008Z] setHttpPort: [2022-04-17T15:55:32.008Z] [2022-04-17T15:55:32.008Z] run.negative: [2022-04-17T15:55:32.008Z] [2022-04-17T15:55:32.008Z] init.os: [2022-04-17T15:55:32.008Z] [2022-04-17T15:55:32.008Z] init.tools.unix: [2022-04-17T15:55:32.008Z] [2022-04-17T15:55:32.008Z] init.tools.windows: [2022-04-17T15:55:32.008Z] [2022-04-17T15:55:32.008Z] init.tools: [2022-04-17T15:55:32.008Z] [2022-04-17T15:55:32.008Z] setAsadminArgs: [2022-04-17T15:55:32.008Z] [2022-04-17T15:55:32.008Z] init: [2022-04-17T15:55:32.008Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:32.008Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:32.008Z] [get] Not modified - so not downloaded [2022-04-17T15:55:32.008Z] [2022-04-17T15:55:32.008Z] init.customtasks: [2022-04-17T15:55:32.008Z] [2022-04-17T15:55:32.008Z] runclient: [2022-04-17T15:55:32.008Z] [echo] TestClient http://localhost:8080/foo/dirDeployWar false [2022-04-17T15:55:32.576Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:55:32.576Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/dirDeployWar [2022-04-17T15:55:32.576Z] [javaWithResult] [directorydeploy.TestClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/foo/dirDeployWar [2022-04-17T15:55:32.576Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] processResult: [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] failed: [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] passed: [2022-04-17T15:55:32.576Z] [echo] Test war Passed [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] unknown: [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] private-all: [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] init.os: [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] init.tools.unix: [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] init.tools.windows: [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] init.tools: [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] setAsadminArgs: [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] init: [2022-04-17T15:55:32.576Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:32.576Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:32.576Z] [get] Not modified - so not downloaded [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] init.customtasks: [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] prepare: [2022-04-17T15:55:32.576Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix [2022-04-17T15:55:32.576Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war [2022-04-17T15:55:32.576Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war/WEB-INF/classes [2022-04-17T15:55:32.576Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/client [2022-04-17T15:55:32.576Z] [2022-04-17T15:55:32.576Z] compile: [2022-04-17T15:55:32.576Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:32.576Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war/WEB-INF/classes [2022-04-17T15:55:32.832Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:32.832Z] [javac] 1 warning [2022-04-17T15:55:32.832Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:32.832Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/client [2022-04-17T15:55:33.090Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:33.090Z] [javac] 1 warning [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] assemble: [2022-04-17T15:55:33.352Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war/WEB-INF [2022-04-17T15:55:33.352Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war/WEB-INF [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] declare-test: [2022-04-17T15:55:33.352Z] [echo] Starting test warwithsuffix directorydeploy/warWithSuffix Test asadmin deploydir [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init.os: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init.tools.unix: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init.tools.windows: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init.tools: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] setAsadminArgs: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init: [2022-04-17T15:55:33.352Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:33.352Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:33.352Z] [get] Not modified - so not downloaded [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init.customtasks: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] prepare: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] deploydir.asadmin: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] setAsadminArgs: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] common.deploydir.asadmin: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init.os: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init.tools.unix: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init.tools.windows: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init.tools: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] setAsadminArgs: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init: [2022-04-17T15:55:33.352Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:33.352Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:33.352Z] [get] Not modified - so not downloaded [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] init.customtasks: [2022-04-17T15:55:33.352Z] [2022-04-17T15:55:33.352Z] common.run.asadmin: [2022-04-17T15:55:33.352Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --name dirDeployWithWarSuffix /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war [2022-04-17T15:55:33.608Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:33.608Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:55:33.608Z] [exec] Application deployed with name dirDeployWithWarSuffix. [2022-04-17T15:55:33.608Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:55:33.608Z] [exec] Command deploydir executed successfully. [2022-04-17T15:55:33.865Z] [2022-04-17T15:55:33.865Z] setHttpPort: [2022-04-17T15:55:33.865Z] [2022-04-17T15:55:33.865Z] run.positive: [2022-04-17T15:55:33.865Z] [2022-04-17T15:55:33.865Z] init.os: [2022-04-17T15:55:33.865Z] [2022-04-17T15:55:33.865Z] init.tools.unix: [2022-04-17T15:55:33.865Z] [2022-04-17T15:55:33.865Z] init.tools.windows: [2022-04-17T15:55:33.865Z] [2022-04-17T15:55:33.865Z] init.tools: [2022-04-17T15:55:33.865Z] [2022-04-17T15:55:33.865Z] setAsadminArgs: [2022-04-17T15:55:33.865Z] [2022-04-17T15:55:33.865Z] init: [2022-04-17T15:55:33.865Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:33.865Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:33.865Z] [get] Not modified - so not downloaded [2022-04-17T15:55:33.865Z] [2022-04-17T15:55:33.865Z] init.customtasks: [2022-04-17T15:55:33.865Z] [2022-04-17T15:55:33.865Z] runclient: [2022-04-17T15:55:33.865Z] [echo] TestClient http://localhost:8080/foo/servletonly true [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/servletonly [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: TestServlet [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: So what is your lucky number? [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: Mine is [888] [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 [2022-04-17T15:55:34.123Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] processResult: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] failed: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] passed: [2022-04-17T15:55:34.123Z] [echo] Test warwithsuffix Passed [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] unknown: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] declare-test: [2022-04-17T15:55:34.123Z] [echo] Starting test warwithsuffix directorydeploy/warWithSuffix Test asadmin redeploydir [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init.os: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init.tools.unix: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init.tools.windows: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init.tools: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] setAsadminArgs: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init: [2022-04-17T15:55:34.123Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:34.123Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:34.123Z] [get] Not modified - so not downloaded [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init.customtasks: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] prepare: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] redeploydir.asadmin: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] setAsadminArgs: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] common.redeploydir.asadmin: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init.os: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init.tools.unix: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init.tools.windows: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init.tools: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] setAsadminArgs: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init: [2022-04-17T15:55:34.123Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:34.123Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:34.123Z] [get] Not modified - so not downloaded [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] init.customtasks: [2022-04-17T15:55:34.123Z] [2022-04-17T15:55:34.123Z] common.run.asadmin: [2022-04-17T15:55:34.123Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploydir --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name dirDeployWithWarSuffix /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/directorydeploy/warwithsuffix/dirDeployWithWarSuffix.war [2022-04-17T15:55:34.379Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:34.379Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploydir [options] ... [2022-04-17T15:55:34.635Z] [exec] Application deployed with name dirDeployWithWarSuffix. [2022-04-17T15:55:34.635Z] [exec] deploydir command deprecated. Please use deploy command instead. [2022-04-17T15:55:34.635Z] [exec] Command deploydir executed successfully. [2022-04-17T15:55:34.635Z] [2022-04-17T15:55:34.635Z] setHttpPort: [2022-04-17T15:55:34.635Z] [2022-04-17T15:55:34.635Z] run.positive: [2022-04-17T15:55:34.635Z] [2022-04-17T15:55:34.635Z] init.os: [2022-04-17T15:55:34.635Z] [2022-04-17T15:55:34.635Z] init.tools.unix: [2022-04-17T15:55:34.635Z] [2022-04-17T15:55:34.635Z] init.tools.windows: [2022-04-17T15:55:34.635Z] [2022-04-17T15:55:34.635Z] init.tools: [2022-04-17T15:55:34.635Z] [2022-04-17T15:55:34.635Z] setAsadminArgs: [2022-04-17T15:55:34.635Z] [2022-04-17T15:55:34.635Z] init: [2022-04-17T15:55:34.635Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:34.636Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:34.636Z] [get] Not modified - so not downloaded [2022-04-17T15:55:34.636Z] [2022-04-17T15:55:34.636Z] init.customtasks: [2022-04-17T15:55:34.636Z] [2022-04-17T15:55:34.636Z] runclient: [2022-04-17T15:55:34.636Z] [echo] TestClient http://localhost:8080/foo/servletonly true [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/servletonly [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: TestServlet [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: So what is your lucky number? [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]::

[2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: Mine is [888] [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: Correct return code: 200 [2022-04-17T15:55:35.199Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] processResult: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] failed: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] passed: [2022-04-17T15:55:35.199Z] [echo] Test warwithsuffix Passed [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] unknown: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] declare-test: [2022-04-17T15:55:35.199Z] [echo] Starting test warwithsuffix directorydeploy/warWithSuffix Test asadmin undeploydir [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] undeploy.asadmin: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] setAsadminArgs: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] common.undeploy.asadmin: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init.os: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init.tools.unix: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init.tools.windows: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init.tools: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] setAsadminArgs: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init: [2022-04-17T15:55:35.199Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:35.199Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:35.199Z] [get] Not modified - so not downloaded [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init.customtasks: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] delAppRef: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init.os: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init.tools.unix: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init.tools.windows: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init.tools: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] setAsadminArgs: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init: [2022-04-17T15:55:35.199Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:35.199Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:35.199Z] [get] Not modified - so not downloaded [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] init.customtasks: [2022-04-17T15:55:35.199Z] [2022-04-17T15:55:35.199Z] common.run.asadmin: [2022-04-17T15:55:35.199Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 dirDeployWithWarSuffix [2022-04-17T15:55:35.455Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:35.455Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:55:35.712Z] [exec] Command undeploy executed successfully. [2022-04-17T15:55:35.712Z] [2022-04-17T15:55:35.712Z] setHttpPort: [2022-04-17T15:55:35.712Z] [2022-04-17T15:55:35.712Z] run.negative: [2022-04-17T15:55:35.712Z] [2022-04-17T15:55:35.712Z] init.os: [2022-04-17T15:55:35.712Z] [2022-04-17T15:55:35.712Z] init.tools.unix: [2022-04-17T15:55:35.712Z] [2022-04-17T15:55:35.712Z] init.tools.windows: [2022-04-17T15:55:35.712Z] [2022-04-17T15:55:35.712Z] init.tools: [2022-04-17T15:55:35.712Z] [2022-04-17T15:55:35.712Z] setAsadminArgs: [2022-04-17T15:55:35.712Z] [2022-04-17T15:55:35.712Z] init: [2022-04-17T15:55:35.712Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:35.712Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:35.712Z] [get] Not modified - so not downloaded [2022-04-17T15:55:35.712Z] [2022-04-17T15:55:35.712Z] init.customtasks: [2022-04-17T15:55:35.712Z] [2022-04-17T15:55:35.712Z] runclient: [2022-04-17T15:55:35.712Z] [echo] TestClient http://localhost:8080/foo/dirDeployWithWarSuffix false [2022-04-17T15:55:35.968Z] [javaWithResult] [directorydeploy.TestClient]:: Test: devtests/deployment/directorydeploy [2022-04-17T15:55:35.969Z] [javaWithResult] [directorydeploy.TestClient]:: Invoking URL = http://localhost:8080/foo/dirDeployWithWarSuffix [2022-04-17T15:55:35.969Z] [javaWithResult] [directorydeploy.TestClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/foo/dirDeployWithWarSuffix [2022-04-17T15:55:35.969Z] [javaWithResult] [directorydeploy.TestClient]:: PASSED: devtests/deployment/directorydeploy [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] processResult: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] failed: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] passed: [2022-04-17T15:55:35.969Z] [echo] Test warwithsuffix Passed [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] unknown: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] private-all: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] delete.log.next: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] private-all: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] init.os: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] init.tools.unix: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] init.tools.windows: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] init.tools: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] setAsadminArgs: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] init: [2022-04-17T15:55:35.969Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:35.969Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:35.969Z] [get] Not modified - so not downloaded [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] init.customtasks: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] private-rollingUpgrade: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] _private-all: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] main-all: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] versioned.vs.unversioned: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] clean.scenario: [2022-04-17T15:55:35.969Z] [2022-04-17T15:55:35.969Z] clean.scenario.cluster: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] init.os: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] init.tools.unix: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] init.tools.windows: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] init.tools: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] setAsadminArgs: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] init: [2022-04-17T15:55:36.239Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:36.239Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:36.239Z] [get] Not modified - so not downloaded [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] init.customtasks: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] prepare: [2022-04-17T15:55:36.239Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] process.versionExpression: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] process.appname: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] _process.target: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] process.target: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] prepare.has.version.registred: [2022-04-17T15:55:36.239Z] [2022-04-17T15:55:36.239Z] exec.asadmin2: [2022-04-17T15:55:36.496Z] [exec] Result: 1 [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] process.registred: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] has.version.registred: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] del.all.version.registred: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] _clean.scenario: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] deploy.version: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] del.ref.registred: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] process.versionExpression: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] process.appname: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] _process.target: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] process.target: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] prepare.is.version.registred: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] init.os: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] init.tools.unix: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] init.tools.windows: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] init.tools: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] setAsadminArgs: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] init: [2022-04-17T15:55:36.496Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:36.496Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:36.496Z] [get] Not modified - so not downloaded [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] init.customtasks: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] prepare: [2022-04-17T15:55:36.496Z] [2022-04-17T15:55:36.496Z] exec.asadmin2: [2022-04-17T15:55:37.060Z] [exec] Result: 1 [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] process.registred: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] is.version.registred: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] process.xmlversionidentifier: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] prepare.cluster: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] process.enabled: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] process.hasToDeploy: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] deploy.version.unregistred: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init.os: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init.tools.unix: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init.tools.windows: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init.tools: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] setAsadminArgs: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init: [2022-04-17T15:55:37.060Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:37.060Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:37.060Z] [get] Not modified - so not downloaded [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init.customtasks: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] prepare: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] process.versionExpression: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] process.appname: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] create.version: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] assemble.non-existent: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init.os: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init.tools.unix: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init.tools.windows: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init.tools: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] setAsadminArgs: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init: [2022-04-17T15:55:37.060Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:37.060Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:37.060Z] [get] Not modified - so not downloaded [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] init.customtasks: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] prepare: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] process.versionexpression: [2022-04-17T15:55:37.060Z] [2022-04-17T15:55:37.060Z] compile: [2022-04-17T15:55:37.060Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:37.060Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:55:37.636Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:37.636Z] [javac] 1 warning [2022-04-17T15:55:37.636Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] process.xmlversionidentifier: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] process.versionExpression: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] process.xml.create.flag: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] create.xml.flag: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] generate.xml.identifier: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] assemble: [2022-04-17T15:55:37.636Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] process.xmlversionidentifier: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] prepare.update.xml.identifier: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] update.xml.identifier: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] deployWithNameOption: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] deployWithoutNameOption: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] setAsadminArgs: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] common.deploy.asadmin: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] init.os: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] init.tools.unix: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] init.tools.windows: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] init.tools: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] setAsadminArgs: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] init: [2022-04-17T15:55:37.636Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:37.636Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:37.636Z] [get] Not modified - so not downloaded [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] init.customtasks: [2022-04-17T15:55:37.636Z] [2022-04-17T15:55:37.636Z] common.run.asadmin: [2022-04-17T15:55:37.636Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=false /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:55:37.893Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:37.893Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:38.151Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:55:38.151Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init.os: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init.tools.unix: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init.tools.windows: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init.tools: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] setAsadminArgs: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init: [2022-04-17T15:55:38.151Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:38.151Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:38.151Z] [get] Not modified - so not downloaded [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init.customtasks: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] setEnabled: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] createAppRef: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init.os: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init.tools.unix: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init.tools.windows: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init.tools: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] setAsadminArgs: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init: [2022-04-17T15:55:38.151Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:38.151Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:38.151Z] [get] Not modified - so not downloaded [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] init.customtasks: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] prepare.client: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] prepare.client.appclient: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] increment.log.next: [2022-04-17T15:55:38.151Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] process.versionexpression: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] prepare.run: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] common.run.positive: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] setHttpPort: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] common.run: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] checkAppOnServer: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] declare-test: [2022-04-17T15:55:38.151Z] [echo] Starting test simple-versioned-servlet versioned.vs.unversioned(1) untagged - logID=1 (server) [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] prepare.runclient: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] process.classpath: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] process.jvmargs: [2022-04-17T15:55:38.151Z] [2022-04-17T15:55:38.151Z] java.with.result: [2022-04-17T15:55:38.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:38.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:55:38.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:38.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:55:38.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:55:38.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: [2022-04-17T15:55:38.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] process.result: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] processResult: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] failed: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] passed: [2022-04-17T15:55:38.749Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] unknown: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] runclient: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] init.os: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] init.tools.unix: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] init.tools.windows: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] init.tools: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] setAsadminArgs: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] init: [2022-04-17T15:55:38.749Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:38.749Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:38.749Z] [get] Not modified - so not downloaded [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] init.customtasks: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] checkAppOnCluster: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] run.positive: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] process.versionExpression: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] process.appname: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] process.xmlversionidentifier: [2022-04-17T15:55:38.749Z] [2022-04-17T15:55:38.749Z] prepare.cluster: [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] disable.version: [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] setAsadminArgs: [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] common.disable.asadmin: [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] init.os: [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] init.tools.unix: [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] init.tools.windows: [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] init.tools: [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] setAsadminArgs: [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] init: [2022-04-17T15:55:38.750Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:38.750Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:38.750Z] [get] Not modified - so not downloaded [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] init.customtasks: [2022-04-17T15:55:38.750Z] [2022-04-17T15:55:38.750Z] common.run.asadmin: [2022-04-17T15:55:38.750Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet [2022-04-17T15:55:39.006Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:39.006Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... [2022-04-17T15:55:39.006Z] [exec] Command disable executed successfully. [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init.os: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init.tools.unix: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init.tools.windows: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init.tools: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] setAsadminArgs: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init: [2022-04-17T15:55:39.006Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:39.006Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:39.006Z] [get] Not modified - so not downloaded [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init.customtasks: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] disableAppOnInstance: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init.os: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init.tools.unix: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init.tools.windows: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init.tools: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] setAsadminArgs: [2022-04-17T15:55:39.006Z] [2022-04-17T15:55:39.006Z] init: [2022-04-17T15:55:39.006Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:39.006Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:39.263Z] [get] Not modified - so not downloaded [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] init.customtasks: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] prepare.client: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] prepare.client.appclient: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] increment.log.next: [2022-04-17T15:55:39.263Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] process.versionexpression: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] prepare.run: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] common.run.negative: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] setHttpPort: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] common.run: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] checkAppOnServer: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] declare-test: [2022-04-17T15:55:39.263Z] [echo] Starting test simple-versioned-servlet versioned.vs.unversioned(2) untagged - logID=2 (server) [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] prepare.runclient: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] process.classpath: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] process.jvmargs: [2022-04-17T15:55:39.263Z] [2022-04-17T15:55:39.263Z] java.with.result: [2022-04-17T15:55:39.518Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:39.518Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail [2022-04-17T15:55:39.518Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:39.518Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:55:39.518Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:39.518Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] process.result: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] processResult: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] failed: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] passed: [2022-04-17T15:55:39.518Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] unknown: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] runclient: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init.os: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init.tools.unix: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init.tools.windows: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init.tools: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] setAsadminArgs: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init: [2022-04-17T15:55:39.518Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:39.518Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:39.518Z] [get] Not modified - so not downloaded [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init.customtasks: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] checkAppOnCluster: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] run.negative: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] deploy.version: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] del.ref.registred: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] process.versionExpression: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] process.appname: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] _process.target: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] process.target: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] prepare.is.version.registred: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init.os: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init.tools.unix: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init.tools.windows: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init.tools: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] setAsadminArgs: [2022-04-17T15:55:39.518Z] [2022-04-17T15:55:39.518Z] init: [2022-04-17T15:55:39.518Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:39.518Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:39.518Z] [get] Not modified - so not downloaded [2022-04-17T15:55:39.519Z] [2022-04-17T15:55:39.519Z] init.customtasks: [2022-04-17T15:55:39.519Z] [2022-04-17T15:55:39.519Z] prepare: [2022-04-17T15:55:39.519Z] [2022-04-17T15:55:39.519Z] exec.asadmin2: [2022-04-17T15:55:40.081Z] [exec] Result: 1 [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] process.registred: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] is.version.registred: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] process.xmlversionidentifier: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] prepare.cluster: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] process.enabled: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] process.hasToDeploy: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] deploy.version.unregistred: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] init.os: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] init.tools.unix: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] init.tools.windows: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] init.tools: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] setAsadminArgs: [2022-04-17T15:55:40.081Z] [2022-04-17T15:55:40.081Z] init: [2022-04-17T15:55:40.081Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:40.081Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:40.081Z] [get] Not modified - so not downloaded [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] init.customtasks: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] prepare: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] process.versionExpression: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] process.appname: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] create.version: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] assemble.non-existent: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] init.os: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] init.tools.unix: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] init.tools.windows: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] init.tools: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] setAsadminArgs: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] init: [2022-04-17T15:55:40.082Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:40.082Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:40.082Z] [get] Not modified - so not downloaded [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] init.customtasks: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] prepare: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] process.versionexpression: [2022-04-17T15:55:40.082Z] [2022-04-17T15:55:40.082Z] compile: [2022-04-17T15:55:40.082Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:40.082Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:55:40.338Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:40.338Z] [javac] 1 warning [2022-04-17T15:55:40.338Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] process.xmlversionidentifier: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] process.versionExpression: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] process.xml.create.flag: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] create.xml.flag: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] generate.xml.identifier: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] assemble: [2022-04-17T15:55:40.338Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] process.xmlversionidentifier: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] prepare.update.xml.identifier: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] update.xml.identifier: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] deployWithNameOption: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] setAsadminArgs: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] common.deploy.asadmin: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] init.os: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] init.tools.unix: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] init.tools.windows: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] init.tools: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] setAsadminArgs: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] init: [2022-04-17T15:55:40.338Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:40.338Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:40.338Z] [get] Not modified - so not downloaded [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] init.customtasks: [2022-04-17T15:55:40.338Z] [2022-04-17T15:55:40.338Z] common.run.asadmin: [2022-04-17T15:55:40.338Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:55:40.594Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:40.594Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:40.851Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:55:40.851Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init.os: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init.tools.unix: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init.tools.windows: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init.tools: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] setAsadminArgs: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init: [2022-04-17T15:55:40.851Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:40.851Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:40.851Z] [get] Not modified - so not downloaded [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init.customtasks: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] setEnabled: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] createAppRef: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] deployWithoutNameOption: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init.os: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init.tools.unix: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init.tools.windows: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init.tools: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] setAsadminArgs: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init: [2022-04-17T15:55:40.851Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:40.851Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:40.851Z] [get] Not modified - so not downloaded [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] init.customtasks: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] prepare.client: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] prepare.client.appclient: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] increment.log.next: [2022-04-17T15:55:40.851Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] process.versionexpression: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] prepare.run: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] common.run.positive: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] setHttpPort: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] common.run: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] checkAppOnServer: [2022-04-17T15:55:40.851Z] [2022-04-17T15:55:40.851Z] declare-test: [2022-04-17T15:55:40.851Z] [echo] Starting test simple-versioned-servlet versioned.vs.unversioned(3) ALPHA-1.0.0 - logID=3 (server) [2022-04-17T15:55:41.107Z] [2022-04-17T15:55:41.107Z] prepare.runclient: [2022-04-17T15:55:41.107Z] [2022-04-17T15:55:41.107Z] process.classpath: [2022-04-17T15:55:41.107Z] [2022-04-17T15:55:41.107Z] process.jvmargs: [2022-04-17T15:55:41.107Z] [2022-04-17T15:55:41.107Z] java.with.result: [2022-04-17T15:55:41.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:41.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:55:41.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:41.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:55:41.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:55:41.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 [2022-04-17T15:55:41.364Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] process.result: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] processResult: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] failed: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] passed: [2022-04-17T15:55:41.364Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] unknown: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] runclient: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init.os: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init.tools.unix: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init.tools.windows: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init.tools: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] setAsadminArgs: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init: [2022-04-17T15:55:41.364Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:41.364Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:41.364Z] [get] Not modified - so not downloaded [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init.customtasks: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] checkAppOnCluster: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] run.positive: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] clean.scenario: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] clean.scenario.cluster: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init.os: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init.tools.unix: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init.tools.windows: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init.tools: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] setAsadminArgs: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init: [2022-04-17T15:55:41.364Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:41.364Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:41.364Z] [get] Not modified - so not downloaded [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] init.customtasks: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] prepare: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] process.versionExpression: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] process.appname: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] _process.target: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] process.target: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] prepare.has.version.registred: [2022-04-17T15:55:41.364Z] [2022-04-17T15:55:41.364Z] exec.asadmin2: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] process.registred: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] has.version.registred: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] del.all.version.registred: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] _process.target: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] process.target: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] prepare.del.all.version.registred: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] init.os: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] init.tools.unix: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] init.tools.windows: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] init.tools: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] setAsadminArgs: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] init: [2022-04-17T15:55:41.620Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:41.620Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:41.620Z] [get] Not modified - so not downloaded [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] init.customtasks: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] prepare: [2022-04-17T15:55:41.620Z] [2022-04-17T15:55:41.620Z] exec.asadmin: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] _del.all.version.registred: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] _clean.scenario: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] deployment: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] deploy.version: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] del.ref.registred: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] process.versionExpression: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] process.appname: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] _process.target: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] process.target: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] prepare.is.version.registred: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] init.os: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] init.tools.unix: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] init.tools.windows: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] init.tools: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] setAsadminArgs: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] init: [2022-04-17T15:55:42.182Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:42.182Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:42.182Z] [get] Not modified - so not downloaded [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] init.customtasks: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] prepare: [2022-04-17T15:55:42.182Z] [2022-04-17T15:55:42.182Z] exec.asadmin2: [2022-04-17T15:55:42.744Z] [exec] Result: 1 [2022-04-17T15:55:42.744Z] [2022-04-17T15:55:42.744Z] process.registred: [2022-04-17T15:55:42.744Z] [2022-04-17T15:55:42.744Z] is.version.registred: [2022-04-17T15:55:42.744Z] [2022-04-17T15:55:42.744Z] process.xmlversionidentifier: [2022-04-17T15:55:42.744Z] [2022-04-17T15:55:42.744Z] prepare.cluster: [2022-04-17T15:55:42.744Z] [2022-04-17T15:55:42.745Z] process.enabled: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] process.hasToDeploy: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] deploy.version.unregistred: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init.os: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init.tools.unix: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init.tools.windows: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init.tools: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] setAsadminArgs: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init: [2022-04-17T15:55:42.745Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:42.745Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:42.745Z] [get] Not modified - so not downloaded [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init.customtasks: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] prepare: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] process.versionExpression: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] process.appname: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] create.version: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] assemble.non-existent: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] process.xmlversionidentifier: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] prepare.update.xml.identifier: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] update.xml.identifier: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] deployWithNameOption: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] setAsadminArgs: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] common.deploy.asadmin: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init.os: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init.tools.unix: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init.tools.windows: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init.tools: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] setAsadminArgs: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init: [2022-04-17T15:55:42.745Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:42.745Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:42.745Z] [get] Not modified - so not downloaded [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] init.customtasks: [2022-04-17T15:55:42.745Z] [2022-04-17T15:55:42.745Z] common.run.asadmin: [2022-04-17T15:55:42.745Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:55:43.001Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:43.001Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:43.257Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:55:43.257Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init.os: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init.tools.unix: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init.tools.windows: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init.tools: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] setAsadminArgs: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init: [2022-04-17T15:55:43.257Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:43.257Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:43.257Z] [get] Not modified - so not downloaded [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init.customtasks: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] setEnabled: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] createAppRef: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] deployWithoutNameOption: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] run.positive.deploy: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init.os: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init.tools.unix: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init.tools.windows: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init.tools: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] setAsadminArgs: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init: [2022-04-17T15:55:43.257Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:43.257Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:43.257Z] [get] Not modified - so not downloaded [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] init.customtasks: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] prepare.client: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] prepare.client.appclient: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] increment.log.next: [2022-04-17T15:55:43.257Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] process.versionexpression: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] prepare.run: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] common.run.positive: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] setHttpPort: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] common.run: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] checkAppOnServer: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] declare-test: [2022-04-17T15:55:43.257Z] [echo] Starting test simple-versioned-servlet deployment(1) untagged - logID=4 (server) [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] prepare.runclient: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] process.classpath: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] process.jvmargs: [2022-04-17T15:55:43.257Z] [2022-04-17T15:55:43.257Z] java.with.result: [2022-04-17T15:55:43.513Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:43.513Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:55:43.513Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:43.513Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:55:43.513Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:55:43.513Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: [2022-04-17T15:55:43.513Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] process.result: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] processResult: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] failed: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] passed: [2022-04-17T15:55:43.513Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] unknown: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] runclient: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] init.os: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] init.tools.unix: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] init.tools.windows: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] init.tools: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] setAsadminArgs: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] init: [2022-04-17T15:55:43.513Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:43.513Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:43.513Z] [get] Not modified - so not downloaded [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] init.customtasks: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] checkAppOnCluster: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] run.positive: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] deploy.version: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] del.ref.registred: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] process.versionExpression: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] process.appname: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] _process.target: [2022-04-17T15:55:43.513Z] [2022-04-17T15:55:43.513Z] process.target: [2022-04-17T15:55:43.514Z] [2022-04-17T15:55:43.514Z] prepare.is.version.registred: [2022-04-17T15:55:43.514Z] [2022-04-17T15:55:43.514Z] init.os: [2022-04-17T15:55:43.514Z] [2022-04-17T15:55:43.514Z] init.tools.unix: [2022-04-17T15:55:43.514Z] [2022-04-17T15:55:43.514Z] init.tools.windows: [2022-04-17T15:55:43.514Z] [2022-04-17T15:55:43.514Z] init.tools: [2022-04-17T15:55:43.514Z] [2022-04-17T15:55:43.514Z] setAsadminArgs: [2022-04-17T15:55:43.514Z] [2022-04-17T15:55:43.514Z] init: [2022-04-17T15:55:43.514Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:43.514Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:43.514Z] [get] Not modified - so not downloaded [2022-04-17T15:55:43.514Z] [2022-04-17T15:55:43.514Z] init.customtasks: [2022-04-17T15:55:43.514Z] [2022-04-17T15:55:43.514Z] prepare: [2022-04-17T15:55:43.514Z] [2022-04-17T15:55:43.514Z] exec.asadmin2: [2022-04-17T15:55:44.238Z] [exec] Result: 1 [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] process.registred: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] is.version.registred: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] process.xmlversionidentifier: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] prepare.cluster: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] process.enabled: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] process.hasToDeploy: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] deploy.version.unregistred: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init.os: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init.tools.unix: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init.tools.windows: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init.tools: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] setAsadminArgs: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init: [2022-04-17T15:55:44.238Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:44.238Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:44.238Z] [get] Not modified - so not downloaded [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init.customtasks: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] prepare: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] process.versionExpression: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] process.appname: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] create.version: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] assemble.non-existent: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] process.xmlversionidentifier: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] prepare.update.xml.identifier: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] update.xml.identifier: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] deployWithNameOption: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] setAsadminArgs: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] common.deploy.asadmin: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init.os: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init.tools.unix: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init.tools.windows: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init.tools: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] setAsadminArgs: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init: [2022-04-17T15:55:44.238Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:44.238Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:44.238Z] [get] Not modified - so not downloaded [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] init.customtasks: [2022-04-17T15:55:44.238Z] [2022-04-17T15:55:44.238Z] common.run.asadmin: [2022-04-17T15:55:44.239Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:55:44.239Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:44.239Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:44.529Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:55:44.529Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init.os: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init.tools.unix: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init.tools.windows: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init.tools: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] setAsadminArgs: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init: [2022-04-17T15:55:44.529Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:44.529Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:44.529Z] [get] Not modified - so not downloaded [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init.customtasks: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] setEnabled: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] createAppRef: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] deployWithoutNameOption: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] run.positive.deploy: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init.os: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init.tools.unix: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init.tools.windows: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init.tools: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] setAsadminArgs: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init: [2022-04-17T15:55:44.529Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:44.529Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:44.529Z] [get] Not modified - so not downloaded [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] init.customtasks: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] prepare.client: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] prepare.client.appclient: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] increment.log.next: [2022-04-17T15:55:44.529Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] process.versionexpression: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] prepare.run: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] common.run.positive: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] setHttpPort: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] common.run: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] checkAppOnServer: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] declare-test: [2022-04-17T15:55:44.529Z] [echo] Starting test simple-versioned-servlet deployment(2) ALPHA-1.0.0 - logID=5 (server) [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] prepare.runclient: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] process.classpath: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] process.jvmargs: [2022-04-17T15:55:44.529Z] [2022-04-17T15:55:44.529Z] java.with.result: [2022-04-17T15:55:44.807Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:44.807Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:55:44.807Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:44.807Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:55:44.807Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:55:44.807Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 [2022-04-17T15:55:44.807Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] process.result: [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] processResult: [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] failed: [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] passed: [2022-04-17T15:55:44.807Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] unknown: [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] runclient: [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] init.os: [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] init.tools.unix: [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] init.tools.windows: [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] init.tools: [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] setAsadminArgs: [2022-04-17T15:55:44.807Z] [2022-04-17T15:55:44.807Z] init: [2022-04-17T15:55:44.807Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:44.807Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:45.068Z] [get] Not modified - so not downloaded [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] init.customtasks: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] checkAppOnCluster: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] run.positive: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] deploy.version: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] del.ref.registred: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] process.versionExpression: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] process.appname: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] _process.target: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] process.target: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] prepare.is.version.registred: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] init.os: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] init.tools.unix: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] init.tools.windows: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] init.tools: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] setAsadminArgs: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] init: [2022-04-17T15:55:45.068Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:45.068Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:45.068Z] [get] Not modified - so not downloaded [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] init.customtasks: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] prepare: [2022-04-17T15:55:45.068Z] [2022-04-17T15:55:45.068Z] exec.asadmin2: [2022-04-17T15:55:45.325Z] [exec] Result: 1 [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] process.registred: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] is.version.registred: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] process.xmlversionidentifier: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] prepare.cluster: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] process.enabled: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] process.hasToDeploy: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] deploy.version.unregistred: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] init.os: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] init.tools.unix: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] init.tools.windows: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] init.tools: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] setAsadminArgs: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] init: [2022-04-17T15:55:45.325Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:45.325Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:45.325Z] [get] Not modified - so not downloaded [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] init.customtasks: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] prepare: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] process.versionExpression: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] process.appname: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] create.version: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] assemble.non-existent: [2022-04-17T15:55:45.325Z] [2022-04-17T15:55:45.325Z] init.os: [2022-04-17T15:55:45.326Z] [2022-04-17T15:55:45.326Z] init.tools.unix: [2022-04-17T15:55:45.326Z] [2022-04-17T15:55:45.326Z] init.tools.windows: [2022-04-17T15:55:45.326Z] [2022-04-17T15:55:45.326Z] init.tools: [2022-04-17T15:55:45.326Z] [2022-04-17T15:55:45.326Z] setAsadminArgs: [2022-04-17T15:55:45.326Z] [2022-04-17T15:55:45.326Z] init: [2022-04-17T15:55:45.326Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:45.326Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:45.326Z] [get] Not modified - so not downloaded [2022-04-17T15:55:45.326Z] [2022-04-17T15:55:45.326Z] init.customtasks: [2022-04-17T15:55:45.326Z] [2022-04-17T15:55:45.326Z] prepare: [2022-04-17T15:55:45.326Z] [2022-04-17T15:55:45.326Z] process.versionexpression: [2022-04-17T15:55:45.326Z] [2022-04-17T15:55:45.326Z] compile: [2022-04-17T15:55:45.326Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:45.326Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:55:45.888Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:45.888Z] [javac] 1 warning [2022-04-17T15:55:45.888Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] process.xmlversionidentifier: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] process.versionExpression: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] process.xml.create.flag: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] create.xml.flag: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] generate.xml.identifier: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] assemble: [2022-04-17T15:55:45.888Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] process.xmlversionidentifier: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] prepare.update.xml.identifier: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] update.xml.identifier: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] deployWithNameOption: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] setAsadminArgs: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] common.deploy.asadmin: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] init.os: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] init.tools.unix: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] init.tools.windows: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] init.tools: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] setAsadminArgs: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] init: [2022-04-17T15:55:45.888Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:45.888Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:45.888Z] [get] Not modified - so not downloaded [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] init.customtasks: [2022-04-17T15:55:45.888Z] [2022-04-17T15:55:45.888Z] common.run.asadmin: [2022-04-17T15:55:45.888Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war [2022-04-17T15:55:46.145Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:46.145Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:46.145Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. [2022-04-17T15:55:46.145Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init.os: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init.tools.unix: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init.tools.windows: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init.tools: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] setAsadminArgs: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init: [2022-04-17T15:55:46.401Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:46.401Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:46.401Z] [get] Not modified - so not downloaded [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init.customtasks: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] setEnabled: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] createAppRef: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] deployWithoutNameOption: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] run.positive.deploy: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init.os: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init.tools.unix: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init.tools.windows: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init.tools: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] setAsadminArgs: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init: [2022-04-17T15:55:46.401Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:46.401Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:46.401Z] [get] Not modified - so not downloaded [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] init.customtasks: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] prepare.client: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] prepare.client.appclient: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] increment.log.next: [2022-04-17T15:55:46.401Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] process.versionexpression: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] prepare.run: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] common.run.positive: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] setHttpPort: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] common.run: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] checkAppOnServer: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] declare-test: [2022-04-17T15:55:46.401Z] [echo] Starting test simple-versioned-servlet deployment(3) ALPHA-1.0.1 (enabled=false) - logID=6 (server) [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] prepare.runclient: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] process.classpath: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] process.jvmargs: [2022-04-17T15:55:46.401Z] [2022-04-17T15:55:46.401Z] java.with.result: [2022-04-17T15:55:46.657Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:46.657Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:55:46.657Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:46.657Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:55:46.657Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:55:46.657Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 [2022-04-17T15:55:46.657Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] process.result: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] processResult: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] failed: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] passed: [2022-04-17T15:55:46.657Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] unknown: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] runclient: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init.os: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init.tools.unix: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init.tools.windows: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init.tools: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] setAsadminArgs: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init: [2022-04-17T15:55:46.657Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:46.657Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:46.657Z] [get] Not modified - so not downloaded [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init.customtasks: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] checkAppOnCluster: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] run.positive: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] deploy.version: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] del.ref.registred: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] process.versionExpression: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] process.appname: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] _process.target: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] process.target: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] prepare.is.version.registred: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init.os: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init.tools.unix: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init.tools.windows: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init.tools: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] setAsadminArgs: [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.657Z] init: [2022-04-17T15:55:46.657Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:46.657Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:46.657Z] [get] Not modified - so not downloaded [2022-04-17T15:55:46.657Z] [2022-04-17T15:55:46.658Z] init.customtasks: [2022-04-17T15:55:46.658Z] [2022-04-17T15:55:46.658Z] prepare: [2022-04-17T15:55:46.658Z] [2022-04-17T15:55:46.658Z] exec.asadmin2: [2022-04-17T15:55:47.245Z] [exec] Result: 1 [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] process.registred: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] is.version.registred: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] process.xmlversionidentifier: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] prepare.cluster: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] process.enabled: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] process.hasToDeploy: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] deploy.version.unregistred: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init.os: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init.tools.unix: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init.tools.windows: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init.tools: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] setAsadminArgs: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init: [2022-04-17T15:55:47.245Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:47.245Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:47.245Z] [get] Not modified - so not downloaded [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init.customtasks: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] prepare: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] process.versionExpression: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] process.appname: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] create.version: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] assemble.non-existent: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init.os: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init.tools.unix: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init.tools.windows: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init.tools: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] setAsadminArgs: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init: [2022-04-17T15:55:47.245Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:47.245Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:47.245Z] [get] Not modified - so not downloaded [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] init.customtasks: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] prepare: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] process.versionexpression: [2022-04-17T15:55:47.245Z] [2022-04-17T15:55:47.245Z] compile: [2022-04-17T15:55:47.245Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:47.246Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:55:47.501Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:47.501Z] [javac] 1 warning [2022-04-17T15:55:47.501Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] process.xmlversionidentifier: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] process.versionExpression: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] process.xml.create.flag: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] create.xml.flag: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] generate.xml.identifier: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] assemble: [2022-04-17T15:55:47.501Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] process.xmlversionidentifier: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] prepare.update.xml.identifier: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] update.xml.identifier: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] deployWithNameOption: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] setAsadminArgs: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] common.deploy.asadmin: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] init.os: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] init.tools.unix: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] init.tools.windows: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] init.tools: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] setAsadminArgs: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] init: [2022-04-17T15:55:47.501Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:47.501Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:47.501Z] [get] Not modified - so not downloaded [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] init.customtasks: [2022-04-17T15:55:47.501Z] [2022-04-17T15:55:47.501Z] common.run.asadmin: [2022-04-17T15:55:47.501Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war [2022-04-17T15:55:47.757Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:47.757Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:48.013Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.0. [2022-04-17T15:55:48.013Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init.os: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init.tools.unix: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init.tools.windows: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init.tools: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] setAsadminArgs: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init: [2022-04-17T15:55:48.013Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:48.013Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:48.013Z] [get] Not modified - so not downloaded [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init.customtasks: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] setEnabled: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] createAppRef: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] deployWithoutNameOption: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] run.positive.deploy: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init.os: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init.tools.unix: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init.tools.windows: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init.tools: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] setAsadminArgs: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init: [2022-04-17T15:55:48.013Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:48.013Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:48.013Z] [get] Not modified - so not downloaded [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] init.customtasks: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] prepare.client: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] prepare.client.appclient: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] increment.log.next: [2022-04-17T15:55:48.013Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] process.versionexpression: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] prepare.run: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] common.run.positive: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] setHttpPort: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] common.run: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] checkAppOnServer: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] declare-test: [2022-04-17T15:55:48.013Z] [echo] Starting test simple-versioned-servlet deployment(4) RC-1.0.0 (enabled=false) - logID=7 (server) [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] prepare.runclient: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] process.classpath: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] process.jvmargs: [2022-04-17T15:55:48.013Z] [2022-04-17T15:55:48.013Z] java.with.result: [2022-04-17T15:55:48.574Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:48.574Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:55:48.574Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:48.574Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:55:48.574Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:55:48.574Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 [2022-04-17T15:55:48.574Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] process.result: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] processResult: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] failed: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] passed: [2022-04-17T15:55:48.574Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] unknown: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] runclient: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.os: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.tools.unix: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.tools.windows: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.tools: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] setAsadminArgs: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init: [2022-04-17T15:55:48.574Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:48.574Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:48.574Z] [get] Not modified - so not downloaded [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.customtasks: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] checkAppOnCluster: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] run.positive: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] process.versionExpression: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] process.appname: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.os: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.tools.unix: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.tools.windows: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.tools: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] setAsadminArgs: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init: [2022-04-17T15:55:48.574Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:48.574Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:48.574Z] [get] Not modified - so not downloaded [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.customtasks: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] prepare: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] create.version: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] assemble.non-existent: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.os: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.tools.unix: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.tools.windows: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.tools: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] setAsadminArgs: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init: [2022-04-17T15:55:48.574Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:48.574Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:48.574Z] [get] Not modified - so not downloaded [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] init.customtasks: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] prepare: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] process.versionexpression: [2022-04-17T15:55:48.574Z] [2022-04-17T15:55:48.574Z] compile: [2022-04-17T15:55:48.574Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:48.574Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:55:48.830Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:48.830Z] [javac] 1 warning [2022-04-17T15:55:48.830Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] process.xmlversionidentifier: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] process.versionExpression: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] process.xml.create.flag: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] create.xml.flag: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] generate.xml.identifier: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] assemble: [2022-04-17T15:55:48.830Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] process.xmlversionidentifier: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] prepare.update.xml.identifier: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] update.xml.identifier: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] unzip.version: [2022-04-17T15:55:48.830Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1 [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] deploy.version: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] del.ref.registred: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] process.versionExpression: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] process.appname: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] _process.target: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] process.target: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] prepare.is.version.registred: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] init.os: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] init.tools.unix: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] init.tools.windows: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] init.tools: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] setAsadminArgs: [2022-04-17T15:55:48.830Z] [2022-04-17T15:55:48.830Z] init: [2022-04-17T15:55:48.830Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:48.830Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:48.830Z] [get] Not modified - so not downloaded [2022-04-17T15:55:49.086Z] [2022-04-17T15:55:49.086Z] init.customtasks: [2022-04-17T15:55:49.086Z] [2022-04-17T15:55:49.086Z] prepare: [2022-04-17T15:55:49.086Z] [2022-04-17T15:55:49.086Z] exec.asadmin2: [2022-04-17T15:55:49.342Z] [exec] Result: 1 [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] process.registred: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] is.version.registred: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] process.xmlversionidentifier: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] prepare.cluster: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] process.enabled: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] process.hasToDeploy: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] deploy.version.unregistred: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init.os: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init.tools.unix: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init.tools.windows: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init.tools: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] setAsadminArgs: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init: [2022-04-17T15:55:49.342Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:49.342Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:49.342Z] [get] Not modified - so not downloaded [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init.customtasks: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] prepare: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] process.versionExpression: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] process.appname: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] create.version: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] assemble.non-existent: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init.os: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init.tools.unix: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init.tools.windows: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init.tools: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] setAsadminArgs: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init: [2022-04-17T15:55:49.342Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:49.342Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:49.342Z] [get] Not modified - so not downloaded [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] init.customtasks: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] prepare: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] process.versionexpression: [2022-04-17T15:55:49.342Z] [2022-04-17T15:55:49.342Z] compile: [2022-04-17T15:55:49.343Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:55:49.343Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:55:49.903Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:55:49.903Z] [javac] 1 warning [2022-04-17T15:55:49.903Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/versionedservlet/version-infos.properties [2022-04-17T15:55:49.903Z] [2022-04-17T15:55:49.903Z] process.xmlversionidentifier: [2022-04-17T15:55:49.903Z] [2022-04-17T15:55:49.903Z] process.versionExpression: [2022-04-17T15:55:49.903Z] [2022-04-17T15:55:49.903Z] process.xml.create.flag: [2022-04-17T15:55:49.903Z] [2022-04-17T15:55:49.903Z] create.xml.flag: [2022-04-17T15:55:49.903Z] [2022-04-17T15:55:49.903Z] generate.xml.identifier: [2022-04-17T15:55:49.903Z] [2022-04-17T15:55:49.903Z] assemble: [2022-04-17T15:55:49.903Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war [2022-04-17T15:55:49.903Z] [2022-04-17T15:55:49.903Z] process.xmlversionidentifier: [2022-04-17T15:55:49.903Z] [2022-04-17T15:55:49.903Z] prepare.update.xml.identifier: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] update.xml.identifier: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] deployWithNameOption: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] setAsadminArgs: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] common.deploy.asadmin: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] init.os: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] init.tools.unix: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] init.tools.windows: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] init.tools: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] setAsadminArgs: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] init: [2022-04-17T15:55:49.904Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:49.904Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:49.904Z] [get] Not modified - so not downloaded [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] init.customtasks: [2022-04-17T15:55:49.904Z] [2022-04-17T15:55:49.904Z] common.run.asadmin: [2022-04-17T15:55:49.904Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war [2022-04-17T15:55:50.159Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:50.159Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:50.416Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.1. [2022-04-17T15:55:50.416Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init.os: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init.tools.unix: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init.tools.windows: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init.tools: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] setAsadminArgs: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init: [2022-04-17T15:55:50.416Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:50.416Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:50.416Z] [get] Not modified - so not downloaded [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init.customtasks: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] setEnabled: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] createAppRef: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] deployWithoutNameOption: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] deploydir.version: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] run.positive.deploy: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init.os: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init.tools.unix: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init.tools.windows: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init.tools: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] setAsadminArgs: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init: [2022-04-17T15:55:50.416Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:50.416Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:50.416Z] [get] Not modified - so not downloaded [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] init.customtasks: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] prepare.client: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] prepare.client.appclient: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] increment.log.next: [2022-04-17T15:55:50.416Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] process.versionexpression: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] prepare.run: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] common.run.positive: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] setHttpPort: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] common.run: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] checkAppOnServer: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] declare-test: [2022-04-17T15:55:50.416Z] [echo] Starting test simple-versioned-servlet deployment(5) RC-1.0.1 - logID=8 (server) [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] prepare.runclient: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] process.classpath: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] process.jvmargs: [2022-04-17T15:55:50.416Z] [2022-04-17T15:55:50.416Z] java.with.result: [2022-04-17T15:55:50.672Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:50.672Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:55:50.672Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:50.672Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.1 [2022-04-17T15:55:50.672Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:55:50.672Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.1 [2022-04-17T15:55:50.672Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:50.672Z] [2022-04-17T15:55:50.672Z] process.result: [2022-04-17T15:55:50.672Z] [2022-04-17T15:55:50.672Z] processResult: [2022-04-17T15:55:50.672Z] [2022-04-17T15:55:50.672Z] failed: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] passed: [2022-04-17T15:55:50.939Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] unknown: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] runclient: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init.os: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init.tools.unix: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init.tools.windows: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init.tools: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] setAsadminArgs: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init: [2022-04-17T15:55:50.939Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:50.939Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:50.939Z] [get] Not modified - so not downloaded [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init.customtasks: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] checkAppOnCluster: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] run.positive: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] clean.scenario: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] clean.scenario.cluster: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init.os: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init.tools.unix: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init.tools.windows: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init.tools: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] setAsadminArgs: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init: [2022-04-17T15:55:50.939Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:50.939Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:50.939Z] [get] Not modified - so not downloaded [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] init.customtasks: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] prepare: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] process.versionExpression: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] process.appname: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] _process.target: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] process.target: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] prepare.has.version.registred: [2022-04-17T15:55:50.939Z] [2022-04-17T15:55:50.939Z] exec.asadmin2: [2022-04-17T15:55:51.195Z] [2022-04-17T15:55:51.195Z] process.registred: [2022-04-17T15:55:51.195Z] [2022-04-17T15:55:51.195Z] has.version.registred: [2022-04-17T15:55:51.195Z] [2022-04-17T15:55:51.195Z] del.all.version.registred: [2022-04-17T15:55:51.195Z] [2022-04-17T15:55:51.195Z] _process.target: [2022-04-17T15:55:51.195Z] [2022-04-17T15:55:51.195Z] process.target: [2022-04-17T15:55:51.195Z] [2022-04-17T15:55:51.195Z] prepare.del.all.version.registred: [2022-04-17T15:55:51.195Z] [2022-04-17T15:55:51.195Z] init.os: [2022-04-17T15:55:51.195Z] [2022-04-17T15:55:51.196Z] init.tools.unix: [2022-04-17T15:55:51.196Z] [2022-04-17T15:55:51.196Z] init.tools.windows: [2022-04-17T15:55:51.196Z] [2022-04-17T15:55:51.196Z] init.tools: [2022-04-17T15:55:51.196Z] [2022-04-17T15:55:51.196Z] setAsadminArgs: [2022-04-17T15:55:51.196Z] [2022-04-17T15:55:51.196Z] init: [2022-04-17T15:55:51.196Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:51.196Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:51.196Z] [get] Not modified - so not downloaded [2022-04-17T15:55:51.196Z] [2022-04-17T15:55:51.196Z] init.customtasks: [2022-04-17T15:55:51.196Z] [2022-04-17T15:55:51.196Z] prepare: [2022-04-17T15:55:51.196Z] [2022-04-17T15:55:51.196Z] exec.asadmin: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] _del.all.version.registred: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] _clean.scenario: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] deployment: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] deploy.version: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] del.ref.registred: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] process.versionExpression: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] process.appname: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] _process.target: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] process.target: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] prepare.is.version.registred: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] init.os: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] init.tools.unix: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] init.tools.windows: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] init.tools: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] setAsadminArgs: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] init: [2022-04-17T15:55:51.758Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:51.758Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:51.758Z] [get] Not modified - so not downloaded [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] init.customtasks: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] prepare: [2022-04-17T15:55:51.758Z] [2022-04-17T15:55:51.758Z] exec.asadmin2: [2022-04-17T15:55:52.338Z] [exec] Result: 1 [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] process.registred: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] is.version.registred: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] process.xmlversionidentifier: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] prepare.cluster: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] process.enabled: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] process.hasToDeploy: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] deploy.version.unregistred: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init.os: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init.tools.unix: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init.tools.windows: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init.tools: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] setAsadminArgs: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init: [2022-04-17T15:55:52.338Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:52.338Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:52.338Z] [get] Not modified - so not downloaded [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init.customtasks: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] prepare: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] process.versionExpression: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] process.appname: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] create.version: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] assemble.non-existent: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] process.xmlversionidentifier: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] prepare.update.xml.identifier: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] update.xml.identifier: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] deployWithNameOption: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] setAsadminArgs: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] common.deploy.asadmin: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init.os: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init.tools.unix: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init.tools.windows: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init.tools: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] setAsadminArgs: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init: [2022-04-17T15:55:52.338Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:52.338Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:52.338Z] [get] Not modified - so not downloaded [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] init.customtasks: [2022-04-17T15:55:52.338Z] [2022-04-17T15:55:52.338Z] common.run.asadmin: [2022-04-17T15:55:52.338Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:55:52.594Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:52.594Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:52.851Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:55:52.851Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init.os: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init.tools.unix: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init.tools.windows: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init.tools: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] setAsadminArgs: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init: [2022-04-17T15:55:52.851Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:52.851Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:52.851Z] [get] Not modified - so not downloaded [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init.customtasks: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] setEnabled: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] createAppRef: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] deployWithoutNameOption: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] run.positive.deploy: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] deploy.version: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] del.ref.registred: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] process.versionExpression: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] process.appname: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] _process.target: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] process.target: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] prepare.is.version.registred: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init.os: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init.tools.unix: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init.tools.windows: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init.tools: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] setAsadminArgs: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init: [2022-04-17T15:55:52.851Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:52.851Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:52.851Z] [get] Not modified - so not downloaded [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] init.customtasks: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] prepare: [2022-04-17T15:55:52.851Z] [2022-04-17T15:55:52.851Z] exec.asadmin2: [2022-04-17T15:55:53.107Z] [exec] Result: 1 [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] process.registred: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] is.version.registred: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] process.xmlversionidentifier: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] prepare.cluster: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] process.enabled: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] process.hasToDeploy: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] deploy.version.unregistred: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init.os: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init.tools.unix: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init.tools.windows: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init.tools: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] setAsadminArgs: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init: [2022-04-17T15:55:53.107Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:53.107Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:53.107Z] [get] Not modified - so not downloaded [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init.customtasks: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] prepare: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] process.versionExpression: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] process.appname: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] create.version: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] assemble.non-existent: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] process.xmlversionidentifier: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] prepare.update.xml.identifier: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] update.xml.identifier: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] deployWithNameOption: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] setAsadminArgs: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] common.deploy.asadmin: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init.os: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init.tools.unix: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init.tools.windows: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init.tools: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] setAsadminArgs: [2022-04-17T15:55:53.107Z] [2022-04-17T15:55:53.107Z] init: [2022-04-17T15:55:53.107Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:53.108Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:53.108Z] [get] Not modified - so not downloaded [2022-04-17T15:55:53.108Z] [2022-04-17T15:55:53.108Z] init.customtasks: [2022-04-17T15:55:53.108Z] [2022-04-17T15:55:53.108Z] common.run.asadmin: [2022-04-17T15:55:53.108Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:55:53.670Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:53.670Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:53.670Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:55:53.670Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] init.os: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] init.tools.unix: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] init.tools.windows: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] init.tools: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] setAsadminArgs: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] init: [2022-04-17T15:55:53.670Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:53.670Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:53.670Z] [get] Not modified - so not downloaded [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] init.customtasks: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] setEnabled: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] createAppRef: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] deployWithoutNameOption: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] run.positive.deploy: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] deploy.version: [2022-04-17T15:55:53.670Z] [2022-04-17T15:55:53.670Z] del.ref.registred: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] process.versionExpression: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] process.appname: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] _process.target: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] process.target: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] prepare.is.version.registred: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] init.os: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] init.tools.unix: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] init.tools.windows: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] init.tools: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] setAsadminArgs: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] init: [2022-04-17T15:55:53.939Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:53.939Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:53.939Z] [get] Not modified - so not downloaded [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] init.customtasks: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] prepare: [2022-04-17T15:55:53.939Z] [2022-04-17T15:55:53.939Z] exec.asadmin2: [2022-04-17T15:55:54.195Z] [exec] Result: 1 [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] process.registred: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] is.version.registred: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] process.xmlversionidentifier: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] prepare.cluster: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] process.enabled: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] process.hasToDeploy: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] deploy.version.unregistred: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init.os: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init.tools.unix: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init.tools.windows: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init.tools: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] setAsadminArgs: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init: [2022-04-17T15:55:54.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:54.195Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:54.195Z] [get] Not modified - so not downloaded [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init.customtasks: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] prepare: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] process.versionExpression: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] process.appname: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] create.version: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] assemble.non-existent: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] process.xmlversionidentifier: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] prepare.update.xml.identifier: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] update.xml.identifier: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] deployWithNameOption: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] setAsadminArgs: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] common.deploy.asadmin: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init.os: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init.tools.unix: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init.tools.windows: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init.tools: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] setAsadminArgs: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init: [2022-04-17T15:55:54.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:54.195Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:54.195Z] [get] Not modified - so not downloaded [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] init.customtasks: [2022-04-17T15:55:54.195Z] [2022-04-17T15:55:54.195Z] common.run.asadmin: [2022-04-17T15:55:54.195Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war [2022-04-17T15:55:54.452Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:54.452Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:54.708Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. [2022-04-17T15:55:54.708Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init.os: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init.tools.unix: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init.tools.windows: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init.tools: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] setAsadminArgs: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init: [2022-04-17T15:55:54.708Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:54.708Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:54.708Z] [get] Not modified - so not downloaded [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init.customtasks: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] setEnabled: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] createAppRef: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] deployWithoutNameOption: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] run.positive.deploy: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] deploy.version: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] del.ref.registred: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] process.versionExpression: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] process.appname: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] _process.target: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] process.target: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] prepare.is.version.registred: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init.os: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init.tools.unix: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init.tools.windows: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init.tools: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] setAsadminArgs: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init: [2022-04-17T15:55:54.708Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:54.708Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:54.708Z] [get] Not modified - so not downloaded [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] init.customtasks: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] prepare: [2022-04-17T15:55:54.708Z] [2022-04-17T15:55:54.708Z] exec.asadmin2: [2022-04-17T15:55:55.277Z] [exec] Result: 1 [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] process.registred: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] is.version.registred: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] process.xmlversionidentifier: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] prepare.cluster: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] process.enabled: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] process.hasToDeploy: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] deploy.version.unregistred: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] init.os: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] init.tools.unix: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] init.tools.windows: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] init.tools: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] setAsadminArgs: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] init: [2022-04-17T15:55:55.277Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:55.277Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:55.277Z] [get] Not modified - so not downloaded [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] init.customtasks: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.277Z] prepare: [2022-04-17T15:55:55.277Z] [2022-04-17T15:55:55.278Z] process.versionExpression: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] process.appname: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] create.version: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] assemble.non-existent: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] process.xmlversionidentifier: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] prepare.update.xml.identifier: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] update.xml.identifier: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] deployWithNameOption: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] setAsadminArgs: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] common.deploy.asadmin: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] init.os: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] init.tools.unix: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] init.tools.windows: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] init.tools: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] setAsadminArgs: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] init: [2022-04-17T15:55:55.278Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:55.278Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:55.278Z] [get] Not modified - so not downloaded [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] init.customtasks: [2022-04-17T15:55:55.278Z] [2022-04-17T15:55:55.278Z] common.run.asadmin: [2022-04-17T15:55:55.278Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war [2022-04-17T15:55:55.539Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:55.539Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:55.795Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.0. [2022-04-17T15:55:55.795Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.os: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.tools.unix: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.tools.windows: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.tools: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] setAsadminArgs: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init: [2022-04-17T15:55:55.795Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:55.795Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:55.795Z] [get] Not modified - so not downloaded [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.customtasks: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] setEnabled: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] createAppRef: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] deployWithoutNameOption: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] run.positive.deploy: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] process.versionExpression: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] process.appname: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.os: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.tools.unix: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.tools.windows: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.tools: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] setAsadminArgs: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init: [2022-04-17T15:55:55.795Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:55.795Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:55.795Z] [get] Not modified - so not downloaded [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.customtasks: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] prepare: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] create.version: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] assemble.non-existent: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] process.xmlversionidentifier: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] prepare.update.xml.identifier: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] update.xml.identifier: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] unzip.version: [2022-04-17T15:55:55.795Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1 [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] deploy.version: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] del.ref.registred: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] process.versionExpression: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] process.appname: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] _process.target: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] process.target: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] prepare.is.version.registred: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.os: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.tools.unix: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.795Z] init.tools.windows: [2022-04-17T15:55:55.795Z] [2022-04-17T15:55:55.796Z] init.tools: [2022-04-17T15:55:55.796Z] [2022-04-17T15:55:55.796Z] setAsadminArgs: [2022-04-17T15:55:55.796Z] [2022-04-17T15:55:55.796Z] init: [2022-04-17T15:55:55.796Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:55.796Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:55.796Z] [get] Not modified - so not downloaded [2022-04-17T15:55:55.796Z] [2022-04-17T15:55:55.796Z] init.customtasks: [2022-04-17T15:55:55.796Z] [2022-04-17T15:55:55.796Z] prepare: [2022-04-17T15:55:55.796Z] [2022-04-17T15:55:55.796Z] exec.asadmin2: [2022-04-17T15:55:56.357Z] [exec] Result: 1 [2022-04-17T15:55:56.357Z] [2022-04-17T15:55:56.357Z] process.registred: [2022-04-17T15:55:56.357Z] [2022-04-17T15:55:56.357Z] is.version.registred: [2022-04-17T15:55:56.357Z] [2022-04-17T15:55:56.357Z] process.xmlversionidentifier: [2022-04-17T15:55:56.357Z] [2022-04-17T15:55:56.357Z] prepare.cluster: [2022-04-17T15:55:56.357Z] [2022-04-17T15:55:56.357Z] process.enabled: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] process.hasToDeploy: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] deploy.version.unregistred: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init.os: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init.tools.unix: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init.tools.windows: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init.tools: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] setAsadminArgs: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init: [2022-04-17T15:55:56.358Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:56.358Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:56.358Z] [get] Not modified - so not downloaded [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init.customtasks: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] prepare: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] process.versionExpression: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] process.appname: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] create.version: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] assemble.non-existent: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] process.xmlversionidentifier: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] prepare.update.xml.identifier: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] update.xml.identifier: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] deployWithNameOption: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] setAsadminArgs: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] common.deploy.asadmin: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init.os: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init.tools.unix: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init.tools.windows: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init.tools: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] setAsadminArgs: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init: [2022-04-17T15:55:56.358Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:56.358Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:56.358Z] [get] Not modified - so not downloaded [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] init.customtasks: [2022-04-17T15:55:56.358Z] [2022-04-17T15:55:56.358Z] common.run.asadmin: [2022-04-17T15:55:56.358Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war [2022-04-17T15:55:56.636Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:56.636Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:55:56.912Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.1. [2022-04-17T15:55:56.912Z] [exec] Command deploy executed successfully. [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init.os: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init.tools.unix: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init.tools.windows: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init.tools: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] setAsadminArgs: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init: [2022-04-17T15:55:56.912Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:56.912Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:56.912Z] [get] Not modified - so not downloaded [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init.customtasks: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] setEnabled: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] createAppRef: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] deployWithoutNameOption: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] deploydir.version: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] run.positive.deploy: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] deactivation: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] process.versionExpression: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] process.appname: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] process.xmlversionidentifier: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] prepare.cluster: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] disable.version: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] setAsadminArgs: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] common.disable.asadmin: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init.os: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init.tools.unix: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init.tools.windows: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init.tools: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] setAsadminArgs: [2022-04-17T15:55:56.912Z] [2022-04-17T15:55:56.912Z] init: [2022-04-17T15:55:56.912Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:56.912Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:56.913Z] [get] Not modified - so not downloaded [2022-04-17T15:55:56.913Z] [2022-04-17T15:55:56.913Z] init.customtasks: [2022-04-17T15:55:56.913Z] [2022-04-17T15:55:56.913Z] common.run.asadmin: [2022-04-17T15:55:56.913Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet [2022-04-17T15:55:57.502Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:57.502Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... [2022-04-17T15:55:57.502Z] [exec] Command disable executed successfully. [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init.os: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init.tools.unix: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init.tools.windows: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init.tools: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] setAsadminArgs: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init: [2022-04-17T15:55:57.502Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:57.502Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:57.502Z] [get] Not modified - so not downloaded [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init.customtasks: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] disableAppOnInstance: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init.os: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init.tools.unix: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init.tools.windows: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init.tools: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] setAsadminArgs: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init: [2022-04-17T15:55:57.502Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:57.502Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:57.502Z] [get] Not modified - so not downloaded [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] init.customtasks: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] prepare.client: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] prepare.client.appclient: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] increment.log.next: [2022-04-17T15:55:57.502Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] process.versionexpression: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] prepare.run: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] common.run.negative: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] setHttpPort: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] common.run: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] checkAppOnServer: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] declare-test: [2022-04-17T15:55:57.502Z] [echo] Starting test simple-versioned-servlet deactivation(1) untagged - logID=9 (server) [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] prepare.runclient: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] process.classpath: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] process.jvmargs: [2022-04-17T15:55:57.502Z] [2022-04-17T15:55:57.502Z] java.with.result: [2022-04-17T15:55:57.759Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:57.759Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail [2022-04-17T15:55:57.759Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:57.759Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:55:57.759Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:55:57.759Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.1 [2022-04-17T15:55:57.759Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] process.result: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] processResult: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] failed: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] passed: [2022-04-17T15:55:57.759Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] unknown: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] runclient: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init.os: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init.tools.unix: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init.tools.windows: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init.tools: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] setAsadminArgs: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init: [2022-04-17T15:55:57.759Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:57.759Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:57.759Z] [get] Not modified - so not downloaded [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init.customtasks: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] checkAppOnCluster: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] run.negative: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] process.versionExpression: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] process.appname: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] process.xmlversionidentifier: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] prepare.cluster: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] disable.version: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] setAsadminArgs: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] common.disable.asadmin: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init.os: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init.tools.unix: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init.tools.windows: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init.tools: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] setAsadminArgs: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init: [2022-04-17T15:55:57.759Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:57.759Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:57.759Z] [get] Not modified - so not downloaded [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] init.customtasks: [2022-04-17T15:55:57.759Z] [2022-04-17T15:55:57.759Z] common.run.asadmin: [2022-04-17T15:55:57.759Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.0 [2022-04-17T15:55:58.344Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:58.344Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... [2022-04-17T15:55:58.344Z] [exec] Command disable executed successfully. [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init.os: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init.tools.unix: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init.tools.windows: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init.tools: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] setAsadminArgs: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init: [2022-04-17T15:55:58.344Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:58.344Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:58.344Z] [get] Not modified - so not downloaded [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init.customtasks: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] disableAppOnInstance: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init.os: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init.tools.unix: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init.tools.windows: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init.tools: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] setAsadminArgs: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init: [2022-04-17T15:55:58.344Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:58.344Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:58.344Z] [get] Not modified - so not downloaded [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] init.customtasks: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] prepare.client: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] prepare.client.appclient: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] increment.log.next: [2022-04-17T15:55:58.344Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] process.versionexpression: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] prepare.run: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] common.run.negative: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] setHttpPort: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] common.run: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] checkAppOnServer: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] declare-test: [2022-04-17T15:55:58.344Z] [echo] Starting test simple-versioned-servlet deactivation(2) ALPHA-1.0.0 - logID=10 (server) [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] prepare.runclient: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] process.classpath: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] process.jvmargs: [2022-04-17T15:55:58.344Z] [2022-04-17T15:55:58.344Z] java.with.result: [2022-04-17T15:55:58.601Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:58.601Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail [2022-04-17T15:55:58.601Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:58.601Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:55:58.601Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:55:58.601Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.1 [2022-04-17T15:55:58.601Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:58.601Z] [2022-04-17T15:55:58.601Z] process.result: [2022-04-17T15:55:58.601Z] [2022-04-17T15:55:58.601Z] processResult: [2022-04-17T15:55:58.601Z] [2022-04-17T15:55:58.601Z] failed: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] passed: [2022-04-17T15:55:58.871Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] unknown: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] runclient: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init.os: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init.tools.unix: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init.tools.windows: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init.tools: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] setAsadminArgs: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init: [2022-04-17T15:55:58.871Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:58.871Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:58.871Z] [get] Not modified - so not downloaded [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init.customtasks: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] checkAppOnCluster: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] run.negative: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] process.versionExpression: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] process.appname: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] process.xmlversionidentifier: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] prepare.cluster: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] disable.version: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] setAsadminArgs: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] common.disable.asadmin: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init.os: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init.tools.unix: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init.tools.windows: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init.tools: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] setAsadminArgs: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init: [2022-04-17T15:55:58.871Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:58.871Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:58.871Z] [get] Not modified - so not downloaded [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] init.customtasks: [2022-04-17T15:55:58.871Z] [2022-04-17T15:55:58.871Z] common.run.asadmin: [2022-04-17T15:55:58.871Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA* [2022-04-17T15:55:59.128Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:59.128Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... [2022-04-17T15:55:59.128Z] [exec] Command disable executed successfully. [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init.os: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init.tools.unix: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init.tools.windows: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init.tools: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] setAsadminArgs: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init: [2022-04-17T15:55:59.128Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:59.128Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:59.128Z] [get] Not modified - so not downloaded [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init.customtasks: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] disableAppOnInstance: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init.os: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init.tools.unix: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init.tools.windows: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init.tools: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] setAsadminArgs: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init: [2022-04-17T15:55:59.128Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:59.128Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:59.128Z] [get] Not modified - so not downloaded [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] init.customtasks: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] prepare.client: [2022-04-17T15:55:59.128Z] [2022-04-17T15:55:59.128Z] prepare.client.appclient: [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] increment.log.next: [2022-04-17T15:55:59.129Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] process.versionexpression: [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] prepare.run: [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] common.run.negative: [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] setHttpPort: [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] common.run: [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] checkAppOnServer: [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] declare-test: [2022-04-17T15:55:59.129Z] [echo] Starting test simple-versioned-servlet deactivation(3) ALPHA* - logID=11 (server) [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] prepare.runclient: [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] process.classpath: [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] process.jvmargs: [2022-04-17T15:55:59.129Z] [2022-04-17T15:55:59.129Z] java.with.result: [2022-04-17T15:55:59.692Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:59.692Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail [2022-04-17T15:55:59.692Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:55:59.692Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:55:59.692Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:55:59.692Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.1 [2022-04-17T15:55:59.692Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] process.result: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] processResult: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] failed: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] passed: [2022-04-17T15:55:59.692Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] unknown: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] runclient: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init.os: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init.tools.unix: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init.tools.windows: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init.tools: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] setAsadminArgs: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init: [2022-04-17T15:55:59.692Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:59.692Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:59.692Z] [get] Not modified - so not downloaded [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init.customtasks: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] checkAppOnCluster: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] run.negative: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] process.versionExpression: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] process.appname: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] process.xmlversionidentifier: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] prepare.cluster: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] disable.version: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] setAsadminArgs: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] common.disable.asadmin: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init.os: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init.tools.unix: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init.tools.windows: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init.tools: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] setAsadminArgs: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init: [2022-04-17T15:55:59.692Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:59.692Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:59.692Z] [get] Not modified - so not downloaded [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] init.customtasks: [2022-04-17T15:55:59.692Z] [2022-04-17T15:55:59.692Z] common.run.asadmin: [2022-04-17T15:55:59.692Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:* [2022-04-17T15:55:59.949Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:55:59.949Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... [2022-04-17T15:55:59.949Z] [exec] Command disable executed successfully. [2022-04-17T15:55:59.949Z] [2022-04-17T15:55:59.949Z] init.os: [2022-04-17T15:55:59.949Z] [2022-04-17T15:55:59.949Z] init.tools.unix: [2022-04-17T15:55:59.949Z] [2022-04-17T15:55:59.949Z] init.tools.windows: [2022-04-17T15:55:59.949Z] [2022-04-17T15:55:59.949Z] init.tools: [2022-04-17T15:55:59.949Z] [2022-04-17T15:55:59.949Z] setAsadminArgs: [2022-04-17T15:55:59.949Z] [2022-04-17T15:55:59.949Z] init: [2022-04-17T15:55:59.949Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:55:59.949Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:55:59.949Z] [get] Not modified - so not downloaded [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] init.customtasks: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] disableAppOnInstance: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] init.os: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] init.tools.unix: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] init.tools.windows: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] init.tools: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] setAsadminArgs: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] init: [2022-04-17T15:56:00.206Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:00.206Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:00.206Z] [get] Not modified - so not downloaded [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] init.customtasks: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] prepare.client: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] prepare.client.appclient: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] increment.log.next: [2022-04-17T15:56:00.206Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] process.versionexpression: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] prepare.run: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] common.run.negative: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] setHttpPort: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] common.run: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] checkAppOnServer: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] declare-test: [2022-04-17T15:56:00.206Z] [echo] Starting test simple-versioned-servlet deactivation(4) * - logID=12 (server) [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] prepare.runclient: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] process.classpath: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] process.jvmargs: [2022-04-17T15:56:00.206Z] [2022-04-17T15:56:00.206Z] java.with.result: [2022-04-17T15:56:00.463Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:00.463Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail [2022-04-17T15:56:00.463Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:00.463Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.0 [2022-04-17T15:56:00.463Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:00.463Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] process.result: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] processResult: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] failed: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] passed: [2022-04-17T15:56:00.463Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] unknown: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] runclient: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init.os: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init.tools.unix: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init.tools.windows: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init.tools: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] setAsadminArgs: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init: [2022-04-17T15:56:00.463Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:00.463Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:00.463Z] [get] Not modified - so not downloaded [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init.customtasks: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] checkAppOnCluster: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] run.negative: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] redeployment: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] clean.scenario: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] clean.scenario.cluster: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init.os: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init.tools.unix: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init.tools.windows: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init.tools: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] setAsadminArgs: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init: [2022-04-17T15:56:00.463Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:00.463Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:00.463Z] [get] Not modified - so not downloaded [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] init.customtasks: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] prepare: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] process.versionExpression: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] process.appname: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] _process.target: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] process.target: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] prepare.has.version.registred: [2022-04-17T15:56:00.463Z] [2022-04-17T15:56:00.463Z] exec.asadmin2: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] process.registred: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] has.version.registred: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] del.all.version.registred: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] _process.target: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] process.target: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] prepare.del.all.version.registred: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] init.os: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] init.tools.unix: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] init.tools.windows: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] init.tools: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] setAsadminArgs: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] init: [2022-04-17T15:56:01.045Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:01.045Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:01.045Z] [get] Not modified - so not downloaded [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] init.customtasks: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] prepare: [2022-04-17T15:56:01.045Z] [2022-04-17T15:56:01.045Z] exec.asadmin: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] _del.all.version.registred: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] _clean.scenario: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] deploy.version: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] del.ref.registred: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] process.versionExpression: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] process.appname: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] _process.target: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] process.target: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] prepare.is.version.registred: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] init.os: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] init.tools.unix: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] init.tools.windows: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] init.tools: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] setAsadminArgs: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] init: [2022-04-17T15:56:01.639Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:01.639Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:01.639Z] [get] Not modified - so not downloaded [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] init.customtasks: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] prepare: [2022-04-17T15:56:01.639Z] [2022-04-17T15:56:01.639Z] exec.asadmin2: [2022-04-17T15:56:01.896Z] [exec] Result: 1 [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] process.registred: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] is.version.registred: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] process.xmlversionidentifier: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] prepare.cluster: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] process.enabled: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] process.hasToDeploy: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] deploy.version.unregistred: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init.os: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init.tools.unix: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init.tools.windows: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init.tools: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] setAsadminArgs: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init: [2022-04-17T15:56:01.896Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:01.896Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:01.896Z] [get] Not modified - so not downloaded [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init.customtasks: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] prepare: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] process.versionExpression: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] process.appname: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] create.version: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] assemble.non-existent: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] process.xmlversionidentifier: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] prepare.update.xml.identifier: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] update.xml.identifier: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] deployWithNameOption: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] setAsadminArgs: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] common.deploy.asadmin: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init.os: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init.tools.unix: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init.tools.windows: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init.tools: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] setAsadminArgs: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init: [2022-04-17T15:56:01.896Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:01.896Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:01.896Z] [get] Not modified - so not downloaded [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] init.customtasks: [2022-04-17T15:56:01.896Z] [2022-04-17T15:56:01.896Z] common.run.asadmin: [2022-04-17T15:56:01.896Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:02.154Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:02.154Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:02.412Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:56:02.412Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.os: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.tools.unix: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.tools.windows: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.tools: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] setAsadminArgs: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init: [2022-04-17T15:56:02.412Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:02.412Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:02.412Z] [get] Not modified - so not downloaded [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.customtasks: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] setEnabled: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] createAppRef: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] deployWithoutNameOption: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] process.versionExpression: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] process.appname: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] process.xmlversionidentifier: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] prepare.cluster: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] redeploy.version: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] setAsadminArgs: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] common.redeploy.asadmin: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.os: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.tools.unix: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.tools.windows: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.tools: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] setAsadminArgs: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init: [2022-04-17T15:56:02.412Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:02.412Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:02.412Z] [get] Not modified - so not downloaded [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.customtasks: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] delAppRef: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.os: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.tools.unix: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.tools.windows: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init.tools: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] setAsadminArgs: [2022-04-17T15:56:02.412Z] [2022-04-17T15:56:02.412Z] init: [2022-04-17T15:56:02.412Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:02.412Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:02.670Z] [get] Not modified - so not downloaded [2022-04-17T15:56:02.670Z] [2022-04-17T15:56:02.670Z] init.customtasks: [2022-04-17T15:56:02.670Z] [2022-04-17T15:56:02.670Z] common.run.asadmin: [2022-04-17T15:56:02.670Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --force=true --name simple-versioned-servlet /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:02.933Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:02.933Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:02.933Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:56:02.933Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:02.933Z] [2022-04-17T15:56:02.933Z] init.os: [2022-04-17T15:56:02.933Z] [2022-04-17T15:56:02.933Z] init.tools.unix: [2022-04-17T15:56:02.933Z] [2022-04-17T15:56:02.933Z] init.tools.windows: [2022-04-17T15:56:02.933Z] [2022-04-17T15:56:02.933Z] init.tools: [2022-04-17T15:56:02.933Z] [2022-04-17T15:56:02.933Z] setAsadminArgs: [2022-04-17T15:56:02.933Z] [2022-04-17T15:56:02.933Z] init: [2022-04-17T15:56:02.933Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:02.933Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:02.933Z] [get] Not modified - so not downloaded [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] init.customtasks: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] setEnabled: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] createAppRef: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] init.os: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] init.tools.unix: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] init.tools.windows: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] init.tools: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] setAsadminArgs: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] init: [2022-04-17T15:56:03.192Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:03.192Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:03.192Z] [get] Not modified - so not downloaded [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] init.customtasks: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] prepare.client: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] prepare.client.appclient: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] increment.log.next: [2022-04-17T15:56:03.192Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] process.versionexpression: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] prepare.run: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] common.run.positive: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] setHttpPort: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] common.run: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] checkAppOnServer: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] declare-test: [2022-04-17T15:56:03.192Z] [echo] Starting test simple-versioned-servlet redeployment(1) untagged - logID=13 (server) [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] prepare.runclient: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] process.classpath: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] process.jvmargs: [2022-04-17T15:56:03.192Z] [2022-04-17T15:56:03.192Z] java.with.result: [2022-04-17T15:56:03.449Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:03.449Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:03.449Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:03.449Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:56:03.449Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:03.449Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: [2022-04-17T15:56:03.449Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] process.result: [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] processResult: [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] failed: [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] passed: [2022-04-17T15:56:03.449Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] unknown: [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] runclient: [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] init.os: [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] init.tools.unix: [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] init.tools.windows: [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] init.tools: [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] setAsadminArgs: [2022-04-17T15:56:03.449Z] [2022-04-17T15:56:03.449Z] init: [2022-04-17T15:56:03.450Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:03.450Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:03.450Z] [get] Not modified - so not downloaded [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] init.customtasks: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] checkAppOnCluster: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] run.positive: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] deploy.version: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] del.ref.registred: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] process.versionExpression: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] process.appname: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] _process.target: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] process.target: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] prepare.is.version.registred: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] init.os: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] init.tools.unix: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] init.tools.windows: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] init.tools: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] setAsadminArgs: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] init: [2022-04-17T15:56:03.450Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:03.450Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:03.450Z] [get] Not modified - so not downloaded [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] init.customtasks: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] prepare: [2022-04-17T15:56:03.450Z] [2022-04-17T15:56:03.450Z] exec.asadmin2: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] process.registred: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] is.version.registred: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] process.xmlversionidentifier: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] prepare.cluster: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] process.enabled: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] process.hasToDeploy: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] deploy.version.unregistred: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init.os: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init.tools.unix: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init.tools.windows: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init.tools: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] setAsadminArgs: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init: [2022-04-17T15:56:04.045Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:04.045Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:04.045Z] [get] Not modified - so not downloaded [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init.customtasks: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] prepare: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] process.versionExpression: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] process.appname: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] create.version: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] assemble.non-existent: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] process.xmlversionidentifier: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] prepare.update.xml.identifier: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] update.xml.identifier: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] deployWithNameOption: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] setAsadminArgs: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] common.deploy.asadmin: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init.os: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init.tools.unix: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init.tools.windows: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init.tools: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] setAsadminArgs: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init: [2022-04-17T15:56:04.045Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:04.045Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:04.045Z] [get] Not modified - so not downloaded [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] init.customtasks: [2022-04-17T15:56:04.045Z] [2022-04-17T15:56:04.045Z] common.run.asadmin: [2022-04-17T15:56:04.045Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:04.301Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:04.301Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:04.557Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:56:04.557Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init.os: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init.tools.unix: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init.tools.windows: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init.tools: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] setAsadminArgs: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init: [2022-04-17T15:56:04.557Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:04.557Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:04.557Z] [get] Not modified - so not downloaded [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init.customtasks: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] setEnabled: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] createAppRef: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] deployWithoutNameOption: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init.os: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init.tools.unix: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init.tools.windows: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init.tools: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] setAsadminArgs: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init: [2022-04-17T15:56:04.557Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:04.557Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:04.557Z] [get] Not modified - so not downloaded [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] init.customtasks: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] prepare.client: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] prepare.client.appclient: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] increment.log.next: [2022-04-17T15:56:04.557Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] process.versionexpression: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] prepare.run: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] common.run.positive: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] setHttpPort: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] common.run: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] checkAppOnServer: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] declare-test: [2022-04-17T15:56:04.557Z] [echo] Starting test simple-versioned-servlet redeployment(2) untagged - logID=14 (server) [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] prepare.runclient: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] process.classpath: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] process.jvmargs: [2022-04-17T15:56:04.557Z] [2022-04-17T15:56:04.557Z] java.with.result: [2022-04-17T15:56:05.136Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:05.136Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:05.136Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:05.136Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:56:05.136Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:05.136Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: [2022-04-17T15:56:05.136Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] process.result: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] processResult: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] failed: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] passed: [2022-04-17T15:56:05.136Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] unknown: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] runclient: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init.os: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init.tools.unix: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init.tools.windows: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init.tools: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] setAsadminArgs: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init: [2022-04-17T15:56:05.136Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:05.136Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:05.136Z] [get] Not modified - so not downloaded [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init.customtasks: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] checkAppOnCluster: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] run.positive: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] deploy.version: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] del.ref.registred: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] process.versionExpression: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] process.appname: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] _process.target: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] process.target: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] prepare.is.version.registred: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init.os: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init.tools.unix: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init.tools.windows: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init.tools: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] setAsadminArgs: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init: [2022-04-17T15:56:05.136Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:05.136Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:05.136Z] [get] Not modified - so not downloaded [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] init.customtasks: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] prepare: [2022-04-17T15:56:05.136Z] [2022-04-17T15:56:05.136Z] exec.asadmin2: [2022-04-17T15:56:05.393Z] [exec] Result: 1 [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] process.registred: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] is.version.registred: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] process.xmlversionidentifier: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] prepare.cluster: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] process.enabled: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] process.hasToDeploy: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] deploy.version.unregistred: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] init.os: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] init.tools.unix: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] init.tools.windows: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] init.tools: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] setAsadminArgs: [2022-04-17T15:56:05.393Z] [2022-04-17T15:56:05.393Z] init: [2022-04-17T15:56:05.393Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:05.393Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:05.650Z] [get] Not modified - so not downloaded [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] init.customtasks: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] prepare: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] process.versionExpression: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] process.appname: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] create.version: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] assemble.non-existent: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] process.xmlversionidentifier: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] prepare.update.xml.identifier: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] update.xml.identifier: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] deployWithNameOption: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] setAsadminArgs: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] common.deploy.asadmin: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] init.os: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] init.tools.unix: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] init.tools.windows: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] init.tools: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] setAsadminArgs: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] init: [2022-04-17T15:56:05.650Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:05.650Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:05.650Z] [get] Not modified - so not downloaded [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] init.customtasks: [2022-04-17T15:56:05.650Z] [2022-04-17T15:56:05.650Z] common.run.asadmin: [2022-04-17T15:56:05.650Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:56:05.907Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:05.907Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:06.192Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:56:06.192Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.os: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.tools.unix: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.tools.windows: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.tools: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] setAsadminArgs: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init: [2022-04-17T15:56:06.192Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:06.192Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:06.192Z] [get] Not modified - so not downloaded [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.customtasks: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] setEnabled: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] createAppRef: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] deployWithoutNameOption: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] process.versionExpression: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] process.appname: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] process.xmlversionidentifier: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] prepare.cluster: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] redeploy.version: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] setAsadminArgs: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] common.redeploy.asadmin: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.os: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.tools.unix: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.tools.windows: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.tools: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] setAsadminArgs: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init: [2022-04-17T15:56:06.192Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:06.192Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:06.192Z] [get] Not modified - so not downloaded [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.customtasks: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] delAppRef: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.os: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.tools.unix: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.tools.windows: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.tools: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] setAsadminArgs: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init: [2022-04-17T15:56:06.192Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:06.192Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:06.192Z] [get] Not modified - so not downloaded [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] init.customtasks: [2022-04-17T15:56:06.192Z] [2022-04-17T15:56:06.192Z] common.run.asadmin: [2022-04-17T15:56:06.192Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:56:06.451Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:06.451Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:06.708Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:56:06.708Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:06.708Z] [2022-04-17T15:56:06.708Z] init.os: [2022-04-17T15:56:06.708Z] [2022-04-17T15:56:06.708Z] init.tools.unix: [2022-04-17T15:56:06.708Z] [2022-04-17T15:56:06.708Z] init.tools.windows: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] init.tools: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] setAsadminArgs: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] init: [2022-04-17T15:56:06.709Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:06.709Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:06.709Z] [get] Not modified - so not downloaded [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] init.customtasks: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] setEnabled: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] createAppRef: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] init.os: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] init.tools.unix: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] init.tools.windows: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] init.tools: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] setAsadminArgs: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] init: [2022-04-17T15:56:06.709Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:06.709Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:06.709Z] [get] Not modified - so not downloaded [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] init.customtasks: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] prepare.client: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] prepare.client.appclient: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] increment.log.next: [2022-04-17T15:56:06.709Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] process.versionexpression: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] prepare.run: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] common.run.positive: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] setHttpPort: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] common.run: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] checkAppOnServer: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] declare-test: [2022-04-17T15:56:06.709Z] [echo] Starting test simple-versioned-servlet redeployment(3) ALPHA-1.0.0 - logID=15 (server) [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] prepare.runclient: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] process.classpath: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] process.jvmargs: [2022-04-17T15:56:06.709Z] [2022-04-17T15:56:06.709Z] java.with.result: [2022-04-17T15:56:07.271Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:07.271Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:07.271Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:07.271Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:56:07.271Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:07.271Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 [2022-04-17T15:56:07.271Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] process.result: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] processResult: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] failed: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] passed: [2022-04-17T15:56:07.271Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] unknown: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] runclient: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init.os: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init.tools.unix: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init.tools.windows: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init.tools: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] setAsadminArgs: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init: [2022-04-17T15:56:07.271Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:07.271Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:07.271Z] [get] Not modified - so not downloaded [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init.customtasks: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] checkAppOnCluster: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] run.positive: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] deploy.version: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] del.ref.registred: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] process.versionExpression: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] process.appname: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] _process.target: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] process.target: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] prepare.is.version.registred: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init.os: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init.tools.unix: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init.tools.windows: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init.tools: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] setAsadminArgs: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init: [2022-04-17T15:56:07.271Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:07.271Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:07.271Z] [get] Not modified - so not downloaded [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] init.customtasks: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] prepare: [2022-04-17T15:56:07.271Z] [2022-04-17T15:56:07.271Z] exec.asadmin2: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] process.registred: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] is.version.registred: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] process.xmlversionidentifier: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] prepare.cluster: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] process.enabled: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] process.hasToDeploy: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] deploy.version.unregistred: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init.os: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init.tools.unix: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init.tools.windows: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init.tools: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] setAsadminArgs: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init: [2022-04-17T15:56:07.527Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:07.527Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:07.527Z] [get] Not modified - so not downloaded [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init.customtasks: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] prepare: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] process.versionExpression: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] process.appname: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] create.version: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] assemble.non-existent: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] process.xmlversionidentifier: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] prepare.update.xml.identifier: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] update.xml.identifier: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] deployWithNameOption: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] setAsadminArgs: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] common.deploy.asadmin: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init.os: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init.tools.unix: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init.tools.windows: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init.tools: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] setAsadminArgs: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init: [2022-04-17T15:56:07.527Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:07.527Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:07.527Z] [get] Not modified - so not downloaded [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] init.customtasks: [2022-04-17T15:56:07.527Z] [2022-04-17T15:56:07.527Z] common.run.asadmin: [2022-04-17T15:56:07.527Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:56:08.093Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:08.093Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:08.093Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:56:08.093Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init.os: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init.tools.unix: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init.tools.windows: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init.tools: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] setAsadminArgs: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init: [2022-04-17T15:56:08.093Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:08.093Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:08.093Z] [get] Not modified - so not downloaded [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init.customtasks: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] setEnabled: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] createAppRef: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] deployWithoutNameOption: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init.os: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init.tools.unix: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init.tools.windows: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init.tools: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] setAsadminArgs: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init: [2022-04-17T15:56:08.093Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:08.093Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:08.093Z] [get] Not modified - so not downloaded [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] init.customtasks: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] prepare.client: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] prepare.client.appclient: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] increment.log.next: [2022-04-17T15:56:08.093Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] process.versionexpression: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] prepare.run: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] common.run.positive: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] setHttpPort: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] common.run: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] checkAppOnServer: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] declare-test: [2022-04-17T15:56:08.093Z] [echo] Starting test simple-versioned-servlet redeployment(4) ALPHA-1.0.0 - logID=16 (server) [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] prepare.runclient: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] process.classpath: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] process.jvmargs: [2022-04-17T15:56:08.093Z] [2022-04-17T15:56:08.093Z] java.with.result: [2022-04-17T15:56:08.663Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:08.663Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:08.663Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:08.663Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:56:08.663Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:08.663Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 [2022-04-17T15:56:08.663Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] process.result: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] processResult: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] failed: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] passed: [2022-04-17T15:56:08.663Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] unknown: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] runclient: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init.os: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init.tools.unix: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init.tools.windows: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init.tools: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] setAsadminArgs: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init: [2022-04-17T15:56:08.663Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:08.663Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:08.663Z] [get] Not modified - so not downloaded [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init.customtasks: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] checkAppOnCluster: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] run.positive: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] clean.scenario: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] clean.scenario.cluster: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init.os: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init.tools.unix: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init.tools.windows: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init.tools: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] setAsadminArgs: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init: [2022-04-17T15:56:08.663Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:08.663Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:08.663Z] [get] Not modified - so not downloaded [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] init.customtasks: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] prepare: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] process.versionExpression: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] process.appname: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] _process.target: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] process.target: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] prepare.has.version.registred: [2022-04-17T15:56:08.663Z] [2022-04-17T15:56:08.663Z] exec.asadmin2: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] process.registred: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] has.version.registred: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] del.all.version.registred: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] _process.target: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] process.target: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] prepare.del.all.version.registred: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] init.os: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] init.tools.unix: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] init.tools.windows: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] init.tools: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] setAsadminArgs: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] init: [2022-04-17T15:56:08.922Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:08.922Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:08.922Z] [get] Not modified - so not downloaded [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] init.customtasks: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] prepare: [2022-04-17T15:56:08.922Z] [2022-04-17T15:56:08.922Z] exec.asadmin: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] _del.all.version.registred: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] _clean.scenario: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] deployment: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] deploy.version: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] del.ref.registred: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] process.versionExpression: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] process.appname: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] _process.target: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] process.target: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] prepare.is.version.registred: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] init.os: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] init.tools.unix: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] init.tools.windows: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] init.tools: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] setAsadminArgs: [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.487Z] init: [2022-04-17T15:56:09.487Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:09.487Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:09.487Z] [get] Not modified - so not downloaded [2022-04-17T15:56:09.487Z] [2022-04-17T15:56:09.488Z] init.customtasks: [2022-04-17T15:56:09.488Z] [2022-04-17T15:56:09.488Z] prepare: [2022-04-17T15:56:09.488Z] [2022-04-17T15:56:09.488Z] exec.asadmin2: [2022-04-17T15:56:10.054Z] [exec] Result: 1 [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] process.registred: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] is.version.registred: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] process.xmlversionidentifier: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] prepare.cluster: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] process.enabled: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] process.hasToDeploy: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] deploy.version.unregistred: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init.os: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init.tools.unix: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init.tools.windows: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init.tools: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] setAsadminArgs: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init: [2022-04-17T15:56:10.054Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:10.054Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:10.054Z] [get] Not modified - so not downloaded [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init.customtasks: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] prepare: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] process.versionExpression: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] process.appname: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] create.version: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] assemble.non-existent: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] process.xmlversionidentifier: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] prepare.update.xml.identifier: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] update.xml.identifier: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] deployWithNameOption: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] setAsadminArgs: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] common.deploy.asadmin: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init.os: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init.tools.unix: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init.tools.windows: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init.tools: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] setAsadminArgs: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init: [2022-04-17T15:56:10.054Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:10.054Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:10.054Z] [get] Not modified - so not downloaded [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] init.customtasks: [2022-04-17T15:56:10.054Z] [2022-04-17T15:56:10.054Z] common.run.asadmin: [2022-04-17T15:56:10.054Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:10.339Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:10.339Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:10.339Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:56:10.339Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:10.339Z] [2022-04-17T15:56:10.339Z] init.os: [2022-04-17T15:56:10.339Z] [2022-04-17T15:56:10.339Z] init.tools.unix: [2022-04-17T15:56:10.339Z] [2022-04-17T15:56:10.340Z] init.tools.windows: [2022-04-17T15:56:10.340Z] [2022-04-17T15:56:10.340Z] init.tools: [2022-04-17T15:56:10.340Z] [2022-04-17T15:56:10.340Z] setAsadminArgs: [2022-04-17T15:56:10.340Z] [2022-04-17T15:56:10.340Z] init: [2022-04-17T15:56:10.340Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:10.340Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:10.340Z] [get] Not modified - so not downloaded [2022-04-17T15:56:10.340Z] [2022-04-17T15:56:10.340Z] init.customtasks: [2022-04-17T15:56:10.340Z] [2022-04-17T15:56:10.340Z] setEnabled: [2022-04-17T15:56:10.340Z] [2022-04-17T15:56:10.340Z] createAppRef: [2022-04-17T15:56:10.340Z] [2022-04-17T15:56:10.340Z] deployWithoutNameOption: [2022-04-17T15:56:10.340Z] [2022-04-17T15:56:10.340Z] run.positive.deploy: [2022-04-17T15:56:10.340Z] [2022-04-17T15:56:10.340Z] deploy.version: [2022-04-17T15:56:10.340Z] [2022-04-17T15:56:10.340Z] del.ref.registred: [2022-04-17T15:56:10.598Z] [2022-04-17T15:56:10.598Z] process.versionExpression: [2022-04-17T15:56:10.598Z] [2022-04-17T15:56:10.598Z] process.appname: [2022-04-17T15:56:10.598Z] [2022-04-17T15:56:10.598Z] _process.target: [2022-04-17T15:56:10.598Z] [2022-04-17T15:56:10.598Z] process.target: [2022-04-17T15:56:10.599Z] [2022-04-17T15:56:10.599Z] prepare.is.version.registred: [2022-04-17T15:56:10.599Z] [2022-04-17T15:56:10.599Z] init.os: [2022-04-17T15:56:10.599Z] [2022-04-17T15:56:10.599Z] init.tools.unix: [2022-04-17T15:56:10.599Z] [2022-04-17T15:56:10.599Z] init.tools.windows: [2022-04-17T15:56:10.599Z] [2022-04-17T15:56:10.599Z] init.tools: [2022-04-17T15:56:10.599Z] [2022-04-17T15:56:10.599Z] setAsadminArgs: [2022-04-17T15:56:10.599Z] [2022-04-17T15:56:10.599Z] init: [2022-04-17T15:56:10.599Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:10.599Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:10.599Z] [get] Not modified - so not downloaded [2022-04-17T15:56:10.599Z] [2022-04-17T15:56:10.599Z] init.customtasks: [2022-04-17T15:56:10.599Z] [2022-04-17T15:56:10.599Z] prepare: [2022-04-17T15:56:10.599Z] [2022-04-17T15:56:10.599Z] exec.asadmin2: [2022-04-17T15:56:10.856Z] [exec] Result: 1 [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] process.registred: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] is.version.registred: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] process.xmlversionidentifier: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] prepare.cluster: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] process.enabled: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] process.hasToDeploy: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] deploy.version.unregistred: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init.os: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init.tools.unix: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init.tools.windows: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init.tools: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] setAsadminArgs: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init: [2022-04-17T15:56:10.856Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:10.856Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:10.856Z] [get] Not modified - so not downloaded [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init.customtasks: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] prepare: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] process.versionExpression: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] process.appname: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] create.version: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] assemble.non-existent: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] process.xmlversionidentifier: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] prepare.update.xml.identifier: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] update.xml.identifier: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] deployWithNameOption: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] setAsadminArgs: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] common.deploy.asadmin: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init.os: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init.tools.unix: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init.tools.windows: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init.tools: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] setAsadminArgs: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init: [2022-04-17T15:56:10.856Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:10.856Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:10.856Z] [get] Not modified - so not downloaded [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] init.customtasks: [2022-04-17T15:56:10.856Z] [2022-04-17T15:56:10.856Z] common.run.asadmin: [2022-04-17T15:56:10.856Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:56:11.140Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:11.140Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:11.397Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:56:11.397Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] init.os: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] init.tools.unix: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] init.tools.windows: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] init.tools: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] setAsadminArgs: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] init: [2022-04-17T15:56:11.397Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:11.397Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:11.397Z] [get] Not modified - so not downloaded [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] init.customtasks: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] setEnabled: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] createAppRef: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] deployWithoutNameOption: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] run.positive.deploy: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] deploy.version: [2022-04-17T15:56:11.397Z] [2022-04-17T15:56:11.397Z] del.ref.registred: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] process.versionExpression: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] process.appname: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] _process.target: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] process.target: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] prepare.is.version.registred: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] init.os: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] init.tools.unix: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] init.tools.windows: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] init.tools: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] setAsadminArgs: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] init: [2022-04-17T15:56:11.653Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:11.653Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:11.653Z] [get] Not modified - so not downloaded [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] init.customtasks: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] prepare: [2022-04-17T15:56:11.653Z] [2022-04-17T15:56:11.653Z] exec.asadmin2: [2022-04-17T15:56:11.910Z] [exec] Result: 1 [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] process.registred: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] is.version.registred: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] process.xmlversionidentifier: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] prepare.cluster: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] process.enabled: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] process.hasToDeploy: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] deploy.version.unregistred: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init.os: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init.tools.unix: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init.tools.windows: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init.tools: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] setAsadminArgs: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init: [2022-04-17T15:56:11.910Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:11.910Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:11.910Z] [get] Not modified - so not downloaded [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init.customtasks: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] prepare: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] process.versionExpression: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] process.appname: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] create.version: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] assemble.non-existent: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] process.xmlversionidentifier: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] prepare.update.xml.identifier: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] update.xml.identifier: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] deployWithNameOption: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] setAsadminArgs: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] common.deploy.asadmin: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init.os: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init.tools.unix: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init.tools.windows: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init.tools: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] setAsadminArgs: [2022-04-17T15:56:11.910Z] [2022-04-17T15:56:11.910Z] init: [2022-04-17T15:56:11.910Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:11.910Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:11.910Z] [get] Not modified - so not downloaded [2022-04-17T15:56:12.166Z] [2022-04-17T15:56:12.166Z] init.customtasks: [2022-04-17T15:56:12.166Z] [2022-04-17T15:56:12.166Z] common.run.asadmin: [2022-04-17T15:56:12.166Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war [2022-04-17T15:56:12.422Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:12.422Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:12.422Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. [2022-04-17T15:56:12.422Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:12.422Z] [2022-04-17T15:56:12.422Z] init.os: [2022-04-17T15:56:12.422Z] [2022-04-17T15:56:12.423Z] init.tools.unix: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] init.tools.windows: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] init.tools: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] setAsadminArgs: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] init: [2022-04-17T15:56:12.423Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:12.423Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:12.423Z] [get] Not modified - so not downloaded [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] init.customtasks: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] setEnabled: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] createAppRef: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] deployWithoutNameOption: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] run.positive.deploy: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] deploy.version: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] del.ref.registred: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] process.versionExpression: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] process.appname: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] _process.target: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] process.target: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] prepare.is.version.registred: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] init.os: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] init.tools.unix: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] init.tools.windows: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] init.tools: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] setAsadminArgs: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] init: [2022-04-17T15:56:12.423Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:12.423Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:12.423Z] [get] Not modified - so not downloaded [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] init.customtasks: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] prepare: [2022-04-17T15:56:12.423Z] [2022-04-17T15:56:12.423Z] exec.asadmin2: [2022-04-17T15:56:12.986Z] [exec] Result: 1 [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] process.registred: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] is.version.registred: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] process.xmlversionidentifier: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] prepare.cluster: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] process.enabled: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] process.hasToDeploy: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] deploy.version.unregistred: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init.os: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init.tools.unix: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init.tools.windows: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init.tools: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] setAsadminArgs: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init: [2022-04-17T15:56:12.986Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:12.986Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:12.986Z] [get] Not modified - so not downloaded [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init.customtasks: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] prepare: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] process.versionExpression: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] process.appname: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] create.version: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] assemble.non-existent: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] process.xmlversionidentifier: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] prepare.update.xml.identifier: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] update.xml.identifier: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] deployWithNameOption: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] setAsadminArgs: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] common.deploy.asadmin: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init.os: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init.tools.unix: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init.tools.windows: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init.tools: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] setAsadminArgs: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init: [2022-04-17T15:56:12.986Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:12.986Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:12.986Z] [get] Not modified - so not downloaded [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] init.customtasks: [2022-04-17T15:56:12.986Z] [2022-04-17T15:56:12.986Z] common.run.asadmin: [2022-04-17T15:56:12.986Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war [2022-04-17T15:56:13.549Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:13.549Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:13.549Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.0. [2022-04-17T15:56:13.549Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.os: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.tools.unix: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.tools.windows: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.tools: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] setAsadminArgs: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init: [2022-04-17T15:56:13.549Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:13.549Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:13.549Z] [get] Not modified - so not downloaded [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.customtasks: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] setEnabled: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] createAppRef: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] deployWithoutNameOption: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] run.positive.deploy: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] process.versionExpression: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] process.appname: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.os: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.tools.unix: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.tools.windows: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.tools: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] setAsadminArgs: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init: [2022-04-17T15:56:13.549Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:13.549Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:13.549Z] [get] Not modified - so not downloaded [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.customtasks: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] prepare: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] create.version: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] assemble.non-existent: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] process.xmlversionidentifier: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] prepare.update.xml.identifier: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] update.xml.identifier: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] unzip.version: [2022-04-17T15:56:13.549Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1 [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] deploy.version: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] del.ref.registred: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] process.versionExpression: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] process.appname: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] _process.target: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] process.target: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] prepare.is.version.registred: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.os: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.tools.unix: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.tools.windows: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.tools: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] setAsadminArgs: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init: [2022-04-17T15:56:13.549Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:13.549Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:13.549Z] [get] Not modified - so not downloaded [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] init.customtasks: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] prepare: [2022-04-17T15:56:13.549Z] [2022-04-17T15:56:13.549Z] exec.asadmin2: [2022-04-17T15:56:14.143Z] [exec] Result: 1 [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] process.registred: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] is.version.registred: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] process.xmlversionidentifier: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] prepare.cluster: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] process.enabled: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] process.hasToDeploy: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] deploy.version.unregistred: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init.os: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init.tools.unix: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init.tools.windows: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init.tools: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] setAsadminArgs: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init: [2022-04-17T15:56:14.143Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:14.143Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:14.143Z] [get] Not modified - so not downloaded [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init.customtasks: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] prepare: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] process.versionExpression: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] process.appname: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] create.version: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] assemble.non-existent: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] process.xmlversionidentifier: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] prepare.update.xml.identifier: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] update.xml.identifier: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] deployWithNameOption: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] setAsadminArgs: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] common.deploy.asadmin: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init.os: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init.tools.unix: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init.tools.windows: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init.tools: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] setAsadminArgs: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init: [2022-04-17T15:56:14.143Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:14.143Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:14.143Z] [get] Not modified - so not downloaded [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] init.customtasks: [2022-04-17T15:56:14.143Z] [2022-04-17T15:56:14.143Z] common.run.asadmin: [2022-04-17T15:56:14.143Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war [2022-04-17T15:56:14.400Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:14.400Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:14.656Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.1. [2022-04-17T15:56:14.656Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.os: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.tools.unix: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.tools.windows: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.tools: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] setAsadminArgs: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init: [2022-04-17T15:56:14.656Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:14.656Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:14.656Z] [get] Not modified - so not downloaded [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.customtasks: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] setEnabled: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] createAppRef: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] deployWithoutNameOption: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] deploydir.version: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] run.positive.deploy: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] undeployment: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] process.versionExpression: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] process.appname: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] process.xmlversionidentifier: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] prepare.cluster: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] undeploy.version: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] setAsadminArgs: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] common.undeploy.asadmin: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.os: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.tools.unix: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.tools.windows: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.tools: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] setAsadminArgs: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init: [2022-04-17T15:56:14.656Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:14.656Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:14.656Z] [get] Not modified - so not downloaded [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.customtasks: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] delAppRef: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.os: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.tools.unix: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.tools.windows: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.tools: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] setAsadminArgs: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init: [2022-04-17T15:56:14.656Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:14.656Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:14.656Z] [get] Not modified - so not downloaded [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] init.customtasks: [2022-04-17T15:56:14.656Z] [2022-04-17T15:56:14.656Z] common.run.asadmin: [2022-04-17T15:56:14.656Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet [2022-04-17T15:56:14.912Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:14.912Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:56:14.912Z] [exec] Command undeploy executed successfully. [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] test.notregistred: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] process.versionExpression: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] process.appname: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] _process.target: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] process.target: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] increment.log.next: [2022-04-17T15:56:14.912Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] declare.test: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] setHttpPort: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] declare.test.positive: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] setHttpPort: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] declare.test.negative: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] declare-test: [2022-04-17T15:56:14.912Z] [echo] Starting test simple-versioned-servlet undeployment(1) untagged - logID=17 - (server) - (fail expected) [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] init.os: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] init.tools.unix: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] init.tools.windows: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] init.tools: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] setAsadminArgs: [2022-04-17T15:56:14.912Z] [2022-04-17T15:56:14.912Z] init: [2022-04-17T15:56:14.912Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:14.912Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:15.169Z] [get] Not modified - so not downloaded [2022-04-17T15:56:15.169Z] [2022-04-17T15:56:15.169Z] init.customtasks: [2022-04-17T15:56:15.169Z] [2022-04-17T15:56:15.169Z] prepare: [2022-04-17T15:56:15.169Z] [2022-04-17T15:56:15.169Z] exec.asadmin: [2022-04-17T15:56:15.425Z] [exec] Result: 1 [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] process.result: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] processResult: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] failed: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] passed: [2022-04-17T15:56:15.425Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] unknown: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] asadmin.with.result: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] show-component-status.asadmin: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] test.notregistred.cluster: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] process.versionExpression: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] process.appname: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] process.xmlversionidentifier: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] prepare.cluster: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] undeploy.version: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] setAsadminArgs: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] common.undeploy.asadmin: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] init.os: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] init.tools.unix: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] init.tools.windows: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] init.tools: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] setAsadminArgs: [2022-04-17T15:56:15.425Z] [2022-04-17T15:56:15.425Z] init: [2022-04-17T15:56:15.426Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:15.426Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:15.426Z] [get] Not modified - so not downloaded [2022-04-17T15:56:15.426Z] [2022-04-17T15:56:15.426Z] init.customtasks: [2022-04-17T15:56:15.426Z] [2022-04-17T15:56:15.426Z] delAppRef: [2022-04-17T15:56:15.426Z] [2022-04-17T15:56:15.426Z] init.os: [2022-04-17T15:56:15.426Z] [2022-04-17T15:56:15.426Z] init.tools.unix: [2022-04-17T15:56:15.426Z] [2022-04-17T15:56:15.426Z] init.tools.windows: [2022-04-17T15:56:15.426Z] [2022-04-17T15:56:15.426Z] init.tools: [2022-04-17T15:56:15.426Z] [2022-04-17T15:56:15.426Z] setAsadminArgs: [2022-04-17T15:56:15.426Z] [2022-04-17T15:56:15.426Z] init: [2022-04-17T15:56:15.426Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:15.426Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:15.426Z] [get] Not modified - so not downloaded [2022-04-17T15:56:15.426Z] [2022-04-17T15:56:15.426Z] init.customtasks: [2022-04-17T15:56:15.426Z] [2022-04-17T15:56:15.426Z] common.run.asadmin: [2022-04-17T15:56:15.426Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.0 [2022-04-17T15:56:15.990Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:15.991Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:56:15.991Z] [exec] Command undeploy executed successfully. [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] test.notregistred: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] process.versionExpression: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] process.appname: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] _process.target: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] process.target: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] increment.log.next: [2022-04-17T15:56:15.991Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] declare.test: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] setHttpPort: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] declare.test.positive: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] setHttpPort: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] declare.test.negative: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] declare-test: [2022-04-17T15:56:15.991Z] [echo] Starting test simple-versioned-servlet undeployment(2) ALPHA-1.0.0 - logID=18 - (server) - (fail expected) [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] init.os: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] init.tools.unix: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] init.tools.windows: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] init.tools: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] setAsadminArgs: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] init: [2022-04-17T15:56:15.991Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:15.991Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:15.991Z] [get] Not modified - so not downloaded [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] init.customtasks: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] prepare: [2022-04-17T15:56:15.991Z] [2022-04-17T15:56:15.991Z] exec.asadmin: [2022-04-17T15:56:16.563Z] [exec] Result: 1 [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] process.result: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] processResult: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] failed: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] passed: [2022-04-17T15:56:16.563Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] unknown: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] asadmin.with.result: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] show-component-status.asadmin: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] test.notregistred.cluster: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] process.versionExpression: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] process.appname: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] process.xmlversionidentifier: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] prepare.cluster: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] undeploy.version: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] setAsadminArgs: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] common.undeploy.asadmin: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init.os: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init.tools.unix: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init.tools.windows: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init.tools: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] setAsadminArgs: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init: [2022-04-17T15:56:16.563Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:16.563Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:16.563Z] [get] Not modified - so not downloaded [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init.customtasks: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] delAppRef: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init.os: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init.tools.unix: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init.tools.windows: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init.tools: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] setAsadminArgs: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init: [2022-04-17T15:56:16.563Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:16.563Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:16.563Z] [get] Not modified - so not downloaded [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] init.customtasks: [2022-04-17T15:56:16.563Z] [2022-04-17T15:56:16.563Z] common.run.asadmin: [2022-04-17T15:56:16.563Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA* [2022-04-17T15:56:16.819Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:16.819Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:56:16.819Z] [exec] Command undeploy executed successfully. [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] test.notregistred: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] process.versionExpression: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] process.appname: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] _process.target: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] process.target: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] increment.log.next: [2022-04-17T15:56:16.819Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] declare.test: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] setHttpPort: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] declare.test.positive: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] setHttpPort: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] declare.test.negative: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] declare-test: [2022-04-17T15:56:16.819Z] [echo] Starting test simple-versioned-servlet undeployment(3) ALPHA* - logID=19 - (server) - (fail expected) [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] init.os: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] init.tools.unix: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] init.tools.windows: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] init.tools: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] setAsadminArgs: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] init: [2022-04-17T15:56:16.819Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:16.819Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:16.819Z] [get] Not modified - so not downloaded [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] init.customtasks: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] prepare: [2022-04-17T15:56:16.819Z] [2022-04-17T15:56:16.819Z] exec.asadmin: [2022-04-17T15:56:17.386Z] [exec] Result: 1 [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] process.result: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] processResult: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] failed: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] passed: [2022-04-17T15:56:17.386Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] unknown: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] asadmin.with.result: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] show-component-status.asadmin: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] test.notregistred.cluster: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] process.versionExpression: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] process.appname: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] process.xmlversionidentifier: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] prepare.cluster: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] undeploy.version: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] setAsadminArgs: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] common.undeploy.asadmin: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init.os: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init.tools.unix: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init.tools.windows: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init.tools: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] setAsadminArgs: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init: [2022-04-17T15:56:17.386Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:17.386Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:17.386Z] [get] Not modified - so not downloaded [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init.customtasks: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] delAppRef: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init.os: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init.tools.unix: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init.tools.windows: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init.tools: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] setAsadminArgs: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init: [2022-04-17T15:56:17.386Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:17.386Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:17.386Z] [get] Not modified - so not downloaded [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] init.customtasks: [2022-04-17T15:56:17.386Z] [2022-04-17T15:56:17.386Z] common.run.asadmin: [2022-04-17T15:56:17.386Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:* [2022-04-17T15:56:17.644Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:17.644Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:56:17.901Z] [exec] Command undeploy executed successfully. [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] test.notregistred: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] process.versionExpression: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] process.appname: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] _process.target: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] process.target: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] increment.log.next: [2022-04-17T15:56:17.901Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] declare.test: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] setHttpPort: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] declare.test.positive: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] setHttpPort: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] declare.test.negative: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] declare-test: [2022-04-17T15:56:17.901Z] [echo] Starting test simple-versioned-servlet undeployment(4) * - logID=20 - (server) - (fail expected) [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] init.os: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] init.tools.unix: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] init.tools.windows: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] init.tools: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] setAsadminArgs: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] init: [2022-04-17T15:56:17.901Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:17.901Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:17.901Z] [get] Not modified - so not downloaded [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] init.customtasks: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] prepare: [2022-04-17T15:56:17.901Z] [2022-04-17T15:56:17.901Z] exec.asadmin: [2022-04-17T15:56:18.463Z] [exec] Result: 1 [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] process.result: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] processResult: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] failed: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] passed: [2022-04-17T15:56:18.463Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] unknown: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] asadmin.with.result: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] show-component-status.asadmin: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] test.notregistred.cluster: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] samples.scenarios: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] clean.scenario: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] clean.scenario.cluster: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] init.os: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] init.tools.unix: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] init.tools.windows: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] init.tools: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] setAsadminArgs: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] init: [2022-04-17T15:56:18.463Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:18.463Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:18.463Z] [get] Not modified - so not downloaded [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] init.customtasks: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] prepare: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] process.versionExpression: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] process.appname: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] _process.target: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] process.target: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] prepare.has.version.registred: [2022-04-17T15:56:18.463Z] [2022-04-17T15:56:18.463Z] exec.asadmin2: [2022-04-17T15:56:19.036Z] [exec] Result: 1 [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] process.registred: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] has.version.registred: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] del.all.version.registred: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] _clean.scenario: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] deploy.version: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] del.ref.registred: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] process.versionExpression: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] process.appname: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] _process.target: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] process.target: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] prepare.is.version.registred: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] init.os: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] init.tools.unix: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] init.tools.windows: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] init.tools: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] setAsadminArgs: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] init: [2022-04-17T15:56:19.036Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:19.036Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:19.036Z] [get] Not modified - so not downloaded [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] init.customtasks: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] prepare: [2022-04-17T15:56:19.036Z] [2022-04-17T15:56:19.036Z] exec.asadmin2: [2022-04-17T15:56:19.293Z] [exec] Result: 1 [2022-04-17T15:56:19.293Z] [2022-04-17T15:56:19.293Z] process.registred: [2022-04-17T15:56:19.293Z] [2022-04-17T15:56:19.294Z] is.version.registred: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] process.xmlversionidentifier: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] prepare.cluster: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] process.enabled: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] process.hasToDeploy: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] deploy.version.unregistred: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init.os: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init.tools.unix: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init.tools.windows: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init.tools: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] setAsadminArgs: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init: [2022-04-17T15:56:19.294Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:19.294Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:19.294Z] [get] Not modified - so not downloaded [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init.customtasks: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] prepare: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] process.versionExpression: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] process.appname: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] create.version: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] assemble.non-existent: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] process.xmlversionidentifier: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] prepare.update.xml.identifier: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] update.xml.identifier: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] deployWithNameOption: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] setAsadminArgs: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] common.deploy.asadmin: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init.os: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init.tools.unix: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init.tools.windows: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init.tools: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] setAsadminArgs: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init: [2022-04-17T15:56:19.294Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:19.294Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:19.294Z] [get] Not modified - so not downloaded [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] init.customtasks: [2022-04-17T15:56:19.294Z] [2022-04-17T15:56:19.294Z] common.run.asadmin: [2022-04-17T15:56:19.294Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:19.550Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:19.550Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:19.807Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:56:19.807Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:19.807Z] [2022-04-17T15:56:19.807Z] init.os: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init.tools.unix: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init.tools.windows: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init.tools: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] setAsadminArgs: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init: [2022-04-17T15:56:19.808Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:19.808Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:19.808Z] [get] Not modified - so not downloaded [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init.customtasks: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] setEnabled: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] createAppRef: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] deployWithoutNameOption: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init.os: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init.tools.unix: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init.tools.windows: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init.tools: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] setAsadminArgs: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init: [2022-04-17T15:56:19.808Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:19.808Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:19.808Z] [get] Not modified - so not downloaded [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] init.customtasks: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] prepare.client: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] prepare.client.appclient: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] increment.log.next: [2022-04-17T15:56:19.808Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] process.versionexpression: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] prepare.run: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] common.run.positive: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] setHttpPort: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] common.run: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] checkAppOnServer: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] declare-test: [2022-04-17T15:56:19.808Z] [echo] Starting test simple-versioned-servlet sample.scenarios(1) - logID=21 (server) [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] prepare.runclient: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] process.classpath: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] process.jvmargs: [2022-04-17T15:56:19.808Z] [2022-04-17T15:56:19.808Z] java.with.result: [2022-04-17T15:56:20.371Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:20.371Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:20.371Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:20.371Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:56:20.371Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:20.371Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: [2022-04-17T15:56:20.371Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] process.result: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] processResult: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] failed: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] passed: [2022-04-17T15:56:20.371Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] unknown: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] runclient: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init.os: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init.tools.unix: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init.tools.windows: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init.tools: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] setAsadminArgs: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init: [2022-04-17T15:56:20.371Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:20.371Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:20.371Z] [get] Not modified - so not downloaded [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init.customtasks: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] checkAppOnCluster: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] run.positive: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] deploy.version: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] del.ref.registred: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] process.versionExpression: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] process.appname: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] _process.target: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] process.target: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] prepare.is.version.registred: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init.os: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init.tools.unix: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init.tools.windows: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init.tools: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] setAsadminArgs: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init: [2022-04-17T15:56:20.371Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:20.371Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:20.371Z] [get] Not modified - so not downloaded [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] init.customtasks: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] prepare: [2022-04-17T15:56:20.371Z] [2022-04-17T15:56:20.371Z] exec.asadmin2: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] process.registred: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] is.version.registred: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] process.xmlversionidentifier: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] prepare.cluster: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] process.enabled: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] process.hasToDeploy: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] deploy.version.unregistred: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init.os: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init.tools.unix: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init.tools.windows: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init.tools: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] setAsadminArgs: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init: [2022-04-17T15:56:20.627Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:20.627Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:20.627Z] [get] Not modified - so not downloaded [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init.customtasks: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] prepare: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] process.versionExpression: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] process.appname: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] create.version: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] assemble.non-existent: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] process.xmlversionidentifier: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] prepare.update.xml.identifier: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] update.xml.identifier: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] deployWithNameOption: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] setAsadminArgs: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] common.deploy.asadmin: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init.os: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init.tools.unix: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init.tools.windows: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init.tools: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] setAsadminArgs: [2022-04-17T15:56:20.627Z] [2022-04-17T15:56:20.627Z] init: [2022-04-17T15:56:20.627Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:20.627Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:20.883Z] [get] Not modified - so not downloaded [2022-04-17T15:56:20.883Z] [2022-04-17T15:56:20.883Z] init.customtasks: [2022-04-17T15:56:20.883Z] [2022-04-17T15:56:20.883Z] common.run.asadmin: [2022-04-17T15:56:20.883Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:21.139Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:21.139Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:21.139Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:56:21.139Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:21.139Z] [2022-04-17T15:56:21.139Z] init.os: [2022-04-17T15:56:21.139Z] [2022-04-17T15:56:21.139Z] init.tools.unix: [2022-04-17T15:56:21.139Z] [2022-04-17T15:56:21.139Z] init.tools.windows: [2022-04-17T15:56:21.139Z] [2022-04-17T15:56:21.139Z] init.tools: [2022-04-17T15:56:21.139Z] [2022-04-17T15:56:21.139Z] setAsadminArgs: [2022-04-17T15:56:21.139Z] [2022-04-17T15:56:21.139Z] init: [2022-04-17T15:56:21.139Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:21.139Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:21.139Z] [get] Not modified - so not downloaded [2022-04-17T15:56:21.395Z] [2022-04-17T15:56:21.395Z] init.customtasks: [2022-04-17T15:56:21.395Z] [2022-04-17T15:56:21.395Z] setEnabled: [2022-04-17T15:56:21.395Z] [2022-04-17T15:56:21.395Z] createAppRef: [2022-04-17T15:56:21.395Z] [2022-04-17T15:56:21.395Z] deployWithoutNameOption: [2022-04-17T15:56:21.395Z] [2022-04-17T15:56:21.395Z] init.os: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] init.tools.unix: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] init.tools.windows: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] init.tools: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] setAsadminArgs: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] init: [2022-04-17T15:56:21.396Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:21.396Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:21.396Z] [get] Not modified - so not downloaded [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] init.customtasks: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] prepare.client: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] prepare.client.appclient: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] increment.log.next: [2022-04-17T15:56:21.396Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] process.versionexpression: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] prepare.run: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] common.run.positive: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] setHttpPort: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] common.run: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] checkAppOnServer: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] declare-test: [2022-04-17T15:56:21.396Z] [echo] Starting test simple-versioned-servlet sample.scenarios(2) - logID=22 (server) [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] prepare.runclient: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] process.classpath: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] process.jvmargs: [2022-04-17T15:56:21.396Z] [2022-04-17T15:56:21.396Z] java.with.result: [2022-04-17T15:56:21.652Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:21.652Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:21.652Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:21.652Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:56:21.652Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:21.652Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: [2022-04-17T15:56:21.652Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] process.result: [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] processResult: [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] failed: [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] passed: [2022-04-17T15:56:21.652Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] unknown: [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] runclient: [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] init.os: [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] init.tools.unix: [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] init.tools.windows: [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] init.tools: [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] setAsadminArgs: [2022-04-17T15:56:21.652Z] [2022-04-17T15:56:21.652Z] init: [2022-04-17T15:56:21.652Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:21.652Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:21.653Z] [get] Not modified - so not downloaded [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] init.customtasks: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] checkAppOnCluster: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] run.positive: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] deploy.version: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] del.ref.registred: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] process.versionExpression: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] process.appname: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] _process.target: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] process.target: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] prepare.is.version.registred: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] init.os: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] init.tools.unix: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] init.tools.windows: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] init.tools: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] setAsadminArgs: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] init: [2022-04-17T15:56:21.653Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:21.653Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:21.653Z] [get] Not modified - so not downloaded [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] init.customtasks: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] prepare: [2022-04-17T15:56:21.653Z] [2022-04-17T15:56:21.653Z] exec.asadmin2: [2022-04-17T15:56:22.251Z] [exec] Result: 1 [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] process.registred: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] is.version.registred: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] process.xmlversionidentifier: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] prepare.cluster: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] process.enabled: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] process.hasToDeploy: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] deploy.version.unregistred: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init.os: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init.tools.unix: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init.tools.windows: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init.tools: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] setAsadminArgs: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init: [2022-04-17T15:56:22.251Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:22.251Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:22.251Z] [get] Not modified - so not downloaded [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init.customtasks: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] prepare: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] process.versionExpression: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] process.appname: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] create.version: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] assemble.non-existent: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] process.xmlversionidentifier: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] prepare.update.xml.identifier: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] update.xml.identifier: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] deployWithNameOption: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] setAsadminArgs: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] common.deploy.asadmin: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init.os: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init.tools.unix: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init.tools.windows: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init.tools: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] setAsadminArgs: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init: [2022-04-17T15:56:22.251Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:22.251Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:22.251Z] [get] Not modified - so not downloaded [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] init.customtasks: [2022-04-17T15:56:22.251Z] [2022-04-17T15:56:22.251Z] common.run.asadmin: [2022-04-17T15:56:22.251Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:56:22.509Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:22.509Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:22.764Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:56:22.764Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:22.764Z] [2022-04-17T15:56:22.764Z] init.os: [2022-04-17T15:56:22.764Z] [2022-04-17T15:56:22.764Z] init.tools.unix: [2022-04-17T15:56:22.764Z] [2022-04-17T15:56:22.764Z] init.tools.windows: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] init.tools: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] setAsadminArgs: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] init: [2022-04-17T15:56:22.765Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:22.765Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:22.765Z] [get] Not modified - so not downloaded [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] init.customtasks: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] setEnabled: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] createAppRef: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] deployWithoutNameOption: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] init.os: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] init.tools.unix: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] init.tools.windows: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] init.tools: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] setAsadminArgs: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] init: [2022-04-17T15:56:22.765Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:22.765Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:22.765Z] [get] Not modified - so not downloaded [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] init.customtasks: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] prepare.client: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] prepare.client.appclient: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] increment.log.next: [2022-04-17T15:56:22.765Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] process.versionexpression: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] prepare.run: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] common.run.positive: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] setHttpPort: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] common.run: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] checkAppOnServer: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] declare-test: [2022-04-17T15:56:22.765Z] [echo] Starting test simple-versioned-servlet sample.scenarios(3) - logID=23 (server) [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] prepare.runclient: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] process.classpath: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] process.jvmargs: [2022-04-17T15:56:22.765Z] [2022-04-17T15:56:22.765Z] java.with.result: [2022-04-17T15:56:23.021Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:23.021Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:23.021Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:23.021Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:56:23.021Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:23.021Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 [2022-04-17T15:56:23.021Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] process.result: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] processResult: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] failed: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] passed: [2022-04-17T15:56:23.021Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] unknown: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] runclient: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init.os: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init.tools.unix: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init.tools.windows: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init.tools: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] setAsadminArgs: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init: [2022-04-17T15:56:23.021Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:23.021Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:23.021Z] [get] Not modified - so not downloaded [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init.customtasks: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] checkAppOnCluster: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] run.positive: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] deploy.version: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] del.ref.registred: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] process.versionExpression: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] process.appname: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] _process.target: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] process.target: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] prepare.is.version.registred: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init.os: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init.tools.unix: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init.tools.windows: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init.tools: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] setAsadminArgs: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init: [2022-04-17T15:56:23.021Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:23.021Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:23.021Z] [get] Not modified - so not downloaded [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] init.customtasks: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] prepare: [2022-04-17T15:56:23.021Z] [2022-04-17T15:56:23.021Z] exec.asadmin2: [2022-04-17T15:56:23.583Z] [exec] Result: 1 [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] process.registred: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] is.version.registred: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] process.xmlversionidentifier: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] prepare.cluster: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] process.enabled: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] process.hasToDeploy: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] deploy.version.unregistred: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init.os: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init.tools.unix: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init.tools.windows: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init.tools: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] setAsadminArgs: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init: [2022-04-17T15:56:23.583Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:23.583Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:23.583Z] [get] Not modified - so not downloaded [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init.customtasks: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] prepare: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] process.versionExpression: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] process.appname: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] create.version: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] assemble.non-existent: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] process.xmlversionidentifier: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] prepare.update.xml.identifier: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] update.xml.identifier: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] deployWithNameOption: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] setAsadminArgs: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] common.deploy.asadmin: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init.os: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init.tools.unix: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init.tools.windows: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init.tools: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] setAsadminArgs: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init: [2022-04-17T15:56:23.583Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:23.583Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:23.583Z] [get] Not modified - so not downloaded [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] init.customtasks: [2022-04-17T15:56:23.583Z] [2022-04-17T15:56:23.583Z] common.run.asadmin: [2022-04-17T15:56:23.583Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war [2022-04-17T15:56:23.839Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:23.839Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:24.096Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. [2022-04-17T15:56:24.096Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init.os: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init.tools.unix: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init.tools.windows: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init.tools: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] setAsadminArgs: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init: [2022-04-17T15:56:24.096Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:24.096Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:24.096Z] [get] Not modified - so not downloaded [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init.customtasks: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] setEnabled: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] createAppRef: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] deployWithoutNameOption: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init.os: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init.tools.unix: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init.tools.windows: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init.tools: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] setAsadminArgs: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init: [2022-04-17T15:56:24.096Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:24.096Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:24.096Z] [get] Not modified - so not downloaded [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] init.customtasks: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] prepare.client: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] prepare.client.appclient: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] increment.log.next: [2022-04-17T15:56:24.096Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] process.versionexpression: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] prepare.run: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] common.run.negative: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] setHttpPort: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] common.run: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] checkAppOnServer: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] declare-test: [2022-04-17T15:56:24.096Z] [echo] Starting test simple-versioned-servlet sample.scenarios(4) - logID=24 (server) [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] prepare.runclient: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] process.classpath: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] process.jvmargs: [2022-04-17T15:56:24.096Z] [2022-04-17T15:56:24.096Z] java.with.result: [2022-04-17T15:56:24.354Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:24.354Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to fail [2022-04-17T15:56:24.354Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:24.354Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.1 [2022-04-17T15:56:24.354Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:24.354Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 [2022-04-17T15:56:24.354Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] process.result: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] processResult: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] failed: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] passed: [2022-04-17T15:56:24.354Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] unknown: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] runclient: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] init.os: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] init.tools.unix: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] init.tools.windows: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] init.tools: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] setAsadminArgs: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] init: [2022-04-17T15:56:24.354Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:24.354Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:24.354Z] [get] Not modified - so not downloaded [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] init.customtasks: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] checkAppOnCluster: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] run.negative: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] process.versionExpression: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] process.appname: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] process.xmlversionidentifier: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] prepare.cluster: [2022-04-17T15:56:24.354Z] [2022-04-17T15:56:24.354Z] enable.version: [2022-04-17T15:56:24.639Z] [2022-04-17T15:56:24.639Z] setAsadminArgs: [2022-04-17T15:56:24.639Z] [2022-04-17T15:56:24.639Z] common.enable.asadmin: [2022-04-17T15:56:24.639Z] [2022-04-17T15:56:24.639Z] init.os: [2022-04-17T15:56:24.639Z] [2022-04-17T15:56:24.639Z] init.tools.unix: [2022-04-17T15:56:24.639Z] [2022-04-17T15:56:24.639Z] init.tools.windows: [2022-04-17T15:56:24.639Z] [2022-04-17T15:56:24.639Z] init.tools: [2022-04-17T15:56:24.639Z] [2022-04-17T15:56:24.639Z] setAsadminArgs: [2022-04-17T15:56:24.639Z] [2022-04-17T15:56:24.639Z] init: [2022-04-17T15:56:24.639Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:24.639Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:24.639Z] [get] Not modified - so not downloaded [2022-04-17T15:56:24.639Z] [2022-04-17T15:56:24.639Z] init.customtasks: [2022-04-17T15:56:24.639Z] [2022-04-17T15:56:24.639Z] common.run.asadmin: [2022-04-17T15:56:24.639Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.1 [2022-04-17T15:56:24.895Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:24.895Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... [2022-04-17T15:56:25.151Z] [exec] Command enable executed successfully. [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init.os: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init.tools.unix: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init.tools.windows: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init.tools: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] setAsadminArgs: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init: [2022-04-17T15:56:25.151Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:25.151Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:25.151Z] [get] Not modified - so not downloaded [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init.customtasks: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] enableAppOnInstance: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init.os: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init.tools.unix: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init.tools.windows: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init.tools: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] setAsadminArgs: [2022-04-17T15:56:25.151Z] [2022-04-17T15:56:25.151Z] init: [2022-04-17T15:56:25.151Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:25.152Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:25.152Z] [get] Not modified - so not downloaded [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] init.customtasks: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] prepare.client: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] prepare.client.appclient: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] increment.log.next: [2022-04-17T15:56:25.152Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] process.versionexpression: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] prepare.run: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] common.run.positive: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] setHttpPort: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] common.run: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] checkAppOnServer: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] declare-test: [2022-04-17T15:56:25.152Z] [echo] Starting test simple-versioned-servlet sample.scenarios(5) - logID=25 (server) [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] prepare.runclient: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] process.classpath: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] process.jvmargs: [2022-04-17T15:56:25.152Z] [2022-04-17T15:56:25.152Z] java.with.result: [2022-04-17T15:56:25.408Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:25.408Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:25.408Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:25.408Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.1 [2022-04-17T15:56:25.408Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:25.408Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.1 [2022-04-17T15:56:25.408Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] process.result: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] processResult: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] failed: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] passed: [2022-04-17T15:56:25.408Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] unknown: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] runclient: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init.os: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init.tools.unix: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init.tools.windows: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init.tools: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] setAsadminArgs: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init: [2022-04-17T15:56:25.408Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:25.408Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:25.408Z] [get] Not modified - so not downloaded [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init.customtasks: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] checkAppOnCluster: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] run.positive: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] deploy.version: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] del.ref.registred: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] process.versionExpression: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] process.appname: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] _process.target: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] process.target: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] prepare.is.version.registred: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init.os: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init.tools.unix: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init.tools.windows: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init.tools: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] setAsadminArgs: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init: [2022-04-17T15:56:25.408Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:25.408Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:25.408Z] [get] Not modified - so not downloaded [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] init.customtasks: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] prepare: [2022-04-17T15:56:25.408Z] [2022-04-17T15:56:25.408Z] exec.asadmin2: [2022-04-17T15:56:25.971Z] [exec] Result: 1 [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] process.registred: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] is.version.registred: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] process.xmlversionidentifier: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] prepare.cluster: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] process.enabled: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] process.hasToDeploy: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] deploy.version.unregistred: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init.os: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init.tools.unix: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init.tools.windows: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init.tools: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] setAsadminArgs: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init: [2022-04-17T15:56:25.971Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:25.971Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:25.971Z] [get] Not modified - so not downloaded [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init.customtasks: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] prepare: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] process.versionExpression: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] process.appname: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] create.version: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] assemble.non-existent: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] process.xmlversionidentifier: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] prepare.update.xml.identifier: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] update.xml.identifier: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] deployWithNameOption: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] setAsadminArgs: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] common.deploy.asadmin: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init.os: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init.tools.unix: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init.tools.windows: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init.tools: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] setAsadminArgs: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init: [2022-04-17T15:56:25.971Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:25.971Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:25.971Z] [get] Not modified - so not downloaded [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] init.customtasks: [2022-04-17T15:56:25.971Z] [2022-04-17T15:56:25.971Z] common.run.asadmin: [2022-04-17T15:56:25.971Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war [2022-04-17T15:56:26.236Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:26.236Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:26.492Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.0. [2022-04-17T15:56:26.492Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init.os: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init.tools.unix: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init.tools.windows: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init.tools: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] setAsadminArgs: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init: [2022-04-17T15:56:26.492Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:26.492Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:26.492Z] [get] Not modified - so not downloaded [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init.customtasks: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] setEnabled: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] createAppRef: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] deployWithoutNameOption: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init.os: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init.tools.unix: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init.tools.windows: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init.tools: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] setAsadminArgs: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init: [2022-04-17T15:56:26.492Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:26.492Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:26.492Z] [get] Not modified - so not downloaded [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] init.customtasks: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] prepare.client: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] prepare.client.appclient: [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] increment.log.next: [2022-04-17T15:56:26.492Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:26.492Z] [2022-04-17T15:56:26.492Z] process.versionexpression: [2022-04-17T15:56:26.493Z] [2022-04-17T15:56:26.493Z] prepare.run: [2022-04-17T15:56:26.493Z] [2022-04-17T15:56:26.493Z] common.run.positive: [2022-04-17T15:56:26.493Z] [2022-04-17T15:56:26.493Z] setHttpPort: [2022-04-17T15:56:26.493Z] [2022-04-17T15:56:26.493Z] common.run: [2022-04-17T15:56:26.493Z] [2022-04-17T15:56:26.493Z] checkAppOnServer: [2022-04-17T15:56:26.493Z] [2022-04-17T15:56:26.493Z] declare-test: [2022-04-17T15:56:26.493Z] [echo] Starting test simple-versioned-servlet sample.scenarios(6) - logID=26 (server) [2022-04-17T15:56:26.493Z] [2022-04-17T15:56:26.493Z] prepare.runclient: [2022-04-17T15:56:26.493Z] [2022-04-17T15:56:26.493Z] process.classpath: [2022-04-17T15:56:26.493Z] [2022-04-17T15:56:26.493Z] process.jvmargs: [2022-04-17T15:56:26.493Z] [2022-04-17T15:56:26.493Z] java.with.result: [2022-04-17T15:56:26.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:26.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:26.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:26.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.0 [2022-04-17T15:56:26.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:26.749Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.0 [2022-04-17T15:56:26.750Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:26.750Z] [2022-04-17T15:56:26.750Z] process.result: [2022-04-17T15:56:26.750Z] [2022-04-17T15:56:26.750Z] processResult: [2022-04-17T15:56:26.750Z] [2022-04-17T15:56:26.750Z] failed: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] passed: [2022-04-17T15:56:27.008Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] unknown: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] runclient: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.os: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.tools.unix: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.tools.windows: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.tools: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] setAsadminArgs: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init: [2022-04-17T15:56:27.008Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:27.008Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:27.008Z] [get] Not modified - so not downloaded [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.customtasks: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] checkAppOnCluster: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] run.positive: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] process.versionExpression: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] process.appname: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] process.xmlversionidentifier: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] prepare.cluster: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] undeploy.version: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] setAsadminArgs: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] common.undeploy.asadmin: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.os: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.tools.unix: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.tools.windows: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.tools: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] setAsadminArgs: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init: [2022-04-17T15:56:27.008Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:27.008Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:27.008Z] [get] Not modified - so not downloaded [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.customtasks: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] delAppRef: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.os: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.tools.unix: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.tools.windows: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.tools: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] setAsadminArgs: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init: [2022-04-17T15:56:27.008Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:27.008Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:27.008Z] [get] Not modified - so not downloaded [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] init.customtasks: [2022-04-17T15:56:27.008Z] [2022-04-17T15:56:27.008Z] common.run.asadmin: [2022-04-17T15:56:27.008Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA* [2022-04-17T15:56:27.267Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:27.267Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:56:27.528Z] [exec] Command undeploy executed successfully. [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] test.notregistred: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] process.versionExpression: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] process.appname: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] _process.target: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] process.target: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] increment.log.next: [2022-04-17T15:56:27.528Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] declare.test: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] setHttpPort: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] declare.test.positive: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] setHttpPort: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] declare.test.negative: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] declare-test: [2022-04-17T15:56:27.528Z] [echo] Starting test simple-versioned-servlet sample.scenarios(7) - logID=27 - (server) - (fail expected) [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] init.os: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] init.tools.unix: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] init.tools.windows: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] init.tools: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] setAsadminArgs: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] init: [2022-04-17T15:56:27.528Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:27.528Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:27.528Z] [get] Not modified - so not downloaded [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] init.customtasks: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] prepare: [2022-04-17T15:56:27.528Z] [2022-04-17T15:56:27.528Z] exec.asadmin: [2022-04-17T15:56:28.091Z] [exec] Result: 1 [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] process.result: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] processResult: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] failed: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] passed: [2022-04-17T15:56:28.091Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] unknown: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] asadmin.with.result: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] show-component-status.asadmin: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] test.notregistred.cluster: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] process.versionExpression: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] process.appname: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] process.xmlversionidentifier: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] prepare.cluster: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] enable.version: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] setAsadminArgs: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] common.enable.asadmin: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] init.os: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] init.tools.unix: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] init.tools.windows: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] init.tools: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] setAsadminArgs: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] init: [2022-04-17T15:56:28.091Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:28.091Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:28.091Z] [get] Not modified - so not downloaded [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] init.customtasks: [2022-04-17T15:56:28.091Z] [2022-04-17T15:56:28.091Z] common.run.asadmin: [2022-04-17T15:56:28.091Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet [2022-04-17T15:56:28.360Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:28.360Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... [2022-04-17T15:56:28.360Z] [exec] Command enable executed successfully. [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init.os: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init.tools.unix: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init.tools.windows: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init.tools: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] setAsadminArgs: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init: [2022-04-17T15:56:28.638Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:28.638Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:28.638Z] [get] Not modified - so not downloaded [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init.customtasks: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] enableAppOnInstance: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init.os: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init.tools.unix: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init.tools.windows: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init.tools: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] setAsadminArgs: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init: [2022-04-17T15:56:28.638Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:28.638Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:28.638Z] [get] Not modified - so not downloaded [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] init.customtasks: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] prepare.client: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] prepare.client.appclient: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] increment.log.next: [2022-04-17T15:56:28.638Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] process.versionexpression: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] prepare.run: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] common.run.positive: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] setHttpPort: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] common.run: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] checkAppOnServer: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] declare-test: [2022-04-17T15:56:28.638Z] [echo] Starting test simple-versioned-servlet sample.scenarions(8) - logID=28 (server) [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] prepare.runclient: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] process.classpath: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] process.jvmargs: [2022-04-17T15:56:28.638Z] [2022-04-17T15:56:28.638Z] java.with.result: [2022-04-17T15:56:28.894Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:28.894Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:28.894Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:28.894Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:56:28.894Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:28.894Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: [2022-04-17T15:56:28.894Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] process.result: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] processResult: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] failed: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] passed: [2022-04-17T15:56:28.894Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] unknown: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] runclient: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.os: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.tools.unix: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.tools.windows: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.tools: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] setAsadminArgs: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init: [2022-04-17T15:56:28.894Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:28.894Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:28.894Z] [get] Not modified - so not downloaded [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.customtasks: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] checkAppOnCluster: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] run.positive: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] process.versionExpression: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] process.appname: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] process.xmlversionidentifier: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] prepare.cluster: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] undeploy.version: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] setAsadminArgs: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] common.undeploy.asadmin: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.os: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.tools.unix: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.tools.windows: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.tools: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] setAsadminArgs: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init: [2022-04-17T15:56:28.894Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:28.894Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:28.894Z] [get] Not modified - so not downloaded [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.customtasks: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] delAppRef: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.os: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.tools.unix: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.tools.windows: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.tools: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] setAsadminArgs: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init: [2022-04-17T15:56:28.894Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:28.894Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:28.894Z] [get] Not modified - so not downloaded [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] init.customtasks: [2022-04-17T15:56:28.894Z] [2022-04-17T15:56:28.894Z] common.run.asadmin: [2022-04-17T15:56:28.894Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:* [2022-04-17T15:56:29.151Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:29.151Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:56:29.406Z] [exec] Command undeploy executed successfully. [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] test.notregistred: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] process.versionExpression: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] process.appname: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] _process.target: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] process.target: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] increment.log.next: [2022-04-17T15:56:29.406Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] declare.test: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] setHttpPort: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] declare.test.positive: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] setHttpPort: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] declare.test.negative: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] declare-test: [2022-04-17T15:56:29.406Z] [echo] Starting test simple-versioned-servlet sample.scenarios(9) - logID=29 - (server) - (fail expected) [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] init.os: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] init.tools.unix: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] init.tools.windows: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] init.tools: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] setAsadminArgs: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] init: [2022-04-17T15:56:29.406Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:29.406Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:29.406Z] [get] Not modified - so not downloaded [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] init.customtasks: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] prepare: [2022-04-17T15:56:29.406Z] [2022-04-17T15:56:29.406Z] exec.asadmin: [2022-04-17T15:56:29.972Z] [exec] Result: 1 [2022-04-17T15:56:29.972Z] [2022-04-17T15:56:29.972Z] process.result: [2022-04-17T15:56:29.972Z] [2022-04-17T15:56:29.972Z] processResult: [2022-04-17T15:56:29.972Z] [2022-04-17T15:56:29.972Z] failed: [2022-04-17T15:56:29.972Z] [2022-04-17T15:56:29.972Z] passed: [2022-04-17T15:56:29.972Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:29.972Z] [2022-04-17T15:56:29.972Z] unknown: [2022-04-17T15:56:29.972Z] [2022-04-17T15:56:29.973Z] asadmin.with.result: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] show-component-status.asadmin: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] test.notregistred.cluster: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] test.notregistred: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] process.versionExpression: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] process.appname: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] _process.target: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] process.target: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] increment.log.next: [2022-04-17T15:56:29.973Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] declare.test: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] setHttpPort: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] declare.test.positive: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] setHttpPort: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] declare.test.negative: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] declare-test: [2022-04-17T15:56:29.973Z] [echo] Starting test simple-versioned-servlet sample.scenarios(10) - logID=30 - (server) - (fail expected) [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] init.os: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] init.tools.unix: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] init.tools.windows: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] init.tools: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] setAsadminArgs: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] init: [2022-04-17T15:56:29.973Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:29.973Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:29.973Z] [get] Not modified - so not downloaded [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] init.customtasks: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] prepare: [2022-04-17T15:56:29.973Z] [2022-04-17T15:56:29.973Z] exec.asadmin: [2022-04-17T15:56:30.546Z] [exec] Result: 1 [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] process.result: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] processResult: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] failed: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] passed: [2022-04-17T15:56:30.546Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] unknown: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] asadmin.with.result: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] show-component-status.asadmin: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] test.notregistred.cluster: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] clean.scenario: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] clean.scenario.cluster: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] init.os: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] init.tools.unix: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] init.tools.windows: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] init.tools: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] setAsadminArgs: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] init: [2022-04-17T15:56:30.546Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:30.546Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:30.546Z] [get] Not modified - so not downloaded [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] init.customtasks: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] prepare: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] process.versionExpression: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] process.appname: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] _process.target: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] process.target: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] prepare.has.version.registred: [2022-04-17T15:56:30.546Z] [2022-04-17T15:56:30.546Z] exec.asadmin2: [2022-04-17T15:56:30.802Z] [exec] Result: 1 [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] process.registred: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] has.version.registred: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] del.all.version.registred: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] _clean.scenario: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] deployment: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] deploy.version: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] del.ref.registred: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] process.versionExpression: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] process.appname: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] _process.target: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] process.target: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] prepare.is.version.registred: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] init.os: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] init.tools.unix: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] init.tools.windows: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] init.tools: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] setAsadminArgs: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] init: [2022-04-17T15:56:30.802Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:30.802Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:30.802Z] [get] Not modified - so not downloaded [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] init.customtasks: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] prepare: [2022-04-17T15:56:30.802Z] [2022-04-17T15:56:30.802Z] exec.asadmin2: [2022-04-17T15:56:31.364Z] [exec] Result: 1 [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] process.registred: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] is.version.registred: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] process.xmlversionidentifier: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] prepare.cluster: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] process.enabled: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] process.hasToDeploy: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] deploy.version.unregistred: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] init.os: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] init.tools.unix: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] init.tools.windows: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] init.tools: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] setAsadminArgs: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] init: [2022-04-17T15:56:31.364Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:31.364Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:31.364Z] [get] Not modified - so not downloaded [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] init.customtasks: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] prepare: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] process.versionExpression: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] process.appname: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] create.version: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] assemble.non-existent: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] process.xmlversionidentifier: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] prepare.update.xml.identifier: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] update.xml.identifier: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] deployWithNameOption: [2022-04-17T15:56:31.364Z] [2022-04-17T15:56:31.364Z] setAsadminArgs: [2022-04-17T15:56:31.365Z] [2022-04-17T15:56:31.365Z] common.deploy.asadmin: [2022-04-17T15:56:31.365Z] [2022-04-17T15:56:31.365Z] init.os: [2022-04-17T15:56:31.365Z] [2022-04-17T15:56:31.365Z] init.tools.unix: [2022-04-17T15:56:31.365Z] [2022-04-17T15:56:31.365Z] init.tools.windows: [2022-04-17T15:56:31.365Z] [2022-04-17T15:56:31.365Z] init.tools: [2022-04-17T15:56:31.365Z] [2022-04-17T15:56:31.365Z] setAsadminArgs: [2022-04-17T15:56:31.365Z] [2022-04-17T15:56:31.365Z] init: [2022-04-17T15:56:31.365Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:31.365Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:31.365Z] [get] Not modified - so not downloaded [2022-04-17T15:56:31.365Z] [2022-04-17T15:56:31.365Z] init.customtasks: [2022-04-17T15:56:31.365Z] [2022-04-17T15:56:31.365Z] common.run.asadmin: [2022-04-17T15:56:31.365Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:31.641Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:31.641Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:31.897Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:56:31.897Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init.os: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init.tools.unix: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init.tools.windows: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init.tools: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] setAsadminArgs: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init: [2022-04-17T15:56:31.897Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:31.897Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:31.897Z] [get] Not modified - so not downloaded [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init.customtasks: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] setEnabled: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] createAppRef: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] deployWithoutNameOption: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] run.positive.deploy: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] deploy.version: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] del.ref.registred: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] process.versionExpression: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] process.appname: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] _process.target: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] process.target: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] prepare.is.version.registred: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init.os: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init.tools.unix: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init.tools.windows: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init.tools: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] setAsadminArgs: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init: [2022-04-17T15:56:31.897Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:31.897Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:31.897Z] [get] Not modified - so not downloaded [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] init.customtasks: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] prepare: [2022-04-17T15:56:31.897Z] [2022-04-17T15:56:31.897Z] exec.asadmin2: [2022-04-17T15:56:32.154Z] [exec] Result: 1 [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] process.registred: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] is.version.registred: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] process.xmlversionidentifier: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] prepare.cluster: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] process.enabled: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] process.hasToDeploy: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] deploy.version.unregistred: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init.os: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init.tools.unix: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init.tools.windows: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init.tools: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] setAsadminArgs: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init: [2022-04-17T15:56:32.154Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:32.154Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:32.154Z] [get] Not modified - so not downloaded [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init.customtasks: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] prepare: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] process.versionExpression: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] process.appname: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] create.version: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] assemble.non-existent: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] process.xmlversionidentifier: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] prepare.update.xml.identifier: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] update.xml.identifier: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] deployWithNameOption: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] setAsadminArgs: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] common.deploy.asadmin: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init.os: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init.tools.unix: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init.tools.windows: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init.tools: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] setAsadminArgs: [2022-04-17T15:56:32.154Z] [2022-04-17T15:56:32.154Z] init: [2022-04-17T15:56:32.154Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:32.154Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:32.154Z] [get] Not modified - so not downloaded [2022-04-17T15:56:32.441Z] [2022-04-17T15:56:32.441Z] init.customtasks: [2022-04-17T15:56:32.441Z] [2022-04-17T15:56:32.441Z] common.run.asadmin: [2022-04-17T15:56:32.441Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:56:32.697Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:32.697Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:32.697Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:56:32.697Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init.os: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init.tools.unix: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init.tools.windows: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init.tools: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] setAsadminArgs: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init: [2022-04-17T15:56:32.697Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:32.697Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:32.697Z] [get] Not modified - so not downloaded [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init.customtasks: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] setEnabled: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] createAppRef: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] deployWithoutNameOption: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] run.positive.deploy: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] deploy.version: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] del.ref.registred: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] process.versionExpression: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] process.appname: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] _process.target: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] process.target: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] prepare.is.version.registred: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init.os: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init.tools.unix: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init.tools.windows: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init.tools: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] setAsadminArgs: [2022-04-17T15:56:32.697Z] [2022-04-17T15:56:32.697Z] init: [2022-04-17T15:56:32.697Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:32.697Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:32.697Z] [get] Not modified - so not downloaded [2022-04-17T15:56:32.955Z] [2022-04-17T15:56:32.955Z] init.customtasks: [2022-04-17T15:56:32.955Z] [2022-04-17T15:56:32.955Z] prepare: [2022-04-17T15:56:32.955Z] [2022-04-17T15:56:32.955Z] exec.asadmin2: [2022-04-17T15:56:33.211Z] [exec] Result: 1 [2022-04-17T15:56:33.211Z] [2022-04-17T15:56:33.211Z] process.registred: [2022-04-17T15:56:33.211Z] [2022-04-17T15:56:33.211Z] is.version.registred: [2022-04-17T15:56:33.211Z] [2022-04-17T15:56:33.211Z] process.xmlversionidentifier: [2022-04-17T15:56:33.211Z] [2022-04-17T15:56:33.211Z] prepare.cluster: [2022-04-17T15:56:33.211Z] [2022-04-17T15:56:33.211Z] process.enabled: [2022-04-17T15:56:33.211Z] [2022-04-17T15:56:33.211Z] process.hasToDeploy: [2022-04-17T15:56:33.211Z] [2022-04-17T15:56:33.212Z] deploy.version.unregistred: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init.os: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init.tools.unix: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init.tools.windows: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init.tools: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] setAsadminArgs: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init: [2022-04-17T15:56:33.212Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:33.212Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:33.212Z] [get] Not modified - so not downloaded [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init.customtasks: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] prepare: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] process.versionExpression: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] process.appname: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] create.version: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] assemble.non-existent: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] process.xmlversionidentifier: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] prepare.update.xml.identifier: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] update.xml.identifier: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] deployWithNameOption: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] setAsadminArgs: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] common.deploy.asadmin: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init.os: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init.tools.unix: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init.tools.windows: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init.tools: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] setAsadminArgs: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init: [2022-04-17T15:56:33.212Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:33.212Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:33.212Z] [get] Not modified - so not downloaded [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] init.customtasks: [2022-04-17T15:56:33.212Z] [2022-04-17T15:56:33.212Z] common.run.asadmin: [2022-04-17T15:56:33.212Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war [2022-04-17T15:56:33.774Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:33.774Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:33.774Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. [2022-04-17T15:56:33.774Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init.os: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init.tools.unix: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init.tools.windows: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init.tools: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] setAsadminArgs: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init: [2022-04-17T15:56:33.774Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:33.774Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:33.774Z] [get] Not modified - so not downloaded [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init.customtasks: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] setEnabled: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] createAppRef: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] deployWithoutNameOption: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] run.positive.deploy: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] deploy.version: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] del.ref.registred: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] process.versionExpression: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] process.appname: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] _process.target: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] process.target: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] prepare.is.version.registred: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init.os: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init.tools.unix: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init.tools.windows: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init.tools: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] setAsadminArgs: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init: [2022-04-17T15:56:33.774Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:33.774Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:33.774Z] [get] Not modified - so not downloaded [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] init.customtasks: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] prepare: [2022-04-17T15:56:33.774Z] [2022-04-17T15:56:33.774Z] exec.asadmin2: [2022-04-17T15:56:34.345Z] [exec] Result: 1 [2022-04-17T15:56:34.345Z] [2022-04-17T15:56:34.345Z] process.registred: [2022-04-17T15:56:34.345Z] [2022-04-17T15:56:34.345Z] is.version.registred: [2022-04-17T15:56:34.345Z] [2022-04-17T15:56:34.345Z] process.xmlversionidentifier: [2022-04-17T15:56:34.345Z] [2022-04-17T15:56:34.345Z] prepare.cluster: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] process.enabled: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] process.hasToDeploy: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] deploy.version.unregistred: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init.os: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init.tools.unix: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init.tools.windows: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init.tools: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] setAsadminArgs: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init: [2022-04-17T15:56:34.346Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:34.346Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:34.346Z] [get] Not modified - so not downloaded [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init.customtasks: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] prepare: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] process.versionExpression: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] process.appname: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] create.version: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] assemble.non-existent: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] process.xmlversionidentifier: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] prepare.update.xml.identifier: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] update.xml.identifier: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] deployWithNameOption: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] setAsadminArgs: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] common.deploy.asadmin: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init.os: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init.tools.unix: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init.tools.windows: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init.tools: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] setAsadminArgs: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init: [2022-04-17T15:56:34.346Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:34.346Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:34.346Z] [get] Not modified - so not downloaded [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] init.customtasks: [2022-04-17T15:56:34.346Z] [2022-04-17T15:56:34.346Z] common.run.asadmin: [2022-04-17T15:56:34.346Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.0.war [2022-04-17T15:56:34.603Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:34.603Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:34.861Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.0. [2022-04-17T15:56:34.861Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.os: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.tools.unix: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.tools.windows: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.tools: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] setAsadminArgs: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init: [2022-04-17T15:56:34.861Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:34.861Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:34.861Z] [get] Not modified - so not downloaded [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.customtasks: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] setEnabled: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] createAppRef: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] deployWithoutNameOption: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] run.positive.deploy: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] process.versionExpression: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] process.appname: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.os: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.tools.unix: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.tools.windows: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.tools: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] setAsadminArgs: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init: [2022-04-17T15:56:34.861Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:34.861Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:34.861Z] [get] Not modified - so not downloaded [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.customtasks: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] prepare: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] create.version: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] assemble.non-existent: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] process.xmlversionidentifier: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] prepare.update.xml.identifier: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] update.xml.identifier: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] unzip.version: [2022-04-17T15:56:34.861Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1 [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] deploy.version: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] del.ref.registred: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] process.versionExpression: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] process.appname: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] _process.target: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] process.target: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] prepare.is.version.registred: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.os: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.tools.unix: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.tools.windows: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.tools: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] setAsadminArgs: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init: [2022-04-17T15:56:34.861Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:34.861Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:34.861Z] [get] Not modified - so not downloaded [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] init.customtasks: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] prepare: [2022-04-17T15:56:34.861Z] [2022-04-17T15:56:34.861Z] exec.asadmin2: [2022-04-17T15:56:35.437Z] [exec] Result: 1 [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] process.registred: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] is.version.registred: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] process.xmlversionidentifier: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] prepare.cluster: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] process.enabled: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] process.hasToDeploy: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] deploy.version.unregistred: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init.os: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init.tools.unix: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init.tools.windows: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init.tools: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] setAsadminArgs: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init: [2022-04-17T15:56:35.437Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:35.437Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:35.437Z] [get] Not modified - so not downloaded [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init.customtasks: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] prepare: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] process.versionExpression: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] process.appname: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] create.version: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] assemble.non-existent: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] process.xmlversionidentifier: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] prepare.update.xml.identifier: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] update.xml.identifier: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] deployWithNameOption: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] setAsadminArgs: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] common.deploy.asadmin: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init.os: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init.tools.unix: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init.tools.windows: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init.tools: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] setAsadminArgs: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init: [2022-04-17T15:56:35.437Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:35.437Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:35.437Z] [get] Not modified - so not downloaded [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] init.customtasks: [2022-04-17T15:56:35.437Z] [2022-04-17T15:56:35.437Z] common.run.asadmin: [2022-04-17T15:56:35.438Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:RC-1.0.1.war [2022-04-17T15:56:35.693Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:35.694Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:35.694Z] [exec] Application deployed with name simple-versioned-servlet:RC-1.0.1. [2022-04-17T15:56:35.694Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:35.694Z] [2022-04-17T15:56:35.694Z] init.os: [2022-04-17T15:56:35.694Z] [2022-04-17T15:56:35.694Z] init.tools.unix: [2022-04-17T15:56:35.694Z] [2022-04-17T15:56:35.694Z] init.tools.windows: [2022-04-17T15:56:35.694Z] [2022-04-17T15:56:35.694Z] init.tools: [2022-04-17T15:56:35.694Z] [2022-04-17T15:56:35.694Z] setAsadminArgs: [2022-04-17T15:56:35.694Z] [2022-04-17T15:56:35.694Z] init: [2022-04-17T15:56:35.694Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:35.694Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:35.950Z] [get] Not modified - so not downloaded [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] init.customtasks: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] setEnabled: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] createAppRef: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] deployWithoutNameOption: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] deploydir.version: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] run.positive.deploy: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] switch: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] process.versionExpression: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] process.appname: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] process.xmlversionidentifier: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] prepare.cluster: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] enable.version: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] setAsadminArgs: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] common.enable.asadmin: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] init.os: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] init.tools.unix: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] init.tools.windows: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] init.tools: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] setAsadminArgs: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] init: [2022-04-17T15:56:35.950Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:35.950Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:35.950Z] [get] Not modified - so not downloaded [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] init.customtasks: [2022-04-17T15:56:35.950Z] [2022-04-17T15:56:35.950Z] common.run.asadmin: [2022-04-17T15:56:35.950Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet [2022-04-17T15:56:36.206Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:36.206Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... [2022-04-17T15:56:36.206Z] [exec] Command enable executed successfully. [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init.os: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init.tools.unix: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init.tools.windows: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init.tools: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] setAsadminArgs: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init: [2022-04-17T15:56:36.462Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:36.462Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:36.462Z] [get] Not modified - so not downloaded [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init.customtasks: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] enableAppOnInstance: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init.os: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init.tools.unix: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init.tools.windows: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init.tools: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] setAsadminArgs: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init: [2022-04-17T15:56:36.462Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:36.462Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:36.462Z] [get] Not modified - so not downloaded [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] init.customtasks: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] prepare.client: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] prepare.client.appclient: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] increment.log.next: [2022-04-17T15:56:36.462Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] process.versionexpression: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] prepare.run: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] common.run.positive: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] setHttpPort: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] common.run: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] checkAppOnServer: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] declare-test: [2022-04-17T15:56:36.462Z] [echo] Starting test simple-versioned-servlet switch(1) untagged - logID=31 (server) [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] prepare.runclient: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] process.classpath: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] process.jvmargs: [2022-04-17T15:56:36.462Z] [2022-04-17T15:56:36.462Z] java.with.result: [2022-04-17T15:56:36.718Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:36.718Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:36.718Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:36.718Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:56:36.718Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:36.718Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: [2022-04-17T15:56:36.718Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:36.718Z] [2022-04-17T15:56:36.718Z] process.result: [2022-04-17T15:56:36.718Z] [2022-04-17T15:56:36.718Z] processResult: [2022-04-17T15:56:36.718Z] [2022-04-17T15:56:36.718Z] failed: [2022-04-17T15:56:36.718Z] [2022-04-17T15:56:36.718Z] passed: [2022-04-17T15:56:36.718Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:36.718Z] [2022-04-17T15:56:36.718Z] unknown: [2022-04-17T15:56:36.718Z] [2022-04-17T15:56:36.718Z] runclient: [2022-04-17T15:56:36.718Z] [2022-04-17T15:56:36.718Z] init.os: [2022-04-17T15:56:36.718Z] [2022-04-17T15:56:36.719Z] init.tools.unix: [2022-04-17T15:56:36.719Z] [2022-04-17T15:56:36.719Z] init.tools.windows: [2022-04-17T15:56:36.719Z] [2022-04-17T15:56:36.719Z] init.tools: [2022-04-17T15:56:36.719Z] [2022-04-17T15:56:36.719Z] setAsadminArgs: [2022-04-17T15:56:36.719Z] [2022-04-17T15:56:36.719Z] init: [2022-04-17T15:56:36.719Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:36.719Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:36.719Z] [get] Not modified - so not downloaded [2022-04-17T15:56:36.719Z] [2022-04-17T15:56:36.719Z] init.customtasks: [2022-04-17T15:56:36.719Z] [2022-04-17T15:56:36.719Z] checkAppOnCluster: [2022-04-17T15:56:36.719Z] [2022-04-17T15:56:36.719Z] run.positive: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] process.versionExpression: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] process.appname: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] process.xmlversionidentifier: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] prepare.cluster: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] enable.version: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] setAsadminArgs: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] common.enable.asadmin: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] init.os: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] init.tools.unix: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] init.tools.windows: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] init.tools: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] setAsadminArgs: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] init: [2022-04-17T15:56:36.975Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:36.975Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:36.975Z] [get] Not modified - so not downloaded [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] init.customtasks: [2022-04-17T15:56:36.975Z] [2022-04-17T15:56:36.975Z] common.run.asadmin: [2022-04-17T15:56:36.975Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.0 [2022-04-17T15:56:37.239Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:37.239Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... [2022-04-17T15:56:37.494Z] [exec] Command enable executed successfully. [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init.os: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init.tools.unix: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init.tools.windows: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init.tools: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] setAsadminArgs: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init: [2022-04-17T15:56:37.494Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:37.494Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:37.494Z] [get] Not modified - so not downloaded [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init.customtasks: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] enableAppOnInstance: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init.os: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init.tools.unix: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init.tools.windows: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init.tools: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] setAsadminArgs: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init: [2022-04-17T15:56:37.494Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:37.494Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:37.494Z] [get] Not modified - so not downloaded [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] init.customtasks: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] prepare.client: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] prepare.client.appclient: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] increment.log.next: [2022-04-17T15:56:37.494Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] process.versionexpression: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] prepare.run: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] common.run.positive: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] setHttpPort: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] common.run: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] checkAppOnServer: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] declare-test: [2022-04-17T15:56:37.494Z] [echo] Starting test simple-versioned-servlet switch(2) ALPHA-1.0.0 - logID=32 (server) [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] prepare.runclient: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] process.classpath: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] process.jvmargs: [2022-04-17T15:56:37.494Z] [2022-04-17T15:56:37.494Z] java.with.result: [2022-04-17T15:56:37.750Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:37.750Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:37.750Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:37.750Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:56:37.750Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:37.750Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.0 [2022-04-17T15:56:37.750Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] process.result: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] processResult: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] failed: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] passed: [2022-04-17T15:56:37.750Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] unknown: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] runclient: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init.os: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init.tools.unix: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init.tools.windows: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init.tools: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] setAsadminArgs: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init: [2022-04-17T15:56:37.750Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:37.750Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:37.750Z] [get] Not modified - so not downloaded [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init.customtasks: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] checkAppOnCluster: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] run.positive: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] process.versionExpression: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] process.appname: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] process.xmlversionidentifier: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] prepare.cluster: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] enable.version: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] setAsadminArgs: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] common.enable.asadmin: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init.os: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init.tools.unix: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init.tools.windows: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init.tools: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] setAsadminArgs: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init: [2022-04-17T15:56:37.750Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:37.750Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:37.750Z] [get] Not modified - so not downloaded [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] init.customtasks: [2022-04-17T15:56:37.750Z] [2022-04-17T15:56:37.750Z] common.run.asadmin: [2022-04-17T15:56:37.750Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.1 [2022-04-17T15:56:38.342Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:38.342Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... [2022-04-17T15:56:38.342Z] [exec] Command enable executed successfully. [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init.os: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init.tools.unix: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init.tools.windows: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init.tools: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] setAsadminArgs: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init: [2022-04-17T15:56:38.342Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:38.342Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:38.342Z] [get] Not modified - so not downloaded [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init.customtasks: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] enableAppOnInstance: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init.os: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init.tools.unix: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init.tools.windows: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init.tools: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] setAsadminArgs: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init: [2022-04-17T15:56:38.342Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:38.342Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:38.342Z] [get] Not modified - so not downloaded [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] init.customtasks: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] prepare.client: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] prepare.client.appclient: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] increment.log.next: [2022-04-17T15:56:38.342Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] process.versionexpression: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] prepare.run: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] common.run.positive: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] setHttpPort: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] common.run: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] checkAppOnServer: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] declare-test: [2022-04-17T15:56:38.342Z] [echo] Starting test simple-versioned-servlet switch(3) ALPHA-1.0.1 - logID=33 (server) [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] prepare.runclient: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] process.classpath: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] process.jvmargs: [2022-04-17T15:56:38.342Z] [2022-04-17T15:56:38.342Z] java.with.result: [2022-04-17T15:56:38.598Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:38.598Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:38.598Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:38.598Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.1 [2022-04-17T15:56:38.598Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:38.598Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: ALPHA-1.0.1 [2022-04-17T15:56:38.598Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:38.598Z] [2022-04-17T15:56:38.598Z] process.result: [2022-04-17T15:56:38.598Z] [2022-04-17T15:56:38.598Z] processResult: [2022-04-17T15:56:38.598Z] [2022-04-17T15:56:38.598Z] failed: [2022-04-17T15:56:38.598Z] [2022-04-17T15:56:38.598Z] passed: [2022-04-17T15:56:38.598Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:38.598Z] [2022-04-17T15:56:38.598Z] unknown: [2022-04-17T15:56:38.598Z] [2022-04-17T15:56:38.598Z] runclient: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init.os: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init.tools.unix: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init.tools.windows: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init.tools: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] setAsadminArgs: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init: [2022-04-17T15:56:38.854Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:38.854Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:38.854Z] [get] Not modified - so not downloaded [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init.customtasks: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] checkAppOnCluster: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] run.positive: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] process.versionExpression: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] process.appname: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] process.xmlversionidentifier: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] prepare.cluster: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] enable.version: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] setAsadminArgs: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] common.enable.asadmin: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init.os: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init.tools.unix: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init.tools.windows: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init.tools: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] setAsadminArgs: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init: [2022-04-17T15:56:38.854Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:38.854Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:38.854Z] [get] Not modified - so not downloaded [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] init.customtasks: [2022-04-17T15:56:38.854Z] [2022-04-17T15:56:38.854Z] common.run.asadmin: [2022-04-17T15:56:38.854Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:RC-1.0.0 [2022-04-17T15:56:39.111Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:39.111Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... [2022-04-17T15:56:39.381Z] [exec] Command enable executed successfully. [2022-04-17T15:56:39.381Z] [2022-04-17T15:56:39.381Z] init.os: [2022-04-17T15:56:39.381Z] [2022-04-17T15:56:39.381Z] init.tools.unix: [2022-04-17T15:56:39.381Z] [2022-04-17T15:56:39.381Z] init.tools.windows: [2022-04-17T15:56:39.381Z] [2022-04-17T15:56:39.381Z] init.tools: [2022-04-17T15:56:39.381Z] [2022-04-17T15:56:39.381Z] setAsadminArgs: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] init: [2022-04-17T15:56:39.382Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:39.382Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:39.382Z] [get] Not modified - so not downloaded [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] init.customtasks: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] enableAppOnInstance: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] init.os: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] init.tools.unix: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] init.tools.windows: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] init.tools: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] setAsadminArgs: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] init: [2022-04-17T15:56:39.382Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:39.382Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:39.382Z] [get] Not modified - so not downloaded [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] init.customtasks: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] prepare.client: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] prepare.client.appclient: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] increment.log.next: [2022-04-17T15:56:39.382Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] process.versionexpression: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] prepare.run: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] common.run.positive: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] setHttpPort: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] common.run: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] checkAppOnServer: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] declare-test: [2022-04-17T15:56:39.382Z] [echo] Starting test simple-versioned-servlet switch(4) RC-1.0.0 - logID=34 (server) [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] prepare.runclient: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] process.classpath: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] process.jvmargs: [2022-04-17T15:56:39.382Z] [2022-04-17T15:56:39.382Z] java.with.result: [2022-04-17T15:56:39.642Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:39.642Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:39.642Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:39.642Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.0 [2022-04-17T15:56:39.642Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:39.642Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.0 [2022-04-17T15:56:39.642Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] process.result: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] processResult: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] failed: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] passed: [2022-04-17T15:56:39.642Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] unknown: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] runclient: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init.os: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init.tools.unix: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init.tools.windows: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init.tools: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] setAsadminArgs: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init: [2022-04-17T15:56:39.642Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:39.642Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:39.642Z] [get] Not modified - so not downloaded [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init.customtasks: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] checkAppOnCluster: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] run.positive: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] process.versionExpression: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] process.appname: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] process.xmlversionidentifier: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] prepare.cluster: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] enable.version: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] setAsadminArgs: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] common.enable.asadmin: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init.os: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init.tools.unix: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init.tools.windows: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init.tools: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] setAsadminArgs: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init: [2022-04-17T15:56:39.642Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:39.642Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:39.642Z] [get] Not modified - so not downloaded [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] init.customtasks: [2022-04-17T15:56:39.642Z] [2022-04-17T15:56:39.642Z] common.run.asadmin: [2022-04-17T15:56:39.642Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:RC-1.0.1 [2022-04-17T15:56:40.206Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:40.206Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... [2022-04-17T15:56:40.206Z] [exec] Command enable executed successfully. [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init.os: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init.tools.unix: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init.tools.windows: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init.tools: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] setAsadminArgs: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init: [2022-04-17T15:56:40.206Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:40.206Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:40.206Z] [get] Not modified - so not downloaded [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init.customtasks: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] enableAppOnInstance: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init.os: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init.tools.unix: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init.tools.windows: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init.tools: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] setAsadminArgs: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init: [2022-04-17T15:56:40.206Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:40.206Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:40.206Z] [get] Not modified - so not downloaded [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] init.customtasks: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] prepare.client: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] prepare.client.appclient: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] increment.log.next: [2022-04-17T15:56:40.206Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] process.versionexpression: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] prepare.run: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] common.run.positive: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] setHttpPort: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] common.run: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] checkAppOnServer: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] declare-test: [2022-04-17T15:56:40.206Z] [echo] Starting test simple-versioned-servlet switch(5) RC-1.0.1 - logID=35 (server) [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] prepare.runclient: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] process.classpath: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] process.jvmargs: [2022-04-17T15:56:40.206Z] [2022-04-17T15:56:40.206Z] java.with.result: [2022-04-17T15:56:40.770Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:40.770Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:40.770Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Invoking URL = http://localhost:8080//simple-versioned-servlet [2022-04-17T15:56:40.771Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.1 [2022-04-17T15:56:40.771Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct return code: 200 [2022-04-17T15:56:40.771Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: Correct version identifier: RC-1.0.1 [2022-04-17T15:56:40.771Z] [javaWithResult] [versionedservlet.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-servlet [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] process.result: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] processResult: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] failed: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] passed: [2022-04-17T15:56:40.771Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] unknown: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] runclient: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init.os: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init.tools.unix: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init.tools.windows: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init.tools: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] setAsadminArgs: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init: [2022-04-17T15:56:40.771Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:40.771Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:40.771Z] [get] Not modified - so not downloaded [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init.customtasks: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] checkAppOnCluster: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] run.positive: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] xml.version.information: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] clean.scenario: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] clean.scenario.cluster: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init.os: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init.tools.unix: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init.tools.windows: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init.tools: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] setAsadminArgs: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init: [2022-04-17T15:56:40.771Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:40.771Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:40.771Z] [get] Not modified - so not downloaded [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] init.customtasks: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] prepare: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] process.versionExpression: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] process.appname: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] _process.target: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] process.target: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] prepare.has.version.registred: [2022-04-17T15:56:40.771Z] [2022-04-17T15:56:40.771Z] exec.asadmin2: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] process.registred: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] has.version.registred: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] del.all.version.registred: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] _process.target: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] process.target: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] prepare.del.all.version.registred: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] init.os: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] init.tools.unix: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] init.tools.windows: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] init.tools: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] setAsadminArgs: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] init: [2022-04-17T15:56:41.244Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:41.244Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:41.244Z] [get] Not modified - so not downloaded [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] init.customtasks: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] prepare: [2022-04-17T15:56:41.244Z] [2022-04-17T15:56:41.244Z] exec.asadmin: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] _del.all.version.registred: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] _clean.scenario: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] deploy.version: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] del.ref.registred: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] process.versionExpression: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] process.appname: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] _process.target: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] process.target: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] prepare.is.version.registred: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] init.os: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] init.tools.unix: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] init.tools.windows: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] init.tools: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] setAsadminArgs: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] init: [2022-04-17T15:56:41.840Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:41.840Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:41.840Z] [get] Not modified - so not downloaded [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] init.customtasks: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] prepare: [2022-04-17T15:56:41.840Z] [2022-04-17T15:56:41.840Z] exec.asadmin2: [2022-04-17T15:56:42.096Z] [exec] Result: 1 [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.registred: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] is.version.registred: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.xmlversionidentifier: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] prepare.cluster: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.enabled: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.hasToDeploy: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] deploy.version.unregistred: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init.os: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init.tools.unix: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init.tools.windows: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init.tools: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] setAsadminArgs: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init: [2022-04-17T15:56:42.096Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:42.096Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:42.096Z] [get] Not modified - so not downloaded [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init.customtasks: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] prepare: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.versionExpression: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.appname: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] create.version: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] assemble.non-existent: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.xmlversionidentifier: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] prepare.update.xml.identifier: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] update.xml.identifier: [2022-04-17T15:56:42.096Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war into /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.xmlversionidentifier: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.versionExpression: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.xml.create.flag: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] create.xml.flag: [2022-04-17T15:56:42.096Z] [touch] Creating /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet-hasXmlVersion [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] generate.xml.identifier: [2022-04-17T15:56:42.096Z] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/tmp.war [2022-04-17T15:56:42.096Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:42.096Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:56:42.096Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/glassfish-web.xml [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] process.xml.delete.flag: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] delete.xml.flag: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] deployWithNameOption: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] deployWithoutNameOption: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] setAsadminArgs: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] common.deploy.asadmin: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init.os: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init.tools.unix: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init.tools.windows: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init.tools: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] setAsadminArgs: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init: [2022-04-17T15:56:42.096Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:42.096Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:42.096Z] [get] Not modified - so not downloaded [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] init.customtasks: [2022-04-17T15:56:42.096Z] [2022-04-17T15:56:42.096Z] common.run.asadmin: [2022-04-17T15:56:42.096Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:42.658Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:42.658Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:42.658Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:56:42.658Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init.os: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init.tools.unix: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init.tools.windows: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init.tools: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] setAsadminArgs: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init: [2022-04-17T15:56:42.658Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:42.658Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:42.658Z] [get] Not modified - so not downloaded [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init.customtasks: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] setEnabled: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] createAppRef: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] test.registred: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] process.versionExpression: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] process.appname: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] _process.target: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] process.target: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] increment.log.next: [2022-04-17T15:56:42.658Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] declare.test: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] setHttpPort: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] declare.test.positive: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] declare-test: [2022-04-17T15:56:42.658Z] [echo] Starting test simple-versioned-servlet xml.version(1) - logID=36 - (server) - (sucess expected) [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] setHttpPort: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] declare.test.negative: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init.os: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init.tools.unix: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init.tools.windows: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init.tools: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] setAsadminArgs: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init: [2022-04-17T15:56:42.658Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:42.658Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:42.658Z] [get] Not modified - so not downloaded [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] init.customtasks: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] prepare: [2022-04-17T15:56:42.658Z] [2022-04-17T15:56:42.658Z] exec.asadmin: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] process.result: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] processResult: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] failed: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] passed: [2022-04-17T15:56:43.245Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] unknown: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] asadmin.with.result: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] show-component-status.asadmin: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] test.registred.cluster: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] process.versionExpression: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] process.appname: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] process.xmlversionidentifier: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] prepare.cluster: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] undeploy.version: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] setAsadminArgs: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] common.undeploy.asadmin: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init.os: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init.tools.unix: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init.tools.windows: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init.tools: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] setAsadminArgs: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init: [2022-04-17T15:56:43.245Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:43.245Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:43.245Z] [get] Not modified - so not downloaded [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init.customtasks: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] delAppRef: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init.os: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init.tools.unix: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init.tools.windows: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init.tools: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] setAsadminArgs: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init: [2022-04-17T15:56:43.245Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:43.245Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:43.245Z] [get] Not modified - so not downloaded [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] init.customtasks: [2022-04-17T15:56:43.245Z] [2022-04-17T15:56:43.245Z] common.run.asadmin: [2022-04-17T15:56:43.245Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.0 [2022-04-17T15:56:43.502Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:43.502Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:56:43.502Z] [exec] Command undeploy executed successfully. [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] deploy.version: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] del.ref.registred: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] process.versionExpression: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] process.appname: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] _process.target: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] process.target: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] prepare.is.version.registred: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] init.os: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] init.tools.unix: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] init.tools.windows: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] init.tools: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] setAsadminArgs: [2022-04-17T15:56:43.502Z] [2022-04-17T15:56:43.502Z] init: [2022-04-17T15:56:43.502Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:43.502Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:43.761Z] [get] Not modified - so not downloaded [2022-04-17T15:56:43.761Z] [2022-04-17T15:56:43.761Z] init.customtasks: [2022-04-17T15:56:43.761Z] [2022-04-17T15:56:43.761Z] prepare: [2022-04-17T15:56:43.761Z] [2022-04-17T15:56:43.761Z] exec.asadmin2: [2022-04-17T15:56:44.017Z] [exec] Result: 1 [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.registred: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] is.version.registred: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.xmlversionidentifier: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] prepare.cluster: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.enabled: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.hasToDeploy: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] deploy.version.unregistred: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init.os: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init.tools.unix: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init.tools.windows: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init.tools: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] setAsadminArgs: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init: [2022-04-17T15:56:44.017Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:44.017Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:44.017Z] [get] Not modified - so not downloaded [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init.customtasks: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] prepare: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.versionExpression: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.appname: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] create.version: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] assemble.non-existent: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.xmlversionidentifier: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] prepare.update.xml.identifier: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] update.xml.identifier: [2022-04-17T15:56:44.017Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.xmlversionidentifier: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.versionExpression: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.xml.create.flag: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] create.xml.flag: [2022-04-17T15:56:44.017Z] [touch] Creating /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1-hasXmlVersion [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] generate.xml.identifier: [2022-04-17T15:56:44.017Z] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/tmp.war [2022-04-17T15:56:44.017Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war [2022-04-17T15:56:44.017Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:56:44.017Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/glassfish-web.xml [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] process.xml.delete.flag: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] delete.xml.flag: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] deployWithNameOption: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] setAsadminArgs: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] common.deploy.asadmin: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init.os: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init.tools.unix: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init.tools.windows: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init.tools: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] setAsadminArgs: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init: [2022-04-17T15:56:44.017Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:44.017Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:44.017Z] [get] Not modified - so not downloaded [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] init.customtasks: [2022-04-17T15:56:44.017Z] [2022-04-17T15:56:44.017Z] common.run.asadmin: [2022-04-17T15:56:44.018Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.1.war [2022-04-17T15:56:44.277Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:44.277Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:44.536Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.1. [2022-04-17T15:56:44.536Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:44.536Z] [2022-04-17T15:56:44.536Z] init.os: [2022-04-17T15:56:44.536Z] [2022-04-17T15:56:44.536Z] init.tools.unix: [2022-04-17T15:56:44.536Z] [2022-04-17T15:56:44.536Z] init.tools.windows: [2022-04-17T15:56:44.536Z] [2022-04-17T15:56:44.536Z] init.tools: [2022-04-17T15:56:44.536Z] [2022-04-17T15:56:44.536Z] setAsadminArgs: [2022-04-17T15:56:44.536Z] [2022-04-17T15:56:44.536Z] init: [2022-04-17T15:56:44.537Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:44.537Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:44.537Z] [get] Not modified - so not downloaded [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] init.customtasks: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] setEnabled: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] createAppRef: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] deployWithoutNameOption: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] test.registred: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] process.versionExpression: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] process.appname: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] _process.target: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] process.target: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] increment.log.next: [2022-04-17T15:56:44.537Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] declare.test: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] setHttpPort: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] declare.test.positive: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] declare-test: [2022-04-17T15:56:44.537Z] [echo] Starting test simple-versioned-servlet xml.version(2) - logID=37 - (server) - (sucess expected) [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] setHttpPort: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] declare.test.negative: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] init.os: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] init.tools.unix: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] init.tools.windows: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] init.tools: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] setAsadminArgs: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] init: [2022-04-17T15:56:44.537Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:44.537Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:44.537Z] [get] Not modified - so not downloaded [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] init.customtasks: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] prepare: [2022-04-17T15:56:44.537Z] [2022-04-17T15:56:44.537Z] exec.asadmin: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] process.result: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] processResult: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] failed: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] passed: [2022-04-17T15:56:45.098Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] unknown: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] asadmin.with.result: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] show-component-status.asadmin: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] test.registred.cluster: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] process.versionExpression: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] process.appname: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] process.xmlversionidentifier: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] prepare.cluster: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] undeploy.version: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] setAsadminArgs: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] common.undeploy.asadmin: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init.os: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init.tools.unix: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init.tools.windows: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init.tools: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] setAsadminArgs: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init: [2022-04-17T15:56:45.098Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:45.098Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:45.098Z] [get] Not modified - so not downloaded [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init.customtasks: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] delAppRef: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init.os: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init.tools.unix: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init.tools.windows: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init.tools: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] setAsadminArgs: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init: [2022-04-17T15:56:45.098Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:45.098Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:45.098Z] [get] Not modified - so not downloaded [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] init.customtasks: [2022-04-17T15:56:45.098Z] [2022-04-17T15:56:45.098Z] common.run.asadmin: [2022-04-17T15:56:45.098Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-servlet:ALPHA-1.0.1 [2022-04-17T15:56:45.356Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:45.356Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:56:45.612Z] [exec] Command undeploy executed successfully. [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] client-stubs: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] clean.scenario: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] clean.scenario.cluster: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] init.os: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] init.tools.unix: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] init.tools.windows: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] init.tools: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] setAsadminArgs: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] init: [2022-04-17T15:56:45.612Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:45.612Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:45.612Z] [get] Not modified - so not downloaded [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] init.customtasks: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] prepare: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] process.versionExpression: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] process.appname: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] _process.target: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] process.target: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] prepare.has.version.registred: [2022-04-17T15:56:45.612Z] [2022-04-17T15:56:45.612Z] exec.asadmin2: [2022-04-17T15:56:46.175Z] [exec] Result: 1 [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] process.registred: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] has.version.registred: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] del.all.version.registred: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] _clean.scenario: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] deploy.version: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] del.ref.registred: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] process.versionExpression: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] process.appname: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] _process.target: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] process.target: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] prepare.is.version.registred: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] init.os: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] init.tools.unix: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] init.tools.windows: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] init.tools: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] setAsadminArgs: [2022-04-17T15:56:46.175Z] [2022-04-17T15:56:46.175Z] init: [2022-04-17T15:56:46.175Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:46.176Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:46.176Z] [get] Not modified - so not downloaded [2022-04-17T15:56:46.176Z] [2022-04-17T15:56:46.176Z] init.customtasks: [2022-04-17T15:56:46.176Z] [2022-04-17T15:56:46.176Z] prepare: [2022-04-17T15:56:46.176Z] [2022-04-17T15:56:46.176Z] exec.asadmin2: [2022-04-17T15:56:46.432Z] [exec] Result: 1 [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] process.registred: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] is.version.registred: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] process.xmlversionidentifier: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] prepare.cluster: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] process.enabled: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] process.hasToDeploy: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] deploy.version.unregistred: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] init.os: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] init.tools.unix: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] init.tools.windows: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] init.tools: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] setAsadminArgs: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] init: [2022-04-17T15:56:46.432Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:46.432Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:46.432Z] [get] Not modified - so not downloaded [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] init.customtasks: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] prepare: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] process.versionExpression: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] process.appname: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] create.version: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] assemble.non-existent: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] process.xmlversionidentifier: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] prepare.update.xml.identifier: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] update.xml.identifier: [2022-04-17T15:56:46.432Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war into /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] process.xmlversionidentifier: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] process.versionExpression: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] process.xml.create.flag: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] create.xml.flag: [2022-04-17T15:56:46.432Z] [2022-04-17T15:56:46.432Z] generate.xml.identifier: [2022-04-17T15:56:46.432Z] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/tmp.war [2022-04-17T15:56:46.432Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:46.432Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet [2022-04-17T15:56:46.432Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/glassfish-web.xml [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] process.xml.delete.flag: [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] delete.xml.flag: [2022-04-17T15:56:46.688Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet-hasXmlVersion [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] deployWithNameOption: [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] setAsadminArgs: [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] common.deploy.asadmin: [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] init.os: [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] init.tools.unix: [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] init.tools.windows: [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] init.tools: [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] setAsadminArgs: [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] init: [2022-04-17T15:56:46.688Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:46.688Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:46.688Z] [get] Not modified - so not downloaded [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] init.customtasks: [2022-04-17T15:56:46.688Z] [2022-04-17T15:56:46.688Z] common.run.asadmin: [2022-04-17T15:56:46.688Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet.war [2022-04-17T15:56:46.944Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:46.944Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:47.200Z] [exec] Application deployed with name simple-versioned-servlet. [2022-04-17T15:56:47.200Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init.os: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init.tools.unix: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init.tools.windows: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init.tools: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] setAsadminArgs: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init: [2022-04-17T15:56:47.200Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:47.200Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:47.200Z] [get] Not modified - so not downloaded [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init.customtasks: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] setEnabled: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] createAppRef: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] deployWithoutNameOption: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] get-client-stubs.asadmin: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] process.versionExpression: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] process.appname: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] _process.target: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] process.target: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] prepare.get-client-stubs.asadmin: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] increment.log.next: [2022-04-17T15:56:47.200Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] declare.test: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] setHttpPort: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] declare.test.positive: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] declare-test: [2022-04-17T15:56:47.200Z] [echo] Starting test simple-versioned-servlet get-client-stubs(1) untagged - logID=38 - (server) - (sucess expected) [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] setHttpPort: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] declare.test.negative: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init.os: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init.tools.unix: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init.tools.windows: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init.tools: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] setAsadminArgs: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init: [2022-04-17T15:56:47.200Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:47.200Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:47.200Z] [get] Not modified - so not downloaded [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] init.customtasks: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] prepare: [2022-04-17T15:56:47.200Z] [2022-04-17T15:56:47.200Z] exec.asadmin: [2022-04-17T15:56:47.762Z] [2022-04-17T15:56:47.762Z] process.result: [2022-04-17T15:56:47.762Z] [2022-04-17T15:56:47.762Z] processResult: [2022-04-17T15:56:47.762Z] [2022-04-17T15:56:47.762Z] failed: [2022-04-17T15:56:47.762Z] [2022-04-17T15:56:47.762Z] passed: [2022-04-17T15:56:47.762Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:47.762Z] [2022-04-17T15:56:47.762Z] unknown: [2022-04-17T15:56:47.762Z] [2022-04-17T15:56:47.762Z] asadmin.with.result: [2022-04-17T15:56:47.762Z] [2022-04-17T15:56:47.762Z] _get-client-stubs.asadmin: [2022-04-17T15:56:47.762Z] [2022-04-17T15:56:47.762Z] deploy.version: [2022-04-17T15:56:47.762Z] [2022-04-17T15:56:47.762Z] del.ref.registred: [2022-04-17T15:56:47.762Z] [2022-04-17T15:56:47.762Z] process.versionExpression: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] process.appname: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] _process.target: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] process.target: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] prepare.is.version.registred: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] init.os: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] init.tools.unix: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] init.tools.windows: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] init.tools: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] setAsadminArgs: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] init: [2022-04-17T15:56:47.763Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:47.763Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:47.763Z] [get] Not modified - so not downloaded [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] init.customtasks: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] prepare: [2022-04-17T15:56:47.763Z] [2022-04-17T15:56:47.763Z] exec.asadmin2: [2022-04-17T15:56:48.018Z] [exec] Result: 1 [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] process.registred: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] is.version.registred: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] process.xmlversionidentifier: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] prepare.cluster: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] process.enabled: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] process.hasToDeploy: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] deploy.version.unregistred: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] init.os: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] init.tools.unix: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] init.tools.windows: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] init.tools: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] setAsadminArgs: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] init: [2022-04-17T15:56:48.018Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:48.018Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:48.018Z] [get] Not modified - so not downloaded [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.018Z] init.customtasks: [2022-04-17T15:56:48.018Z] [2022-04-17T15:56:48.019Z] prepare: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] process.versionExpression: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] process.appname: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] create.version: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] assemble.non-existent: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] process.xmlversionidentifier: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] prepare.update.xml.identifier: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] update.xml.identifier: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] deployWithNameOption: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] setAsadminArgs: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] common.deploy.asadmin: [2022-04-17T15:56:48.019Z] [2022-04-17T15:56:48.019Z] init.os: [2022-04-17T15:56:48.275Z] [2022-04-17T15:56:48.275Z] init.tools.unix: [2022-04-17T15:56:48.275Z] [2022-04-17T15:56:48.275Z] init.tools.windows: [2022-04-17T15:56:48.275Z] [2022-04-17T15:56:48.275Z] init.tools: [2022-04-17T15:56:48.275Z] [2022-04-17T15:56:48.275Z] setAsadminArgs: [2022-04-17T15:56:48.275Z] [2022-04-17T15:56:48.275Z] init: [2022-04-17T15:56:48.275Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:48.276Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:48.276Z] [get] Not modified - so not downloaded [2022-04-17T15:56:48.276Z] [2022-04-17T15:56:48.276Z] init.customtasks: [2022-04-17T15:56:48.276Z] [2022-04-17T15:56:48.276Z] common.run.asadmin: [2022-04-17T15:56:48.276Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-servlet/simple-versioned-servlet:ALPHA-1.0.0.war [2022-04-17T15:56:48.533Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:48.533Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:48.533Z] [exec] Application deployed with name simple-versioned-servlet:ALPHA-1.0.0. [2022-04-17T15:56:48.533Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] init.os: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] init.tools.unix: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] init.tools.windows: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] init.tools: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] setAsadminArgs: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] init: [2022-04-17T15:56:48.533Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:48.533Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:48.533Z] [get] Not modified - so not downloaded [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] init.customtasks: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] setEnabled: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] createAppRef: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] deployWithoutNameOption: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] get-client-stubs.asadmin: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] process.versionExpression: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] process.appname: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] _process.target: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] process.target: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] prepare.get-client-stubs.asadmin: [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] increment.log.next: [2022-04-17T15:56:48.533Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:48.533Z] [2022-04-17T15:56:48.533Z] declare.test: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] setHttpPort: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] declare.test.positive: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] declare-test: [2022-04-17T15:56:48.789Z] [echo] Starting test simple-versioned-servlet get-client-stubs(2) ALPHA-1.0.0 - logID=39 - (server) - (sucess expected) [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] setHttpPort: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] declare.test.negative: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] init.os: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] init.tools.unix: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] init.tools.windows: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] init.tools: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] setAsadminArgs: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] init: [2022-04-17T15:56:48.789Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:48.789Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:48.789Z] [get] Not modified - so not downloaded [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] init.customtasks: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] prepare: [2022-04-17T15:56:48.789Z] [2022-04-17T15:56:48.789Z] exec.asadmin: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] process.result: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] processResult: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] failed: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] passed: [2022-04-17T15:56:49.045Z] [echo] Test simple-versioned-servlet Passed [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] unknown: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] asadmin.with.result: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] _get-client-stubs.asadmin: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] clean.scenario: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] clean.scenario.cluster: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] init.os: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] init.tools.unix: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] init.tools.windows: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] init.tools: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] setAsadminArgs: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] init: [2022-04-17T15:56:49.045Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:49.045Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:49.045Z] [get] Not modified - so not downloaded [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] init.customtasks: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] prepare: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] process.versionExpression: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] process.appname: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] _process.target: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] process.target: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] prepare.has.version.registred: [2022-04-17T15:56:49.045Z] [2022-04-17T15:56:49.045Z] exec.asadmin2: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] process.registred: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] has.version.registred: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] del.all.version.registred: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] _process.target: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] process.target: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] prepare.del.all.version.registred: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] init.os: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] init.tools.unix: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] init.tools.windows: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] init.tools: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] setAsadminArgs: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] init: [2022-04-17T15:56:49.608Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:49.608Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:49.608Z] [get] Not modified - so not downloaded [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] init.customtasks: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] prepare: [2022-04-17T15:56:49.608Z] [2022-04-17T15:56:49.608Z] exec.asadmin: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] _del.all.version.registred: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] _clean.scenario: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] delete.log.next: [2022-04-17T15:56:50.171Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-servlet/log.properties [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] delete.log.next: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] private-all: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init.os: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init.tools.unix: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init.tools.windows: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init.tools: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] setAsadminArgs: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init: [2022-04-17T15:56:50.171Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:50.171Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:50.171Z] [get] Not modified - so not downloaded [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init.customtasks: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] private-rollingUpgrade: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] _private-all: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] main-all: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] xml.version.information: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] clean.scenario: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] clean.scenario.cluster: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init.os: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init.tools.unix: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init.tools.windows: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init.tools: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] setAsadminArgs: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init: [2022-04-17T15:56:50.171Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:50.171Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:50.171Z] [get] Not modified - so not downloaded [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] init.customtasks: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] prepare: [2022-04-17T15:56:50.171Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] process.versionExpression: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] process.appname: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] _process.target: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] process.target: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] prepare.has.version.registred: [2022-04-17T15:56:50.171Z] [2022-04-17T15:56:50.171Z] exec.asadmin2: [2022-04-17T15:56:50.427Z] [exec] Result: 1 [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] process.registred: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] has.version.registred: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] del.all.version.registred: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] _clean.scenario: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] deploy.version: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] del.ref.registred: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] process.versionExpression: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] process.appname: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] _process.target: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] process.target: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] prepare.is.version.registred: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] init.os: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] init.tools.unix: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] init.tools.windows: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] init.tools: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] setAsadminArgs: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] init: [2022-04-17T15:56:50.427Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:50.427Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:50.427Z] [get] Not modified - so not downloaded [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] init.customtasks: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] prepare: [2022-04-17T15:56:50.427Z] [2022-04-17T15:56:50.427Z] exec.asadmin2: [2022-04-17T15:56:50.993Z] [exec] Result: 1 [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] process.registred: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] is.version.registred: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] process.xmlversionidentifier: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] prepare.cluster: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] process.enabled: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] process.hasToDeploy: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] deploy.version.unregistred: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init.os: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init.tools.unix: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init.tools.windows: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init.tools: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] setAsadminArgs: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init: [2022-04-17T15:56:50.993Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:50.993Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:50.993Z] [get] Not modified - so not downloaded [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init.customtasks: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] prepare: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] process.versionExpression: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] process.appname: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] create.version: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] assemble.non-existent: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init.os: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init.tools.unix: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init.tools.windows: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init.tools: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] setAsadminArgs: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init: [2022-04-17T15:56:50.993Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:50.993Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:50.993Z] [get] Not modified - so not downloaded [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] init.customtasks: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] prepare: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] process.versionexpression: [2022-04-17T15:56:50.993Z] [2022-04-17T15:56:50.993Z] compile: [2022-04-17T15:56:50.993Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:56:50.993Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient [2022-04-17T15:56:51.250Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:56:51.250Z] [javac] 1 warning [2022-04-17T15:56:51.250Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/versionedappclient/version-infos.properties [2022-04-17T15:56:51.250Z] [2022-04-17T15:56:51.250Z] process.xmlversionidentifier: [2022-04-17T15:56:51.250Z] [2022-04-17T15:56:51.250Z] process.versionExpression: [2022-04-17T15:56:51.250Z] [2022-04-17T15:56:51.250Z] process.xml.create.flag: [2022-04-17T15:56:51.250Z] [2022-04-17T15:56:51.250Z] create.xml.flag: [2022-04-17T15:56:51.250Z] [touch] Creating /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient-hasXmlVersion [2022-04-17T15:56:51.250Z] [2022-04-17T15:56:51.250Z] generate.xml.identifier: [2022-04-17T15:56:51.250Z] [2022-04-17T15:56:51.250Z] assemble: [2022-04-17T15:56:51.250Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar [2022-04-17T15:56:51.250Z] [2022-04-17T15:56:51.250Z] process.xmlversionidentifier: [2022-04-17T15:56:51.250Z] [2022-04-17T15:56:51.250Z] prepare.update.xml.identifier: [2022-04-17T15:56:51.250Z] [2022-04-17T15:56:51.250Z] update.xml.identifier: [2022-04-17T15:56:51.250Z] [2022-04-17T15:56:51.250Z] deployWithNameOption: [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] deployWithoutNameOption: [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] setAsadminArgs: [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] common.deploy.asadmin: [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] init.os: [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] init.tools.unix: [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] init.tools.windows: [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] init.tools: [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] setAsadminArgs: [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] init: [2022-04-17T15:56:51.545Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:51.545Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:51.545Z] [get] Not modified - so not downloaded [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] init.customtasks: [2022-04-17T15:56:51.545Z] [2022-04-17T15:56:51.545Z] common.run.asadmin: [2022-04-17T15:56:51.545Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar [2022-04-17T15:56:51.803Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:51.803Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:51.803Z] [exec] Application deployed with name simple-versioned-appclient:ALPHA-1.0.0. [2022-04-17T15:56:51.803Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] init.os: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] init.tools.unix: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] init.tools.windows: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] init.tools: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] setAsadminArgs: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] init: [2022-04-17T15:56:51.803Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:51.803Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:51.803Z] [get] Not modified - so not downloaded [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] init.customtasks: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] setEnabled: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] createAppRef: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] test.registred: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] process.versionExpression: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] process.appname: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] _process.target: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] process.target: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] increment.log.next: [2022-04-17T15:56:51.803Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] declare.test: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] setHttpPort: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] declare.test.positive: [2022-04-17T15:56:51.803Z] [2022-04-17T15:56:51.803Z] declare-test: [2022-04-17T15:56:51.803Z] [echo] Starting test simple-versioned-appclient xml.version(1) - logID=1 - (server) - (sucess expected) [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] setHttpPort: [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] declare.test.negative: [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] init.os: [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] init.tools.unix: [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] init.tools.windows: [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] init.tools: [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] setAsadminArgs: [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] init: [2022-04-17T15:56:52.059Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:52.059Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:52.059Z] [get] Not modified - so not downloaded [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] init.customtasks: [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] prepare: [2022-04-17T15:56:52.059Z] [2022-04-17T15:56:52.059Z] exec.asadmin: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] process.result: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] processResult: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] failed: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] passed: [2022-04-17T15:56:52.315Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] unknown: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] asadmin.with.result: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] show-component-status.asadmin: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] test.registred.cluster: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] process.versionExpression: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] process.appname: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] process.xmlversionidentifier: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] prepare.cluster: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] undeploy.version: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] setAsadminArgs: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] common.undeploy.asadmin: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] init.os: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] init.tools.unix: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] init.tools.windows: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] init.tools: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] setAsadminArgs: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] init: [2022-04-17T15:56:52.315Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:52.315Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:52.315Z] [get] Not modified - so not downloaded [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] init.customtasks: [2022-04-17T15:56:52.315Z] [2022-04-17T15:56:52.315Z] delAppRef: [2022-04-17T15:56:52.571Z] [2022-04-17T15:56:52.571Z] init.os: [2022-04-17T15:56:52.571Z] [2022-04-17T15:56:52.571Z] init.tools.unix: [2022-04-17T15:56:52.571Z] [2022-04-17T15:56:52.571Z] init.tools.windows: [2022-04-17T15:56:52.571Z] [2022-04-17T15:56:52.571Z] init.tools: [2022-04-17T15:56:52.571Z] [2022-04-17T15:56:52.571Z] setAsadminArgs: [2022-04-17T15:56:52.571Z] [2022-04-17T15:56:52.571Z] init: [2022-04-17T15:56:52.571Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:52.571Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:52.571Z] [get] Not modified - so not downloaded [2022-04-17T15:56:52.571Z] [2022-04-17T15:56:52.571Z] init.customtasks: [2022-04-17T15:56:52.571Z] [2022-04-17T15:56:52.571Z] common.run.asadmin: [2022-04-17T15:56:52.571Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient:ALPHA-1.0.0 [2022-04-17T15:56:52.827Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:52.828Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:56:52.828Z] [exec] Command undeploy executed successfully. [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] deploy.version: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] del.ref.registred: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] process.versionExpression: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] process.appname: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] _process.target: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] process.target: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] prepare.is.version.registred: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] init.os: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] init.tools.unix: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] init.tools.windows: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] init.tools: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] setAsadminArgs: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] init: [2022-04-17T15:56:52.828Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:52.828Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:52.828Z] [get] Not modified - so not downloaded [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] init.customtasks: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] prepare: [2022-04-17T15:56:52.828Z] [2022-04-17T15:56:52.828Z] exec.asadmin2: [2022-04-17T15:56:53.390Z] [exec] Result: 1 [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] process.registred: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] is.version.registred: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] process.xmlversionidentifier: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] prepare.cluster: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] process.enabled: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] process.hasToDeploy: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] deploy.version.unregistred: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init.os: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init.tools.unix: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init.tools.windows: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init.tools: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] setAsadminArgs: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init: [2022-04-17T15:56:53.390Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:53.390Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:53.390Z] [get] Not modified - so not downloaded [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init.customtasks: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] prepare: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] process.versionExpression: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] process.appname: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] create.version: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] assemble.non-existent: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init.os: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init.tools.unix: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init.tools.windows: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init.tools: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] setAsadminArgs: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init: [2022-04-17T15:56:53.390Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:53.390Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:53.390Z] [get] Not modified - so not downloaded [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] init.customtasks: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] prepare: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] process.versionexpression: [2022-04-17T15:56:53.390Z] [2022-04-17T15:56:53.390Z] compile: [2022-04-17T15:56:53.390Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:56:53.390Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient [2022-04-17T15:56:53.646Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:56:53.646Z] [javac] 1 warning [2022-04-17T15:56:53.646Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/versionedappclient/version-infos.properties [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] process.xmlversionidentifier: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] process.versionExpression: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] process.xml.create.flag: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] create.xml.flag: [2022-04-17T15:56:53.646Z] [touch] Creating /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1-hasXmlVersion [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] generate.xml.identifier: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] assemble: [2022-04-17T15:56:53.646Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1.jar [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] process.xmlversionidentifier: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] prepare.update.xml.identifier: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] update.xml.identifier: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] deployWithNameOption: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] setAsadminArgs: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] common.deploy.asadmin: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] init.os: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] init.tools.unix: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] init.tools.windows: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] init.tools: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] setAsadminArgs: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] init: [2022-04-17T15:56:53.646Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:53.646Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:53.646Z] [get] Not modified - so not downloaded [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] init.customtasks: [2022-04-17T15:56:53.646Z] [2022-04-17T15:56:53.646Z] common.run.asadmin: [2022-04-17T15:56:53.646Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1.jar [2022-04-17T15:56:53.938Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:53.938Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:54.195Z] [exec] Application deployed with name simple-versioned-appclient:ALPHA-1.0.1. [2022-04-17T15:56:54.195Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init.os: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init.tools.unix: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init.tools.windows: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init.tools: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] setAsadminArgs: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init: [2022-04-17T15:56:54.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:54.195Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:54.195Z] [get] Not modified - so not downloaded [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init.customtasks: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] setEnabled: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] createAppRef: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] deployWithoutNameOption: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] test.registred: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] process.versionExpression: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] process.appname: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] _process.target: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] process.target: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] prepare.show-component-status.asadmin: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] increment.log.next: [2022-04-17T15:56:54.195Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] declare.test: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] setHttpPort: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] declare.test.positive: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] declare-test: [2022-04-17T15:56:54.195Z] [echo] Starting test simple-versioned-appclient xml.version(2) - logID=2 - (server) - (sucess expected) [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] setHttpPort: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] declare.test.negative: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init.os: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init.tools.unix: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init.tools.windows: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init.tools: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] setAsadminArgs: [2022-04-17T15:56:54.195Z] [2022-04-17T15:56:54.195Z] init: [2022-04-17T15:56:54.195Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:54.195Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:54.195Z] [get] Not modified - so not downloaded [2022-04-17T15:56:54.451Z] [2022-04-17T15:56:54.452Z] init.customtasks: [2022-04-17T15:56:54.452Z] [2022-04-17T15:56:54.452Z] prepare: [2022-04-17T15:56:54.452Z] [2022-04-17T15:56:54.452Z] exec.asadmin: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] process.result: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] processResult: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] failed: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] passed: [2022-04-17T15:56:54.707Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] unknown: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] asadmin.with.result: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] show-component-status.asadmin: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] test.registred.cluster: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] process.versionExpression: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] process.appname: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] process.xmlversionidentifier: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] prepare.cluster: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] undeploy.version: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.707Z] setAsadminArgs: [2022-04-17T15:56:54.707Z] [2022-04-17T15:56:54.708Z] common.undeploy.asadmin: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init.os: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init.tools.unix: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init.tools.windows: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init.tools: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] setAsadminArgs: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init: [2022-04-17T15:56:54.708Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:54.708Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:54.708Z] [get] Not modified - so not downloaded [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init.customtasks: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] delAppRef: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init.os: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init.tools.unix: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init.tools.windows: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init.tools: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] setAsadminArgs: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init: [2022-04-17T15:56:54.708Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:54.708Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:54.708Z] [get] Not modified - so not downloaded [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] init.customtasks: [2022-04-17T15:56:54.708Z] [2022-04-17T15:56:54.708Z] common.run.asadmin: [2022-04-17T15:56:54.708Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient:ALPHA-1.0.1 [2022-04-17T15:56:55.271Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:55.271Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:56:55.271Z] [exec] Command undeploy executed successfully. [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] samples.scenarios: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] clean.scenario: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] clean.scenario.cluster: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] init.os: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] init.tools.unix: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] init.tools.windows: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] init.tools: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] setAsadminArgs: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] init: [2022-04-17T15:56:55.271Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:55.271Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:55.271Z] [get] Not modified - so not downloaded [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] init.customtasks: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] prepare: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] process.versionExpression: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] process.appname: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] _process.target: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] process.target: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] prepare.has.version.registred: [2022-04-17T15:56:55.271Z] [2022-04-17T15:56:55.271Z] exec.asadmin2: [2022-04-17T15:56:55.846Z] [exec] Result: 1 [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] process.registred: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] has.version.registred: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] del.all.version.registred: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] _clean.scenario: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] deploy.version: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] del.ref.registred: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] process.versionExpression: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] process.appname: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] _process.target: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] process.target: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] prepare.is.version.registred: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] init.os: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] init.tools.unix: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] init.tools.windows: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] init.tools: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] setAsadminArgs: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] init: [2022-04-17T15:56:55.846Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:55.846Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:55.846Z] [get] Not modified - so not downloaded [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] init.customtasks: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] prepare: [2022-04-17T15:56:55.846Z] [2022-04-17T15:56:55.846Z] exec.asadmin2: [2022-04-17T15:56:56.103Z] [exec] Result: 1 [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.registred: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] is.version.registred: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.xmlversionidentifier: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] prepare.cluster: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.enabled: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.hasToDeploy: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] deploy.version.unregistred: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init.os: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init.tools.unix: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init.tools.windows: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init.tools: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] setAsadminArgs: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init: [2022-04-17T15:56:56.103Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:56.103Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:56.103Z] [get] Not modified - so not downloaded [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init.customtasks: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] prepare: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.versionExpression: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.appname: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] create.version: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] assemble.non-existent: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.xmlversionidentifier: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] prepare.update.xml.identifier: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] update.xml.identifier: [2022-04-17T15:56:56.103Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar into /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.xmlversionidentifier: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.versionExpression: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.xml.create.flag: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] create.xml.flag: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] generate.xml.identifier: [2022-04-17T15:56:56.103Z] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/tmp.jar [2022-04-17T15:56:56.103Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar [2022-04-17T15:56:56.103Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient [2022-04-17T15:56:56.103Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/glassfish-application-client.xml [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] process.xml.delete.flag: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] delete.xml.flag: [2022-04-17T15:56:56.103Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient-hasXmlVersion [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] deployWithNameOption: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] setAsadminArgs: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] common.deploy.asadmin: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init.os: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init.tools.unix: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init.tools.windows: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init.tools: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] setAsadminArgs: [2022-04-17T15:56:56.103Z] [2022-04-17T15:56:56.103Z] init: [2022-04-17T15:56:56.103Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:56.103Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:56.359Z] [get] Not modified - so not downloaded [2022-04-17T15:56:56.359Z] [2022-04-17T15:56:56.359Z] init.customtasks: [2022-04-17T15:56:56.359Z] [2022-04-17T15:56:56.359Z] common.run.asadmin: [2022-04-17T15:56:56.359Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar [2022-04-17T15:56:56.615Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:56:56.615Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:56:56.615Z] [exec] Application deployed with name simple-versioned-appclient. [2022-04-17T15:56:56.615Z] [exec] Command deploy executed successfully. [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init.os: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init.tools.unix: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init.tools.windows: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init.tools: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] setAsadminArgs: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init: [2022-04-17T15:56:56.615Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:56.615Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:56.615Z] [get] Not modified - so not downloaded [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init.customtasks: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] setEnabled: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] createAppRef: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] deployWithoutNameOption: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init.os: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init.tools.unix: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init.tools.windows: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init.tools: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] setAsadminArgs: [2022-04-17T15:56:56.615Z] [2022-04-17T15:56:56.615Z] init: [2022-04-17T15:56:56.615Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:56.615Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:56.874Z] [get] Not modified - so not downloaded [2022-04-17T15:56:56.874Z] [2022-04-17T15:56:56.874Z] init.customtasks: [2022-04-17T15:56:56.874Z] [2022-04-17T15:56:56.874Z] prepare.client: [2022-04-17T15:56:56.874Z] [2022-04-17T15:56:56.874Z] prepare.client.appclient: [2022-04-17T15:56:56.874Z] [2022-04-17T15:56:56.874Z] setHttpPort: [2022-04-17T15:56:56.874Z] [2022-04-17T15:56:56.874Z] process.versionExpression: [2022-04-17T15:56:56.874Z] [2022-04-17T15:56:56.874Z] process.appname: [2022-04-17T15:56:56.874Z] [2022-04-17T15:56:56.874Z] prepare.appclient.preparator: [2022-04-17T15:56:56.874Z] [2022-04-17T15:56:56.874Z] process.classpath: [2022-04-17T15:56:56.874Z] [2022-04-17T15:56:56.874Z] process.jvmargs: [2022-04-17T15:56:56.874Z] [2022-04-17T15:56:56.874Z] java.with.result: [2022-04-17T15:56:57.438Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient [2022-04-17T15:56:57.438Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=30838887081264893; Path=/ [2022-04-17T15:56:57.438Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! [2022-04-17T15:56:57.438Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! [2022-04-17T15:56:57.438Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient/simple-versioned-appclientClient.jar [2022-04-17T15:56:57.438Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:56:57.438Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar [2022-04-17T15:56:57.438Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:56:57.438Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar [2022-04-17T15:56:57.438Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] _prepare.client.appclient: [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] increment.log.next: [2022-04-17T15:56:57.438Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] process.versionexpression: [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] prepare.run: [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] common.run.positive: [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] setHttpPort: [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] common.run: [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] checkAppOnServer: [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] declare-test: [2022-04-17T15:56:57.438Z] [echo] Starting test simple-versioned-appclient sample.scenarios(1) - logID=3 (server) [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] prepare.runclient: [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] process.classpath: [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] process.jvmargs: [2022-04-17T15:56:57.438Z] [2022-04-17T15:56:57.438Z] java.with.result: [2022-04-17T15:56:57.695Z] [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 [2022-04-17T15:56:59.601Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:56:59.602Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:56:59.602Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:56:59.602Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = [2022-04-17T15:56:59.602Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.result: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] processResult: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] failed: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] passed: [2022-04-17T15:56:59.602Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] unknown: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] runclient: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.os: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.tools.unix: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.tools.windows: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.tools: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] setAsadminArgs: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init: [2022-04-17T15:56:59.602Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:59.602Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:59.602Z] [get] Not modified - so not downloaded [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.customtasks: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] checkAppOnCluster: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] run.positive: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] deploy.version: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] del.ref.registred: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.versionExpression: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.appname: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] _process.target: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.target: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] prepare.is.version.registred: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.os: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.tools.unix: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.tools.windows: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.tools: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] setAsadminArgs: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init: [2022-04-17T15:56:59.602Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:59.602Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:59.602Z] [get] Not modified - so not downloaded [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.customtasks: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] prepare: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] exec.asadmin2: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.registred: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] is.version.registred: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.xmlversionidentifier: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] prepare.cluster: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.enabled: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.hasToDeploy: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] deploy.version.unregistred: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.os: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.tools.unix: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.tools.windows: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.tools: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] setAsadminArgs: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init: [2022-04-17T15:56:59.602Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:59.602Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:59.602Z] [get] Not modified - so not downloaded [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] init.customtasks: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] prepare: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.versionExpression: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.appname: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] create.version: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] assemble.non-existent: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] process.xmlversionidentifier: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] prepare.update.xml.identifier: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] update.xml.identifier: [2022-04-17T15:56:59.602Z] [2022-04-17T15:56:59.602Z] deployWithNameOption: [2022-04-17T15:56:59.872Z] [2022-04-17T15:56:59.872Z] setAsadminArgs: [2022-04-17T15:56:59.872Z] [2022-04-17T15:56:59.872Z] common.deploy.asadmin: [2022-04-17T15:56:59.872Z] [2022-04-17T15:56:59.872Z] init.os: [2022-04-17T15:56:59.872Z] [2022-04-17T15:56:59.872Z] init.tools.unix: [2022-04-17T15:56:59.872Z] [2022-04-17T15:56:59.872Z] init.tools.windows: [2022-04-17T15:56:59.872Z] [2022-04-17T15:56:59.872Z] init.tools: [2022-04-17T15:56:59.872Z] [2022-04-17T15:56:59.872Z] setAsadminArgs: [2022-04-17T15:56:59.872Z] [2022-04-17T15:56:59.872Z] init: [2022-04-17T15:56:59.872Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:56:59.872Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:56:59.872Z] [get] Not modified - so not downloaded [2022-04-17T15:56:59.872Z] [2022-04-17T15:56:59.872Z] init.customtasks: [2022-04-17T15:56:59.872Z] [2022-04-17T15:56:59.872Z] common.run.asadmin: [2022-04-17T15:56:59.872Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient.jar [2022-04-17T15:57:00.136Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:00.136Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:57:00.136Z] [exec] Application deployed with name simple-versioned-appclient. [2022-04-17T15:57:00.136Z] [exec] Command deploy executed successfully. [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init.os: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init.tools.unix: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init.tools.windows: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init.tools: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] setAsadminArgs: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init: [2022-04-17T15:57:00.392Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:00.392Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:00.392Z] [get] Not modified - so not downloaded [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init.customtasks: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] setEnabled: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] createAppRef: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] deployWithoutNameOption: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init.os: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init.tools.unix: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init.tools.windows: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init.tools: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] setAsadminArgs: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init: [2022-04-17T15:57:00.392Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:00.392Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:00.392Z] [get] Not modified - so not downloaded [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] init.customtasks: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] prepare.client: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] prepare.client.appclient: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] setHttpPort: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] process.versionExpression: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] process.appname: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] prepare.appclient.preparator: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] process.classpath: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] process.jvmargs: [2022-04-17T15:57:00.392Z] [2022-04-17T15:57:00.392Z] java.with.result: [2022-04-17T15:57:00.648Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient [2022-04-17T15:57:00.648Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=4835914542957587337; Path=/ [2022-04-17T15:57:00.648Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! [2022-04-17T15:57:00.648Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! [2022-04-17T15:57:00.648Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient/simple-versioned-appclientClient.jar [2022-04-17T15:57:00.648Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:00.648Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar [2022-04-17T15:57:00.648Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:00.648Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar [2022-04-17T15:57:00.648Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] _prepare.client.appclient: [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] increment.log.next: [2022-04-17T15:57:00.648Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] process.versionexpression: [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] prepare.run: [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] common.run.positive: [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] setHttpPort: [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] common.run: [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] checkAppOnServer: [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] declare-test: [2022-04-17T15:57:00.648Z] [echo] Starting test simple-versioned-appclient sample.scenarios(2) - logID=4 (server) [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] prepare.runclient: [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] process.classpath: [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] process.jvmargs: [2022-04-17T15:57:00.648Z] [2022-04-17T15:57:00.648Z] java.with.result: [2022-04-17T15:57:00.905Z] [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 [2022-04-17T15:57:02.803Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:02.803Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:57:02.803Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:57:02.803Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = [2022-04-17T15:57:02.803Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] process.result: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] processResult: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] failed: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] passed: [2022-04-17T15:57:02.803Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] unknown: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] runclient: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init.os: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init.tools.unix: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init.tools.windows: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init.tools: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] setAsadminArgs: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init: [2022-04-17T15:57:02.803Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:02.803Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:02.803Z] [get] Not modified - so not downloaded [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init.customtasks: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] checkAppOnCluster: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] run.positive: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] deploy.version: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] del.ref.registred: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] process.versionExpression: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] process.appname: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] _process.target: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] process.target: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] prepare.is.version.registred: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init.os: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init.tools.unix: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init.tools.windows: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init.tools: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] setAsadminArgs: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init: [2022-04-17T15:57:02.803Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:02.803Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:02.803Z] [get] Not modified - so not downloaded [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] init.customtasks: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] prepare: [2022-04-17T15:57:02.803Z] [2022-04-17T15:57:02.803Z] exec.asadmin2: [2022-04-17T15:57:03.064Z] [exec] Result: 1 [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] process.registred: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] is.version.registred: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] process.xmlversionidentifier: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] prepare.cluster: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] process.enabled: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] process.hasToDeploy: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] deploy.version.unregistred: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init.os: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init.tools.unix: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init.tools.windows: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init.tools: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] setAsadminArgs: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init: [2022-04-17T15:57:03.064Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:03.064Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:03.064Z] [get] Not modified - so not downloaded [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init.customtasks: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] prepare: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] process.versionExpression: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] process.appname: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] create.version: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] assemble.non-existent: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init.os: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init.tools.unix: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init.tools.windows: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init.tools: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] setAsadminArgs: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init: [2022-04-17T15:57:03.064Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:03.064Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:03.064Z] [get] Not modified - so not downloaded [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] init.customtasks: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] prepare: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] process.versionexpression: [2022-04-17T15:57:03.064Z] [2022-04-17T15:57:03.064Z] compile: [2022-04-17T15:57:03.064Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:57:03.064Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient [2022-04-17T15:57:03.644Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:57:03.644Z] [javac] 1 warning [2022-04-17T15:57:03.644Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/versionedappclient/version-infos.properties [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] process.xmlversionidentifier: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] process.versionExpression: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] process.xml.create.flag: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] create.xml.flag: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] generate.xml.identifier: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] assemble: [2022-04-17T15:57:03.644Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.0.jar [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] process.xmlversionidentifier: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] prepare.update.xml.identifier: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] update.xml.identifier: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] deployWithNameOption: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] setAsadminArgs: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] common.deploy.asadmin: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] init.os: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] init.tools.unix: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] init.tools.windows: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] init.tools: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] setAsadminArgs: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] init: [2022-04-17T15:57:03.644Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:03.644Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:03.644Z] [get] Not modified - so not downloaded [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] init.customtasks: [2022-04-17T15:57:03.644Z] [2022-04-17T15:57:03.644Z] common.run.asadmin: [2022-04-17T15:57:03.644Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.0.jar [2022-04-17T15:57:03.900Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:03.900Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:57:04.158Z] [exec] Application deployed with name simple-versioned-appclient:ALPHA-1.0.0. [2022-04-17T15:57:04.158Z] [exec] Command deploy executed successfully. [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init.os: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init.tools.unix: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init.tools.windows: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init.tools: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] setAsadminArgs: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init: [2022-04-17T15:57:04.158Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:04.158Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:04.158Z] [get] Not modified - so not downloaded [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init.customtasks: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] setEnabled: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] createAppRef: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] deployWithoutNameOption: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init.os: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init.tools.unix: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init.tools.windows: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init.tools: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] setAsadminArgs: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init: [2022-04-17T15:57:04.158Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:04.158Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:04.158Z] [get] Not modified - so not downloaded [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] init.customtasks: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] prepare.client: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] prepare.client.appclient: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] setHttpPort: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] process.versionExpression: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] process.appname: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] prepare.appclient.preparator: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] process.classpath: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] process.jvmargs: [2022-04-17T15:57:04.158Z] [2022-04-17T15:57:04.158Z] java.with.result: [2022-04-17T15:57:04.414Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient [2022-04-17T15:57:04.414Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=4597791484765552347; Path=/ [2022-04-17T15:57:04.414Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! [2022-04-17T15:57:04.671Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! [2022-04-17T15:57:04.671Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient:ALPHA-1.0.0/simple-versioned-appclientClient.jar [2022-04-17T15:57:04.671Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:04.671Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar [2022-04-17T15:57:04.671Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:04.671Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar [2022-04-17T15:57:04.671Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] _prepare.client.appclient: [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] increment.log.next: [2022-04-17T15:57:04.671Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] process.versionexpression: [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] prepare.run: [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] common.run.positive: [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] setHttpPort: [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] common.run: [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] checkAppOnServer: [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] declare-test: [2022-04-17T15:57:04.671Z] [echo] Starting test simple-versioned-appclient sample.scenarios(3) - logID=5 (server) [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] prepare.runclient: [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] process.classpath: [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] process.jvmargs: [2022-04-17T15:57:04.671Z] [2022-04-17T15:57:04.671Z] java.with.result: [2022-04-17T15:57:04.671Z] [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 [2022-04-17T15:57:06.570Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:06.570Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:57:06.570Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.0 [2022-04-17T15:57:06.570Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = ALPHA-1.0.0 [2022-04-17T15:57:06.570Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] process.result: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] processResult: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] failed: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] passed: [2022-04-17T15:57:06.570Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] unknown: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] runclient: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init.os: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init.tools.unix: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init.tools.windows: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init.tools: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] setAsadminArgs: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init: [2022-04-17T15:57:06.570Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:06.570Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:06.570Z] [get] Not modified - so not downloaded [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init.customtasks: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] checkAppOnCluster: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] run.positive: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] deploy.version: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] del.ref.registred: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] process.versionExpression: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] process.appname: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] _process.target: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] process.target: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] prepare.is.version.registred: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init.os: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init.tools.unix: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init.tools.windows: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init.tools: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] setAsadminArgs: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init: [2022-04-17T15:57:06.570Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:06.570Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:06.570Z] [get] Not modified - so not downloaded [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] init.customtasks: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] prepare: [2022-04-17T15:57:06.570Z] [2022-04-17T15:57:06.570Z] exec.asadmin2: [2022-04-17T15:57:06.827Z] [exec] Result: 1 [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.registred: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] is.version.registred: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.xmlversionidentifier: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] prepare.cluster: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.enabled: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.hasToDeploy: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] deploy.version.unregistred: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init.os: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init.tools.unix: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init.tools.windows: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init.tools: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] setAsadminArgs: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init: [2022-04-17T15:57:06.827Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:06.827Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:06.827Z] [get] Not modified - so not downloaded [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init.customtasks: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] prepare: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.versionExpression: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.appname: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] create.version: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] assemble.non-existent: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.xmlversionidentifier: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] prepare.update.xml.identifier: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] update.xml.identifier: [2022-04-17T15:57:06.827Z] [unzip] Expanding: /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.xmlversionidentifier: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.versionExpression: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.xml.create.flag: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] create.xml.flag: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] generate.xml.identifier: [2022-04-17T15:57:06.827Z] [zip] Building zip: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/tmp.jar [2022-04-17T15:57:06.827Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1.jar [2022-04-17T15:57:06.827Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient [2022-04-17T15:57:06.827Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/glassfish-application-client.xml [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] process.xml.delete.flag: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] delete.xml.flag: [2022-04-17T15:57:06.827Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1-hasXmlVersion [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] deployWithNameOption: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] setAsadminArgs: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] common.deploy.asadmin: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init.os: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init.tools.unix: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init.tools.windows: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init.tools: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] setAsadminArgs: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init: [2022-04-17T15:57:06.827Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:06.827Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:06.827Z] [get] Not modified - so not downloaded [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] init.customtasks: [2022-04-17T15:57:06.827Z] [2022-04-17T15:57:06.827Z] common.run.asadmin: [2022-04-17T15:57:06.827Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:ALPHA-1.0.1.jar [2022-04-17T15:57:07.083Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:07.083Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:57:07.340Z] [exec] Application deployed with name simple-versioned-appclient:ALPHA-1.0.1. [2022-04-17T15:57:07.340Z] [exec] Command deploy executed successfully. [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init.os: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init.tools.unix: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init.tools.windows: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init.tools: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] setAsadminArgs: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init: [2022-04-17T15:57:07.340Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:07.340Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:07.340Z] [get] Not modified - so not downloaded [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init.customtasks: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] setEnabled: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] createAppRef: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] deployWithoutNameOption: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init.os: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init.tools.unix: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init.tools.windows: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init.tools: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] setAsadminArgs: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init: [2022-04-17T15:57:07.340Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:07.340Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:07.340Z] [get] Not modified - so not downloaded [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] init.customtasks: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] prepare.client: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] prepare.client.appclient: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] setHttpPort: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] process.versionExpression: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] process.appname: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] prepare.appclient.preparator: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] process.classpath: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] process.jvmargs: [2022-04-17T15:57:07.340Z] [2022-04-17T15:57:07.340Z] java.with.result: [2022-04-17T15:57:07.597Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient [2022-04-17T15:57:07.853Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=1289891439111823729; Path=/ [2022-04-17T15:57:07.853Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! [2022-04-17T15:57:07.853Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! [2022-04-17T15:57:07.853Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient:ALPHA-1.0.0/simple-versioned-appclientClient.jar [2022-04-17T15:57:07.853Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:07.854Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar [2022-04-17T15:57:07.854Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:07.854Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar [2022-04-17T15:57:07.854Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] _prepare.client.appclient: [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] increment.log.next: [2022-04-17T15:57:07.854Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] process.versionexpression: [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] prepare.run: [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] common.run.negative: [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] setHttpPort: [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] common.run: [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] checkAppOnServer: [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] declare-test: [2022-04-17T15:57:07.854Z] [echo] Starting test simple-versioned-appclient sample.scenarios(4) - logID=6 (server) [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] prepare.runclient: [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] process.classpath: [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] process.jvmargs: [2022-04-17T15:57:07.854Z] [2022-04-17T15:57:07.854Z] java.with.result: [2022-04-17T15:57:07.854Z] [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 [2022-04-17T15:57:09.802Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:09.802Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to fail [2022-04-17T15:57:09.802Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.1 [2022-04-17T15:57:09.802Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = ALPHA-1.0.0 [2022-04-17T15:57:09.802Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] process.result: [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] processResult: [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] failed: [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] passed: [2022-04-17T15:57:09.802Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] unknown: [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] runclient: [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] init.os: [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] init.tools.unix: [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] init.tools.windows: [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] init.tools: [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] setAsadminArgs: [2022-04-17T15:57:09.802Z] [2022-04-17T15:57:09.802Z] init: [2022-04-17T15:57:09.802Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:09.803Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:09.803Z] [get] Not modified - so not downloaded [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] init.customtasks: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] checkAppOnCluster: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] run.negative: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] process.versionExpression: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] process.appname: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] process.xmlversionidentifier: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] prepare.cluster: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] enable.version: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] setAsadminArgs: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] common.enable.asadmin: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] init.os: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] init.tools.unix: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] init.tools.windows: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] init.tools: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] setAsadminArgs: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] init: [2022-04-17T15:57:09.803Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:09.803Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:09.803Z] [get] Not modified - so not downloaded [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] init.customtasks: [2022-04-17T15:57:09.803Z] [2022-04-17T15:57:09.803Z] common.run.asadmin: [2022-04-17T15:57:09.803Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient:ALPHA-1.0.1 [2022-04-17T15:57:10.060Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:10.060Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... [2022-04-17T15:57:10.318Z] [exec] Command enable executed successfully. [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init.os: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init.tools.unix: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init.tools.windows: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init.tools: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] setAsadminArgs: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init: [2022-04-17T15:57:10.318Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:10.318Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:10.318Z] [get] Not modified - so not downloaded [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init.customtasks: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] enableAppOnInstance: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init.os: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init.tools.unix: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init.tools.windows: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init.tools: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] setAsadminArgs: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init: [2022-04-17T15:57:10.318Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:10.318Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:10.318Z] [get] Not modified - so not downloaded [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] init.customtasks: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] prepare.client: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] prepare.client.appclient: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] setHttpPort: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] process.versionExpression: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] process.appname: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] prepare.appclient.preparator: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] process.classpath: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] process.jvmargs: [2022-04-17T15:57:10.318Z] [2022-04-17T15:57:10.318Z] java.with.result: [2022-04-17T15:57:10.573Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient [2022-04-17T15:57:10.830Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=2683752854468914752; Path=/ [2022-04-17T15:57:10.830Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! [2022-04-17T15:57:10.830Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! [2022-04-17T15:57:10.830Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient:ALPHA-1.0.1/simple-versioned-appclientClient.jar [2022-04-17T15:57:10.830Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:10.830Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar [2022-04-17T15:57:10.830Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:10.830Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar [2022-04-17T15:57:10.830Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] _prepare.client.appclient: [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] increment.log.next: [2022-04-17T15:57:10.830Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] process.versionexpression: [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] prepare.run: [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] common.run.positive: [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] setHttpPort: [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] common.run: [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] checkAppOnServer: [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] declare-test: [2022-04-17T15:57:10.830Z] [echo] Starting test simple-versioned-appclient sample.scenarios(5) - logID=7 (server) [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] prepare.runclient: [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] process.classpath: [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] process.jvmargs: [2022-04-17T15:57:10.830Z] [2022-04-17T15:57:10.830Z] java.with.result: [2022-04-17T15:57:11.087Z] [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 [2022-04-17T15:57:12.984Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:12.984Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:57:12.984Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = ALPHA-1.0.1 [2022-04-17T15:57:12.984Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = ALPHA-1.0.1 [2022-04-17T15:57:12.984Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] process.result: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] processResult: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] failed: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] passed: [2022-04-17T15:57:12.984Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] unknown: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] runclient: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init.os: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init.tools.unix: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init.tools.windows: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init.tools: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] setAsadminArgs: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init: [2022-04-17T15:57:12.984Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:12.984Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:12.984Z] [get] Not modified - so not downloaded [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init.customtasks: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] checkAppOnCluster: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] run.positive: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] deploy.version: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] del.ref.registred: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] process.versionExpression: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] process.appname: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] _process.target: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] process.target: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] prepare.is.version.registred: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init.os: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init.tools.unix: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init.tools.windows: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init.tools: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] setAsadminArgs: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init: [2022-04-17T15:57:12.984Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:12.984Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:12.984Z] [get] Not modified - so not downloaded [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] init.customtasks: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] prepare: [2022-04-17T15:57:12.984Z] [2022-04-17T15:57:12.984Z] exec.asadmin2: [2022-04-17T15:57:13.241Z] [exec] Result: 1 [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] process.registred: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] is.version.registred: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] process.xmlversionidentifier: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] prepare.cluster: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] process.enabled: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] process.hasToDeploy: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] deploy.version.unregistred: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] init.os: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] init.tools.unix: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] init.tools.windows: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] init.tools: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] setAsadminArgs: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] init: [2022-04-17T15:57:13.241Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:13.241Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:13.241Z] [get] Not modified - so not downloaded [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] init.customtasks: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] prepare: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] process.versionExpression: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] process.appname: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] create.version: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] assemble.non-existent: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] init.os: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] init.tools.unix: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.241Z] init.tools.windows: [2022-04-17T15:57:13.241Z] [2022-04-17T15:57:13.242Z] init.tools: [2022-04-17T15:57:13.242Z] [2022-04-17T15:57:13.242Z] setAsadminArgs: [2022-04-17T15:57:13.242Z] [2022-04-17T15:57:13.242Z] init: [2022-04-17T15:57:13.242Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:13.242Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:13.242Z] [get] Not modified - so not downloaded [2022-04-17T15:57:13.242Z] [2022-04-17T15:57:13.242Z] init.customtasks: [2022-04-17T15:57:13.242Z] [2022-04-17T15:57:13.242Z] prepare: [2022-04-17T15:57:13.242Z] [2022-04-17T15:57:13.242Z] process.versionexpression: [2022-04-17T15:57:13.242Z] [2022-04-17T15:57:13.242Z] compile: [2022-04-17T15:57:13.242Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:57:13.242Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient [2022-04-17T15:57:13.498Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:57:13.498Z] [javac] 1 warning [2022-04-17T15:57:13.498Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/versionedappclient/version-infos.properties [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] process.xmlversionidentifier: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] process.versionExpression: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] process.xml.create.flag: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] create.xml.flag: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] generate.xml.identifier: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] assemble: [2022-04-17T15:57:13.498Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:RC-1.0.0.jar [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] process.xmlversionidentifier: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] prepare.update.xml.identifier: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] update.xml.identifier: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] deployWithNameOption: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] setAsadminArgs: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] common.deploy.asadmin: [2022-04-17T15:57:13.498Z] [2022-04-17T15:57:13.498Z] init.os: [2022-04-17T15:57:13.756Z] [2022-04-17T15:57:13.756Z] init.tools.unix: [2022-04-17T15:57:13.756Z] [2022-04-17T15:57:13.756Z] init.tools.windows: [2022-04-17T15:57:13.756Z] [2022-04-17T15:57:13.756Z] init.tools: [2022-04-17T15:57:13.756Z] [2022-04-17T15:57:13.756Z] setAsadminArgs: [2022-04-17T15:57:13.756Z] [2022-04-17T15:57:13.756Z] init: [2022-04-17T15:57:13.756Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:13.756Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:13.756Z] [get] Not modified - so not downloaded [2022-04-17T15:57:13.756Z] [2022-04-17T15:57:13.756Z] init.customtasks: [2022-04-17T15:57:13.756Z] [2022-04-17T15:57:13.756Z] common.run.asadmin: [2022-04-17T15:57:13.756Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclient:RC-1.0.0.jar [2022-04-17T15:57:14.013Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:14.013Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:57:14.013Z] [exec] Application deployed with name simple-versioned-appclient:RC-1.0.0. [2022-04-17T15:57:14.013Z] [exec] Command deploy executed successfully. [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init.os: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init.tools.unix: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init.tools.windows: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init.tools: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] setAsadminArgs: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init: [2022-04-17T15:57:14.274Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:14.274Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:14.274Z] [get] Not modified - so not downloaded [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init.customtasks: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] setEnabled: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] createAppRef: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] deployWithoutNameOption: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init.os: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init.tools.unix: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init.tools.windows: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init.tools: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] setAsadminArgs: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init: [2022-04-17T15:57:14.274Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:14.274Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:14.274Z] [get] Not modified - so not downloaded [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] init.customtasks: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] prepare.client: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] prepare.client.appclient: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] setHttpPort: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] process.versionExpression: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] process.appname: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] prepare.appclient.preparator: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] process.classpath: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] process.jvmargs: [2022-04-17T15:57:14.274Z] [2022-04-17T15:57:14.274Z] java.with.result: [2022-04-17T15:57:14.532Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient [2022-04-17T15:57:14.532Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=3091895215792226419; Path=/ [2022-04-17T15:57:14.532Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! [2022-04-17T15:57:14.789Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! [2022-04-17T15:57:14.789Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient:RC-1.0.0/simple-versioned-appclientClient.jar [2022-04-17T15:57:14.789Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:14.789Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar [2022-04-17T15:57:14.789Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:14.789Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar [2022-04-17T15:57:14.789Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] _prepare.client.appclient: [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] increment.log.next: [2022-04-17T15:57:14.789Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] process.versionexpression: [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] prepare.run: [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] common.run.positive: [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] setHttpPort: [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] common.run: [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] checkAppOnServer: [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] declare-test: [2022-04-17T15:57:14.789Z] [echo] Starting test simple-versioned-appclient sample.scenarios(6) - logID=8 (server) [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] prepare.runclient: [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] process.classpath: [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] process.jvmargs: [2022-04-17T15:57:14.789Z] [2022-04-17T15:57:14.789Z] java.with.result: [2022-04-17T15:57:14.789Z] [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 [2022-04-17T15:57:16.705Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:16.705Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:57:16.705Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = RC-1.0.0 [2022-04-17T15:57:16.705Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = RC-1.0.0 [2022-04-17T15:57:16.705Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] process.result: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] processResult: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] failed: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] passed: [2022-04-17T15:57:16.705Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] unknown: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] runclient: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.os: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.tools.unix: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.tools.windows: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.tools: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] setAsadminArgs: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init: [2022-04-17T15:57:16.705Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:16.705Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:16.705Z] [get] Not modified - so not downloaded [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.customtasks: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] checkAppOnCluster: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] run.positive: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] process.versionExpression: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] process.appname: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] process.xmlversionidentifier: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] prepare.cluster: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] undeploy.version: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] setAsadminArgs: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] common.undeploy.asadmin: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.os: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.tools.unix: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.tools.windows: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.tools: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] setAsadminArgs: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init: [2022-04-17T15:57:16.705Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:16.705Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:16.705Z] [get] Not modified - so not downloaded [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.customtasks: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] delAppRef: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.os: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.tools.unix: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.tools.windows: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.tools: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] setAsadminArgs: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init: [2022-04-17T15:57:16.705Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:16.705Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:16.705Z] [get] Not modified - so not downloaded [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] init.customtasks: [2022-04-17T15:57:16.705Z] [2022-04-17T15:57:16.705Z] common.run.asadmin: [2022-04-17T15:57:16.705Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient:ALPHA* [2022-04-17T15:57:16.963Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:16.963Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:57:17.239Z] [exec] Command undeploy executed successfully. [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] test.notregistred: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] process.versionExpression: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] process.appname: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] _process.target: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] process.target: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] prepare.show-component-status.asadmin: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] increment.log.next: [2022-04-17T15:57:17.239Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] declare.test: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] setHttpPort: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] declare.test.positive: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] setHttpPort: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] declare.test.negative: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] declare-test: [2022-04-17T15:57:17.239Z] [echo] Starting test simple-versioned-appclient sample.scenarios(7) - logID=9 - (server) - (fail expected) [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] init.os: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] init.tools.unix: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] init.tools.windows: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] init.tools: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] setAsadminArgs: [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.239Z] init: [2022-04-17T15:57:17.239Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:17.239Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:17.239Z] [get] Not modified - so not downloaded [2022-04-17T15:57:17.239Z] [2022-04-17T15:57:17.240Z] init.customtasks: [2022-04-17T15:57:17.240Z] [2022-04-17T15:57:17.240Z] prepare: [2022-04-17T15:57:17.240Z] [2022-04-17T15:57:17.240Z] exec.asadmin: [2022-04-17T15:57:17.497Z] [exec] Result: 1 [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] process.result: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] processResult: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] failed: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] passed: [2022-04-17T15:57:17.497Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] unknown: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] asadmin.with.result: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] show-component-status.asadmin: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] test.notregistred.cluster: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] process.versionExpression: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] process.appname: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] process.xmlversionidentifier: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] prepare.cluster: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] enable.version: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] setAsadminArgs: [2022-04-17T15:57:17.497Z] [2022-04-17T15:57:17.497Z] common.enable.asadmin: [2022-04-17T15:57:17.761Z] [2022-04-17T15:57:17.761Z] init.os: [2022-04-17T15:57:17.761Z] [2022-04-17T15:57:17.761Z] init.tools.unix: [2022-04-17T15:57:17.761Z] [2022-04-17T15:57:17.761Z] init.tools.windows: [2022-04-17T15:57:17.761Z] [2022-04-17T15:57:17.761Z] init.tools: [2022-04-17T15:57:17.761Z] [2022-04-17T15:57:17.761Z] setAsadminArgs: [2022-04-17T15:57:17.761Z] [2022-04-17T15:57:17.761Z] init: [2022-04-17T15:57:17.761Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:17.761Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:17.761Z] [get] Not modified - so not downloaded [2022-04-17T15:57:17.761Z] [2022-04-17T15:57:17.761Z] init.customtasks: [2022-04-17T15:57:17.761Z] [2022-04-17T15:57:17.761Z] common.run.asadmin: [2022-04-17T15:57:17.761Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient [2022-04-17T15:57:18.021Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:18.021Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... [2022-04-17T15:57:18.021Z] [exec] Command enable executed successfully. [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init.os: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init.tools.unix: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init.tools.windows: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init.tools: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] setAsadminArgs: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init: [2022-04-17T15:57:18.021Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:18.021Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:18.021Z] [get] Not modified - so not downloaded [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init.customtasks: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] enableAppOnInstance: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init.os: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init.tools.unix: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init.tools.windows: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init.tools: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] setAsadminArgs: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init: [2022-04-17T15:57:18.021Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:18.021Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:18.021Z] [get] Not modified - so not downloaded [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] init.customtasks: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] prepare.client: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] prepare.client.appclient: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] setHttpPort: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] process.versionExpression: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] process.appname: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] prepare.appclient.preparator: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] process.classpath: [2022-04-17T15:57:18.021Z] [2022-04-17T15:57:18.021Z] process.jvmargs: [2022-04-17T15:57:18.022Z] [2022-04-17T15:57:18.022Z] java.with.result: [2022-04-17T15:57:18.587Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: trying to retrieve the jnlp file available at: http://localhost:8080/simple-versioned-appclient [2022-04-17T15:57:18.587Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is JSESSIONID=3924136428286594248; Path=/ [2022-04-17T15:57:18.587Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: jnlp file retrieved! [2022-04-17T15:57:18.587Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: xpath request ran OK! [2022-04-17T15:57:18.587Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: stubs url retrieved: http://localhost:8080/___JWSappclient/___app/simple-versioned-appclient/simple-versioned-appclientClient.jar [2022-04-17T15:57:18.587Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:18.587Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientStubs saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient.jar [2022-04-17T15:57:18.587Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: Set-Cookie from server is null [2022-04-17T15:57:18.587Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: clientApp saved at: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-appclient/simple-versioned-appclientClient/simple-versioned-appclient.jar [2022-04-17T15:57:18.587Z] [javaWithResult] [versionedappclient.client.GetJWSClientStubs]:: return code (0): everything is OK [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] _prepare.client.appclient: [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] increment.log.next: [2022-04-17T15:57:18.587Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] process.versionexpression: [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] prepare.run: [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] common.run.positive: [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] setHttpPort: [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] common.run: [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] checkAppOnServer: [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] declare-test: [2022-04-17T15:57:18.587Z] [echo] Starting test simple-versioned-appclient sample.scenarions(8) - logID=10 (server) [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] prepare.runclient: [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] process.classpath: [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] process.jvmargs: [2022-04-17T15:57:18.587Z] [2022-04-17T15:57:18.587Z] java.with.result: [2022-04-17T15:57:18.587Z] [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 [2022-04-17T15:57:20.500Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Test: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:20.500Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: this test is expected to succeed [2022-04-17T15:57:20.500Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Expected version identifier = [2022-04-17T15:57:20.500Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: Retrieved version identifier = [2022-04-17T15:57:20.500Z] [javaWithResult] [versionedappclient.client.SimpleVersionedClient]:: PASSED: devtests/deployment/versioning/simple-versioned-appclient [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] process.result: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] processResult: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] failed: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] passed: [2022-04-17T15:57:20.500Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] unknown: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] runclient: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.os: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.tools.unix: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.tools.windows: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.tools: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] setAsadminArgs: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init: [2022-04-17T15:57:20.500Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:20.500Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:20.500Z] [get] Not modified - so not downloaded [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.customtasks: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] checkAppOnCluster: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] run.positive: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] process.versionExpression: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] process.appname: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] process.xmlversionidentifier: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] prepare.cluster: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] undeploy.version: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] setAsadminArgs: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] common.undeploy.asadmin: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.os: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.tools.unix: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.tools.windows: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.tools: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] setAsadminArgs: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init: [2022-04-17T15:57:20.500Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:20.500Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:20.500Z] [get] Not modified - so not downloaded [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.customtasks: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] delAppRef: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.os: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.tools.unix: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.tools.windows: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.tools: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] setAsadminArgs: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init: [2022-04-17T15:57:20.500Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:20.500Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:20.500Z] [get] Not modified - so not downloaded [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] init.customtasks: [2022-04-17T15:57:20.500Z] [2022-04-17T15:57:20.500Z] common.run.asadmin: [2022-04-17T15:57:20.500Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-appclient:* [2022-04-17T15:57:20.757Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:20.757Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:57:21.039Z] [exec] Command undeploy executed successfully. [2022-04-17T15:57:21.039Z] [2022-04-17T15:57:21.039Z] test.notregistred: [2022-04-17T15:57:21.039Z] [2022-04-17T15:57:21.040Z] process.versionExpression: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] process.appname: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] _process.target: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] process.target: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] prepare.show-component-status.asadmin: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] increment.log.next: [2022-04-17T15:57:21.040Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] declare.test: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] setHttpPort: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] declare.test.positive: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] setHttpPort: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] declare.test.negative: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] declare-test: [2022-04-17T15:57:21.040Z] [echo] Starting test simple-versioned-appclient sample.scenarios(9) - logID=11 - (server) - (fail expected) [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] init.os: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] init.tools.unix: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] init.tools.windows: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] init.tools: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] setAsadminArgs: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] init: [2022-04-17T15:57:21.040Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:21.040Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:21.040Z] [get] Not modified - so not downloaded [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] init.customtasks: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] prepare: [2022-04-17T15:57:21.040Z] [2022-04-17T15:57:21.040Z] exec.asadmin: [2022-04-17T15:57:21.297Z] [exec] Result: 1 [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] process.result: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] processResult: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] failed: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] passed: [2022-04-17T15:57:21.297Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] unknown: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] asadmin.with.result: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] show-component-status.asadmin: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] test.notregistred.cluster: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] test.notregistred: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] process.versionExpression: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] process.appname: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] _process.target: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] process.target: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] prepare.show-component-status.asadmin: [2022-04-17T15:57:21.297Z] [2022-04-17T15:57:21.297Z] increment.log.next: [2022-04-17T15:57:21.297Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] declare.test: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] setHttpPort: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] declare.test.positive: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] setHttpPort: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] declare.test.negative: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] declare-test: [2022-04-17T15:57:21.561Z] [echo] Starting test simple-versioned-appclient sample.scenarios(10) - logID=12 - (server) - (fail expected) [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] init.os: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] init.tools.unix: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] init.tools.windows: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] init.tools: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] setAsadminArgs: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] init: [2022-04-17T15:57:21.561Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:21.561Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:21.561Z] [get] Not modified - so not downloaded [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] init.customtasks: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] prepare: [2022-04-17T15:57:21.561Z] [2022-04-17T15:57:21.561Z] exec.asadmin: [2022-04-17T15:57:21.820Z] [exec] Result: 1 [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] process.result: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] processResult: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] failed: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] passed: [2022-04-17T15:57:21.820Z] [echo] Test simple-versioned-appclient Passed [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] unknown: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] asadmin.with.result: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] show-component-status.asadmin: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] test.notregistred.cluster: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] clean.scenario: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] clean.scenario.cluster: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] init.os: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] init.tools.unix: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] init.tools.windows: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] init.tools: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] setAsadminArgs: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] init: [2022-04-17T15:57:21.820Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:21.820Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:21.820Z] [get] Not modified - so not downloaded [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] init.customtasks: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] prepare: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] process.versionExpression: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] process.appname: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] _process.target: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] process.target: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] prepare.has.version.registred: [2022-04-17T15:57:21.820Z] [2022-04-17T15:57:21.820Z] exec.asadmin2: [2022-04-17T15:57:22.383Z] [exec] Result: 1 [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] process.registred: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] has.version.registred: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] del.all.version.registred: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] _clean.scenario: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] delete.log.next: [2022-04-17T15:57:22.383Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-appclient/log.properties [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] delete.log.next: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] private-all: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init.os: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init.tools.unix: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init.tools.windows: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init.tools: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] setAsadminArgs: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init: [2022-04-17T15:57:22.383Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:22.383Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:22.383Z] [get] Not modified - so not downloaded [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init.customtasks: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] private-rollingUpgrade: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] _private-all: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] main-all: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] xml.version.information: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] clean.scenario: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] clean.scenario.cluster: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init.os: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init.tools.unix: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init.tools.windows: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init.tools: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] setAsadminArgs: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init: [2022-04-17T15:57:22.383Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:22.383Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:22.383Z] [get] Not modified - so not downloaded [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] init.customtasks: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] prepare: [2022-04-17T15:57:22.383Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] process.versionExpression: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] process.appname: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] _process.target: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] process.target: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] prepare.has.version.registred: [2022-04-17T15:57:22.383Z] [2022-04-17T15:57:22.383Z] exec.asadmin2: [2022-04-17T15:57:22.947Z] [exec] Result: 1 [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.947Z] process.registred: [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.947Z] has.version.registred: [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.947Z] del.all.version.registred: [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.947Z] _clean.scenario: [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.947Z] deploy.version: [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.947Z] del.ref.registred: [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.947Z] process.versionExpression: [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.947Z] process.appname: [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.947Z] _process.target: [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.947Z] process.target: [2022-04-17T15:57:22.947Z] [2022-04-17T15:57:22.948Z] prepare.is.version.registred: [2022-04-17T15:57:22.948Z] [2022-04-17T15:57:22.948Z] init.os: [2022-04-17T15:57:22.948Z] [2022-04-17T15:57:22.948Z] init.tools.unix: [2022-04-17T15:57:22.948Z] [2022-04-17T15:57:22.948Z] init.tools.windows: [2022-04-17T15:57:22.948Z] [2022-04-17T15:57:22.948Z] init.tools: [2022-04-17T15:57:22.948Z] [2022-04-17T15:57:22.948Z] setAsadminArgs: [2022-04-17T15:57:22.948Z] [2022-04-17T15:57:22.948Z] init: [2022-04-17T15:57:22.948Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:22.948Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:22.948Z] [get] Not modified - so not downloaded [2022-04-17T15:57:22.948Z] [2022-04-17T15:57:22.948Z] init.customtasks: [2022-04-17T15:57:22.948Z] [2022-04-17T15:57:22.948Z] prepare: [2022-04-17T15:57:22.948Z] [2022-04-17T15:57:22.948Z] exec.asadmin2: [2022-04-17T15:57:23.206Z] [exec] Result: 1 [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] process.registred: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] is.version.registred: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] process.xmlversionidentifier: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] prepare.cluster: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] process.enabled: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] process.hasToDeploy: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] deploy.version.unregistred: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init.os: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init.tools.unix: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init.tools.windows: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init.tools: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] setAsadminArgs: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init: [2022-04-17T15:57:23.206Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:23.206Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:23.206Z] [get] Not modified - so not downloaded [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init.customtasks: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] prepare: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] process.versionExpression: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] process.appname: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] create.version: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] assemble.non-existent: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init.os: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init.tools.unix: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init.tools.windows: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init.tools: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] setAsadminArgs: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init: [2022-04-17T15:57:23.206Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:23.206Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:23.206Z] [get] Not modified - so not downloaded [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] init.customtasks: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] prepare: [2022-04-17T15:57:23.206Z] [2022-04-17T15:57:23.206Z] compile: [2022-04-17T15:57:23.206Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:57:23.206Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb [2022-04-17T15:57:23.770Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:57:23.770Z] [javac] 1 warning [2022-04-17T15:57:23.770Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/versionedejb/version-infos.properties [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] process.xmlversionidentifier: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] process.versionExpression: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] process.xml.create.flag: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] create.xml.flag: [2022-04-17T15:57:23.770Z] [touch] Creating /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb-hasXmlVersion [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] generate.xml.identifier: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] assemble: [2022-04-17T15:57:23.770Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb.jar [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] process.xmlversionidentifier: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] prepare.update.xml.identifier: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] update.xml.identifier: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] deployWithNameOption: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] deployWithoutNameOption: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] setAsadminArgs: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] common.deploy.asadmin: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] init.os: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] init.tools.unix: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] init.tools.windows: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] init.tools: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] setAsadminArgs: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] init: [2022-04-17T15:57:23.770Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:23.770Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:23.770Z] [get] Not modified - so not downloaded [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] init.customtasks: [2022-04-17T15:57:23.770Z] [2022-04-17T15:57:23.770Z] common.run.asadmin: [2022-04-17T15:57:23.770Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb.jar [2022-04-17T15:57:24.039Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:24.039Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:57:24.297Z] [exec] Application deployed with name simple-versioned-ejb:ALPHA-1.0.0. [2022-04-17T15:57:24.297Z] [exec] Command deploy executed successfully. [2022-04-17T15:57:24.297Z] [2022-04-17T15:57:24.297Z] init.os: [2022-04-17T15:57:24.297Z] [2022-04-17T15:57:24.297Z] init.tools.unix: [2022-04-17T15:57:24.297Z] [2022-04-17T15:57:24.297Z] init.tools.windows: [2022-04-17T15:57:24.297Z] [2022-04-17T15:57:24.297Z] init.tools: [2022-04-17T15:57:24.297Z] [2022-04-17T15:57:24.297Z] setAsadminArgs: [2022-04-17T15:57:24.297Z] [2022-04-17T15:57:24.298Z] init: [2022-04-17T15:57:24.298Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:24.298Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:24.298Z] [get] Not modified - so not downloaded [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] init.customtasks: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] setEnabled: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] createAppRef: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] test.registred: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] process.versionExpression: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] process.appname: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] _process.target: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] process.target: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] prepare.show-component-status.asadmin: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] increment.log.next: [2022-04-17T15:57:24.298Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ejb/log.properties [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] declare.test: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] setHttpPort: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] declare.test.positive: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] declare-test: [2022-04-17T15:57:24.298Z] [echo] Starting test simple-versioned-ejb xml.version(1) - logID=1 - (server) - (sucess expected) [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] setHttpPort: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] declare.test.negative: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] init.os: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] init.tools.unix: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] init.tools.windows: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] init.tools: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] setAsadminArgs: [2022-04-17T15:57:24.298Z] [2022-04-17T15:57:24.298Z] init: [2022-04-17T15:57:24.298Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:24.298Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:24.298Z] [get] Not modified - so not downloaded [2022-04-17T15:57:24.556Z] [2022-04-17T15:57:24.556Z] init.customtasks: [2022-04-17T15:57:24.556Z] [2022-04-17T15:57:24.556Z] prepare: [2022-04-17T15:57:24.556Z] [2022-04-17T15:57:24.556Z] exec.asadmin: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] process.result: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] processResult: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] failed: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] passed: [2022-04-17T15:57:24.815Z] [echo] Test simple-versioned-ejb Passed [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] unknown: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] asadmin.with.result: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] show-component-status.asadmin: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] test.registred.cluster: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] process.versionExpression: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] process.appname: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] process.xmlversionidentifier: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] prepare.cluster: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] undeploy.version: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] setAsadminArgs: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] common.undeploy.asadmin: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init.os: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init.tools.unix: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init.tools.windows: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init.tools: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] setAsadminArgs: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init: [2022-04-17T15:57:24.815Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:24.815Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:24.815Z] [get] Not modified - so not downloaded [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init.customtasks: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] delAppRef: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init.os: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init.tools.unix: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init.tools.windows: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init.tools: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] setAsadminArgs: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init: [2022-04-17T15:57:24.815Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:24.815Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:24.815Z] [get] Not modified - so not downloaded [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] init.customtasks: [2022-04-17T15:57:24.815Z] [2022-04-17T15:57:24.815Z] common.run.asadmin: [2022-04-17T15:57:24.815Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-ejb:ALPHA-1.0.0 [2022-04-17T15:57:25.595Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:25.595Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:57:25.595Z] [exec] Command undeploy executed successfully. [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] deploy.version: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] del.ref.registred: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] process.versionExpression: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] process.appname: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] _process.target: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] process.target: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] prepare.is.version.registred: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] init.os: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] init.tools.unix: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] init.tools.windows: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] init.tools: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] setAsadminArgs: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] init: [2022-04-17T15:57:25.595Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:25.595Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:25.595Z] [get] Not modified - so not downloaded [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] init.customtasks: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] prepare: [2022-04-17T15:57:25.595Z] [2022-04-17T15:57:25.595Z] exec.asadmin2: [2022-04-17T15:57:25.851Z] [exec] Result: 1 [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] process.registred: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] is.version.registred: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] process.xmlversionidentifier: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] prepare.cluster: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] process.enabled: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] process.hasToDeploy: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] deploy.version.unregistred: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init.os: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init.tools.unix: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init.tools.windows: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init.tools: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] setAsadminArgs: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init: [2022-04-17T15:57:25.851Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:25.851Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:25.851Z] [get] Not modified - so not downloaded [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init.customtasks: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] prepare: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] process.versionExpression: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] process.appname: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] create.version: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] assemble.non-existent: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init.os: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init.tools.unix: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init.tools.windows: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init.tools: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] setAsadminArgs: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init: [2022-04-17T15:57:25.851Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:25.851Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:25.851Z] [get] Not modified - so not downloaded [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] init.customtasks: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] prepare: [2022-04-17T15:57:25.851Z] [2022-04-17T15:57:25.851Z] compile: [2022-04-17T15:57:25.851Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:57:25.851Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb [2022-04-17T15:57:26.107Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:57:26.107Z] [javac] 1 warning [2022-04-17T15:57:26.107Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/versionedejb/version-infos.properties [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] process.xmlversionidentifier: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] process.versionExpression: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] process.xml.create.flag: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] create.xml.flag: [2022-04-17T15:57:26.107Z] [touch] Creating /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb:ALPHA-1.0.1-hasXmlVersion [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] generate.xml.identifier: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] assemble: [2022-04-17T15:57:26.107Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb:ALPHA-1.0.1.jar [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] process.xmlversionidentifier: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] prepare.update.xml.identifier: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] update.xml.identifier: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] deployWithNameOption: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] setAsadminArgs: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] common.deploy.asadmin: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] init.os: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] init.tools.unix: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] init.tools.windows: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] init.tools: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] setAsadminArgs: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] init: [2022-04-17T15:57:26.107Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:26.107Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:26.107Z] [get] Not modified - so not downloaded [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] init.customtasks: [2022-04-17T15:57:26.107Z] [2022-04-17T15:57:26.107Z] common.run.asadmin: [2022-04-17T15:57:26.107Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ejb/simple-versioned-ejb:ALPHA-1.0.1.jar [2022-04-17T15:57:26.670Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:26.670Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:57:26.937Z] [exec] Application deployed with name simple-versioned-ejb:ALPHA-1.0.1. [2022-04-17T15:57:26.937Z] [exec] Command deploy executed successfully. [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init.os: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init.tools.unix: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init.tools.windows: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init.tools: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] setAsadminArgs: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init: [2022-04-17T15:57:26.937Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:26.937Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:26.937Z] [get] Not modified - so not downloaded [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init.customtasks: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] setEnabled: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] createAppRef: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] deployWithoutNameOption: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] test.registred: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] process.versionExpression: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] process.appname: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] _process.target: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] process.target: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] prepare.show-component-status.asadmin: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] increment.log.next: [2022-04-17T15:57:26.937Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ejb/log.properties [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] declare.test: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] setHttpPort: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] declare.test.positive: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] declare-test: [2022-04-17T15:57:26.937Z] [echo] Starting test simple-versioned-ejb xml.version(2) - logID=2 - (server) - (sucess expected) [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] setHttpPort: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] declare.test.negative: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init.os: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init.tools.unix: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init.tools.windows: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init.tools: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] setAsadminArgs: [2022-04-17T15:57:26.937Z] [2022-04-17T15:57:26.937Z] init: [2022-04-17T15:57:26.938Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:26.938Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:26.938Z] [get] Not modified - so not downloaded [2022-04-17T15:57:26.938Z] [2022-04-17T15:57:26.938Z] init.customtasks: [2022-04-17T15:57:26.938Z] [2022-04-17T15:57:26.938Z] prepare: [2022-04-17T15:57:26.938Z] [2022-04-17T15:57:26.938Z] exec.asadmin: [2022-04-17T15:57:27.193Z] [2022-04-17T15:57:27.193Z] process.result: [2022-04-17T15:57:27.193Z] [2022-04-17T15:57:27.193Z] processResult: [2022-04-17T15:57:27.193Z] [2022-04-17T15:57:27.193Z] failed: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] passed: [2022-04-17T15:57:27.450Z] [echo] Test simple-versioned-ejb Passed [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] unknown: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] asadmin.with.result: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] show-component-status.asadmin: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] test.registred.cluster: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] process.versionExpression: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] process.appname: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] process.xmlversionidentifier: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] prepare.cluster: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] undeploy.version: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] setAsadminArgs: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] common.undeploy.asadmin: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init.os: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init.tools.unix: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init.tools.windows: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init.tools: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] setAsadminArgs: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init: [2022-04-17T15:57:27.450Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:27.450Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:27.450Z] [get] Not modified - so not downloaded [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init.customtasks: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] delAppRef: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init.os: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init.tools.unix: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init.tools.windows: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init.tools: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] setAsadminArgs: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init: [2022-04-17T15:57:27.450Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:27.450Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:27.450Z] [get] Not modified - so not downloaded [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] init.customtasks: [2022-04-17T15:57:27.450Z] [2022-04-17T15:57:27.450Z] common.run.asadmin: [2022-04-17T15:57:27.450Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-ejb:ALPHA-1.0.1 [2022-04-17T15:57:27.709Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:27.709Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:57:27.709Z] [exec] Command undeploy executed successfully. [2022-04-17T15:57:27.709Z] [2022-04-17T15:57:27.709Z] clean.scenario: [2022-04-17T15:57:27.709Z] [2022-04-17T15:57:27.709Z] clean.scenario.cluster: [2022-04-17T15:57:27.709Z] [2022-04-17T15:57:27.709Z] init.os: [2022-04-17T15:57:27.709Z] [2022-04-17T15:57:27.709Z] init.tools.unix: [2022-04-17T15:57:27.709Z] [2022-04-17T15:57:27.709Z] init.tools.windows: [2022-04-17T15:57:27.709Z] [2022-04-17T15:57:27.709Z] init.tools: [2022-04-17T15:57:27.709Z] [2022-04-17T15:57:27.709Z] setAsadminArgs: [2022-04-17T15:57:27.709Z] [2022-04-17T15:57:27.709Z] init: [2022-04-17T15:57:27.709Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:27.709Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:27.709Z] [get] Not modified - so not downloaded [2022-04-17T15:57:27.966Z] [2022-04-17T15:57:27.966Z] init.customtasks: [2022-04-17T15:57:27.966Z] [2022-04-17T15:57:27.966Z] prepare: [2022-04-17T15:57:27.966Z] [2022-04-17T15:57:27.966Z] process.versionExpression: [2022-04-17T15:57:27.966Z] [2022-04-17T15:57:27.966Z] process.appname: [2022-04-17T15:57:27.966Z] [2022-04-17T15:57:27.966Z] _process.target: [2022-04-17T15:57:27.966Z] [2022-04-17T15:57:27.966Z] process.target: [2022-04-17T15:57:27.966Z] [2022-04-17T15:57:27.966Z] prepare.has.version.registred: [2022-04-17T15:57:27.966Z] [2022-04-17T15:57:27.966Z] exec.asadmin2: [2022-04-17T15:57:28.225Z] [exec] Result: 1 [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] process.registred: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] has.version.registred: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] del.all.version.registred: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] _clean.scenario: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] delete.log.next: [2022-04-17T15:57:28.225Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ejb/log.properties [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] delete.log.next: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] private-all: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] init.os: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] init.tools.unix: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] init.tools.windows: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] init.tools: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] setAsadminArgs: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] init: [2022-04-17T15:57:28.225Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:28.225Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:28.225Z] [get] Not modified - so not downloaded [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] init.customtasks: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] private-rollingUpgrade: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] _private-all: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] main-all: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] xml.version.information: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] clean.scenario: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] clean.scenario.cluster: [2022-04-17T15:57:28.225Z] [2022-04-17T15:57:28.225Z] init.os: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] init.tools.unix: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] init.tools.windows: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] init.tools: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] setAsadminArgs: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] init: [2022-04-17T15:57:28.226Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:28.226Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:28.226Z] [get] Not modified - so not downloaded [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] init.customtasks: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] prepare: [2022-04-17T15:57:28.226Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] process.versionExpression: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] process.appname: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] _process.target: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] process.target: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] prepare.has.version.registred: [2022-04-17T15:57:28.226Z] [2022-04-17T15:57:28.226Z] exec.asadmin2: [2022-04-17T15:57:28.789Z] [exec] Result: 1 [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] process.registred: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] has.version.registred: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] del.all.version.registred: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] _clean.scenario: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] deploy.version: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] del.ref.registred: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] process.versionExpression: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] process.appname: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] _process.target: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] process.target: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] prepare.is.version.registred: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] init.os: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] init.tools.unix: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] init.tools.windows: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] init.tools: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] setAsadminArgs: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] init: [2022-04-17T15:57:28.789Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:28.789Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:28.789Z] [get] Not modified - so not downloaded [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] init.customtasks: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] prepare: [2022-04-17T15:57:28.789Z] [2022-04-17T15:57:28.789Z] exec.asadmin2: [2022-04-17T15:57:29.351Z] [exec] Result: 1 [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] process.registred: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] is.version.registred: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] process.xmlversionidentifier: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] prepare.cluster: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] process.enabled: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] process.hasToDeploy: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] deploy.version.unregistred: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.os: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.tools.unix: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.tools.windows: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.tools: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] setAsadminArgs: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init: [2022-04-17T15:57:29.351Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:29.351Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:29.351Z] [get] Not modified - so not downloaded [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.customtasks: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] prepare: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] process.versionExpression: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] process.appname: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] create.version: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] assemble.non-existent: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.os: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.tools.unix: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.tools.windows: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.tools: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] setAsadminArgs: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init: [2022-04-17T15:57:29.351Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:29.351Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:29.351Z] [get] Not modified - so not downloaded [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.customtasks: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] prepare: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] process.versionExpression: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] process.servletName: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] assemble: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.os: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.tools.unix: [2022-04-17T15:57:29.351Z] [2022-04-17T15:57:29.351Z] init.tools.windows: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] init.tools: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] setAsadminArgs: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] init: [2022-04-17T15:57:29.352Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:29.352Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:29.352Z] [get] Not modified - so not downloaded [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] init.customtasks: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] prepare: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] process.versionExpression: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] process.appname: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] create.version: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] assemble.non-existent: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] init.os: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] init.tools.unix: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] init.tools.windows: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] init.tools: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] setAsadminArgs: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] init: [2022-04-17T15:57:29.352Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:29.352Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:29.352Z] [get] Not modified - so not downloaded [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] init.customtasks: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] prepare: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] process.versionexpression: [2022-04-17T15:57:29.352Z] [2022-04-17T15:57:29.352Z] compile: [2022-04-17T15:57:29.352Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:57:29.352Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear [2022-04-17T15:57:29.608Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:57:29.608Z] [javac] 1 warning [2022-04-17T15:57:29.608Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/versionedservlet/version-infos.properties [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] process.xmlversionidentifier: [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] process.versionExpression: [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] process.xml.create.flag: [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] create.xml.flag: [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] generate.xml.identifier: [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] assemble: [2022-04-17T15:57:29.608Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-servlet.war [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] process.xmlversionidentifier: [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] prepare.update.xml.identifier: [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] update.xml.identifier: [2022-04-17T15:57:29.608Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] process.xmlversionidentifier: [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] process.versionExpression: [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] process.xml.create.flag: [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] create.xml.flag: [2022-04-17T15:57:29.608Z] [touch] Creating /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear-hasXmlVersion [2022-04-17T15:57:29.608Z] [2022-04-17T15:57:29.608Z] generate.xml.identifier: [2022-04-17T15:57:29.864Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear.ear [2022-04-17T15:57:29.864Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-servlet.war [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] process.xmlversionidentifier: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] prepare.update.xml.identifier: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] update.xml.identifier: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] deployWithNameOption: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] deployWithoutNameOption: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] setAsadminArgs: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] common.deploy.asadmin: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] init.os: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] init.tools.unix: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] init.tools.windows: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] init.tools: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] setAsadminArgs: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] init: [2022-04-17T15:57:29.864Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:29.864Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:29.864Z] [get] Not modified - so not downloaded [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] init.customtasks: [2022-04-17T15:57:29.864Z] [2022-04-17T15:57:29.864Z] common.run.asadmin: [2022-04-17T15:57:29.864Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --enabled --force=true /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear.ear [2022-04-17T15:57:30.120Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:30.120Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:57:30.393Z] [exec] Application deployed with name simple-versioned-ear:ALPHA-1.0.0. [2022-04-17T15:57:30.393Z] [exec] Command deploy executed successfully. [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init.os: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init.tools.unix: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init.tools.windows: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init.tools: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] setAsadminArgs: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init: [2022-04-17T15:57:30.393Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:30.393Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:30.393Z] [get] Not modified - so not downloaded [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init.customtasks: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] setEnabled: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] createAppRef: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] test.registred: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] process.versionExpression: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] process.appname: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] _process.target: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] process.target: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] prepare.show-component-status.asadmin: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] increment.log.next: [2022-04-17T15:57:30.393Z] [propertyfile] Creating new property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ear/log.properties [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] declare.test: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] setHttpPort: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] declare.test.positive: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] declare-test: [2022-04-17T15:57:30.393Z] [echo] Starting test simple-versioned-ear xml.version(1) - logID=1 - (server) - (sucess expected) [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] setHttpPort: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] declare.test.negative: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init.os: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init.tools.unix: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init.tools.windows: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init.tools: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] setAsadminArgs: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init: [2022-04-17T15:57:30.393Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:30.393Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:30.393Z] [get] Not modified - so not downloaded [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] init.customtasks: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] prepare: [2022-04-17T15:57:30.393Z] [2022-04-17T15:57:30.393Z] exec.asadmin: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] process.result: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] processResult: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] failed: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] passed: [2022-04-17T15:57:30.956Z] [echo] Test simple-versioned-ear Passed [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] unknown: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] asadmin.with.result: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] show-component-status.asadmin: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] test.registred.cluster: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] process.versionExpression: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] process.appname: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] process.xmlversionidentifier: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] prepare.cluster: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] undeploy.version: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] setAsadminArgs: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] common.undeploy.asadmin: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init.os: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init.tools.unix: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init.tools.windows: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init.tools: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] setAsadminArgs: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init: [2022-04-17T15:57:30.956Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:30.956Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:30.956Z] [get] Not modified - so not downloaded [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init.customtasks: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] delAppRef: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init.os: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init.tools.unix: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init.tools.windows: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init.tools: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] setAsadminArgs: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init: [2022-04-17T15:57:30.956Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:30.956Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:30.956Z] [get] Not modified - so not downloaded [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] init.customtasks: [2022-04-17T15:57:30.956Z] [2022-04-17T15:57:30.956Z] common.run.asadmin: [2022-04-17T15:57:30.956Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-ear:ALPHA-1.0.0 [2022-04-17T15:57:31.212Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:31.212Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:57:31.212Z] [exec] Command undeploy executed successfully. [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] deploy.version: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] del.ref.registred: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] process.versionExpression: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] process.appname: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] _process.target: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] process.target: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] prepare.is.version.registred: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] init.os: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] init.tools.unix: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] init.tools.windows: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] init.tools: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] setAsadminArgs: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] init: [2022-04-17T15:57:31.212Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:31.212Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:31.212Z] [get] Not modified - so not downloaded [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] init.customtasks: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] prepare: [2022-04-17T15:57:31.212Z] [2022-04-17T15:57:31.212Z] exec.asadmin2: [2022-04-17T15:57:31.775Z] [exec] Result: 1 [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] process.registred: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] is.version.registred: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] process.xmlversionidentifier: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] prepare.cluster: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] process.enabled: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] process.hasToDeploy: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] deploy.version.unregistred: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] init.os: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] init.tools.unix: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] init.tools.windows: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] init.tools: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] setAsadminArgs: [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.775Z] init: [2022-04-17T15:57:31.775Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:31.775Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:31.775Z] [get] Not modified - so not downloaded [2022-04-17T15:57:31.775Z] [2022-04-17T15:57:31.776Z] init.customtasks: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] prepare: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] process.versionExpression: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] process.appname: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] create.version: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] assemble.non-existent: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.os: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.tools.unix: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.tools.windows: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.tools: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] setAsadminArgs: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init: [2022-04-17T15:57:31.776Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:31.776Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:31.776Z] [get] Not modified - so not downloaded [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.customtasks: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] prepare: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] process.versionExpression: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] process.servletName: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] assemble: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.os: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.tools.unix: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.tools.windows: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.tools: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] setAsadminArgs: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init: [2022-04-17T15:57:31.776Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:31.776Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:31.776Z] [get] Not modified - so not downloaded [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.customtasks: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] prepare: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] process.versionExpression: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] process.appname: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] create.version: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] assemble.non-existent: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.os: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.tools.unix: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.tools.windows: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.tools: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] setAsadminArgs: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init: [2022-04-17T15:57:31.776Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:31.776Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:31.776Z] [get] Not modified - so not downloaded [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] init.customtasks: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] prepare: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] process.versionexpression: [2022-04-17T15:57:31.776Z] [2022-04-17T15:57:31.776Z] compile: [2022-04-17T15:57:31.776Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:57:31.776Z] [javac] Compiling 2 source files to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear [2022-04-17T15:57:32.032Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:57:32.288Z] [javac] 1 warning [2022-04-17T15:57:32.288Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/versionedservlet/version-infos.properties [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] process.xmlversionidentifier: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] process.versionExpression: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] process.xml.create.flag: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] create.xml.flag: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] generate.xml.identifier: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] assemble: [2022-04-17T15:57:32.288Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-servlet:ALPHA-1.0.1.war [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] process.xmlversionidentifier: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] prepare.update.xml.identifier: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] update.xml.identifier: [2022-04-17T15:57:32.288Z] [move] Moving 1 file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] process.xmlversionidentifier: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] process.versionExpression: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] process.xml.create.flag: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] create.xml.flag: [2022-04-17T15:57:32.288Z] [touch] Creating /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear:ALPHA-1.0.1-hasXmlVersion [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] generate.xml.identifier: [2022-04-17T15:57:32.288Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear:ALPHA-1.0.1.ear [2022-04-17T15:57:32.288Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-servlet.war [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] process.xmlversionidentifier: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] prepare.update.xml.identifier: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] update.xml.identifier: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] deployWithNameOption: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] setAsadminArgs: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] common.deploy.asadmin: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] init.os: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] init.tools.unix: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] init.tools.windows: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] init.tools: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] setAsadminArgs: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] init: [2022-04-17T15:57:32.288Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:32.288Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:32.288Z] [get] Not modified - so not downloaded [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] init.customtasks: [2022-04-17T15:57:32.288Z] [2022-04-17T15:57:32.288Z] common.run.asadmin: [2022-04-17T15:57:32.288Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_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/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/versioning/simple-versioned-ear/simple-versioned-ear:ALPHA-1.0.1.ear [2022-04-17T15:57:32.544Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:32.544Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:57:32.801Z] [exec] Application deployed with name simple-versioned-ear:ALPHA-1.0.1. [2022-04-17T15:57:32.801Z] [exec] Command deploy executed successfully. [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init.os: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init.tools.unix: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init.tools.windows: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init.tools: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] setAsadminArgs: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init: [2022-04-17T15:57:32.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:32.801Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:32.801Z] [get] Not modified - so not downloaded [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init.customtasks: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] setEnabled: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] createAppRef: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] deployWithoutNameOption: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] test.registred: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] process.versionExpression: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] process.appname: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] _process.target: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] process.target: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] prepare.show-component-status.asadmin: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] increment.log.next: [2022-04-17T15:57:32.801Z] [propertyfile] Updating property file: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ear/log.properties [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] declare.test: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] setHttpPort: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] declare.test.positive: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] declare-test: [2022-04-17T15:57:32.801Z] [echo] Starting test simple-versioned-ear xml.version(2) - logID=2 - (server) - (sucess expected) [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] setHttpPort: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] declare.test.negative: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init.os: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init.tools.unix: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init.tools.windows: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init.tools: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] setAsadminArgs: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init: [2022-04-17T15:57:32.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:32.801Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:32.801Z] [get] Not modified - so not downloaded [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] init.customtasks: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] prepare: [2022-04-17T15:57:32.801Z] [2022-04-17T15:57:32.801Z] exec.asadmin: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] process.result: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] processResult: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] failed: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] passed: [2022-04-17T15:57:33.371Z] [echo] Test simple-versioned-ear Passed [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] unknown: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] asadmin.with.result: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] show-component-status.asadmin: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] test.registred.cluster: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] process.versionExpression: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] process.appname: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] process.xmlversionidentifier: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] prepare.cluster: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] undeploy.version: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] setAsadminArgs: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] common.undeploy.asadmin: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init.os: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init.tools.unix: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init.tools.windows: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init.tools: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] setAsadminArgs: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init: [2022-04-17T15:57:33.371Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:33.371Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:33.371Z] [get] Not modified - so not downloaded [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init.customtasks: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] delAppRef: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init.os: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init.tools.unix: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init.tools.windows: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init.tools: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] setAsadminArgs: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init: [2022-04-17T15:57:33.371Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:33.371Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:33.371Z] [get] Not modified - so not downloaded [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] init.customtasks: [2022-04-17T15:57:33.371Z] [2022-04-17T15:57:33.371Z] common.run.asadmin: [2022-04-17T15:57:33.371Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple-versioned-ear:ALPHA-1.0.1 [2022-04-17T15:57:33.629Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:33.629Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:57:33.629Z] [exec] Command undeploy executed successfully. [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] clean.scenario: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] clean.scenario.cluster: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] init.os: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] init.tools.unix: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] init.tools.windows: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] init.tools: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] setAsadminArgs: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] init: [2022-04-17T15:57:33.629Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:33.629Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:33.629Z] [get] Not modified - so not downloaded [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] init.customtasks: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] prepare: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] process.versionExpression: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] process.appname: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] _process.target: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] process.target: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] prepare.has.version.registred: [2022-04-17T15:57:33.629Z] [2022-04-17T15:57:33.629Z] exec.asadmin2: [2022-04-17T15:57:34.193Z] [exec] Result: 1 [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] process.registred: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] has.version.registred: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] del.all.version.registred: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] _clean.scenario: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] delete.log.next: [2022-04-17T15:57:34.193Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/versioning/simple-versioned-ear/log.properties [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] private-all: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] private-all: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.os: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.tools.unix: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.tools.windows: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.tools: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] setAsadminArgs: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init: [2022-04-17T15:57:34.193Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:34.193Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:34.193Z] [get] Not modified - so not downloaded [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.customtasks: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] prepare: [2022-04-17T15:57:34.193Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] assemble: [2022-04-17T15:57:34.193Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple/simple.war [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.os: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.tools.unix: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.tools.windows: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.tools: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] setAsadminArgs: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init: [2022-04-17T15:57:34.193Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:34.193Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:34.193Z] [get] Not modified - so not downloaded [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.customtasks: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] prepare: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] deploy.osgi.asadmin: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] setAsadminArgs: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] common.deploy.osgi.asadmin: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.os: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.tools.unix: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.tools.windows: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.tools: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] setAsadminArgs: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init: [2022-04-17T15:57:34.193Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:34.193Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:34.193Z] [get] Not modified - so not downloaded [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] init.customtasks: [2022-04-17T15:57:34.193Z] [2022-04-17T15:57:34.193Z] common.run.asadmin: [2022-04-17T15:57:34.193Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --type osgi /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple/simple.war [2022-04-17T15:57:34.449Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:57:34.449Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:57:34.706Z] [exec] Application deployed with name simple. [2022-04-17T15:57:34.706Z] [exec] Command deploy executed successfully. [2022-04-17T15:57:34.706Z] [2022-04-17T15:57:34.706Z] init.os: [2022-04-17T15:57:34.706Z] [2022-04-17T15:57:34.706Z] init.tools.unix: [2022-04-17T15:57:34.706Z] [2022-04-17T15:57:34.706Z] init.tools.windows: [2022-04-17T15:57:34.706Z] [2022-04-17T15:57:34.706Z] init.tools: [2022-04-17T15:57:34.706Z] [2022-04-17T15:57:34.706Z] setAsadminArgs: [2022-04-17T15:57:34.706Z] [2022-04-17T15:57:34.706Z] init: [2022-04-17T15:57:34.706Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:57:34.706Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:57:34.706Z] [get] Not modified - so not downloaded [2022-04-17T15:57:34.706Z] [2022-04-17T15:57:34.706Z] init.customtasks: [2022-04-17T15:57:34.706Z] [2022-04-17T15:57:34.706Z] setEnabled: [2022-04-17T15:57:34.706Z] [2022-04-17T15:57:34.706Z] createAppRef: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] setHttpPort: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] run.positive: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] common.run.positive: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] setHttpPort: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] common.run: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] checkAppOnServer: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] declare-test: [2022-04-17T15:58:06.759Z] [echo] Starting test simple osgi/simple Test asadmin deploy (server) [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.os: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools.unix: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools.windows: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] setAsadminArgs: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init: [2022-04-17T15:58:06.759Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:06.759Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:06.759Z] [get] Not modified - so not downloaded [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.customtasks: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] prepare: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] compile: [2022-04-17T15:58:06.759Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:06.759Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] runclient: [2022-04-17T15:58:06.759Z] [echo] TestClient http://localhost:8080/simple_osgi true ${extra.args} [2022-04-17T15:58:06.759Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/osgi/simple [2022-04-17T15:58:06.759Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/simple_osgi [2022-04-17T15:58:06.759Z] [javaWithResult] [war.client.Client]:: FAILED: devtests/deployment/osgi/simple [2022-04-17T15:58:06.759Z] [javaWithResult] java.io.FileNotFoundException: http://localhost:8080/simple_osgi [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048) [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043) [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042) [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609) [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) [2022-04-17T15:58:06.759Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:60) [2022-04-17T15:58:06.759Z] [javaWithResult] at simple.client.TestClient.doTest(TestClient.java:39) [2022-04-17T15:58:06.759Z] [javaWithResult] at simple.client.TestClient.main(TestClient.java:30) [2022-04-17T15:58:06.759Z] [javaWithResult] Caused by: java.io.FileNotFoundException: http://localhost:8080/simple_osgi [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993) [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) [2022-04-17T15:58:06.759Z] [javaWithResult] at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) [2022-04-17T15:58:06.759Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:59) [2022-04-17T15:58:06.759Z] [javaWithResult] ... 2 more [2022-04-17T15:58:06.759Z] [javaWithResult] Java Result: 255 [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] processResult: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] failed: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] passed: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] unknown: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] writeLogToConsole: [2022-04-17T15:58:06.759Z] [echo] Test simple UNKNOWN at 17-Apr-2022 15:58:04.779 with return code 255 [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.os: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools.unix: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools.windows: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] setAsadminArgs: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init: [2022-04-17T15:58:06.759Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:06.759Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:06.759Z] [get] Not modified - so not downloaded [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.customtasks: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] checkAppOnCluster: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.os: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools.unix: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools.windows: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] setAsadminArgs: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init: [2022-04-17T15:58:06.759Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:06.759Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:06.759Z] [get] Not modified - so not downloaded [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.customtasks: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] prepare: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] redeploy.osgi.asadmin: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] setAsadminArgs: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] common.redeploy.osgi.asadmin: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.os: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools.unix: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools.windows: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] setAsadminArgs: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init: [2022-04-17T15:58:06.759Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:06.759Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:06.759Z] [get] Not modified - so not downloaded [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.customtasks: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] delAppRef: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.os: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools.unix: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools.windows: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.tools: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] setAsadminArgs: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init: [2022-04-17T15:58:06.759Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:06.759Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:06.759Z] [get] Not modified - so not downloaded [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.759Z] init.customtasks: [2022-04-17T15:58:06.759Z] [2022-04-17T15:58:06.760Z] common.run.asadmin: [2022-04-17T15:58:06.760Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --upload=false --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --type osgi --force=true /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple/simple.war [2022-04-17T15:58:06.760Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:58:06.760Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:58:06.760Z] [exec] Application deployed with name simple. [2022-04-17T15:58:06.760Z] [exec] Command deploy executed successfully. [2022-04-17T15:58:06.760Z] [2022-04-17T15:58:06.760Z] init.os: [2022-04-17T15:58:06.760Z] [2022-04-17T15:58:06.760Z] init.tools.unix: [2022-04-17T15:58:06.760Z] [2022-04-17T15:58:06.760Z] init.tools.windows: [2022-04-17T15:58:06.760Z] [2022-04-17T15:58:06.760Z] init.tools: [2022-04-17T15:58:06.760Z] [2022-04-17T15:58:06.760Z] setAsadminArgs: [2022-04-17T15:58:06.760Z] [2022-04-17T15:58:06.760Z] init: [2022-04-17T15:58:06.760Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:06.760Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:06.760Z] [get] Not modified - so not downloaded [2022-04-17T15:58:06.760Z] [2022-04-17T15:58:06.760Z] init.customtasks: [2022-04-17T15:58:06.760Z] [2022-04-17T15:58:06.760Z] setEnabled: [2022-04-17T15:58:06.760Z] [2022-04-17T15:58:06.760Z] createAppRef: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] setHttpPort: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] run.positive: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] common.run.positive: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] setHttpPort: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] common.run: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] checkAppOnServer: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] declare-test: [2022-04-17T15:58:38.800Z] [echo] Starting test simple osgi/simple Test asadmin redeploy (server) [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.os: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools.unix: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools.windows: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] setAsadminArgs: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init: [2022-04-17T15:58:38.800Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.800Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.800Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.customtasks: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] prepare: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] compile: [2022-04-17T15:58:38.800Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:38.800Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] runclient: [2022-04-17T15:58:38.800Z] [echo] TestClient http://localhost:8080/simple_osgi true ${extra.args} [2022-04-17T15:58:38.800Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/osgi/simple [2022-04-17T15:58:38.800Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/simple_osgi [2022-04-17T15:58:38.800Z] [javaWithResult] [war.client.Client]:: FAILED: devtests/deployment/osgi/simple [2022-04-17T15:58:38.800Z] [javaWithResult] java.io.FileNotFoundException: http://localhost:8080/simple_osgi [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048) [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043) [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042) [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609) [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) [2022-04-17T15:58:38.800Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:60) [2022-04-17T15:58:38.800Z] [javaWithResult] at simple.client.TestClient.doTest(TestClient.java:39) [2022-04-17T15:58:38.800Z] [javaWithResult] at simple.client.TestClient.main(TestClient.java:30) [2022-04-17T15:58:38.800Z] [javaWithResult] Caused by: java.io.FileNotFoundException: http://localhost:8080/simple_osgi [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993) [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) [2022-04-17T15:58:38.800Z] [javaWithResult] at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) [2022-04-17T15:58:38.800Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:59) [2022-04-17T15:58:38.800Z] [javaWithResult] ... 2 more [2022-04-17T15:58:38.800Z] [javaWithResult] Java Result: 255 [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] processResult: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] failed: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] passed: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] unknown: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] writeLogToConsole: [2022-04-17T15:58:38.800Z] [echo] Test simple UNKNOWN at 17-Apr-2022 15:58:35.523 with return code 255 [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.os: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools.unix: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools.windows: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] setAsadminArgs: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init: [2022-04-17T15:58:38.800Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.800Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.800Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.customtasks: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] checkAppOnCluster: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] disable.asadmin: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] setAsadminArgs: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] common.disable.asadmin: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.os: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools.unix: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools.windows: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] setAsadminArgs: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init: [2022-04-17T15:58:38.800Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.800Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.800Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.customtasks: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] common.run.asadmin: [2022-04-17T15:58:38.800Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin disable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple [2022-04-17T15:58:38.800Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:58:38.800Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 disable [options] ... [2022-04-17T15:58:38.800Z] [exec] Command disable executed successfully. [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.os: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools.unix: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools.windows: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init.tools: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] setAsadminArgs: [2022-04-17T15:58:38.800Z] [2022-04-17T15:58:38.800Z] init: [2022-04-17T15:58:38.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.customtasks: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] disableAppOnInstance: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setHttpPort: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] run.negative: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] common.run.negative: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setHttpPort: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] common.run: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] checkAppOnServer: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] declare-test: [2022-04-17T15:58:38.801Z] [echo] Starting test simple osgi/simple Test asadmin disable (server) [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.os: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.unix: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.windows: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setAsadminArgs: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init: [2022-04-17T15:58:38.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.customtasks: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] prepare: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] compile: [2022-04-17T15:58:38.801Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:38.801Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] runclient: [2022-04-17T15:58:38.801Z] [echo] TestClient http://localhost:8080/simple_osgi false ${extra.args} [2022-04-17T15:58:38.801Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/osgi/simple [2022-04-17T15:58:38.801Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/simple_osgi [2022-04-17T15:58:38.801Z] [javaWithResult] [war.client.Client]:: Caught EXPECTED IOException: java.io.FileNotFoundException: http://localhost:8080/simple_osgi [2022-04-17T15:58:38.801Z] [javaWithResult] [war.client.Client]:: PASSED: devtests/deployment/osgi/simple [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] processResult: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] failed: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] passed: [2022-04-17T15:58:38.801Z] [echo] Test simple Passed [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] unknown: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.os: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.unix: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.windows: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setAsadminArgs: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init: [2022-04-17T15:58:38.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.customtasks: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] checkAppOnCluster: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] enable.asadmin: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setAsadminArgs: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] common.enable.asadmin: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.os: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.unix: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.windows: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setAsadminArgs: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init: [2022-04-17T15:58:38.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.customtasks: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] common.run.asadmin: [2022-04-17T15:58:38.801Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin enable --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple [2022-04-17T15:58:38.801Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:58:38.801Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 enable [options] ... [2022-04-17T15:58:38.801Z] [exec] Command enable executed successfully. [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.os: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.unix: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.windows: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setAsadminArgs: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init: [2022-04-17T15:58:38.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.customtasks: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] enableAppOnInstance: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setHttpPort: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] run.positive: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] common.run.positive: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setHttpPort: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] common.run: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] checkAppOnServer: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] declare-test: [2022-04-17T15:58:38.801Z] [echo] Starting test simple osgi/simple Test asadmin enable (server) [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.os: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.unix: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.windows: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setAsadminArgs: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init: [2022-04-17T15:58:38.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.customtasks: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] prepare: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] compile: [2022-04-17T15:58:38.801Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:38.801Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/osgi/simple [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] runclient: [2022-04-17T15:58:38.801Z] [echo] TestClient http://localhost:8080/simple_osgi true ${extra.args} [2022-04-17T15:58:38.801Z] [javaWithResult] [war.client.Client]:: Test: devtests/deployment/osgi/simple [2022-04-17T15:58:38.801Z] [javaWithResult] [war.client.Client]:: Invoking URL = http://localhost:8080/simple_osgi [2022-04-17T15:58:38.801Z] [javaWithResult] [war.client.Client]:: FAILED: devtests/deployment/osgi/simple [2022-04-17T15:58:38.801Z] [javaWithResult] java.io.FileNotFoundException: http://localhost:8080/simple_osgi [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2048) [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2043) [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2042) [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609) [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) [2022-04-17T15:58:38.801Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:60) [2022-04-17T15:58:38.801Z] [javaWithResult] at simple.client.TestClient.doTest(TestClient.java:39) [2022-04-17T15:58:38.801Z] [javaWithResult] at simple.client.TestClient.main(TestClient.java:30) [2022-04-17T15:58:38.801Z] [javaWithResult] Caused by: java.io.FileNotFoundException: http://localhost:8080/simple_osgi [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993) [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) [2022-04-17T15:58:38.801Z] [javaWithResult] at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529) [2022-04-17T15:58:38.801Z] [javaWithResult] at simple.client.TestClient.invokeServlet(TestClient.java:59) [2022-04-17T15:58:38.801Z] [javaWithResult] ... 2 more [2022-04-17T15:58:38.801Z] [javaWithResult] Java Result: 255 [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] processResult: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] failed: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] passed: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] unknown: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] writeLogToConsole: [2022-04-17T15:58:38.801Z] [echo] Test simple UNKNOWN at 17-Apr-2022 15:58:36.919 with return code 255 [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.os: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.unix: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.windows: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setAsadminArgs: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init: [2022-04-17T15:58:38.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.801Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.customtasks: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] checkAppOnCluster: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] undeploy.asadmin: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setAsadminArgs: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] common.undeploy.asadmin: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.os: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.unix: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools.windows: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init.tools: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] setAsadminArgs: [2022-04-17T15:58:38.801Z] [2022-04-17T15:58:38.801Z] init: [2022-04-17T15:58:38.801Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.802Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.802Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] init.customtasks: [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] delAppRef: [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] init.os: [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] init.tools.unix: [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] init.tools.windows: [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] init.tools: [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] setAsadminArgs: [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] init: [2022-04-17T15:58:38.802Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:38.802Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:38.802Z] [get] Not modified - so not downloaded [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] init.customtasks: [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] common.run.asadmin: [2022-04-17T15:58:38.802Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 simple [2022-04-17T15:58:38.802Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:58:38.802Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:58:38.802Z] [exec] Command undeploy executed successfully. [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] private-all: [2022-04-17T15:58:38.802Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] clean: [2022-04-17T15:58:38.802Z] [echo] Clean from /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/build.xml [2022-04-17T15:58:38.802Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:58:38.802Z] [delete] Deleting directory /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:58:38.802Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:58:38.802Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/archive [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] test-all: [2022-04-17T15:58:38.802Z] [echo] Starting Test /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/webservices/noinf/endpoint [2022-04-17T15:58:38.802Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] deploy: [2022-04-17T15:58:38.802Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] build: [2022-04-17T15:58:38.802Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:38.802Z] [2022-04-17T15:58:38.802Z] test-compile: [2022-04-17T15:58:38.802Z] [echo] Compiling into endpoint/HelloImpl.class [2022-04-17T15:58:38.802Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:38.802Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:58:38.802Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:58:38.802Z] [javac] 1 warning [2022-04-17T15:58:38.802Z] [echo] Building with package endpoint [2022-04-17T15:58:38.802Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/autodeploy/HelloImpl.jar [2022-04-17T15:58:41.330Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:41.330Z] [2022-04-17T15:58:41.330Z] run: [2022-04-17T15:58:41.330Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:41.330Z] [2022-04-17T15:58:41.330Z] prepare-client: [2022-04-17T15:58:41.330Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:41.330Z] [2022-04-17T15:58:41.330Z] wsdl-import: [2022-04-17T15:58:41.330Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:41.330Z] [2022-04-17T15:58:41.330Z] configurable-wsdl-import: [2022-04-17T15:58:41.330Z] [echo] Current time (ISO): 2022-04-17T15:58:40.817+0000 [2022-04-17T15:58:41.330Z] [echo] wsimporting http://localhost:8080/HelloImplService/HelloImpl?WSDL; special args are ${wsimport-special-args} [2022-04-17T15:58:41.330Z] [exec] parsing WSDL... [2022-04-17T15:58:41.330Z] [exec] [2022-04-17T15:58:41.330Z] [exec] [2022-04-17T15:58:41.892Z] [exec] [2022-04-17T15:58:41.892Z] [exec] Generating code... [2022-04-17T15:58:41.892Z] [exec] [2022-04-17T15:58:42.148Z] [exec] [2022-04-17T15:58:42.148Z] [exec] Compiling code... [2022-04-17T15:58:42.148Z] [exec] [2022-04-17T15:58:43.077Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:43.077Z] [2022-04-17T15:58:43.077Z] compile-client: [2022-04-17T15:58:43.077Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:43.077Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:58:43.334Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:58:43.334Z] [javac] 1 warning [2022-04-17T15:58:43.334Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:43.334Z] [2022-04-17T15:58:43.334Z] unjar-client-utils: [2022-04-17T15:58:43.334Z] [unjar] Expanding: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/lib/reporter.jar into /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/build/module/classes [2022-04-17T15:58:43.334Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:43.334Z] [2022-04-17T15:58:43.334Z] internal-run: [2022-04-17T15:58:43.335Z] [echo] Running appclient with client.Client ${app-client-parameters} ${app-client-extra-parameters} [2022-04-17T15:58:46.691Z] [exec] WebSvcTest-Hello Appserver Tester ! [2022-04-17T15:58:46.691Z] [exec] WebSvcTest-Hello Appserver Tester ! [2022-04-17T15:58:46.691Z] [exec] WebSvcTest-Hello Appserver Tester ! [2022-04-17T15:58:46.691Z] [exec] WebSvcTest-Hello Appserver Tester ! [2022-04-17T15:58:46.691Z] [exec] WebSvcTest-Hello Appserver Tester ! [2022-04-17T15:58:46.691Z] [exec] WebSvcTest-Hello Appserver Tester ! [2022-04-17T15:58:46.691Z] [exec] WebSvcTest-Hello Appserver Tester ! [2022-04-17T15:58:46.691Z] [exec] WebSvcTest-Hello Appserver Tester ! [2022-04-17T15:58:46.691Z] [exec] WebSvcTest-Hello Appserver Tester ! [2022-04-17T15:58:46.691Z] [exec] WebSvcTest-Hello Appserver Tester ! [2022-04-17T15:58:46.691Z] [exec] Value of key is:ejb-nointf-annotation [2022-04-17T15:58:46.691Z] [exec] Generating report at /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/test_results.xml [2022-04-17T15:58:46.691Z] [exec] [2022-04-17T15:58:46.691Z] [exec] [2022-04-17T15:58:46.691Z] [exec] ----------------------------------------- [2022-04-17T15:58:46.691Z] [exec] - ejb-nointf-annotation: PASS - [2022-04-17T15:58:46.691Z] [exec] ----------------------------------------- [2022-04-17T15:58:46.691Z] [exec] Total PASS: 1 [2022-04-17T15:58:46.691Z] [exec] Total FAIL: 0 [2022-04-17T15:58:46.691Z] [exec] Total DID NOT RUN: 0 [2022-04-17T15:58:46.691Z] [exec] ----------------------------------------- [2022-04-17T15:58:46.691Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:58:46.691Z] [exec] in flushAll , creating new testSuiteHash [2022-04-17T15:58:46.691Z] [echo] Removing jar bundle HelloImpl.jar from autodeploy directory [2022-04-17T15:58:46.691Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:46.691Z] [2022-04-17T15:58:46.691Z] undeploy: [2022-04-17T15:58:46.691Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:46.691Z] [2022-04-17T15:58:46.691Z] autoundeploy-file: [2022-04-17T15:58:46.691Z] [delete] Deleting: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/domains/domain1/autodeploy/HelloImpl.jar [2022-04-17T15:58:47.625Z] Warning: 'file:./../annotations-common.xml' in /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] internal-report-success: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] internal-report-failure: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] report: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] all: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] private-all: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] private-all: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] declare-test: [2022-04-17T15:58:47.625Z] [echo] Starting test ear javaee8/ear Test asadmin deploy [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] init.os: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] init.tools.unix: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] init.tools.windows: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] init.tools: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] setAsadminArgs: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] init: [2022-04-17T15:58:47.625Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:47.625Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:47.625Z] [get] Not modified - so not downloaded [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] init.customtasks: [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] prepare: [2022-04-17T15:58:47.625Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear [2022-04-17T15:58:47.625Z] [mkdir] Created dir: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives [2022-04-17T15:58:47.625Z] [2022-04-17T15:58:47.625Z] compile: [2022-04-17T15:58:47.625Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:47.625Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear [2022-04-17T15:58:47.882Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:58:47.882Z] [javac] 1 warning [2022-04-17T15:58:47.882Z] [javac] /home/jenkins/agent/workspace/glassfish6_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 [2022-04-17T15:58:47.882Z] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear [2022-04-17T15:58:48.446Z] [javac] warning: Supported source version 'RELEASE_7' from annotation processor 'org.netbeans.modules.schema2beansdev.Schema2BeansProcessor' less than -source '18' [2022-04-17T15:58:48.446Z] [javac] 1 warning [2022-04-17T15:58:48.446Z] [2022-04-17T15:58:48.446Z] assemble: [2022-04-17T15:58:48.446Z] [war] Building war: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives/deployment-javaee8-web.war [2022-04-17T15:58:48.446Z] [jar] Building jar: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives/deployment-javaee8-client.jar [2022-04-17T15:58:48.446Z] [ear] Building ear: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives/deployment-javaee8App.ear [2022-04-17T15:58:48.446Z] [2022-04-17T15:58:48.446Z] deploy.asadmin: [2022-04-17T15:58:48.446Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin deploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 --retrieve /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives --name deployment-javaee8-app /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/build/javaee8/ear/archives/deployment-javaee8App.ear [2022-04-17T15:58:48.702Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:58:48.702Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deploy [options] ... [2022-04-17T15:58:48.958Z] [exec] Application deployed with name deployment-javaee8-app. [2022-04-17T15:58:48.958Z] [exec] Command deploy executed successfully. [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] processResult: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] failed: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] passed: [2022-04-17T15:58:48.958Z] [echo] Test ear Passed [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] unknown: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.os: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.tools.unix: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.tools.windows: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.tools: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] setAsadminArgs: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init: [2022-04-17T15:58:48.958Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:48.958Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:48.958Z] [get] Not modified - so not downloaded [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.customtasks: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] prepare: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] undeploy.asadmin: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] setAsadminArgs: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] common.undeploy.asadmin: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.os: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.tools.unix: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.tools.windows: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.tools: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] setAsadminArgs: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init: [2022-04-17T15:58:48.958Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:48.958Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:48.958Z] [get] Not modified - so not downloaded [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.customtasks: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] delAppRef: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.os: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.tools.unix: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.tools.windows: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.tools: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] setAsadminArgs: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init: [2022-04-17T15:58:48.958Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:48.958Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:48.958Z] [get] Not modified - so not downloaded [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] init.customtasks: [2022-04-17T15:58:48.958Z] [2022-04-17T15:58:48.958Z] common.run.asadmin: [2022-04-17T15:58:48.958Z] [echo] /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/target/glassfish6/glassfish/bin/asadmin undeploy --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 deployment-javaee8-app [2022-04-17T15:58:49.214Z] [exec] Deprecated syntax, instead use: [2022-04-17T15:58:49.214Z] [exec] asadmin --user admin --passwordfile /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/password.txt --port 4848 undeploy [options] ... [2022-04-17T15:58:49.472Z] [exec] Command undeploy executed successfully. [2022-04-17T15:58:53.651Z] [exec] Waiting for the domain to stop . [2022-04-17T15:58:53.651Z] [exec] Command stop-domain executed successfully. [2022-04-17T15:58:53.651Z] [2022-04-17T15:58:53.651Z] postTestsRun: [2022-04-17T15:58:53.651Z] [echo] Processing tests results [2022-04-17T15:58:53.651Z] [2022-04-17T15:58:53.651Z] init.os: [2022-04-17T15:58:53.651Z] [2022-04-17T15:58:53.651Z] init.tools.unix: [2022-04-17T15:58:53.651Z] [2022-04-17T15:58:53.651Z] init.tools.windows: [2022-04-17T15:58:53.651Z] [2022-04-17T15:58:53.651Z] init.tools: [2022-04-17T15:58:53.651Z] [2022-04-17T15:58:53.651Z] setAsadminArgs: [2022-04-17T15:58:53.651Z] [2022-04-17T15:58:53.651Z] init: [2022-04-17T15:58:53.651Z] [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar [2022-04-17T15:58:53.651Z] [get] To: /home/jenkins/agent/workspace/glassfish6_build-and-test_jdk18/appserver/tests/appserv-tests/devtests/deployment/junit-4.12.jar [2022-04-17T15:58:53.651Z] [get] Not modified - so not downloaded [2022-04-17T15:58:53.651Z] [2022-04-17T15:58:53.651Z] init.customtasks: [2022-04-17T15:58:53.651Z] [2022-04-17T15:58:53.651Z] transform: [2022-04-17T15:58:53.651Z] [style] Warning: the task name